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 BIG.Reporting.ProductFileCD
{
public class rptKaleidos : Stimulsoft.Report.StiReport
{
// Combines Values with their corresponding Units,
// only if the data is no columnheader
// (see pagTechData)
public static string CombineValueUnit(int order, string propValue, string propUnit)
{
if (order == 0)
{
return propValue;
}
else
{
return propValue + " " + propUnit;
}
}
public rptKaleidos()
{
this.InitializeComponent();
}
#region StiReport Designer generated code - do not modify
public Stimulsoft.Report.Dictionary.StiDataRelation ParenttblReportValues3;
public Stimulsoft.Report.Dictionary.StiDataRelation ParenttblReportValues21;
public Stimulsoft.Report.Dictionary.StiDataRelation ParenttblReportValues11;
public Stimulsoft.Report.Dictionary.StiDataRelation ParenttblReportValues1;
public Stimulsoft.Report.Dictionary.StiDataRelation ParenttblReportValues2;
public Stimulsoft.Report.Dictionary.StiDataRelation ParenttblReportValues0;
public string strHoofdnaam;
public string strSamenElincs;
public string strSamenEinecs;
public string strSamenDsd;
public string strSamenCas;
public string strSamenName;
public string strSamenClp;
public string strSamenAandeel;
public string strSamenReden;
public string strSamenBignr;
public int intSamenReden4;
public int intGeenGevaarlijkeComponenten;
public int intSamenReden1;
public int intSamenReden2;
public int intSamenReden3;
public string strNFPA3;
public string strNFPA4;
public string strNFPA2;
public string strNFPA1;
public bool blnNFPAinternal;
public string strNFPAInternal;
public int intMainTitleID;
public bool blnDontShowBand;
public bool blnDontShowBandSeveso;
public bool blnDontShowBandSeveso2;
public int intSubTitleID;
public int intSubTitle2ID;
public int intSubTitle3ID;
public string strCustomerInfo;
public bool blnShowCustomerInfo;
public string strKolom1;
public string strKolom2;
public string strKolom4;
public int intOrder;
public int intPrint;
public int intPropID;
public string strMixtureBignr;
public string strProperShippingName;
public string strPops1ATitel1;
public string strPops1ATitel2;
public string strPops1ATitel3;
public string strPops1ATitel4;
public string strPops1ATitel5;
public string strTaalBignr;
public Stimulsoft.Report.Components.StiPage Page1;
public Stimulsoft.Report.Components.StiDataBand hoofdnaam;
public Stimulsoft.Report.Components.StiDataBand DataBand81;
public Stimulsoft.Report.Components.StiDataBand mixtBignr;
public Stimulsoft.Report.Components.StiWatermark Page1_Watermark;
public Stimulsoft.Report.Components.StiPage variables;
public Stimulsoft.Report.Components.StiPageHeaderBand PageHeaderBand1;
public Stimulsoft.Report.Components.StiText Text145;
public Stimulsoft.Report.Components.StiPageFooterBand PageFooterBand1;
public Stimulsoft.Report.Components.StiSystemText SystemText1;
public Stimulsoft.Report.Components.StiSystemText SystemText2;
public Stimulsoft.Report.Components.StiText Text144;
public Stimulsoft.Report.Components.StiSubReport SubReport1;
public Stimulsoft.Report.Components.StiDataBand showCustomerInfo;
public Stimulsoft.Report.Components.StiDataBand customerInfo;
public Stimulsoft.Report.Components.StiWatermark variables_Watermark;
public Stimulsoft.Report.Components.StiPage ident;
public Stimulsoft.Report.Components.StiReportTitleBand ReportTitleBand1;
public Stimulsoft.Report.Components.StiText Text586;
public Stimulsoft.Report.Components.StiImage Image70;
public Stimulsoft.Report.Components.StiText Text588;
public Stimulsoft.Report.Components.StiDataBand bndIdentificationTitleMain;
public Stimulsoft.Report.Components.StiText Text396;
public Stimulsoft.Report.Components.StiDataBand bndIdentificationValues;
public Stimulsoft.Report.Components.StiText txtIdentificationProperty;
public Stimulsoft.Report.Components.StiText txtIdentificationValue;
public Stimulsoft.Report.Components.StiWatermark ident_Watermark;
public Stimulsoft.Report.Components.StiPage comp;
public Stimulsoft.Report.Components.StiDataBand compTitleMain;
public Stimulsoft.Report.Components.StiText Text1;
public Stimulsoft.Report.Components.StiDataBand Data3;
public Stimulsoft.Report.Components.StiText Text6;
public Stimulsoft.Report.Components.StiDataBand Data4;
public Stimulsoft.Report.Components.StiPanel Panel4;
public Stimulsoft.Report.Components.StiDataBand Data13;
public Stimulsoft.Report.Components.StiText Text7;
public Stimulsoft.Report.Components.StiPanel Panel5;
public Stimulsoft.Report.Components.StiDataBand Data14;
public Stimulsoft.Report.Components.StiText Text8;
public Stimulsoft.Report.Components.StiPanel Panel6;
public Stimulsoft.Report.Components.StiDataBand Data15;
public Stimulsoft.Report.Components.StiText Text10;
public Stimulsoft.Report.Components.StiPanel Panel7;
public Stimulsoft.Report.Components.StiDataBand Data16;
public Stimulsoft.Report.Components.StiText Text11;
public Stimulsoft.Report.Components.StiPanel Panel9;
public Stimulsoft.Report.Components.StiDataBand Data17;
public Stimulsoft.Report.Components.StiText Text12;
public Stimulsoft.Report.Components.StiPanel Panel10;
public Stimulsoft.Report.Components.StiDataBand Data18;
public Stimulsoft.Report.Components.StiText Text13;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeader1;
public Stimulsoft.Report.Components.StiDataBand Data5;
public Stimulsoft.Report.Components.StiText Text14;
public Stimulsoft.Report.Components.StiText Text15;
public Stimulsoft.Report.Components.StiText Text16;
public Stimulsoft.Report.Components.StiText Text17;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooter1;
public Stimulsoft.Report.Components.StiText Text18;
public Stimulsoft.Report.Components.StiText Text19;
public Stimulsoft.Report.Components.StiText Text20;
public Stimulsoft.Report.Components.StiText Text21;
public Stimulsoft.Report.Components.StiText Text22;
public Stimulsoft.Report.Components.StiRichText RichText1;
public Stimulsoft.Report.Components.StiDataBand Data6;
public Stimulsoft.Report.Components.StiDataBand Data7;
public Stimulsoft.Report.Components.StiDataBand Data8;
public Stimulsoft.Report.Components.StiDataBand Data9;
public Stimulsoft.Report.Components.StiDataBand Data10;
public Stimulsoft.Report.Components.StiDataBand Data11;
public Stimulsoft.Report.Components.StiText Text23;
public Stimulsoft.Report.Components.StiWatermark comp_Watermark;
public Stimulsoft.Report.Components.StiPage hazard;
public Stimulsoft.Report.Components.StiDataBand hazardTitleMain;
public Stimulsoft.Report.Components.StiText Text5;
public Stimulsoft.Report.Components.StiDataBand Data20;
public Stimulsoft.Report.Components.StiText Text25;
public Stimulsoft.Report.Components.StiDataBand Data21;
public Stimulsoft.Report.Components.StiText Text26;
public Stimulsoft.Report.Components.StiDataBand Data22;
public Stimulsoft.Report.Components.StiText Text27;
public Stimulsoft.Report.Components.StiDataBand Data23;
public Stimulsoft.Report.Components.StiText Text28;
public Stimulsoft.Report.Components.StiDataBand Data24;
public Stimulsoft.Report.Components.StiText Text29;
public Stimulsoft.Report.Components.StiDataBand Data25;
public Stimulsoft.Report.Components.StiText Text30;
public Stimulsoft.Report.Components.StiWatermark hazard_Watermark;
public Stimulsoft.Report.Components.StiPage emRes;
public Stimulsoft.Report.Components.StiDataBand emResTitleMain;
public Stimulsoft.Report.Components.StiText Text24;
public Stimulsoft.Report.Components.StiDataBand Data28;
public Stimulsoft.Report.Components.StiText Text34;
public Stimulsoft.Report.Components.StiDataBand Data29;
public Stimulsoft.Report.Components.StiText Text35;
public Stimulsoft.Report.Components.StiDataBand Data30;
public Stimulsoft.Report.Components.StiText Text36;
public Stimulsoft.Report.Components.StiDataBand ERG;
public Stimulsoft.Report.Components.StiText Text37;
public Stimulsoft.Report.Components.StiDataBand ERGinstructions;
public Stimulsoft.Report.Components.StiText Text38;
public Stimulsoft.Report.Components.StiDataBand Data33;
public Stimulsoft.Report.Components.StiText Text39;
public Stimulsoft.Report.Components.StiText Text40;
public Stimulsoft.Report.Components.StiDataBand ERGdistances;
public Stimulsoft.Report.Components.StiText Text430;
public Stimulsoft.Report.Components.StiDataBand DataBand167;
public Stimulsoft.Report.Components.StiText Text359;
public Stimulsoft.Report.Components.StiDataBand DataBand168;
public Stimulsoft.Report.Components.StiText Text427;
public Stimulsoft.Report.Components.StiText Text428;
public Stimulsoft.Report.Components.StiText Text429;
public Stimulsoft.Report.Components.StiWatermark emRes_Watermark;
public Stimulsoft.Report.Components.StiPage physProp;
public Stimulsoft.Report.Components.StiDataBand physPropTitleMain;
public Stimulsoft.Report.Components.StiText Text33;
public Stimulsoft.Report.Components.StiDataBand Data37;
public Stimulsoft.Report.Components.StiText Text47;
public Stimulsoft.Report.Components.StiDataBand DataBand147;
public Stimulsoft.Report.Components.StiText Text261;
public Stimulsoft.Report.Components.StiDataBand DataBand145;
public Stimulsoft.Report.Components.StiText Text54;
public Stimulsoft.Report.Components.StiDataBand Data38;
public Stimulsoft.Report.Components.StiText Text48;
public Stimulsoft.Report.Components.StiWatermark physProp_Watermark;
public Stimulsoft.Report.Components.StiPage tox;
public Stimulsoft.Report.Components.StiDataBand toxTitleMain;
public Stimulsoft.Report.Components.StiText Text46;
public Stimulsoft.Report.Components.StiDataBand DataBand146;
public Stimulsoft.Report.Components.StiText Text256;
public Stimulsoft.Report.Components.StiDataBand DataBand148;
public Stimulsoft.Report.Components.StiText Text401;
public Stimulsoft.Report.Components.StiText Text404;
public Stimulsoft.Report.Components.StiDataBand DataBand149;
public Stimulsoft.Report.Components.StiText Text405;
public Stimulsoft.Report.Components.StiText Text406;
public Stimulsoft.Report.Components.StiDataBand Data42;
public Stimulsoft.Report.Components.StiText Text58;
public Stimulsoft.Report.Components.StiDataBand Data43;
public Stimulsoft.Report.Components.StiText Text59;
public Stimulsoft.Report.Components.StiText Text60;
public Stimulsoft.Report.Components.StiDataBand Data44;
public Stimulsoft.Report.Components.StiText Text61;
public Stimulsoft.Report.Components.StiDataBand Data45;
public Stimulsoft.Report.Components.StiText Text63;
public Stimulsoft.Report.Components.StiText Text62;
public Stimulsoft.Report.Components.StiDataBand Data46;
public Stimulsoft.Report.Components.StiText Text64;
public Stimulsoft.Report.Components.StiText Text65;
public Stimulsoft.Report.Components.StiDataBand Data47;
public Stimulsoft.Report.Components.StiText Text66;
public Stimulsoft.Report.Components.StiDataBand Data48;
public Stimulsoft.Report.Components.StiText Text67;
public Stimulsoft.Report.Components.StiDataBand Data49;
public Stimulsoft.Report.Components.StiText Text68;
public Stimulsoft.Report.Components.StiDataBand Data50;
public Stimulsoft.Report.Components.StiText Text69;
public Stimulsoft.Report.Components.StiText Text70;
public Stimulsoft.Report.Components.StiWatermark tox_Watermark;
public Stimulsoft.Report.Components.StiPage eco;
public Stimulsoft.Report.Components.StiDataBand ecoTitleMain;
public Stimulsoft.Report.Components.StiText Text57;
public Stimulsoft.Report.Components.StiDataBand Data56;
public Stimulsoft.Report.Components.StiText Text76;
public Stimulsoft.Report.Components.StiDataBand Data57;
public Stimulsoft.Report.Components.StiText Text77;
public Stimulsoft.Report.Components.StiDataBand Data58;
public Stimulsoft.Report.Components.StiText Text78;
public Stimulsoft.Report.Components.StiDataBand Data60;
public Stimulsoft.Report.Components.StiText Text80;
public Stimulsoft.Report.Components.StiDataBand Data61;
public Stimulsoft.Report.Components.StiText Text379;
public Stimulsoft.Report.Components.StiText Text79;
public Stimulsoft.Report.Components.StiWatermark eco_Watermark;
public Stimulsoft.Report.Components.StiPage techDat;
public Stimulsoft.Report.Components.StiDataBand techDataTitleMain;
public Stimulsoft.Report.Components.StiText Text73;
public Stimulsoft.Report.Components.StiDataBand Data64;
public Stimulsoft.Report.Components.StiText Text394;
public Stimulsoft.Report.Components.StiDataBand Data65;
public Stimulsoft.Report.Components.StiText Text87;
public Stimulsoft.Report.Components.StiText Text88;
public Stimulsoft.Report.Components.StiDataBand DataBand225;
public Stimulsoft.Report.Components.StiText Text500;
public Stimulsoft.Report.Components.StiDataBand DataBand224;
public Stimulsoft.Report.Components.StiText Text493;
public Stimulsoft.Report.Components.StiText Text499;
public Stimulsoft.Report.Components.StiText Text531;
public Stimulsoft.Report.Components.StiDataBand DataBand2;
public Stimulsoft.Report.Components.StiText Text86;
public Stimulsoft.Report.Components.StiDataBand DataBand3;
public Stimulsoft.Report.Components.StiText Text189;
public Stimulsoft.Report.Components.StiText Text472;
public Stimulsoft.Report.Components.StiText Text367;
public Stimulsoft.Report.Components.StiText Text399;
public Stimulsoft.Report.Components.StiText Text498;
public Stimulsoft.Report.Components.StiDataBand DataBand4;
public Stimulsoft.Report.Components.StiText Text473;
public Stimulsoft.Report.Components.StiText Text488;
public Stimulsoft.Report.Components.StiText Text489;
public Stimulsoft.Report.Components.StiDataBand Data214;
public Stimulsoft.Report.Components.StiText Text602;
public Stimulsoft.Report.Components.StiDataBand Data213;
public Stimulsoft.Report.Components.StiText Text175;
public Stimulsoft.Report.Components.StiText Text590;
public Stimulsoft.Report.Components.StiText Text601;
public Stimulsoft.Report.Components.StiText Text600;
public Stimulsoft.Report.Components.StiDataBand Data215;
public Stimulsoft.Report.Components.StiText Text603;
public Stimulsoft.Report.Components.StiText Text604;
public Stimulsoft.Report.Components.StiText Text605;
public Stimulsoft.Report.Components.StiText Text606;
public Stimulsoft.Report.Components.StiText Text637;
public Stimulsoft.Report.Components.StiWatermark techDat_Watermark;
public Stimulsoft.Report.Components.StiPage techDatEcoT;
public Stimulsoft.Report.Components.StiDataBand Data71;
public Stimulsoft.Report.Components.StiDataBand Data72;
public Stimulsoft.Report.Components.StiText Text95;
public Stimulsoft.Report.Components.StiDataBand Data73;
public Stimulsoft.Report.Components.StiText Text407;
public Stimulsoft.Report.Components.StiDataBand Data74;
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 Text534;
public Stimulsoft.Report.Components.StiText Text638;
public Stimulsoft.Report.Components.StiDataBand storage;
public Stimulsoft.Report.Components.StiText Text235;
public Stimulsoft.Report.Components.StiDataBand DataBand66;
public Stimulsoft.Report.Components.StiText Text408;
public Stimulsoft.Report.Components.StiText Text495;
public Stimulsoft.Report.Components.StiWatermark techDatEcoT_Watermark;
public Stimulsoft.Report.Components.StiPage eL_eu;
public Stimulsoft.Report.Components.StiDataBand DataBand228;
public Stimulsoft.Report.Components.StiText Text104;
public Stimulsoft.Report.Components.StiDataBand DataBand229;
public Stimulsoft.Report.Components.StiText Text105;
public Stimulsoft.Report.Components.StiDataBand DataBand230;
public Stimulsoft.Report.Components.StiText Text106;
public Stimulsoft.Report.Components.StiDataBand DataBand269;
public Stimulsoft.Report.Components.StiText Text102;
public Stimulsoft.Report.Components.StiText Text120;
public Stimulsoft.Report.Components.StiDataBand DataBand235;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand3;
public Stimulsoft.Report.Components.StiText Text107;
public Stimulsoft.Report.Components.StiDataBand DataBand236;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand3;
public Stimulsoft.Report.Components.StiText Text116;
public Stimulsoft.Report.Components.StiText Text117;
public Stimulsoft.Report.Components.StiText Text118;
public Stimulsoft.Report.Components.StiWatermark eL_eu_Watermark;
public Stimulsoft.Report.Components.StiPage eL_usa;
public Stimulsoft.Report.Components.StiDataBand DataBand65;
public Stimulsoft.Report.Components.StiDataBand DataBand226;
public Stimulsoft.Report.Components.StiDataBand DataBand227;
public Stimulsoft.Report.Components.StiText Text103;
public Stimulsoft.Report.Components.StiDataBand DataBand274;
public Stimulsoft.Report.Components.StiText Text772;
public Stimulsoft.Report.Components.StiText Text773;
public Stimulsoft.Report.Components.StiDataBand DataBand275;
public Stimulsoft.Report.Components.StiText Text774;
public Stimulsoft.Report.Components.StiDataBand DataBand276;
public Stimulsoft.Report.Components.StiText Text775;
public Stimulsoft.Report.Components.StiText Text776;
public Stimulsoft.Report.Components.StiDataBand DataBand231;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand1;
public Stimulsoft.Report.Components.StiText Text108;
public Stimulsoft.Report.Components.StiDataBand DataBand232;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand1;
public Stimulsoft.Report.Components.StiText Text109;
public Stimulsoft.Report.Components.StiText Text110;
public Stimulsoft.Report.Components.StiText Text111;
public Stimulsoft.Report.Components.StiDataBand DataBand233;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand2;
public Stimulsoft.Report.Components.StiText Text112;
public Stimulsoft.Report.Components.StiDataBand DataBand234;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand2;
public Stimulsoft.Report.Components.StiText Text113;
public Stimulsoft.Report.Components.StiText Text114;
public Stimulsoft.Report.Components.StiText Text115;
public Stimulsoft.Report.Components.StiWatermark eL_usa_Watermark;
public Stimulsoft.Report.Components.StiPage eL_d;
public Stimulsoft.Report.Components.StiDataBand DataBand262;
public Stimulsoft.Report.Components.StiDataBand DataBand263;
public Stimulsoft.Report.Components.StiDataBand DataBand267;
public Stimulsoft.Report.Components.StiText Text141;
public Stimulsoft.Report.Components.StiDataBand DataBand264;
public Stimulsoft.Report.Components.StiText Text124;
public Stimulsoft.Report.Components.StiDataBand DataBand270;
public Stimulsoft.Report.Components.StiText Text101;
public Stimulsoft.Report.Components.StiText Text119;
public Stimulsoft.Report.Components.StiDataBand DataBand265;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand9;
public Stimulsoft.Report.Components.StiText Text125;
public Stimulsoft.Report.Components.StiDataBand DataBand266;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand9;
public Stimulsoft.Report.Components.StiText Text133;
public Stimulsoft.Report.Components.StiText Text134;
public Stimulsoft.Report.Components.StiText Text140;
public Stimulsoft.Report.Components.StiDataBand DataBand268;
public Stimulsoft.Report.Components.StiText Text721;
public Stimulsoft.Report.Components.StiDataBand DataBand272;
public Stimulsoft.Report.Components.StiText Text770;
public Stimulsoft.Report.Components.StiText Text771;
public Stimulsoft.Report.Components.StiDataBand DataBand273;
public Stimulsoft.Report.Components.StiDataBand DataBand271;
public Stimulsoft.Report.Components.StiText Text722;
public Stimulsoft.Report.Components.StiText Text769;
public Stimulsoft.Report.Components.StiWatermark eL_d_Watermark;
public Stimulsoft.Report.Components.StiPage eL_nl;
public Stimulsoft.Report.Components.StiDataBand DataBand240;
public Stimulsoft.Report.Components.StiDataBand DataBand241;
public Stimulsoft.Report.Components.StiDataBand DataBand242;
public Stimulsoft.Report.Components.StiText Text126;
public Stimulsoft.Report.Components.StiDataBand DataBand277;
public Stimulsoft.Report.Components.StiText Text777;
public Stimulsoft.Report.Components.StiText Text778;
public Stimulsoft.Report.Components.StiDataBand DataBand243;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand5;
public Stimulsoft.Report.Components.StiText Text127;
public Stimulsoft.Report.Components.StiDataBand DataBand244;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand5;
public Stimulsoft.Report.Components.StiText Text128;
public Stimulsoft.Report.Components.StiText Text129;
public Stimulsoft.Report.Components.StiText Text130;
public Stimulsoft.Report.Components.StiWatermark eL_nl_Watermark;
public Stimulsoft.Report.Components.StiPage eL_b;
public Stimulsoft.Report.Components.StiDataBand DataBand357;
public Stimulsoft.Report.Components.StiDataBand DataBand364;
public Stimulsoft.Report.Components.StiDataBand DataBand369;
public Stimulsoft.Report.Components.StiText Text990;
public Stimulsoft.Report.Components.StiDataBand DataBand370;
public Stimulsoft.Report.Components.StiText Text977;
public Stimulsoft.Report.Components.StiText Text984;
public Stimulsoft.Report.Components.StiDataBand DataBand371;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand11;
public Stimulsoft.Report.Components.StiText Text985;
public Stimulsoft.Report.Components.StiDataBand DataBand372;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand11;
public Stimulsoft.Report.Components.StiText Text986;
public Stimulsoft.Report.Components.StiText Text987;
public Stimulsoft.Report.Components.StiText Text988;
public Stimulsoft.Report.Components.StiDataBand DataBand237;
public Stimulsoft.Report.Components.StiDataBand DataBand375;
public Stimulsoft.Report.Components.StiText Text989;
public Stimulsoft.Report.Components.StiWatermark eL_b_Watermark;
public Stimulsoft.Report.Components.StiPage eL_fr;
public Stimulsoft.Report.Components.StiDataBand DataBand247;
public Stimulsoft.Report.Components.StiDataBand DataBand248;
public Stimulsoft.Report.Components.StiDataBand DataBand249;
public Stimulsoft.Report.Components.StiText Text135;
public Stimulsoft.Report.Components.StiDataBand DataBand279;
public Stimulsoft.Report.Components.StiText Text781;
public Stimulsoft.Report.Components.StiText Text782;
public Stimulsoft.Report.Components.StiDataBand DataBand250;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand6;
public Stimulsoft.Report.Components.StiText Text136;
public Stimulsoft.Report.Components.StiDataBand DataBand251;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand6;
public Stimulsoft.Report.Components.StiText Text137;
public Stimulsoft.Report.Components.StiText Text138;
public Stimulsoft.Report.Components.StiText Text139;
public Stimulsoft.Report.Components.StiWatermark eL_fr_Watermark;
public Stimulsoft.Report.Components.StiPage eL_gb;
public Stimulsoft.Report.Components.StiDataBand DataBand257;
public Stimulsoft.Report.Components.StiDataBand DataBand258;
public Stimulsoft.Report.Components.StiDataBand DataBand259;
public Stimulsoft.Report.Components.StiText Text742;
public Stimulsoft.Report.Components.StiDataBand DataBand282;
public Stimulsoft.Report.Components.StiText Text787;
public Stimulsoft.Report.Components.StiText Text788;
public Stimulsoft.Report.Components.StiDataBand DataBand260;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand8;
public Stimulsoft.Report.Components.StiText Text743;
public Stimulsoft.Report.Components.StiDataBand DataBand261;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand8;
public Stimulsoft.Report.Components.StiText Text762;
public Stimulsoft.Report.Components.StiText Text767;
public Stimulsoft.Report.Components.StiText Text768;
public Stimulsoft.Report.Components.StiWatermark eL_gb_Watermark;
public Stimulsoft.Report.Components.StiPage intvVal;
public Stimulsoft.Report.Components.StiDataBand DataBand284;
public Stimulsoft.Report.Components.StiDataBand Data69;
public Stimulsoft.Report.Components.StiText Text597;
public Stimulsoft.Report.Components.StiDataBand Data90;
public Stimulsoft.Report.Components.StiText Text151;
public Stimulsoft.Report.Components.StiDataBand Data91;
public Stimulsoft.Report.Components.StiText Text152;
public Stimulsoft.Report.Components.StiText Text153;
public Stimulsoft.Report.Components.StiDataBand Data92;
public Stimulsoft.Report.Components.StiDataBand Data97;
public Stimulsoft.Report.Components.StiText Text154;
public Stimulsoft.Report.Components.StiText Text155;
public Stimulsoft.Report.Components.StiDataBand Data204;
public Stimulsoft.Report.Components.StiText Text607;
public Stimulsoft.Report.Components.StiDataBand Data205;
public Stimulsoft.Report.Components.StiText Text608;
public Stimulsoft.Report.Components.StiText Text609;
public Stimulsoft.Report.Components.StiText Text610;
public Stimulsoft.Report.Components.StiDataBand Data206;
public Stimulsoft.Report.Components.StiText Text611;
public Stimulsoft.Report.Components.StiText Text612;
public Stimulsoft.Report.Components.StiText Text613;
public Stimulsoft.Report.Components.StiText Text614;
public Stimulsoft.Report.Components.StiText Text615;
public Stimulsoft.Report.Components.StiDataBand Data207;
public Stimulsoft.Report.Components.StiText Text616;
public Stimulsoft.Report.Components.StiText Text617;
public Stimulsoft.Report.Components.StiText Text618;
public Stimulsoft.Report.Components.StiText Text619;
public Stimulsoft.Report.Components.StiText Text620;
public Stimulsoft.Report.Components.StiText Text621;
public Stimulsoft.Report.Components.StiText Text622;
public Stimulsoft.Report.Components.StiText Text623;
public Stimulsoft.Report.Components.StiDataBand Data208;
public Stimulsoft.Report.Components.StiText Text624;
public Stimulsoft.Report.Components.StiText Text625;
public Stimulsoft.Report.Components.StiText Text626;
public Stimulsoft.Report.Components.StiText Text627;
public Stimulsoft.Report.Components.StiText Text628;
public Stimulsoft.Report.Components.StiText Text629;
public Stimulsoft.Report.Components.StiDataBand Data209;
public Stimulsoft.Report.Components.StiText Text630;
public Stimulsoft.Report.Components.StiText Text631;
public Stimulsoft.Report.Components.StiText Text632;
public Stimulsoft.Report.Components.StiText Text633;
public Stimulsoft.Report.Components.StiText Text634;
public Stimulsoft.Report.Components.StiText Text635;
public Stimulsoft.Report.Components.StiText Text636;
public Stimulsoft.Report.Components.StiWatermark intvVal_Watermark;
public Stimulsoft.Report.Components.StiPage airQual;
public Stimulsoft.Report.Components.StiDataBand Data93;
public Stimulsoft.Report.Components.StiText Text85;
public Stimulsoft.Report.Components.StiDataBand DataBand153;
public Stimulsoft.Report.Components.StiText Text448;
public Stimulsoft.Report.Components.StiDataBand DataBand154;
public Stimulsoft.Report.Components.StiDataBand DataBand155;
public Stimulsoft.Report.Components.StiText Text450;
public Stimulsoft.Report.Components.StiText Text451;
public Stimulsoft.Report.Components.StiText Text458;
public Stimulsoft.Report.Components.StiText Text459;
public Stimulsoft.Report.Components.StiText Text460;
public Stimulsoft.Report.Components.StiText Text461;
public Stimulsoft.Report.Components.StiDataBand whoEuSubT2;
public Stimulsoft.Report.Components.StiText Text146;
public Stimulsoft.Report.Components.StiDataBand Data95;
public Stimulsoft.Report.Components.StiDataBand Data96;
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 Text447;
public Stimulsoft.Report.Components.StiDataBand DataBand67;
public Stimulsoft.Report.Components.StiText Text239;
public Stimulsoft.Report.Components.StiDataBand vlaremSubT3;
public Stimulsoft.Report.Components.StiText Text577;
public Stimulsoft.Report.Components.StiDataBand prop1212;
public Stimulsoft.Report.Components.StiText Text240;
public Stimulsoft.Report.Components.StiDataBand DataBand69;
public Stimulsoft.Report.Components.StiText Text496;
public Stimulsoft.Report.Components.StiText Text502;
public Stimulsoft.Report.Components.StiText Text525;
public Stimulsoft.Report.Components.StiText Text535;
public Stimulsoft.Report.Components.StiText Text573;
public Stimulsoft.Report.Components.StiText Text574;
public Stimulsoft.Report.Components.StiText Text575;
public Stimulsoft.Report.Components.StiText Text596;
public Stimulsoft.Report.Components.StiText Text598;
public Stimulsoft.Report.Components.StiDataBand prop1213;
public Stimulsoft.Report.Components.StiText Text649;
public Stimulsoft.Report.Components.StiDataBand DataBand89;
public Stimulsoft.Report.Components.StiText Text650;
public Stimulsoft.Report.Components.StiText Text651;
public Stimulsoft.Report.Components.StiText Text652;
public Stimulsoft.Report.Components.StiText Text653;
public Stimulsoft.Report.Components.StiText Text654;
public Stimulsoft.Report.Components.StiText Text655;
public Stimulsoft.Report.Components.StiText Text656;
public Stimulsoft.Report.Components.StiText Text172;
public Stimulsoft.Report.Components.StiText Text462;
public Stimulsoft.Report.Components.StiDataBand bhgSubT3;
public Stimulsoft.Report.Components.StiText Text180;
public Stimulsoft.Report.Components.StiDataBand DataBand47;
public Stimulsoft.Report.Components.StiText Text380;
public Stimulsoft.Report.Components.StiDataBand DataBand48;
public Stimulsoft.Report.Components.StiText Text381;
public Stimulsoft.Report.Components.StiText Text382;
public Stimulsoft.Report.Components.StiText Text383;
public Stimulsoft.Report.Components.StiText Text384;
public Stimulsoft.Report.Components.StiText Text385;
public Stimulsoft.Report.Components.StiText Text386;
public Stimulsoft.Report.Components.StiText Text388;
public Stimulsoft.Report.Components.StiWatermark airQual_Watermark;
public Stimulsoft.Report.Components.StiPage airQual2;
public Stimulsoft.Report.Components.StiDataBand DataBand87;
public Stimulsoft.Report.Components.StiDataBand walSubT3;
public Stimulsoft.Report.Components.StiText Text640;
public Stimulsoft.Report.Components.StiDataBand DataBand85;
public Stimulsoft.Report.Components.StiText Text641;
public Stimulsoft.Report.Components.StiDataBand DataBand86;
public Stimulsoft.Report.Components.StiText Text642;
public Stimulsoft.Report.Components.StiText Text643;
public Stimulsoft.Report.Components.StiText Text644;
public Stimulsoft.Report.Components.StiText Text645;
public Stimulsoft.Report.Components.StiText Text646;
public Stimulsoft.Report.Components.StiText Text647;
public Stimulsoft.Report.Components.StiText Text648;
public Stimulsoft.Report.Components.StiText Text599;
public Stimulsoft.Report.Components.StiWatermark airQual2_Watermark;
public Stimulsoft.Report.Components.StiPage indoorAirQual;
public Stimulsoft.Report.Components.StiDataBand indoorAirQualSubT1;
public Stimulsoft.Report.Components.StiText Text163;
public Stimulsoft.Report.Components.StiDataBand whoSubT2;
public Stimulsoft.Report.Components.StiText Text164;
public Stimulsoft.Report.Components.StiDataBand Data158;
public Stimulsoft.Report.Components.StiDataBand Data210;
public Stimulsoft.Report.Components.StiText Text166;
public Stimulsoft.Report.Components.StiText Text167;
public Stimulsoft.Report.Components.StiText Text168;
public Stimulsoft.Report.Components.StiText Text169;
public Stimulsoft.Report.Components.StiText Text171;
public Stimulsoft.Report.Components.StiText Text658;
public Stimulsoft.Report.Components.StiDataBand vlaremSubT2;
public Stimulsoft.Report.Components.StiText Text657;
public Stimulsoft.Report.Components.StiDataBand DataBand93;
public Stimulsoft.Report.Components.StiText Text661;
public Stimulsoft.Report.Components.StiDataBand DataBand94;
public Stimulsoft.Report.Components.StiText Text662;
public Stimulsoft.Report.Components.StiText Text663;
public Stimulsoft.Report.Components.StiText Text664;
public Stimulsoft.Report.Components.StiText Text665;
public Stimulsoft.Report.Components.StiText Text666;
public Stimulsoft.Report.Components.StiText Text667;
public Stimulsoft.Report.Components.StiText Text668;
public Stimulsoft.Report.Components.StiWatermark indoorAirQual_Watermark;
public Stimulsoft.Report.Components.StiPage sectAirQual;
public Stimulsoft.Report.Components.StiDataBand DataBand8;
public Stimulsoft.Report.Components.StiText Text237;
public Stimulsoft.Report.Components.StiDataBand DataBand12;
public Stimulsoft.Report.Components.StiText Text339;
public Stimulsoft.Report.Components.StiDataBand DataBand13;
public Stimulsoft.Report.Components.StiText Text371;
public Stimulsoft.Report.Components.StiDataBand DataBand45;
public Stimulsoft.Report.Components.StiText Text372;
public Stimulsoft.Report.Components.StiText Text373;
public Stimulsoft.Report.Components.StiText Text374;
public Stimulsoft.Report.Components.StiText Text375;
public Stimulsoft.Report.Components.StiText Text376;
public Stimulsoft.Report.Components.StiText Text377;
public Stimulsoft.Report.Components.StiText Text378;
public Stimulsoft.Report.Components.StiWatermark sectAirQual_Watermark;
public Stimulsoft.Report.Components.StiPage matHand;
public Stimulsoft.Report.Components.StiDataBand matHandTitleMain;
public Stimulsoft.Report.Components.StiText Text178;
public Stimulsoft.Report.Components.StiDataBand PersonalProtection;
public Stimulsoft.Report.Components.StiText Text188;
public Stimulsoft.Report.Components.StiDataBand Data101;
public Stimulsoft.Report.Components.StiDataBand Data102;
public Stimulsoft.Report.Components.StiText Text194;
public Stimulsoft.Report.Components.StiDataBand PPE_Handling;
public Stimulsoft.Report.Components.StiText Text193;
public Stimulsoft.Report.Components.StiDataBand Data104;
public Stimulsoft.Report.Components.StiText Text96;
public Stimulsoft.Report.Components.StiDataBand Data105;
public Stimulsoft.Report.Components.StiText Text198;
public Stimulsoft.Report.Components.StiDataBand ConcMeasurement;
public Stimulsoft.Report.Components.StiText Text195;
public Stimulsoft.Report.Components.StiDataBand Data107;
public Stimulsoft.Report.Components.StiText Text197;
public Stimulsoft.Report.Components.StiDataBand Data108;
public Stimulsoft.Report.Components.StiDataBand Dräger;
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.StiDataBand Auer_Rae;
public Stimulsoft.Report.Components.StiText Text43;
public Stimulsoft.Report.Components.StiText Text173;
public Stimulsoft.Report.Components.StiDataBand GASTEC;
public Stimulsoft.Report.Components.StiText Text205;
public Stimulsoft.Report.Components.StiText Text206;
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 Text41;
public Stimulsoft.Report.Components.StiText Text42;
public Stimulsoft.Report.Components.StiDataBand DataBand345;
public Stimulsoft.Report.Components.StiText Text941;
public Stimulsoft.Report.Components.StiText Text942;
public Stimulsoft.Report.Components.StiText Text943;
public Stimulsoft.Report.Components.StiText Text944;
public Stimulsoft.Report.Components.StiText Text945;
public Stimulsoft.Report.Components.StiText Text946;
public Stimulsoft.Report.Components.StiText Text947;
public Stimulsoft.Report.Components.StiText Text948;
public Stimulsoft.Report.Components.StiText Text949;
public Stimulsoft.Report.Components.StiDataBand PID;
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.StiDataBand DataBand344;
public Stimulsoft.Report.Components.StiText Text909;
public Stimulsoft.Report.Components.StiText Text936;
public Stimulsoft.Report.Components.StiText Text937;
public Stimulsoft.Report.Components.StiText Text938;
public Stimulsoft.Report.Components.StiText Text939;
public Stimulsoft.Report.Components.StiText Text940;
public Stimulsoft.Report.Components.StiWatermark matHand_Watermark;
public Stimulsoft.Report.Components.StiPage sampling;
public Stimulsoft.Report.Components.StiDataBand Data114;
public Stimulsoft.Report.Components.StiDataBand SamplingMethods;
public Stimulsoft.Report.Components.StiText Text199;
public Stimulsoft.Report.Components.StiDataBand Data116;
public Stimulsoft.Report.Components.StiText Text226;
public Stimulsoft.Report.Components.StiText Text227;
public Stimulsoft.Report.Components.StiDataBand Data117;
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.StiDataBand DataBand346;
public Stimulsoft.Report.Components.StiText Text950;
public Stimulsoft.Report.Components.StiText Text951;
public Stimulsoft.Report.Components.StiText Text952;
public Stimulsoft.Report.Components.StiText Text953;
public Stimulsoft.Report.Components.StiText Text954;
public Stimulsoft.Report.Components.StiDataBand PackageMaterials;
public Stimulsoft.Report.Components.StiText Text225;
public Stimulsoft.Report.Components.StiDataBand Data119;
public Stimulsoft.Report.Components.StiText Text234;
public Stimulsoft.Report.Components.StiText Text200;
public Stimulsoft.Report.Components.StiDataBand Data120;
public Stimulsoft.Report.Components.StiText Text236;
public Stimulsoft.Report.Components.StiDataBand PackageSpecReq_Storage;
public Stimulsoft.Report.Components.StiText Text233;
public Stimulsoft.Report.Components.StiDataBand Data122;
public Stimulsoft.Report.Components.StiText Text238;
public Stimulsoft.Report.Components.StiDataBand MixedStorage;
public Stimulsoft.Report.Components.StiText Text410;
public Stimulsoft.Report.Components.StiDataBand DataBand151;
public Stimulsoft.Report.Components.StiText Text411;
public Stimulsoft.Report.Components.StiText Text444;
public Stimulsoft.Report.Components.StiDataBand DataBand152;
public Stimulsoft.Report.Components.StiText Text445;
public Stimulsoft.Report.Components.StiText Text446;
public Stimulsoft.Report.Components.StiWatermark sampling_Watermark;
public Stimulsoft.Report.Components.StiPage adrGen;
public Stimulsoft.Report.Components.StiDataBand transTitleMain;
public Stimulsoft.Report.Components.StiText Text192;
public Stimulsoft.Report.Components.StiDataBand Data125;
public Stimulsoft.Report.Components.StiText Text244;
public Stimulsoft.Report.Components.StiDataBand Data126;
public Stimulsoft.Report.Components.StiText Text245;
public Stimulsoft.Report.Components.StiDataBand DataBand135;
public Stimulsoft.Report.Components.StiText Text275;
public Stimulsoft.Report.Components.StiText Text277;
public Stimulsoft.Report.Components.StiDataBand Data127;
public Stimulsoft.Report.Components.StiText Text246;
public Stimulsoft.Report.Components.StiText Text247;
public Stimulsoft.Report.Components.StiDataBand Data128;
public Stimulsoft.Report.Components.StiPanel Panel45;
public Stimulsoft.Report.Components.StiText Text761;
public Stimulsoft.Report.Components.StiDataBand Data129;
public Stimulsoft.Report.Components.StiPanel Panel19;
public Stimulsoft.Report.Components.StiImage Image2;
public Stimulsoft.Report.Components.StiImage Image8;
public Stimulsoft.Report.Components.StiImage Image9;
public Stimulsoft.Report.Components.StiImage Image23;
public Stimulsoft.Report.Components.StiDataBand Data130;
public Stimulsoft.Report.Components.StiPanel Panel44;
public Stimulsoft.Report.Components.StiText Text249;
public Stimulsoft.Report.Components.StiDataBand Data131;
public Stimulsoft.Report.Components.StiPanel Panel20;
public Stimulsoft.Report.Components.StiImage Image24;
public Stimulsoft.Report.Components.StiText Text159;
public Stimulsoft.Report.Components.StiDataBand DataBand41;
public Stimulsoft.Report.Components.StiPanel Panel16;
public Stimulsoft.Report.Components.StiText Text31;
public Stimulsoft.Report.Components.StiDataBand DataBand160;
public Stimulsoft.Report.Components.StiPanel Panel17;
public Stimulsoft.Report.Components.StiImage Image21;
public Stimulsoft.Report.Components.StiDataBand DataBand219;
public Stimulsoft.Report.Components.StiPanel Panel56;
public Stimulsoft.Report.Components.StiDataBand Data132;
public Stimulsoft.Report.Components.StiText Text250;
public Stimulsoft.Report.Components.StiDataBand Data133;
public Stimulsoft.Report.Components.StiDataBand Data134;
public Stimulsoft.Report.Components.StiText Text251;
public Stimulsoft.Report.Components.StiText Text252;
public Stimulsoft.Report.Components.StiText Text253;
public Stimulsoft.Report.Components.StiText Text254;
public Stimulsoft.Report.Components.StiDataBand Data135;
public Stimulsoft.Report.Components.StiText Text257;
public Stimulsoft.Report.Components.StiPanel Panel47;
public Stimulsoft.Report.Components.StiImage Image29;
public Stimulsoft.Report.Components.StiText Text255;
public Stimulsoft.Report.Components.StiText Text258;
public Stimulsoft.Report.Components.StiText Text403;
public Stimulsoft.Report.Components.StiPanel Panel46;
public Stimulsoft.Report.Components.StiImage Image28;
public Stimulsoft.Report.Components.StiImage Image25;
public Stimulsoft.Report.Components.StiImage Image26;
public Stimulsoft.Report.Components.StiImage Image27;
public Stimulsoft.Report.Components.StiText Text402;
public Stimulsoft.Report.Components.StiText Text50;
public Stimulsoft.Report.Components.StiWatermark adrGen_Watermark;
public Stimulsoft.Report.Components.StiPage adrCond;
public Stimulsoft.Report.Components.StiDataBand DataBand71;
public Stimulsoft.Report.Components.StiDataBand Data137;
public Stimulsoft.Report.Components.StiDataBand Data138;
public Stimulsoft.Report.Components.StiText Text259;
public Stimulsoft.Report.Components.StiDataBand Data139;
public Stimulsoft.Report.Components.StiText Text260;
public Stimulsoft.Report.Components.StiText Text49;
public Stimulsoft.Report.Components.StiDataBand Data140;
public Stimulsoft.Report.Components.StiText Text262;
public Stimulsoft.Report.Components.StiText Text263;
public Stimulsoft.Report.Components.StiWatermark adrCond_Watermark;
public Stimulsoft.Report.Components.StiPage adrTunn;
public Stimulsoft.Report.Components.StiDataBand DataBand72;
public Stimulsoft.Report.Components.StiDataBand Data141;
public Stimulsoft.Report.Components.StiDataBand Europe;
public Stimulsoft.Report.Components.StiText Text264;
public Stimulsoft.Report.Components.StiDataBand Data143;
public Stimulsoft.Report.Components.StiText Text265;
public Stimulsoft.Report.Components.StiDataBand Data144;
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.StiDataBand Belgium;
public Stimulsoft.Report.Components.StiText Text273;
public Stimulsoft.Report.Components.StiDataBand Data148;
public Stimulsoft.Report.Components.StiDataBand Data149;
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.StiDataBand Netherlands;
public Stimulsoft.Report.Components.StiText Text290;
public Stimulsoft.Report.Components.StiDataBand Data151;
public Stimulsoft.Report.Components.StiText Text291;
public Stimulsoft.Report.Components.StiDataBand DataBand126;
public Stimulsoft.Report.Components.StiText Text89;
public Stimulsoft.Report.Components.StiDataBand DataBand127;
public Stimulsoft.Report.Components.StiText Text162;
public Stimulsoft.Report.Components.StiDataBand DataBand128;
public Stimulsoft.Report.Components.StiText Text176;
public Stimulsoft.Report.Components.StiDataBand DataBand129;
public Stimulsoft.Report.Components.StiText Text177;
public Stimulsoft.Report.Components.StiDataBand DataBand130;
public Stimulsoft.Report.Components.StiText Text297;
public Stimulsoft.Report.Components.StiDataBand DataBand133;
public Stimulsoft.Report.Components.StiText Text361;
public Stimulsoft.Report.Components.StiDataBand DataBand132;
public Stimulsoft.Report.Components.StiText Text338;
public Stimulsoft.Report.Components.StiDataBand DataBand131;
public Stimulsoft.Report.Components.StiText Text301;
public Stimulsoft.Report.Components.StiWatermark adrTunn_Watermark;
public Stimulsoft.Report.Components.StiPage adrOverv;
public Stimulsoft.Report.Components.StiDataBand DataBand73;
public Stimulsoft.Report.Components.StiDataBand Data152;
public Stimulsoft.Report.Components.StiDataBand Data153;
public Stimulsoft.Report.Components.StiText Text293;
public Stimulsoft.Report.Components.StiDataBand Data154;
public Stimulsoft.Report.Components.StiText Text294;
public Stimulsoft.Report.Components.StiText Text295;
public Stimulsoft.Report.Components.StiDataBand DataBand136;
public Stimulsoft.Report.Components.StiText Text274;
public Stimulsoft.Report.Components.StiDataBand DataBand137;
public Stimulsoft.Report.Components.StiText Text276;
public Stimulsoft.Report.Components.StiText Text279;
public Stimulsoft.Report.Components.StiText Text81;
public Stimulsoft.Report.Components.StiText Text82;
public Stimulsoft.Report.Components.StiText Text142;
public Stimulsoft.Report.Components.StiText Text143;
public Stimulsoft.Report.Components.StiDataBand DataBand138;
public Stimulsoft.Report.Components.StiText Text280;
public Stimulsoft.Report.Components.StiText Text281;
public Stimulsoft.Report.Components.StiDataBand DataBand144;
public Stimulsoft.Report.Components.StiText Text53;
public Stimulsoft.Report.Components.StiDataBand DataBand143;
public Stimulsoft.Report.Components.StiText Text51;
public Stimulsoft.Report.Components.StiText Text52;
public Stimulsoft.Report.Components.StiWatermark adrOverv_Watermark;
public Stimulsoft.Report.Components.StiPage rid;
public Stimulsoft.Report.Components.StiDataBand DataBand74;
public Stimulsoft.Report.Components.StiDataBand DataBand54;
public Stimulsoft.Report.Components.StiText Text370;
public Stimulsoft.Report.Components.StiDataBand DataBand56;
public Stimulsoft.Report.Components.StiText Text494;
public Stimulsoft.Report.Components.StiDataBand DataBand57;
public Stimulsoft.Report.Components.StiText Text397;
public Stimulsoft.Report.Components.StiText Text398;
public Stimulsoft.Report.Components.StiDataBand DataBand59;
public Stimulsoft.Report.Components.StiPanel Panel48;
public Stimulsoft.Report.Components.StiText Text282;
public Stimulsoft.Report.Components.StiDataBand DataBand60;
public Stimulsoft.Report.Components.StiPanel Panel8;
public Stimulsoft.Report.Components.StiImage Image1;
public Stimulsoft.Report.Components.StiImage Image12;
public Stimulsoft.Report.Components.StiImage Image13;
public Stimulsoft.Report.Components.StiImage Image14;
public Stimulsoft.Report.Components.StiDataBand DataBand161;
public Stimulsoft.Report.Components.StiPanel Panel18;
public Stimulsoft.Report.Components.StiText Text32;
public Stimulsoft.Report.Components.StiDataBand DataBand162;
public Stimulsoft.Report.Components.StiPanel Panel21;
public Stimulsoft.Report.Components.StiImage Image22;
public Stimulsoft.Report.Components.StiText Text157;
public Stimulsoft.Report.Components.StiDataBand DataBand61;
public Stimulsoft.Report.Components.StiPanel Panel11;
public Stimulsoft.Report.Components.StiText Text278;
public Stimulsoft.Report.Components.StiDataBand DataBand169;
public Stimulsoft.Report.Components.StiPanel Panel22;
public Stimulsoft.Report.Components.StiImage Image50;
public Stimulsoft.Report.Components.StiDataBand DataBand63;
public Stimulsoft.Report.Components.StiPanel Panel49;
public Stimulsoft.Report.Components.StiText Text283;
public Stimulsoft.Report.Components.StiDataBand DataBand64;
public Stimulsoft.Report.Components.StiPanel Panel51;
public Stimulsoft.Report.Components.StiImage Image15;
public Stimulsoft.Report.Components.StiDataBand DataBand140;
public Stimulsoft.Report.Components.StiPanel Panel12;
public Stimulsoft.Report.Components.StiDataBand DataBand134;
public Stimulsoft.Report.Components.StiText Text44;
public Stimulsoft.Report.Components.StiDataBand DataBand170;
public Stimulsoft.Report.Components.StiText Text56;
public Stimulsoft.Report.Components.StiText Text45;
public Stimulsoft.Report.Components.StiDataBand DataBand171;
public Stimulsoft.Report.Components.StiText Text71;
public Stimulsoft.Report.Components.StiText Text212;
public Stimulsoft.Report.Components.StiWatermark rid_Watermark;
public Stimulsoft.Report.Components.StiPage adn;
public Stimulsoft.Report.Components.StiDataBand DataBand75;
public Stimulsoft.Report.Components.StiDataBand Data159;
public Stimulsoft.Report.Components.StiText Text302;
public Stimulsoft.Report.Components.StiDataBand Data160;
public Stimulsoft.Report.Components.StiText Text303;
public Stimulsoft.Report.Components.StiDataBand Data161;
public Stimulsoft.Report.Components.StiText Text305;
public Stimulsoft.Report.Components.StiText Text306;
public Stimulsoft.Report.Components.StiDataBand Data162;
public Stimulsoft.Report.Components.StiPanel Panel52;
public Stimulsoft.Report.Components.StiText Text307;
public Stimulsoft.Report.Components.StiDataBand DataBand179;
public Stimulsoft.Report.Components.StiPanel Panel27;
public Stimulsoft.Report.Components.StiImage Image51;
public Stimulsoft.Report.Components.StiImage Image52;
public Stimulsoft.Report.Components.StiImage Image53;
public Stimulsoft.Report.Components.StiImage Image60;
public Stimulsoft.Report.Components.StiDataBand DataBand189;
public Stimulsoft.Report.Components.StiPanel Panel30;
public Stimulsoft.Report.Components.StiText Text314;
public Stimulsoft.Report.Components.StiText Text315;
public Stimulsoft.Report.Components.StiText Text316;
public Stimulsoft.Report.Components.StiDataBand Data164;
public Stimulsoft.Report.Components.StiPanel Panel54;
public Stimulsoft.Report.Components.StiImage Image7;
public Stimulsoft.Report.Components.StiImage Image10;
public Stimulsoft.Report.Components.StiImage Image11;
public Stimulsoft.Report.Components.StiDataBand Data166;
public Stimulsoft.Report.Components.StiPanel Panel55;
public Stimulsoft.Report.Components.StiText Text308;
public Stimulsoft.Report.Components.StiDataBand DataBand193;
public Stimulsoft.Report.Components.StiPanel Panel28;
public Stimulsoft.Report.Components.StiImage Image3;
public Stimulsoft.Report.Components.StiText Text158;
public Stimulsoft.Report.Components.StiDataBand DataBand139;
public Stimulsoft.Report.Components.StiPanel Panel24;
public Stimulsoft.Report.Components.StiText Text218;
public Stimulsoft.Report.Components.StiDataBand DataBand178;
public Stimulsoft.Report.Components.StiPanel Panel25;
public Stimulsoft.Report.Components.StiImage Image16;
public Stimulsoft.Report.Components.StiDataBand DataBand172;
public Stimulsoft.Report.Components.StiPanel Panel23;
public Stimulsoft.Report.Components.StiDataBand DataBand175;
public Stimulsoft.Report.Components.StiText Text213;
public Stimulsoft.Report.Components.StiDataBand DataBand176;
public Stimulsoft.Report.Components.StiText Text215;
public Stimulsoft.Report.Components.StiText Text147;
public Stimulsoft.Report.Components.StiDataBand DataBand177;
public Stimulsoft.Report.Components.StiText Text216;
public Stimulsoft.Report.Components.StiText Text217;
public Stimulsoft.Report.Components.StiWatermark adn_Watermark;
public Stimulsoft.Report.Components.StiPage imdg;
public Stimulsoft.Report.Components.StiDataBand DataBand76;
public Stimulsoft.Report.Components.StiDataBand Data168;
public Stimulsoft.Report.Components.StiText Text318;
public Stimulsoft.Report.Components.StiDataBand Data169;
public Stimulsoft.Report.Components.StiText Text304;
public Stimulsoft.Report.Components.StiDataBand DataBand141;
public Stimulsoft.Report.Components.StiText Text365;
public Stimulsoft.Report.Components.StiText Text366;
public Stimulsoft.Report.Components.StiDataBand Data170;
public Stimulsoft.Report.Components.StiText Text321;
public Stimulsoft.Report.Components.StiText Text322;
public Stimulsoft.Report.Components.StiDataBand DataBand199;
public Stimulsoft.Report.Components.StiPanel Panel35;
public Stimulsoft.Report.Components.StiText Text342;
public Stimulsoft.Report.Components.StiDataBand DataBand200;
public Stimulsoft.Report.Components.StiPanel Panel36;
public Stimulsoft.Report.Components.StiImage Image6;
public Stimulsoft.Report.Components.StiImage Image30;
public Stimulsoft.Report.Components.StiImage Image31;
public Stimulsoft.Report.Components.StiImage Image40;
public Stimulsoft.Report.Components.StiDataBand DataBand194;
public Stimulsoft.Report.Components.StiPanel Panel29;
public Stimulsoft.Report.Components.StiText Text317;
public Stimulsoft.Report.Components.StiDataBand DataBand195;
public Stimulsoft.Report.Components.StiPanel Panel31;
public Stimulsoft.Report.Components.StiImage Image4;
public Stimulsoft.Report.Components.StiText Text160;
public Stimulsoft.Report.Components.StiDataBand DataBand196;
public Stimulsoft.Report.Components.StiPanel Panel32;
public Stimulsoft.Report.Components.StiText Text323;
public Stimulsoft.Report.Components.StiDataBand DataBand197;
public Stimulsoft.Report.Components.StiPanel Panel33;
public Stimulsoft.Report.Components.StiImage Image5;
public Stimulsoft.Report.Components.StiDataBand DataBand198;
public Stimulsoft.Report.Components.StiPanel Panel34;
public Stimulsoft.Report.Components.StiDataBand DataBand201;
public Stimulsoft.Report.Components.StiText Text309;
public Stimulsoft.Report.Components.StiDataBand DataBand202;
public Stimulsoft.Report.Components.StiText Text311;
public Stimulsoft.Report.Components.StiText Text148;
public Stimulsoft.Report.Components.StiDataBand DataBand203;
public Stimulsoft.Report.Components.StiText Text324;
public Stimulsoft.Report.Components.StiText Text325;
public Stimulsoft.Report.Components.StiWatermark imdg_Watermark;
public Stimulsoft.Report.Components.StiPage icao_genInfo;
public Stimulsoft.Report.Components.StiDataBand DataBand77;
public Stimulsoft.Report.Components.StiDataBand Data177;
public Stimulsoft.Report.Components.StiText Text326;
public Stimulsoft.Report.Components.StiDataBand Data178;
public Stimulsoft.Report.Components.StiText Text319;
public Stimulsoft.Report.Components.StiDataBand DataBand142;
public Stimulsoft.Report.Components.StiText Text389;
public Stimulsoft.Report.Components.StiText Text390;
public Stimulsoft.Report.Components.StiDataBand Data179;
public Stimulsoft.Report.Components.StiText Text329;
public Stimulsoft.Report.Components.StiText Text330;
public Stimulsoft.Report.Components.StiDataBand DataBand204;
public Stimulsoft.Report.Components.StiPanel Panel41;
public Stimulsoft.Report.Components.StiText Text331;
public Stimulsoft.Report.Components.StiDataBand DataBand205;
public Stimulsoft.Report.Components.StiPanel Panel42;
public Stimulsoft.Report.Components.StiImage Image32;
public Stimulsoft.Report.Components.StiImage Image33;
public Stimulsoft.Report.Components.StiImage Image34;
public Stimulsoft.Report.Components.StiImage Image35;
public Stimulsoft.Report.Components.StiDataBand DataBand206;
public Stimulsoft.Report.Components.StiPanel Panel43;
public Stimulsoft.Report.Components.StiText Text332;
public Stimulsoft.Report.Components.StiDataBand DataBand207;
public Stimulsoft.Report.Components.StiPanel Panel50;
public Stimulsoft.Report.Components.StiImage Image36;
public Stimulsoft.Report.Components.StiText Text165;
public Stimulsoft.Report.Components.StiDataBand DataBand208;
public Stimulsoft.Report.Components.StiPanel Panel53;
public Stimulsoft.Report.Components.StiText Text341;
public Stimulsoft.Report.Components.StiDataBand DataBand209;
public Stimulsoft.Report.Components.StiDataBand DataBand211;
public Stimulsoft.Report.Components.StiPanel Panel58;
public Stimulsoft.Report.Components.StiImage Image37;
public Stimulsoft.Report.Components.StiDataBand DataBand212;
public Stimulsoft.Report.Components.StiPanel Panel59;
public Stimulsoft.Report.Components.StiImage Image38;
public Stimulsoft.Report.Components.StiImage Image39;
public Stimulsoft.Report.Components.StiImage Image43;
public Stimulsoft.Report.Components.StiDataBand DataBand210;
public Stimulsoft.Report.Components.StiPanel Panel57;
public Stimulsoft.Report.Components.StiWatermark icao_genInfo_Watermark;
public Stimulsoft.Report.Components.StiPage icao_overview;
public Stimulsoft.Report.Components.StiDataBand DataBand214;
public Stimulsoft.Report.Components.StiDataBand DataBand215;
public Stimulsoft.Report.Components.StiDataBand DataBand216;
public Stimulsoft.Report.Components.StiText Text313;
public Stimulsoft.Report.Components.StiDataBand DataBand217;
public Stimulsoft.Report.Components.StiText Text346;
public Stimulsoft.Report.Components.StiText Text149;
public Stimulsoft.Report.Components.StiDataBand DataBand218;
public Stimulsoft.Report.Components.StiText Text362;
public Stimulsoft.Report.Components.StiText Text364;
public Stimulsoft.Report.Components.StiWatermark icao_overview_Watermark;
public Stimulsoft.Report.Components.StiPage uno;
public Stimulsoft.Report.Components.StiDataBand DataBand78;
public Stimulsoft.Report.Components.StiDataBand Data184;
public Stimulsoft.Report.Components.StiText Text333;
public Stimulsoft.Report.Components.StiDataBand Data185;
public Stimulsoft.Report.Components.StiText Text320;
public Stimulsoft.Report.Components.StiDataBand Data186;
public Stimulsoft.Report.Components.StiText Text336;
public Stimulsoft.Report.Components.StiText Text337;
public Stimulsoft.Report.Components.StiWatermark uno_Watermark;
public Stimulsoft.Report.Components.StiPage cnlDSD;
public Stimulsoft.Report.Components.StiDataBand cnlMainTitle;
public Stimulsoft.Report.Components.StiText Text243;
public Stimulsoft.Report.Components.StiDataBand Data188;
public Stimulsoft.Report.Components.StiText Text327;
public Stimulsoft.Report.Components.StiDataBand Data189;
public Stimulsoft.Report.Components.StiText Text334;
public Stimulsoft.Report.Components.StiDataBand Data190;
public Stimulsoft.Report.Components.StiText Text196;
public Stimulsoft.Report.Components.StiDataBand Data191;
public Stimulsoft.Report.Components.StiText Text344;
public Stimulsoft.Report.Components.StiText Text345;
public Stimulsoft.Report.Components.StiDataBand DataBand150;
public Stimulsoft.Report.Components.StiPanel Panel13;
public Stimulsoft.Report.Components.StiText Text431;
public Stimulsoft.Report.Components.StiText Text432;
public Stimulsoft.Report.Components.StiText Text434;
public Stimulsoft.Report.Components.StiText Text435;
public Stimulsoft.Report.Components.StiPanel Panel14;
public Stimulsoft.Report.Components.StiText Text436;
public Stimulsoft.Report.Components.StiText Text437;
public Stimulsoft.Report.Components.StiText Text438;
public Stimulsoft.Report.Components.StiText Text439;
public Stimulsoft.Report.Components.StiPanel Panel15;
public Stimulsoft.Report.Components.StiImage Image17;
public Stimulsoft.Report.Components.StiImage Image18;
public Stimulsoft.Report.Components.StiImage Image19;
public Stimulsoft.Report.Components.StiImage Image20;
public Stimulsoft.Report.Components.StiWatermark cnlDSD_Watermark;
public Stimulsoft.Report.Components.StiPage cnlCLP;
public Stimulsoft.Report.Components.StiDataBand DataBand79;
public Stimulsoft.Report.Components.StiDataBand Data194;
public Stimulsoft.Report.Components.StiText Text328;
public Stimulsoft.Report.Components.StiDataBand Data195;
public Stimulsoft.Report.Components.StiText Text335;
public Stimulsoft.Report.Components.StiDataBand Data196;
public Stimulsoft.Report.Components.StiText Text356;
public Stimulsoft.Report.Components.StiText Text357;
public Stimulsoft.Report.Components.StiText Text358;
public Stimulsoft.Report.Components.StiDataBand DataBand220;
public Stimulsoft.Report.Components.StiText Text312;
public Stimulsoft.Report.Components.StiDataBand DataBand221;
public Stimulsoft.Report.Components.StiDataBand DataBand222;
public Stimulsoft.Report.Components.StiText Text400;
public Stimulsoft.Report.Components.StiText Text442;
public Stimulsoft.Report.Components.StiDataBand DataBand223;
public Stimulsoft.Report.Components.StiText Text456;
public Stimulsoft.Report.Components.StiText Text457;
public Stimulsoft.Report.Components.StiDataBand Data197;
public Stimulsoft.Report.Components.StiText Text340;
public Stimulsoft.Report.Components.StiDataBand Data198;
public Stimulsoft.Report.Components.StiDataBand Data199;
public Stimulsoft.Report.Components.StiImage Image54;
public Stimulsoft.Report.Components.StiWatermark cnlCLP_Watermark;
public Stimulsoft.Report.Components.StiPage cnlCLP2;
public Stimulsoft.Report.Components.StiDataBand DataBand173;
public Stimulsoft.Report.Components.StiDataBand DataBand174;
public Stimulsoft.Report.Components.StiDataBand DataBand180;
public Stimulsoft.Report.Components.StiText Text347;
public Stimulsoft.Report.Components.StiDataBand DataBand181;
public Stimulsoft.Report.Components.StiText Text348;
public Stimulsoft.Report.Components.StiDataBand DataBand182;
public Stimulsoft.Report.Components.StiText Text349;
public Stimulsoft.Report.Components.StiDataBand DataBand183;
public Stimulsoft.Report.Components.StiText Text350;
public Stimulsoft.Report.Components.StiDataBand DataBand184;
public Stimulsoft.Report.Components.StiText Text351;
public Stimulsoft.Report.Components.StiDataBand DataBand185;
public Stimulsoft.Report.Components.StiText Text352;
public Stimulsoft.Report.Components.StiDataBand DataBand186;
public Stimulsoft.Report.Components.StiText Text353;
public Stimulsoft.Report.Components.StiDataBand DataBand187;
public Stimulsoft.Report.Components.StiText Text368;
public Stimulsoft.Report.Components.StiDataBand DataBand188;
public Stimulsoft.Report.Components.StiText Text369;
public Stimulsoft.Report.Components.StiDataBand DataBand1;
public Stimulsoft.Report.Components.StiText Text2;
public Stimulsoft.Report.Components.StiDataBand DataBand190;
public Stimulsoft.Report.Components.StiText Text443;
public Stimulsoft.Report.Components.StiDataBand DataBand11;
public Stimulsoft.Report.Components.StiDataBand DataBand191;
public Stimulsoft.Report.Components.StiText Text453;
public Stimulsoft.Report.Components.StiDataBand DataBand192;
public Stimulsoft.Report.Components.StiText Text454;
public Stimulsoft.Report.Components.StiWatermark cnlCLP2_Watermark;
public Stimulsoft.Report.Components.StiPage pnuUseReach;
public Stimulsoft.Report.Components.StiDataBand pnuTitleMain;
public Stimulsoft.Report.Components.StiText Text91;
public Stimulsoft.Report.Components.StiDataBand DataBand6;
public Stimulsoft.Report.Components.StiText Text92;
public Stimulsoft.Report.Components.StiDataBand DataBand7;
public Stimulsoft.Report.Components.StiText Text93;
public Stimulsoft.Report.Components.StiText Text567;
public Stimulsoft.Report.Components.StiWatermark pnuUseReach_Watermark;
public Stimulsoft.Report.Components.StiPage pnuCandList;
public Stimulsoft.Report.Components.StiDataBand DataBand32;
public Stimulsoft.Report.Components.StiText Text538;
public Stimulsoft.Report.Components.StiText Text354;
public Stimulsoft.Report.Components.StiDataBand DataBand35;
public Stimulsoft.Report.Components.StiText Text539;
public Stimulsoft.Report.Components.StiText Text540;
public Stimulsoft.Report.Components.StiDataBand DataBand36;
public Stimulsoft.Report.Components.StiDataBand DataBand37;
public Stimulsoft.Report.Components.StiText Text541;
public Stimulsoft.Report.Components.StiText Text542;
public Stimulsoft.Report.Components.StiDataBand DataBand38;
public Stimulsoft.Report.Components.StiText Text543;
public Stimulsoft.Report.Components.StiText Text544;
public Stimulsoft.Report.Components.StiText Text545;
public Stimulsoft.Report.Components.StiText Text546;
public Stimulsoft.Report.Components.StiText Text557;
public Stimulsoft.Report.Components.StiText Text558;
public Stimulsoft.Report.Components.StiDataBand DataBand39;
public Stimulsoft.Report.Components.StiText Text560;
public Stimulsoft.Report.Components.StiText Text561;
public Stimulsoft.Report.Components.StiText Text562;
public Stimulsoft.Report.Components.StiText Text563;
public Stimulsoft.Report.Components.StiText Text564;
public Stimulsoft.Report.Components.StiText Text565;
public Stimulsoft.Report.Components.StiDataBand DataBand40;
public Stimulsoft.Report.Components.StiWatermark pnuCandList_Watermark;
public Stimulsoft.Report.Components.StiPage pnuXIV;
public Stimulsoft.Report.Components.StiDataBand DataBand15;
public Stimulsoft.Report.Components.StiText Text526;
public Stimulsoft.Report.Components.StiText Text355;
public Stimulsoft.Report.Components.StiDataBand DataBand26;
public Stimulsoft.Report.Components.StiText Text527;
public Stimulsoft.Report.Components.StiText Text528;
public Stimulsoft.Report.Components.StiDataBand DataBand31;
public Stimulsoft.Report.Components.StiDataBand DataBand27;
public Stimulsoft.Report.Components.StiText Text529;
public Stimulsoft.Report.Components.StiText Text530;
public Stimulsoft.Report.Components.StiDataBand DataBand28;
public Stimulsoft.Report.Components.StiText Text532;
public Stimulsoft.Report.Components.StiText Text533;
public Stimulsoft.Report.Components.StiText Text504;
public Stimulsoft.Report.Components.StiText Text548;
public Stimulsoft.Report.Components.StiText Text549;
public Stimulsoft.Report.Components.StiText Text550;
public Stimulsoft.Report.Components.StiText Text551;
public Stimulsoft.Report.Components.StiDataBand DataBand29;
public Stimulsoft.Report.Components.StiText Text536;
public Stimulsoft.Report.Components.StiText Text537;
public Stimulsoft.Report.Components.StiText Text552;
public Stimulsoft.Report.Components.StiText Text553;
public Stimulsoft.Report.Components.StiText Text554;
public Stimulsoft.Report.Components.StiText Text555;
public Stimulsoft.Report.Components.StiText Text556;
public Stimulsoft.Report.Components.StiDataBand DataBand33;
public Stimulsoft.Report.Components.StiWatermark pnuXIV_Watermark;
public Stimulsoft.Report.Components.StiPage pnuXVII;
public Stimulsoft.Report.Components.StiDataBand DataBand16;
public Stimulsoft.Report.Components.StiText Text523;
public Stimulsoft.Report.Components.StiText Text360;
public Stimulsoft.Report.Components.StiDataBand DataBand25;
public Stimulsoft.Report.Components.StiText Text520;
public Stimulsoft.Report.Components.StiText Text521;
public Stimulsoft.Report.Components.StiDataBand DataBand30;
public Stimulsoft.Report.Components.StiDataBand DataBand17;
public Stimulsoft.Report.Components.StiText Text503;
public Stimulsoft.Report.Components.StiText Text522;
public Stimulsoft.Report.Components.StiDataBand DataBand18;
public Stimulsoft.Report.Components.StiText Text505;
public Stimulsoft.Report.Components.StiText Text506;
public Stimulsoft.Report.Components.StiText Text507;
public Stimulsoft.Report.Components.StiText Text547;
public Stimulsoft.Report.Components.StiDataBand DataBand19;
public Stimulsoft.Report.Components.StiText Text508;
public Stimulsoft.Report.Components.StiText Text509;
public Stimulsoft.Report.Components.StiText Text510;
public Stimulsoft.Report.Components.StiText Text511;
public Stimulsoft.Report.Components.StiDataBand DataBand20;
public Stimulsoft.Report.Components.StiText Text512;
public Stimulsoft.Report.Components.StiDataBand DataBand21;
public Stimulsoft.Report.Components.StiText Text513;
public Stimulsoft.Report.Components.StiText Text514;
public Stimulsoft.Report.Components.StiText Text515;
public Stimulsoft.Report.Components.StiDataBand DataBand22;
public Stimulsoft.Report.Components.StiText Text516;
public Stimulsoft.Report.Components.StiPanel Panel37;
public Stimulsoft.Report.Components.StiText Text517;
public Stimulsoft.Report.Components.StiPanel Panel38;
public Stimulsoft.Report.Components.StiText Text518;
public Stimulsoft.Report.Components.StiPanel Panel39;
public Stimulsoft.Report.Components.StiText Text519;
public Stimulsoft.Report.Components.StiDataBand DataBand23;
public Stimulsoft.Report.Components.StiPanel Panel40;
public Stimulsoft.Report.Components.StiWatermark pnuXVII_Watermark;
public Stimulsoft.Report.Components.StiPage pnuPops;
public Stimulsoft.Report.Components.StiDataBand DataBand9;
public Stimulsoft.Report.Components.StiText Text298;
public Stimulsoft.Report.Components.StiDataBand DataBand10;
public Stimulsoft.Report.Components.StiText Text299;
public Stimulsoft.Report.Components.StiText Text300;
public Stimulsoft.Report.Components.StiDataBand DataBand120;
public Stimulsoft.Report.Components.StiText Text723;
public Stimulsoft.Report.Components.StiDataBand DataBand121;
public Stimulsoft.Report.Components.StiText Text754;
public Stimulsoft.Report.Components.StiText Text755;
public Stimulsoft.Report.Components.StiText Text756;
public Stimulsoft.Report.Components.StiText Text757;
public Stimulsoft.Report.Components.StiText Text758;
public Stimulsoft.Report.Components.StiDataBand DataBand286;
public Stimulsoft.Report.Components.StiText Text150;
public Stimulsoft.Report.Components.StiText Text156;
public Stimulsoft.Report.Components.StiDataBand DataBand122;
public Stimulsoft.Report.Components.StiText Text730;
public Stimulsoft.Report.Components.StiDataBand DataBand123;
public Stimulsoft.Report.Components.StiText Text170;
public Stimulsoft.Report.Components.StiText Text759;
public Stimulsoft.Report.Components.StiText Text760;
public Stimulsoft.Report.Components.StiDataBand DataBand124;
public Stimulsoft.Report.Components.StiText Text744;
public Stimulsoft.Report.Components.StiDataBand DataBand125;
public Stimulsoft.Report.Components.StiText Text669;
public Stimulsoft.Report.Components.StiText Text763;
public Stimulsoft.Report.Components.StiText Text764;
public Stimulsoft.Report.Components.StiText Text765;
public Stimulsoft.Report.Components.StiText Text766;
public Stimulsoft.Report.Components.StiWatermark pnuPops_Watermark;
public Stimulsoft.Report.Components.StiPage pnuSeveso;
public Stimulsoft.Report.Components.StiDataBand DataBand50;
public Stimulsoft.Report.Components.StiText Text559;
public Stimulsoft.Report.Components.StiDataBand DataBand53;
public Stimulsoft.Report.Components.StiText Text582;
public Stimulsoft.Report.Components.StiDataBand DataBand51;
public Stimulsoft.Report.Components.StiText Text566;
public Stimulsoft.Report.Components.StiText Text569;
public Stimulsoft.Report.Components.StiText Text571;
public Stimulsoft.Report.Components.StiText Text572;
public Stimulsoft.Report.Components.StiText Text576;
public Stimulsoft.Report.Components.StiText Text578;
public Stimulsoft.Report.Components.StiDataBand DataBand347;
public Stimulsoft.Report.Components.StiText Text922;
public Stimulsoft.Report.Components.StiText Text955;
public Stimulsoft.Report.Components.StiText Text956;
public Stimulsoft.Report.Components.StiText Text957;
public Stimulsoft.Report.Components.StiText Text958;
public Stimulsoft.Report.Components.StiText Text959;
public Stimulsoft.Report.Components.StiDataBand DataBand52;
public Stimulsoft.Report.Components.StiText Text568;
public Stimulsoft.Report.Components.StiDataBand DataBand55;
public Stimulsoft.Report.Components.StiText Text570;
public Stimulsoft.Report.Components.StiText Text579;
public Stimulsoft.Report.Components.StiText Text580;
public Stimulsoft.Report.Components.StiText Text581;
public Stimulsoft.Report.Components.StiText Text583;
public Stimulsoft.Report.Components.StiText Text584;
public Stimulsoft.Report.Components.StiText Text585;
public Stimulsoft.Report.Components.StiDataBand DataBand348;
public Stimulsoft.Report.Components.StiText Text960;
public Stimulsoft.Report.Components.StiText Text961;
public Stimulsoft.Report.Components.StiText Text962;
public Stimulsoft.Report.Components.StiText Text963;
public Stimulsoft.Report.Components.StiText Text964;
public Stimulsoft.Report.Components.StiText Text965;
public Stimulsoft.Report.Components.StiText Text966;
public Stimulsoft.Report.Components.StiWatermark pnuSeveso_Watermark;
public Stimulsoft.Report.Components.StiPage pnuPGS15;
public Stimulsoft.Report.Components.StiDataBand DataBand42;
public Stimulsoft.Report.Components.StiText Text363;
public Stimulsoft.Report.Components.StiDataBand DataBand43;
public Stimulsoft.Report.Components.StiText Text392;
public Stimulsoft.Report.Components.StiText Text393;
public Stimulsoft.Report.Components.StiWatermark pnuPGS15_Watermark;
public Stimulsoft.Report.Components.StiPage regInfo;
public Stimulsoft.Report.Components.StiDataBand regInfoTitleMain;
public Stimulsoft.Report.Components.StiText Text391;
public Stimulsoft.Report.Components.StiDataBand Data220;
public Stimulsoft.Report.Components.StiText Text395;
public Stimulsoft.Report.Components.StiDataBand Data221;
public Stimulsoft.Report.Components.StiText Text409;
public Stimulsoft.Report.Components.StiWatermark regInfo_Watermark;
public Stimulsoft.Report.Components.StiPage overvId;
public Stimulsoft.Report.Components.StiDataBand overvTitleMain;
public Stimulsoft.Report.Components.StiText Text387;
public Stimulsoft.Report.Components.StiDataBand Data224;
public Stimulsoft.Report.Components.StiText Text413;
public Stimulsoft.Report.Components.StiDataBand Data225;
public Stimulsoft.Report.Components.StiText Text414;
public Stimulsoft.Report.Components.StiText Text415;
public Stimulsoft.Report.Components.StiWatermark overvId_Watermark;
public Stimulsoft.Report.Components.StiPage overvDescr;
public Stimulsoft.Report.Components.StiDataBand Data227;
public Stimulsoft.Report.Components.StiDataBand Data228;
public Stimulsoft.Report.Components.StiText Text416;
public Stimulsoft.Report.Components.StiDataBand Data229;
public Stimulsoft.Report.Components.StiText Text417;
public Stimulsoft.Report.Components.StiWatermark overvDescr_Watermark;
public Stimulsoft.Report.Components.StiPage overvRisk;
public Stimulsoft.Report.Components.StiDataBand Data230;
public Stimulsoft.Report.Components.StiDataBand Data231;
public Stimulsoft.Report.Components.StiText Text418;
public Stimulsoft.Report.Components.StiDataBand Data232;
public Stimulsoft.Report.Components.StiDataBand Data233;
public Stimulsoft.Report.Components.StiImage Image55;
public Stimulsoft.Report.Components.StiText Text419;
public Stimulsoft.Report.Components.StiText Text420;
public Stimulsoft.Report.Components.StiText Text421;
public Stimulsoft.Report.Components.StiText Text422;
public Stimulsoft.Report.Components.StiText Text423;
public Stimulsoft.Report.Components.StiDataBand Data234;
public Stimulsoft.Report.Components.StiText Text424;
public Stimulsoft.Report.Components.StiDataBand Data237;
public Stimulsoft.Report.Components.StiText Text425;
public Stimulsoft.Report.Components.StiWatermark overvRisk_Watermark;
public Stimulsoft.Report.Components.StiPage overvExtAg;
public Stimulsoft.Report.Components.StiDataBand Data235;
public Stimulsoft.Report.Components.StiDataBand Data236;
public Stimulsoft.Report.Components.StiText Text426;
public Stimulsoft.Report.Components.StiDataBand DataBand83;
public Stimulsoft.Report.Components.StiDataBand DataBand159;
public Stimulsoft.Report.Components.StiText Text84;
public Stimulsoft.Report.Components.StiDataBand DataBand84;
public Stimulsoft.Report.Components.StiText Text174;
public Stimulsoft.Report.Components.StiWatermark overvExtAg_Watermark;
public Stimulsoft.Report.Components.StiPage overvFfi;
public Stimulsoft.Report.Components.StiDataBand Data240;
public Stimulsoft.Report.Components.StiDataBand Data241;
public Stimulsoft.Report.Components.StiText Text433;
public Stimulsoft.Report.Components.StiDataBand Data242;
public Stimulsoft.Report.Components.StiText Text72;
public Stimulsoft.Report.Components.StiWatermark overvFfi_Watermark;
public Stimulsoft.Report.Components.StiPage overvDSD;
public Stimulsoft.Report.Components.StiDataBand Data244;
public Stimulsoft.Report.Components.StiDataBand Data245;
public Stimulsoft.Report.Components.StiText Text440;
public Stimulsoft.Report.Components.StiDataBand Data246;
public Stimulsoft.Report.Components.StiText Text441;
public Stimulsoft.Report.Components.StiDataBand Data247;
public Stimulsoft.Report.Components.StiDataBand Data248;
public Stimulsoft.Report.Components.StiPanel Panel1;
public Stimulsoft.Report.Components.StiText Text191;
public Stimulsoft.Report.Components.StiText Text242;
public Stimulsoft.Report.Components.StiText Text296;
public Stimulsoft.Report.Components.StiText Text74;
public Stimulsoft.Report.Components.StiPanel Panel2;
public Stimulsoft.Report.Components.StiText Text75;
public Stimulsoft.Report.Components.StiText Text190;
public Stimulsoft.Report.Components.StiText Text241;
public Stimulsoft.Report.Components.StiText Text248;
public Stimulsoft.Report.Components.StiPanel Panel3;
public Stimulsoft.Report.Components.StiImage Image56;
public Stimulsoft.Report.Components.StiImage Image57;
public Stimulsoft.Report.Components.StiImage Image59;
public Stimulsoft.Report.Components.StiImage Image58;
public Stimulsoft.Report.Components.StiDataBand Data249;
public Stimulsoft.Report.Components.StiText Text452;
public Stimulsoft.Report.Components.StiDataBand Data250;
public Stimulsoft.Report.Components.StiText Text9;
public Stimulsoft.Report.Components.StiDataBand Data251;
public Stimulsoft.Report.Components.StiText Text455;
public Stimulsoft.Report.Components.StiDataBand Data252;
public Stimulsoft.Report.Components.StiText Text55;
public Stimulsoft.Report.Components.StiWatermark overvDSD_Watermark;
public Stimulsoft.Report.Components.StiPage overvDSDnew;
public Stimulsoft.Report.Components.StiDataBand DataBand338;
public Stimulsoft.Report.Components.StiDataBand DataBand339;
public Stimulsoft.Report.Components.StiText Text923;
public Stimulsoft.Report.Components.StiDataBand DataBand340;
public Stimulsoft.Report.Components.StiText Text924;
public Stimulsoft.Report.Components.StiDataBand DataBand341;
public Stimulsoft.Report.Components.StiText Text925;
public Stimulsoft.Report.Components.StiDataBand DataBand342;
public Stimulsoft.Report.Components.StiText Text926;
public Stimulsoft.Report.Components.StiText Text927;
public Stimulsoft.Report.Components.StiDataBand DataBand343;
public Stimulsoft.Report.Components.StiPanel Panel62;
public Stimulsoft.Report.Components.StiText Text928;
public Stimulsoft.Report.Components.StiText Text929;
public Stimulsoft.Report.Components.StiText Text930;
public Stimulsoft.Report.Components.StiText Text931;
public Stimulsoft.Report.Components.StiPanel Panel63;
public Stimulsoft.Report.Components.StiText Text932;
public Stimulsoft.Report.Components.StiText Text933;
public Stimulsoft.Report.Components.StiText Text934;
public Stimulsoft.Report.Components.StiText Text935;
public Stimulsoft.Report.Components.StiPanel Panel64;
public Stimulsoft.Report.Components.StiImage Image42;
public Stimulsoft.Report.Components.StiImage Image44;
public Stimulsoft.Report.Components.StiImage Image45;
public Stimulsoft.Report.Components.StiImage Image46;
public Stimulsoft.Report.Components.StiWatermark overvDSDnew_Watermark;
public Stimulsoft.Report.Components.StiPage overvCLP;
public Stimulsoft.Report.Components.StiDataBand DataBand14;
public Stimulsoft.Report.Components.StiDataBand DataBand24;
public Stimulsoft.Report.Components.StiText Text4;
public Stimulsoft.Report.Components.StiDataBand DataBand34;
public Stimulsoft.Report.Components.StiDataBand DataBand165;
public Stimulsoft.Report.Components.StiDataBand DataBand166;
public Stimulsoft.Report.Components.StiText Text161;
public Stimulsoft.Report.Components.StiDataBand DataBand44;
public Stimulsoft.Report.Components.StiDataBand DataBand46;
public Stimulsoft.Report.Components.StiDataBand DataBand58;
public Stimulsoft.Report.Components.StiImage Image71;
public Stimulsoft.Report.Components.StiDataBand DataBand95;
public Stimulsoft.Report.Components.StiDataBand DataBand163;
public Stimulsoft.Report.Components.StiText Text501;
public Stimulsoft.Report.Components.StiDataBand DataBand164;
public Stimulsoft.Report.Components.StiText Text524;
public Stimulsoft.Report.Components.StiDataBand DataBand101;
public Stimulsoft.Report.Components.StiText Text3;
public Stimulsoft.Report.Components.StiDataBand DataBand119;
public Stimulsoft.Report.Components.StiText Text83;
public Stimulsoft.Report.Components.StiDataBand DataBand106;
public Stimulsoft.Report.Components.StiText Text90;
public Stimulsoft.Report.Components.StiDataBand DataBand114;
public Stimulsoft.Report.Components.StiText Text94;
public Stimulsoft.Report.Components.StiWatermark overvCLP_Watermark;
public Stimulsoft.Report.Components.StiPage overvCLPnew;
public Stimulsoft.Report.Components.StiDataBand DataBand311;
public Stimulsoft.Report.Components.StiDataBand DataBand312;
public Stimulsoft.Report.Components.StiText Text897;
public Stimulsoft.Report.Components.StiDataBand DataBand313;
public Stimulsoft.Report.Components.StiText Text898;
public Stimulsoft.Report.Components.StiDataBand DataBand314;
public Stimulsoft.Report.Components.StiText Text899;
public Stimulsoft.Report.Components.StiText Text900;
public Stimulsoft.Report.Components.StiText Text901;
public Stimulsoft.Report.Components.StiDataBand DataBand315;
public Stimulsoft.Report.Components.StiText Text902;
public Stimulsoft.Report.Components.StiDataBand DataBand316;
public Stimulsoft.Report.Components.StiDataBand DataBand317;
public Stimulsoft.Report.Components.StiText Text903;
public Stimulsoft.Report.Components.StiText Text904;
public Stimulsoft.Report.Components.StiDataBand DataBand318;
public Stimulsoft.Report.Components.StiText Text905;
public Stimulsoft.Report.Components.StiText Text906;
public Stimulsoft.Report.Components.StiDataBand DataBand319;
public Stimulsoft.Report.Components.StiText Text907;
public Stimulsoft.Report.Components.StiDataBand DataBand320;
public Stimulsoft.Report.Components.StiDataBand DataBand321;
public Stimulsoft.Report.Components.StiImage Image41;
public Stimulsoft.Report.Components.StiWatermark overvCLPnew_Watermark;
public Stimulsoft.Report.Components.StiPage overvCLP2new;
public Stimulsoft.Report.Components.StiDataBand DataBand322;
public Stimulsoft.Report.Components.StiDataBand DataBand323;
public Stimulsoft.Report.Components.StiDataBand DataBand324;
public Stimulsoft.Report.Components.StiText Text908;
public Stimulsoft.Report.Components.StiDataBand DataBand325;
public Stimulsoft.Report.Components.StiText Text910;
public Stimulsoft.Report.Components.StiDataBand DataBand326;
public Stimulsoft.Report.Components.StiText Text911;
public Stimulsoft.Report.Components.StiDataBand DataBand327;
public Stimulsoft.Report.Components.StiText Text912;
public Stimulsoft.Report.Components.StiDataBand DataBand328;
public Stimulsoft.Report.Components.StiText Text913;
public Stimulsoft.Report.Components.StiDataBand DataBand329;
public Stimulsoft.Report.Components.StiText Text914;
public Stimulsoft.Report.Components.StiDataBand DataBand330;
public Stimulsoft.Report.Components.StiText Text915;
public Stimulsoft.Report.Components.StiDataBand DataBand331;
public Stimulsoft.Report.Components.StiText Text916;
public Stimulsoft.Report.Components.StiDataBand DataBand332;
public Stimulsoft.Report.Components.StiText Text917;
public Stimulsoft.Report.Components.StiDataBand DataBand333;
public Stimulsoft.Report.Components.StiText Text918;
public Stimulsoft.Report.Components.StiDataBand DataBand334;
public Stimulsoft.Report.Components.StiText Text919;
public Stimulsoft.Report.Components.StiDataBand DataBand335;
public Stimulsoft.Report.Components.StiDataBand DataBand336;
public Stimulsoft.Report.Components.StiText Text920;
public Stimulsoft.Report.Components.StiDataBand DataBand337;
public Stimulsoft.Report.Components.StiText Text921;
public Stimulsoft.Report.Components.StiWatermark overvCLP2new_Watermark;
public Stimulsoft.Report.Components.StiPage standOverv_expLim;
public Stimulsoft.Report.Components.StiDataBand standOvervTitleMain;
public Stimulsoft.Report.Components.StiText Text412;
public Stimulsoft.Report.Components.StiDataBand Data265;
public Stimulsoft.Report.Components.StiText Text470;
public Stimulsoft.Report.Components.StiDataBand Data266;
public Stimulsoft.Report.Components.StiText Text471;
public Stimulsoft.Report.Components.StiDataBand Data267;
public Stimulsoft.Report.Components.StiText Text469;
public Stimulsoft.Report.Components.StiText Text487;
public Stimulsoft.Report.Components.StiDataBand Data268;
public Stimulsoft.Report.Components.StiText Text474;
public Stimulsoft.Report.Components.StiText Text475;
public Stimulsoft.Report.Components.StiText Text476;
public Stimulsoft.Report.Components.StiText Text477;
public Stimulsoft.Report.Components.StiDataBand Data269;
public Stimulsoft.Report.Components.StiText Text478;
public Stimulsoft.Report.Components.StiText Text479;
public Stimulsoft.Report.Components.StiText Text480;
public Stimulsoft.Report.Components.StiText Text481;
public Stimulsoft.Report.Components.StiText Text482;
public Stimulsoft.Report.Components.StiText Text483;
public Stimulsoft.Report.Components.StiText Text484;
public Stimulsoft.Report.Components.StiText Text485;
public Stimulsoft.Report.Components.StiText Text486;
public Stimulsoft.Report.Components.StiWatermark standOverv_expLim_Watermark;
public Stimulsoft.Report.Components.StiPage stand_el_eu;
public Stimulsoft.Report.Components.StiDataBand DataBand365;
public Stimulsoft.Report.Components.StiText Text976;
public Stimulsoft.Report.Components.StiDataBand DataBand358;
public Stimulsoft.Report.Components.StiDataBand DataBand359;
public Stimulsoft.Report.Components.StiDataBand DataBand360;
public Stimulsoft.Report.Components.StiDataBand DataBand361;
public Stimulsoft.Report.Components.StiText Text978;
public Stimulsoft.Report.Components.StiText Text979;
public Stimulsoft.Report.Components.StiDataBand DataBand362;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand10;
public Stimulsoft.Report.Components.StiText Text980;
public Stimulsoft.Report.Components.StiDataBand DataBand363;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand10;
public Stimulsoft.Report.Components.StiText Text981;
public Stimulsoft.Report.Components.StiText Text982;
public Stimulsoft.Report.Components.StiText Text983;
public Stimulsoft.Report.Components.StiWatermark stand_el_eu_Watermark;
public Stimulsoft.Report.Components.StiPage strand_el_b;
public Stimulsoft.Report.Components.StiDataBand DataBand355;
public Stimulsoft.Report.Components.StiText Text975;
public Stimulsoft.Report.Components.StiDataBand DataBand280;
public Stimulsoft.Report.Components.StiDataBand DataBand283;
public Stimulsoft.Report.Components.StiDataBand DataBand287;
public Stimulsoft.Report.Components.StiDataBand DataBand349;
public Stimulsoft.Report.Components.StiText Text968;
public Stimulsoft.Report.Components.StiText Text969;
public Stimulsoft.Report.Components.StiDataBand DataBand350;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand7;
public Stimulsoft.Report.Components.StiText Text970;
public Stimulsoft.Report.Components.StiDataBand DataBand351;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand7;
public Stimulsoft.Report.Components.StiText Text971;
public Stimulsoft.Report.Components.StiText Text972;
public Stimulsoft.Report.Components.StiText Text973;
public Stimulsoft.Report.Components.StiDataBand DataBand238;
public Stimulsoft.Report.Components.StiDataBand DataBand354;
public Stimulsoft.Report.Components.StiText Text974;
public Stimulsoft.Report.Components.StiWatermark strand_el_b_Watermark;
public Stimulsoft.Report.Components.StiPage standOverv_airQual;
public Stimulsoft.Report.Components.StiDataBand DataBand62;
public Stimulsoft.Report.Components.StiDataBand DataBand80;
public Stimulsoft.Report.Components.StiText Text179;
public Stimulsoft.Report.Components.StiDataBand DataBand82;
public Stimulsoft.Report.Components.StiDataBand DataBand213;
public Stimulsoft.Report.Components.StiText Text214;
public Stimulsoft.Report.Components.StiText Text292;
public Stimulsoft.Report.Components.StiText Text310;
public Stimulsoft.Report.Components.StiText Text343;
public Stimulsoft.Report.Components.StiText Text449;
public Stimulsoft.Report.Components.StiText Text464;
public Stimulsoft.Report.Components.StiDataBand DataBand294;
public Stimulsoft.Report.Components.StiText Text820;
public Stimulsoft.Report.Components.StiText Text821;
public Stimulsoft.Report.Components.StiText Text822;
public Stimulsoft.Report.Components.StiText Text823;
public Stimulsoft.Report.Components.StiText Text824;
public Stimulsoft.Report.Components.StiText Text825;
public Stimulsoft.Report.Components.StiDataBand DataBand253;
public Stimulsoft.Report.Components.StiText Text827;
public Stimulsoft.Report.Components.StiDataBand DataBand254;
public Stimulsoft.Report.Components.StiText Text592;
public Stimulsoft.Report.Components.StiText Text593;
public Stimulsoft.Report.Components.StiText Text594;
public Stimulsoft.Report.Components.StiText Text595;
public Stimulsoft.Report.Components.StiText Text639;
public Stimulsoft.Report.Components.StiText Text659;
public Stimulsoft.Report.Components.StiText Text660;
public Stimulsoft.Report.Components.StiText Text671;
public Stimulsoft.Report.Components.StiDataBand DataBand252;
public Stimulsoft.Report.Components.StiText Text591;
public Stimulsoft.Report.Components.StiText Text709;
public Stimulsoft.Report.Components.StiText Text815;
public Stimulsoft.Report.Components.StiText Text816;
public Stimulsoft.Report.Components.StiText Text817;
public Stimulsoft.Report.Components.StiText Text818;
public Stimulsoft.Report.Components.StiText Text819;
public Stimulsoft.Report.Components.StiText Text826;
public Stimulsoft.Report.Components.StiDataBand DataBand255;
public Stimulsoft.Report.Components.StiText Text814;
public Stimulsoft.Report.Components.StiDataBand DataBand256;
public Stimulsoft.Report.Components.StiText Text710;
public Stimulsoft.Report.Components.StiDataBand DataBand281;
public Stimulsoft.Report.Components.StiText Text725;
public Stimulsoft.Report.Components.StiDataBand DataBand285;
public Stimulsoft.Report.Components.StiText Text783;
public Stimulsoft.Report.Components.StiText Text785;
public Stimulsoft.Report.Components.StiText Text786;
public Stimulsoft.Report.Components.StiText Text789;
public Stimulsoft.Report.Components.StiText Text790;
public Stimulsoft.Report.Components.StiText Text791;
public Stimulsoft.Report.Components.StiText Text792;
public Stimulsoft.Report.Components.StiText Text793;
public Stimulsoft.Report.Components.StiText Text794;
public Stimulsoft.Report.Components.StiDataBand DataBand293;
public Stimulsoft.Report.Components.StiText Text828;
public Stimulsoft.Report.Components.StiText Text829;
public Stimulsoft.Report.Components.StiText Text830;
public Stimulsoft.Report.Components.StiText Text831;
public Stimulsoft.Report.Components.StiText Text832;
public Stimulsoft.Report.Components.StiText Text833;
public Stimulsoft.Report.Components.StiText Text834;
public Stimulsoft.Report.Components.StiText Text835;
public Stimulsoft.Report.Components.StiText Text836;
public Stimulsoft.Report.Components.StiDataBand DataBand290;
public Stimulsoft.Report.Components.StiText Text805;
public Stimulsoft.Report.Components.StiDataBand DataBand291;
public Stimulsoft.Report.Components.StiText Text806;
public Stimulsoft.Report.Components.StiDataBand DataBand292;
public Stimulsoft.Report.Components.StiText Text807;
public Stimulsoft.Report.Components.StiText Text808;
public Stimulsoft.Report.Components.StiText Text809;
public Stimulsoft.Report.Components.StiText Text810;
public Stimulsoft.Report.Components.StiText Text811;
public Stimulsoft.Report.Components.StiText Text812;
public Stimulsoft.Report.Components.StiText Text813;
public Stimulsoft.Report.Components.StiDataBand DataBand288;
public Stimulsoft.Report.Components.StiText Text795;
public Stimulsoft.Report.Components.StiText Text796;
public Stimulsoft.Report.Components.StiText Text797;
public Stimulsoft.Report.Components.StiText Text798;
public Stimulsoft.Report.Components.StiText Text799;
public Stimulsoft.Report.Components.StiText Text800;
public Stimulsoft.Report.Components.StiText Text801;
public Stimulsoft.Report.Components.StiDataBand DataBand289;
public Stimulsoft.Report.Components.StiText Text802;
public Stimulsoft.Report.Components.StiDataBand DataBand295;
public Stimulsoft.Report.Components.StiText Text803;
public Stimulsoft.Report.Components.StiDataBand DataBand296;
public Stimulsoft.Report.Components.StiText Text804;
public Stimulsoft.Report.Components.StiText Text837;
public Stimulsoft.Report.Components.StiText Text838;
public Stimulsoft.Report.Components.StiText Text839;
public Stimulsoft.Report.Components.StiText Text840;
public Stimulsoft.Report.Components.StiText Text841;
public Stimulsoft.Report.Components.StiText Text842;
public Stimulsoft.Report.Components.StiText Text843;
public Stimulsoft.Report.Components.StiDataBand DataBand297;
public Stimulsoft.Report.Components.StiText Text844;
public Stimulsoft.Report.Components.StiText Text845;
public Stimulsoft.Report.Components.StiText Text846;
public Stimulsoft.Report.Components.StiText Text847;
public Stimulsoft.Report.Components.StiText Text848;
public Stimulsoft.Report.Components.StiText Text849;
public Stimulsoft.Report.Components.StiText Text850;
public Stimulsoft.Report.Components.StiText Text851;
public Stimulsoft.Report.Components.StiWatermark standOverv_airQual_Watermark;
public Stimulsoft.Report.Components.StiPage standOverv_indSectAirQual;
public Stimulsoft.Report.Components.StiDataBand DataBand298;
public Stimulsoft.Report.Components.StiDataBand DataBand299;
public Stimulsoft.Report.Components.StiText Text852;
public Stimulsoft.Report.Components.StiDataBand DataBand300;
public Stimulsoft.Report.Components.StiDataBand DataBand301;
public Stimulsoft.Report.Components.StiText Text853;
public Stimulsoft.Report.Components.StiText Text854;
public Stimulsoft.Report.Components.StiText Text855;
public Stimulsoft.Report.Components.StiText Text856;
public Stimulsoft.Report.Components.StiText Text857;
public Stimulsoft.Report.Components.StiText Text858;
public Stimulsoft.Report.Components.StiDataBand DataBand305;
public Stimulsoft.Report.Components.StiText Text868;
public Stimulsoft.Report.Components.StiText Text869;
public Stimulsoft.Report.Components.StiText Text870;
public Stimulsoft.Report.Components.StiText Text871;
public Stimulsoft.Report.Components.StiText Text872;
public Stimulsoft.Report.Components.StiText Text873;
public Stimulsoft.Report.Components.StiDataBand DataBand302;
public Stimulsoft.Report.Components.StiText Text859;
public Stimulsoft.Report.Components.StiDataBand DataBand303;
public Stimulsoft.Report.Components.StiText Text860;
public Stimulsoft.Report.Components.StiDataBand DataBand304;
public Stimulsoft.Report.Components.StiText Text861;
public Stimulsoft.Report.Components.StiText Text862;
public Stimulsoft.Report.Components.StiText Text863;
public Stimulsoft.Report.Components.StiText Text864;
public Stimulsoft.Report.Components.StiText Text865;
public Stimulsoft.Report.Components.StiText Text866;
public Stimulsoft.Report.Components.StiText Text867;
public Stimulsoft.Report.Components.StiDataBand DataBand306;
public Stimulsoft.Report.Components.StiText Text874;
public Stimulsoft.Report.Components.StiText Text875;
public Stimulsoft.Report.Components.StiText Text876;
public Stimulsoft.Report.Components.StiText Text877;
public Stimulsoft.Report.Components.StiText Text878;
public Stimulsoft.Report.Components.StiText Text879;
public Stimulsoft.Report.Components.StiText Text880;
public Stimulsoft.Report.Components.StiDataBand DataBand307;
public Stimulsoft.Report.Components.StiText Text881;
public Stimulsoft.Report.Components.StiDataBand DataBand308;
public Stimulsoft.Report.Components.StiText Text882;
public Stimulsoft.Report.Components.StiDataBand DataBand309;
public Stimulsoft.Report.Components.StiText Text883;
public Stimulsoft.Report.Components.StiText Text884;
public Stimulsoft.Report.Components.StiText Text885;
public Stimulsoft.Report.Components.StiText Text886;
public Stimulsoft.Report.Components.StiText Text887;
public Stimulsoft.Report.Components.StiText Text888;
public Stimulsoft.Report.Components.StiText Text889;
public Stimulsoft.Report.Components.StiDataBand DataBand310;
public Stimulsoft.Report.Components.StiText Text890;
public Stimulsoft.Report.Components.StiText Text891;
public Stimulsoft.Report.Components.StiText Text892;
public Stimulsoft.Report.Components.StiText Text893;
public Stimulsoft.Report.Components.StiText Text894;
public Stimulsoft.Report.Components.StiText Text895;
public Stimulsoft.Report.Components.StiText Text896;
public Stimulsoft.Report.Components.StiWatermark standOverv_indSectAirQual_Watermark;
public Stimulsoft.Report.Components.StiPage standOverv2;
public Stimulsoft.Report.Components.StiDataBand DataBand5;
public Stimulsoft.Report.Components.StiDataBand DataBand156;
public Stimulsoft.Report.Components.StiText Text463;
public Stimulsoft.Report.Components.StiDataBand DataBand157;
public Stimulsoft.Report.Components.StiDataBand DataBand158;
public Stimulsoft.Report.Components.StiText Text465;
public Stimulsoft.Report.Components.StiText Text466;
public Stimulsoft.Report.Components.StiText Text467;
public Stimulsoft.Report.Components.StiText Text468;
public Stimulsoft.Report.Components.StiText Text490;
public Stimulsoft.Report.Components.StiText Text491;
public Stimulsoft.Report.Components.StiDataBand DataBand49;
public Stimulsoft.Report.Components.StiText Text670;
public Stimulsoft.Report.Components.StiDataBand DataBand68;
public Stimulsoft.Report.Components.StiDataBand DataBand70;
public Stimulsoft.Report.Components.StiText Text672;
public Stimulsoft.Report.Components.StiText Text673;
public Stimulsoft.Report.Components.StiText Text674;
public Stimulsoft.Report.Components.StiText Text675;
public Stimulsoft.Report.Components.StiText Text676;
public Stimulsoft.Report.Components.StiText Text677;
public Stimulsoft.Report.Components.StiText Text678;
public Stimulsoft.Report.Components.StiText Text492;
public Stimulsoft.Report.Components.StiDataBand DataBand88;
public Stimulsoft.Report.Components.StiText Text679;
public Stimulsoft.Report.Components.StiDataBand DataBand90;
public Stimulsoft.Report.Components.StiText Text680;
public Stimulsoft.Report.Components.StiDataBand DataBand91;
public Stimulsoft.Report.Components.StiText Text681;
public Stimulsoft.Report.Components.StiDataBand DataBand92;
public Stimulsoft.Report.Components.StiText Text682;
public Stimulsoft.Report.Components.StiText Text683;
public Stimulsoft.Report.Components.StiText Text684;
public Stimulsoft.Report.Components.StiText Text685;
public Stimulsoft.Report.Components.StiText Text686;
public Stimulsoft.Report.Components.StiText Text687;
public Stimulsoft.Report.Components.StiText Text688;
public Stimulsoft.Report.Components.StiText Text689;
public Stimulsoft.Report.Components.StiText Text690;
public Stimulsoft.Report.Components.StiDataBand DataBand96;
public Stimulsoft.Report.Components.StiText Text691;
public Stimulsoft.Report.Components.StiDataBand DataBand97;
public Stimulsoft.Report.Components.StiText Text692;
public Stimulsoft.Report.Components.StiText Text693;
public Stimulsoft.Report.Components.StiText Text694;
public Stimulsoft.Report.Components.StiText Text695;
public Stimulsoft.Report.Components.StiText Text696;
public Stimulsoft.Report.Components.StiText Text697;
public Stimulsoft.Report.Components.StiText Text698;
public Stimulsoft.Report.Components.StiText Text699;
public Stimulsoft.Report.Components.StiText Text497;
public Stimulsoft.Report.Components.StiDataBand DataBand98;
public Stimulsoft.Report.Components.StiText Text700;
public Stimulsoft.Report.Components.StiDataBand DataBand99;
public Stimulsoft.Report.Components.StiText Text701;
public Stimulsoft.Report.Components.StiDataBand DataBand100;
public Stimulsoft.Report.Components.StiText Text702;
public Stimulsoft.Report.Components.StiText Text703;
public Stimulsoft.Report.Components.StiText Text704;
public Stimulsoft.Report.Components.StiText Text705;
public Stimulsoft.Report.Components.StiText Text706;
public Stimulsoft.Report.Components.StiText Text707;
public Stimulsoft.Report.Components.StiText Text708;
public Stimulsoft.Report.Components.StiWatermark standOverv2_Watermark;
public Stimulsoft.Report.Components.StiPage standOverv3;
public Stimulsoft.Report.Components.StiDataBand DataBand102;
public Stimulsoft.Report.Components.StiDataBand DataBand103;
public Stimulsoft.Report.Components.StiText Text711;
public Stimulsoft.Report.Components.StiDataBand DataBand104;
public Stimulsoft.Report.Components.StiText Text712;
public Stimulsoft.Report.Components.StiDataBand DataBand105;
public Stimulsoft.Report.Components.StiText Text713;
public Stimulsoft.Report.Components.StiText Text714;
public Stimulsoft.Report.Components.StiText Text715;
public Stimulsoft.Report.Components.StiText Text716;
public Stimulsoft.Report.Components.StiText Text717;
public Stimulsoft.Report.Components.StiText Text718;
public Stimulsoft.Report.Components.StiText Text719;
public Stimulsoft.Report.Components.StiText Text720;
public Stimulsoft.Report.Components.StiWatermark standOverv3_Watermark;
public Stimulsoft.Report.Components.StiPage standOverv4;
public Stimulsoft.Report.Components.StiDataBand DataBand107;
public Stimulsoft.Report.Components.StiDataBand DataBand108;
public Stimulsoft.Report.Components.StiText Text724;
public Stimulsoft.Report.Components.StiDataBand DataBand109;
public Stimulsoft.Report.Components.StiDataBand DataBand110;
public Stimulsoft.Report.Components.StiText Text726;
public Stimulsoft.Report.Components.StiText Text727;
public Stimulsoft.Report.Components.StiText Text728;
public Stimulsoft.Report.Components.StiText Text729;
public Stimulsoft.Report.Components.StiText Text731;
public Stimulsoft.Report.Components.StiText Text732;
public Stimulsoft.Report.Components.StiDataBand DataBand111;
public Stimulsoft.Report.Components.StiText Text733;
public Stimulsoft.Report.Components.StiDataBand DataBand112;
public Stimulsoft.Report.Components.StiText Text734;
public Stimulsoft.Report.Components.StiDataBand DataBand113;
public Stimulsoft.Report.Components.StiText Text735;
public Stimulsoft.Report.Components.StiText Text736;
public Stimulsoft.Report.Components.StiText Text737;
public Stimulsoft.Report.Components.StiText Text738;
public Stimulsoft.Report.Components.StiText Text739;
public Stimulsoft.Report.Components.StiText Text740;
public Stimulsoft.Report.Components.StiText Text741;
public Stimulsoft.Report.Components.StiWatermark standOverv4_Watermark;
public Stimulsoft.Report.Components.StiPage standOverv5;
public Stimulsoft.Report.Components.StiDataBand DataBand115;
public Stimulsoft.Report.Components.StiDataBand DataBand116;
public Stimulsoft.Report.Components.StiText Text745;
public Stimulsoft.Report.Components.StiDataBand DataBand117;
public Stimulsoft.Report.Components.StiText Text746;
public Stimulsoft.Report.Components.StiDataBand DataBand118;
public Stimulsoft.Report.Components.StiText Text747;
public Stimulsoft.Report.Components.StiText Text748;
public Stimulsoft.Report.Components.StiText Text749;
public Stimulsoft.Report.Components.StiText Text750;
public Stimulsoft.Report.Components.StiText Text751;
public Stimulsoft.Report.Components.StiText Text752;
public Stimulsoft.Report.Components.StiText Text753;
public Stimulsoft.Report.Components.StiWatermark standOverv5_Watermark;
public Stimulsoft.Report.Print.StiPrinterSettings rptKaleidos_PrinterSettings;
public Stimulsoft.Report.StiStyle StylePageHeader;
public Stimulsoft.Report.StiStyle StyleTitleMain;
public Stimulsoft.Report.StiStyle StylePageFooter;
public Stimulsoft.Report.StiStyle StyleValues;
public Stimulsoft.Report.StiStyle StyleEvenValue;
public Stimulsoft.Report.StiStyle StylePrintDate;
public Stimulsoft.Report.StiStyle StylePageCount;
public Stimulsoft.Report.StiStyle StyleDisclaimer;
public Stimulsoft.Report.StiStyle StyleTitleSub1;
public Stimulsoft.Report.StiStyle StyleTitleSub2;
public Stimulsoft.Report.StiStyle StyleValuesBorder;
public Stimulsoft.Report.StiStyle StyleValuesHeaderBorder;
public Stimulsoft.Report.StiStyle StylePropertyBorder;
public Stimulsoft.Report.StiStyle StyleVariables;
public Stimulsoft.Report.StiStyle StyleHelpValues;
public Stimulsoft.Report.StiStyle StyleTitleSub3;
public Stimulsoft.Report.StiStyle StyleTransportModi;
public tblReportValues0DataSource tblReportValues0;
public tblReportValues1DataSource tblReportValues1;
public tblReportValues2DataSource tblReportValues2;
public tblReportValues3DataSource tblReportValues3;
public tblReportInfoDataSource tblReportInfo;
public tblReportValueParts1DataSource tblReportValueParts1;
public tblReportValueParts2DataSource tblReportValueParts2;
public tblReportValueParts3DataSource tblReportValueParts3;
public ProductNamesDataSource ProductNames;
public tblCustomerFieldValuesDataSource tblCustomerFieldValues;
public CustomDataDataSource CustomData;
public void hoofdnaam_BeforePrint(object sender, System.EventArgs e)
{
if ((CustomData.DataValue!="")&&(CustomData.DataKey==2))
{
strHoofdnaam=CustomData.DataValue.ToString();
};
}
public void DataBand81_BeforePrint(object sender, System.EventArgs e)
{
foreach (Stimulsoft.Report.Dictionary.StiRow dataRow in tblReportValues1.Rows)
{
if ( !dataRow["rfrp_id"].Equals(DBNull.Value))
{
if (dataRow["rfrp_id"].ToString() == "177")
{
strTaalBignr = tblReportValues1.Name + " - ";
//MessageBox.Show(tblReportValues1.Value .ToString());
}
}
};
}
public void mixtBignr__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.CustomData.DataKey, typeof(decimal), true))) == 3m);
}
public void mixtBignr_BeforePrint(object sender, System.EventArgs e)
{
//MessageBox.Show(CustomData.DataKey + ": " + CustomData.DataValue.ToString());
if (CustomData.DataKey == 3)
{
strMixtureBignr = CustomData.DataValue;
}
//MessageBox.Show(intMixtureBignr.ToString());
if (CustomData.DataKey == 3)
{
strTaalBignr = strTaalBignr + CustomData.DataValue;
};
}
public void Text145__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strHoofdnaam, true);
}
public void Text145_BeforePrint(object sender, System.EventArgs e)
{
if (strHoofdnaam=="")
{
strHoofdnaam=tblReportInfo.PrimaryName;
};
}
public void SystemText1__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "#%#{PageNumber}/{TotalPageCount}\r\n{strTaalBignr}";
e.StoreToPrinted = true;
}
public System.String SystemText1_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
{
return ToString(sender, PageNumber, true) + "/" + ToString(sender, TotalPageCount, true) + "\r\n" + ToString(sender, strTaalBignr, true);
}
public void SystemText2__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = System.String.Format("{0:dd/MM/yyyy}", Today);
}
public void Text144__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportInfo.Disclaimer, true);
}
public void showCustomerInfo_BeforePrint(object sender, System.EventArgs e)
{
foreach (Stimulsoft.Report.Dictionary.StiRow dataRow in tblCustomerFieldValues.Rows)
{
if ( (string)dataRow["cfv_text"] != this.ToString("") || (string)dataRow["cfv_binary"] != this.ToString(""))
{
blnShowCustomerInfo = true;
}
//MessageBox.Show(blnShowCustomerInfo .ToString());
};
}
public void customerInfo_BeforePrint(object sender, System.EventArgs e)
{
if (tblCustomerFieldValues.cfld_id.ToString().ToLower()=="7ff6b8e7-c428-495a-8e7f-6029a91312a9")
{
strCustomerInfo += tblCustomerFieldValues.cfv_text + Environment.NewLine;
}
//MessageBox.Show(strCustomerInfo .ToString());
if (tblCustomerFieldValues.cfld_id.ToString().ToLower()=="a6f0e2a4-8b8e-4e71-b8d1-319e64f22180")
{
strCustomerInfo += tblCustomerFieldValues.cfv_text;
}
//MessageBox.Show(strCustomerInfo .ToString());;
}
private void ReportTitleBand1_Conditions(object sender, System.EventArgs e)
{
if (blnShowCustomerInfo == true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text586__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportInfo.Address, true) + " " + ToString(sender, Stimulsoft.Report.Dictionary.StiFunctionsDate.Year(ReportChanged), true);
}
public void Text588__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, blnShowCustomerInfo, true);
}
public void bndIdentificationTitleMain__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void bndIdentificationTitleMain__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5000m);
}
public void Text396__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text396_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;
intSubTitleID=0;;
}
public object GetbndIdentificationValues_Sort3()
{
return tblReportValues1.ValueOrder + 10000;
}
public void txtIdentificationProperty__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void txtIdentificationValue__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Value, true);
}
public void compTitleMain__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues0.RVal0ID.ToString().ToLower() == this.ToString("9526").ToLower());
}
public void Text1__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text1_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;
intSubTitleID=0;;
}
public void Data3__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1641m)
&& (this.tblReportValues1.Value.ToString().ToLower() != this.ToString("").ToLower()));
}
public void Text6__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Value, true);
}
public void Text6_AfterPrint(object sender, System.EventArgs e)
{
intGeenGevaarlijkeComponenten=1;;
}
private void Data4_Conditions(object sender, System.EventArgs e)
{
if (intGeenGevaarlijkeComponenten==1)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Data13__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("9591").ToLower());
}
public void Text7__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Data14__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("9592").ToLower());
}
public void Text8__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Data15__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("9593").ToLower());
}
public void Text10__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Data16__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("9589").ToLower());
}
public void Text11__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Data17__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("9588").ToLower());
}
public void Text12__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Data18__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("9594").ToLower());
}
public void Text13__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void GroupHeader1__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = tblReportValueParts1.Order;
}
public void Data5__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts1.PropID, typeof(decimal), true))) == 173m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) != 0m))
&& (this.ToString(this.tblReportValueParts1.Column3).ToLower().IndexOf(this.ToString("x").ToLower()) != -1));
}
public void Text14__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true);
}
public void Text15__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column2, true);
}
public void Text16__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column3, true);
}
public void Text17__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column4, true);
}
public void Data5_BeforePrint(object sender, System.EventArgs e)
{
strKolom1=tblReportValueParts1.Column1.ToString();
strSamenAandeel=tblReportValueParts1.Column4.ToString();
strSamenReden=tblReportValueParts1.Column5.ToString();
if (tblReportValueParts1.Column5.ToString().Contains("(1)")) intSamenReden1=1;
if (tblReportValueParts1.Column5.ToString().Contains("(2)")) intSamenReden2=1;
if (tblReportValueParts1.Column5.ToString().Contains("(3)")) intSamenReden3=1;
if (tblReportValueParts1.Column5.ToString().Contains("(4)")) intSamenReden4=1;;
}
private void GroupFooter1_Conditions(object sender, System.EventArgs e)
{
if (intGeenGevaarlijkeComponenten==1)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text18__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strSamenAandeel, true);
}
public void Text19__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strSamenCas, true) + "\r\n" + ToString(sender, strSamenEinecs, true) + ToString(sender, strSamenElincs, true);
}
public void Text20__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strSamenClp, true);
}
public void Text21__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strSamenDsd, true);
}
public void Text22__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strSamenReden, true);
}
public void RichText1__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "__LP__\\rtf1\\ansi\\ansicpg1252\\uc1\\htmautsp\\deff2__LP__\\fonttbl__LP__\\f0\\fcharset0 " +
"Times New Roman;__RP____LP__\\f2\\fcharset0 Segoe UI;__RP____LP__\\f3\\fcharset0 Cal" +
"ibri;__RP____RP____LP__\\colortbl\\red0\\green0\\blue0;\\red255\\green255\\blue255;__RP" +
"__\\loch\\hich\\dbch\\pard\\plain\\ltrpar\\itap0__LP__\\lang1033\\fs16\\f3\\cf0 \\cf0\\ql__LP" +
"__\\fs18\\f3 __LP__\\ltrch " + ToString(strSamenName) + "__RP__\\li0\\ri0\\sa0\\sb0\\fi0\\ql\\par__RP__\r\n__RP__\r\n__RP__ ";
}
public void GroupFooter1_AfterPrint(object sender, System.EventArgs e)
{
strSamenBignr="";
strSamenAandeel="";
strSamenCas="";
strSamenEinecs="";
strSamenElincs="";
strSamenClp="";
strSamenDsd="";
strSamenName="";
strSamenReden="";;
}
public void Data6__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal0ID, typeof(decimal), true))) == 9526m);
}
public void Data6_BeforePrint(object sender, System.EventArgs e)
{
if (strKolom1==tblReportValues1.prod_bignr.ToString())
{
//Casnr
if(tblReportValues1.PropID==196)
{
if(String.IsNullOrEmpty(strSamenCas))
{
strSamenCas =tblReportValues1.Value;
}
else
{
string tmp=tblReportValues1.Value;
if (!strSamenCas.Contains(tmp))
{
strSamenCas += System.Environment.NewLine + tmp;
}
}
}
//Einecs
if(tblReportValues1.PropID==193)
{
if(String.IsNullOrEmpty(strSamenEinecs))
{
strSamenEinecs =tblReportValues1.Value;
}
else
{
string tmp=tblReportValues1.Value;
if (!strSamenEinecs.Contains(tmp))
{
strSamenEinecs += System.Environment.NewLine + tmp;
}
}
}
//Elincs
if(tblReportValues1.PropID==194)
{
if(String.IsNullOrEmpty(strSamenElincs))
{
strSamenElincs =tblReportValues1.Value;
}
else
{
string tmp=tblReportValues1.Value;
if (!strSamenElincs.Contains(tmp))
{
strSamenElincs += System.Environment.NewLine + tmp;
}
}
}
//DSD
if(tblReportValues1.PropID==1393)
{
if(String.IsNullOrEmpty(strSamenDsd))
{
strSamenDsd =tblReportValues1.OffCode;
}
else
{
string tmp= tblReportValues1.OffCode;
if (!strSamenDsd.Contains(tmp))
{
strSamenDsd += System.Environment.NewLine + tmp;
}
}
}
};
}
public void Data7__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.ProductNames.ntpe_id, typeof(decimal), true))) == 10m);
}
public void Data7_BeforePrint(object sender, System.EventArgs e)
{
if (strKolom1==ProductNames.prod_bignr.ToString())
{
strSamenName=ProductNames.name_Name.ToString();
};
}
public void Data8__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 8244m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) != 0m));
}
public void Data8_BeforePrint(object sender, System.EventArgs e)
{
if (tblReportValueParts2.prod_bignr.ToString()==strKolom1)
{
if (string.IsNullOrEmpty( strSamenClp))
{
strSamenClp=tblReportValueParts2.OffCode1+ " "+tblReportValueParts2.OffCode2 +"; "+tblReportValueParts2.OffCode3;
}
else
{
string tmp= tblReportValueParts2.OffCode1+ " "+tblReportValueParts2.OffCode2 +"; "+tblReportValueParts2.OffCode3;
if (!strSamenClp.Contains(tmp))
{
strSamenClp+= System.Environment.NewLine + tmp;
//strSamenClp+=System.Environment.NewLine + tblReportValueParts2.OffCode1+ " "+tblReportValueParts2.OffCode2 +"; "+tblReportValueParts2.OffCode3;
}
}
};
}
public void Data9__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 9526m);
}
public void Data10__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("9595").ToLower());
}
private void Text23_Conditions(object sender, System.EventArgs e)
{
if (intGeenGevaarlijkeComponenten==1)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if (tblReportValues1.NameOrder==4 && intSamenReden4!=1)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if (tblReportValues1.NameOrder==3 && intSamenReden3!=1)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if (tblReportValues1.NameOrder==2 && intSamenReden2!=1)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if (tblReportValues1.NameOrder==1 && intSamenReden1!=1)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text23__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void hazardTitleMain__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void hazardTitleMain__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5002m);
}
public void Text5__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text5_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;
intSubTitleID=0;;
}
public void Data20__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data20__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("5020").ToLower())
|| (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("5021").ToLower()))
|| (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("5022").ToLower()));
}
public void Text25__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text25_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
private void Text26_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text26__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text26_BeforePrint(object sender, System.EventArgs e)
{
if (tblReportValues3.Value != "")
{
intSubTitle2ID++;
};
}
public void Text27__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void Data23__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data23__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5023m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10720m));
}
public void Text28__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text28_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Text29__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Value, true);
}
public void Text30__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void emResTitleMain__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void emResTitleMain__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5003m);
}
public void Text24__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text24_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;
intSubTitleID=0;;
}
public void Data28__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data28__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) != 7751m);
}
public void Text34__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text34_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public object GetData29_Sort3()
{
return tblReportValues2.ValueOrder + 10000;
}
private void Text35_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text35__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text35_BeforePrint(object sender, System.EventArgs e)
{
if (tblReportValues3.Value != "")
{
intSubTitle2ID++;
};
}
private void Text36_Conditions(object sender, System.EventArgs e)
{
if (Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToUpperCase(tblReportValues3.Value) == tblReportValues3.Value)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text36__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void ERG__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void ERG__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 7751m);
}
public void Text37__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text37_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void ERGinstructions__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 7752m);
}
public object GetERGinstructions_Sort3()
{
return tblReportValues2.ValueOrder + 10000;
}
public void Text38__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text38_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
private void Text39_Conditions(object sender, System.EventArgs e)
{
if (Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToUpperCase(tblReportValues3.Value) == tblReportValues3.Value)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text39__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void Text40__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void ERGdistances__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 7753m);
}
public object GetERGdistances_Sort3()
{
return tblReportValues2.ValueOrder + 10000;
}
public void Text430__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text430_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Text359__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
private void Text427_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text427__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true) + ToString(sender, tblReportValueParts3.Column7, true) + ToString(sender, tblReportValueParts3.Column4, true);
}
private void Text428_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((this.tblReportValueParts3.Order.ToString().ToLower() != this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text428__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true) + ToString(sender, tblReportValueParts3.Column9, true) + ToString(sender, tblReportValueParts3.Column6, true) + " ";
}
private void Text429_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((this.tblReportValueParts3.Order.ToString().ToLower() != this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text429__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true) + ToString(sender, tblReportValueParts3.Column8, true) + ToString(sender, tblReportValueParts3.Column5, true);
}
public void physPropTitleMain__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void physPropTitleMain__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5004m);
}
public void Text33__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text33_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;
intSubTitleID=0;;
}
public void Data37__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Text47__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text47_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void DataBand147__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) == 5030m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) == 5031m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) == 5032m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) == 5033m));
}
public void Text261__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Value, true);
}
public void DataBand145__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) == 5029m)
|| (this.tblReportValues2.RVal1ID.ToString().ToLower() == this.ToString("5034").ToLower()));
}
private void Text54_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text54__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text54_BeforePrint(object sender, System.EventArgs e)
{
if (tblReportValues3.Value != "")
{
intSubTitle2ID++;
};
}
public void Text48__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void toxTitleMain__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void toxTitleMain__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5005m);
}
public void Text46__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text46_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;
intSubTitleID=0;;
}
public void DataBand146__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand146__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5035m);
}
public void Text256__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text256_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public object GetDataBand148_Sort1()
{
return tblReportValues2.NameOrder+1000;
}
public void Text401__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.ValueOrder, true);
}
private void Text404_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text404__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text404_BeforePrint(object sender, System.EventArgs e)
{
if (tblReportValues3.Value != "")
{
intSubTitle2ID++;
};
}
private void Text405_Conditions(object sender, System.EventArgs e)
{
if (Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToUpperCase(tblReportValues3.Value)==tblReportValues3.Value)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text405__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void Text406__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.ValueOrder, true);
}
public void Data42__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data42__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 7476m);
}
public void Text58__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text58_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Text59__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Value, true);
}
public void Text60__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.ValueOrder, true);
}
public void Data44__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data44__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5036m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5037m));
}
public void Text61__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text61_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public object GetData45_Sort1()
{
return tblReportValues2.NameOrder+1000;
}
public void Text63__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.ValueOrder, true);
}
private void Text62_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text62__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text62_BeforePrint(object sender, System.EventArgs e)
{
if (tblReportValues3.Value != "")
{
intSubTitle2ID++;
};
}
private void Text64_Conditions(object sender, System.EventArgs e)
{
if (Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToUpperCase(tblReportValues3.Value)==tblReportValues3.Value)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text64__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void Text65__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.ValueOrder, true);
}
public void Data47__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data47__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5038m);
}
public void Text66__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text66_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Text67__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text67_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Text68__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void Data50__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1549m);
}
private void Text69_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text69__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text70_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text70__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
public void ecoTitleMain__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void ecoTitleMain__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5006m);
}
public void Text57__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text57_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;
intSubTitleID=0;;
}
public void Data56__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data56__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) != 5231m);
}
public void Text76__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text76_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Data57__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.Value.ToString().ToLower() != this.ToString("").ToLower());
}
public object GetData57_Sort3()
{
return tblReportValues1.ValueOrder +10000;
}
public void Text77__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Value, true);
}
public void Data58__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data58__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("5231").ToLower());
}
public void Text78__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text78_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Data60__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("7543").ToLower());
}
public void Text80__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text80_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Text379__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.PropID, true);
}
private void Text79_Conditions(object sender, System.EventArgs e)
{
if (this.ToString(this.tblReportValues3.Value).ToLower().EndsWith(this.ToString(":").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Underline)), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if (((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower())
&& (this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower())))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text79__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "" + ToString(sender, tblReportValues3.OffCode, true) + " " + ToString(sender, tblReportValues3.Value, true);
}
public void techDataTitleMain__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void techDataTitleMain__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5007m);
}
public void Text73__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text73_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;
intSubTitleID=0;;
}
public void Data64__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data64__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5041m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5042m));
}
public void Text394__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text394_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;;
}
private void Text87_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues2.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text87__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Text88__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Value, true);
}
public void DataBand225__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.PropID, typeof(decimal), true))) == 1440m);
}
public void Text500__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand224__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1440m);
}
public object GetDataBand224_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text493_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text493__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text499_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text499__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text531_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text531__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
public void DataBand2__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand2__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5044m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5045m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5046m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5047m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5048m))
|| (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("7478").ToLower()));
}
public void Text86__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text86_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;;
}
private void Text189_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues2.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text189__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Text472__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Value, true);
}
public void Text367__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "PropID";
}
public void Text399__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.PropID, true);
}
public void Text498__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.ValueOrder, true);
}
public void DataBand4__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts2.PropID.ToString().ToLower() == this.ToString("114").ToLower())
&& (this.tblReportValueParts2.Column2.ToString().ToLower() != this.ToString("").ToLower()));
}
public object GetDataBand4_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text473_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text473__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text488_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text488__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
public void Text489__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Data214__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts2.PropID.ToString().ToLower() == this.ToString("1867").ToLower())
|| (this.tblReportValueParts2.PropID.ToString().ToLower() == this.ToString("1875").ToLower()));
}
public object GetData214_Sort1()
{
return tblReportValueParts2.Order+1000;
}
public void Text602__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Data214_AfterPrint(object sender, System.EventArgs e)
{
intPropID=tblReportValueParts2.PropID;;
}
public void Data213__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts2.PropID.ToString().ToLower() == this.ToString("1867").ToLower())
&& (tblReportValueParts2.PropID==intPropID));
}
public object GetData213_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text175_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text175__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text590_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text590__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text601_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text601__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text600_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text600__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
public void Data215__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts2.PropID.ToString().ToLower() == this.ToString("1875").ToLower())
&& (tblReportValueParts2.PropID==intPropID));
}
public object GetData215_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text603_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text603__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text604_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text604__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text605_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text605__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text606_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text606__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text637_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text637__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
public void Data71__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void Data71__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5007m);
}
public void Data72__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data72__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5049m);
}
public void Text95__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text95_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;;
}
public void Text407__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
private void Text97_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text97__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text98_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text98__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text99_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text99__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text100_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text100__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
public void Text534__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "PropID";
}
public void Text638__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.PropID, true);
}
public void storage__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void storage__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10725m);
}
public void Text235__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text235_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;;
}
private void Text408_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues2.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text408__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Text495__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Value, true);
}
public void DataBand228__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand228__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10724m);
}
public void Text104__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text104_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;
intSubTitleID=0;;
}
public void DataBand229__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand229__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5043m);
}
public void Text105__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text105_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void DataBand230__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues2.Name);
}
public void DataBand230__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5064m);
}
public void Text106__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text106_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand269__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) < 1579m);
}
private void Text102_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text102__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text120__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand235__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5064m);
}
public void DataBand235_AfterPrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand235_BeforePrint(object sender, System.EventArgs e)
{
intPrint=1;;
}
public void GroupHeaderBand3__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = tblReportValueParts3.virt_prod_bignr + "+\"type\"+" + tblReportValueParts3.Column4;
}
private void Text107_Conditions(object sender, System.EventArgs e)
{
if (intPrint==0)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text107_AfterPrint(object sender, System.EventArgs e)
{
intPrint=0;;
}
public void GroupHeaderBand3_BeforePrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand236__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("5064").ToLower()))
&& (tblReportValueParts3.PropID >= 1579 && tblReportValueParts3.PropID <= 1582));
}
public void DataBand236_BeforePrint(object sender, System.EventArgs e)
{
strKolom1=tblReportValueParts3.Column1;
strKolom4=tblReportValueParts3.Column4;
//strKolom2=tblReportValueParts3.Column2; //only one row as result
// if (tblReportValueParts3.Column6!="")
// {
// strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
// }
if (!strKolom2.Contains(tblReportValueParts3.Column2)) //more rows possible in the result
{
if (strKolom2=="")
{
strKolom2+=tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
else
{
strKolom2+=System.Environment.NewLine + tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
}
intOrder=tblReportValueParts3.Order;;
}
private void Text116_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text116__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom1, true);
}
private void Text117_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text117__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom4, true);
}
private void Text118_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text118__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom2, true);
}
public void DataBand65__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand65__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10724m);
}
public void DataBand226__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand226__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5043m);
}
public void DataBand227__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues2.Name);
}
public void DataBand227__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5059m);
}
public void Text103__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text103_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand274__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) < 1573m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) >= 1886m));
}
private void Text772_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text772__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text773__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand275__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1885m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1866m));
}
public void Text774__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
private void Text775_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text775__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text776_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text776__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
public void DataBand231__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5059m);
}
public void DataBand231_AfterPrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand231_BeforePrint(object sender, System.EventArgs e)
{
intPrint=1;;
}
public void GroupHeaderBand1__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = tblReportValueParts3.virt_prod_bignr + "+\"type\"+" + tblReportValueParts3.Column4;
}
private void Text108_Conditions(object sender, System.EventArgs e)
{
if (intPrint==0)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text108__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "TLV";
}
public void Text108_AfterPrint(object sender, System.EventArgs e)
{
intPrint=0;;
}
public void GroupHeaderBand1_BeforePrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand232__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("5059").ToLower()))
&& (tblReportValueParts3.PropID >= 1573 && tblReportValueParts3.PropID <= 1578));
}
public void DataBand232_BeforePrint(object sender, System.EventArgs e)
{
strKolom1=tblReportValueParts3.Column1;
strKolom4=tblReportValueParts3.Column4;
//strKolom2=tblReportValueParts3.Column2; //only one row as result
// if (tblReportValueParts3.Column6!="")
// {
// strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
// }
if (!strKolom2.Contains(tblReportValueParts3.Column2)) //more rows possible in the result
{
if (strKolom2=="")
{
strKolom2+=tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
else
{
strKolom2+=System.Environment.NewLine + tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
}
intOrder=tblReportValueParts3.Order;;
}
private void Text109_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text109__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom1, true);
}
private void Text110_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text110__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom4, true);
}
private void Text111_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text111__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom2, true);
}
public void DataBand233__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5059m);
}
public void DataBand233_AfterPrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand233_BeforePrint(object sender, System.EventArgs e)
{
intPrint=1;;
}
public void GroupHeaderBand2__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = tblReportValueParts3.virt_prod_bignr + "+\"type\"+" + tblReportValueParts3.Column4;
}
private void Text112_Conditions(object sender, System.EventArgs e)
{
if (intPrint==0)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text112__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "TLV - Intended Changes";
}
public void Text112_AfterPrint(object sender, System.EventArgs e)
{
intPrint=0;;
}
public void GroupHeaderBand2_BeforePrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand234__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("5059").ToLower()))
&& (tblReportValueParts3.PropID >= 1852 && tblReportValueParts3.PropID <= 1857));
}
public void DataBand234_BeforePrint(object sender, System.EventArgs e)
{
strKolom1=tblReportValueParts3.Column1;
strKolom4=tblReportValueParts3.Column4;
//strKolom2=tblReportValueParts3.Column2; //only one row as result
// if (tblReportValueParts3.Column6!="")
// {
// strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
// }
if (!strKolom2.Contains(tblReportValueParts3.Column2)) //more rows possible in the result
{
if (strKolom2=="")
{
strKolom2+=tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
else
{
strKolom2+=System.Environment.NewLine + tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
}
intOrder=tblReportValueParts3.Order;;
}
private void Text113_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text113__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom1, true);
}
private void Text114_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text114__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom4, true);
}
private void Text115_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text115__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom2, true);
}
public void DataBand262__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand262__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10724m);
}
public void DataBand263__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand263__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5043m);
}
public void DataBand267__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues2.Name);
}
public void DataBand267__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5066m);
}
public void Text141__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text141_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand264__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues2.Name);
}
public void DataBand264__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 7754m);
}
public void Text124__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text124_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand270__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.RVal2ID, typeof(decimal), true))) == 7754m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) < 1583m));
}
private void Text101_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text101__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text119__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand265__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 7754m);
}
public void DataBand265_AfterPrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand265_BeforePrint(object sender, System.EventArgs e)
{
intPrint=1;;
}
public void GroupHeaderBand9__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = tblReportValueParts3.virt_prod_bignr + "+\"type\"+" + tblReportValueParts3.Column4;
}
private void Text125_Conditions(object sender, System.EventArgs e)
{
if (intPrint==0)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text125_AfterPrint(object sender, System.EventArgs e)
{
intPrint=0;;
}
public void GroupHeaderBand9_BeforePrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand266__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("7754").ToLower()))
&& (tblReportValueParts3.PropID >= 1583 && tblReportValueParts3.PropID <= 1588));
}
public void DataBand266_BeforePrint(object sender, System.EventArgs e)
{
strKolom1=tblReportValueParts3.Column1;
strKolom4=tblReportValueParts3.Column4;
//strKolom2=tblReportValueParts3.Column2; //only one row as result
// if (tblReportValueParts3.Column6!="")
// {
// strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
// }
if (!strKolom2.Contains(tblReportValueParts3.Column2)) //more rows possible in the result
{
if (strKolom2=="")
{
strKolom2+=tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
else
{
strKolom2+=System.Environment.NewLine + tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
}
intOrder=tblReportValueParts3.Order;;
}
private void Text133_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text133__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom1, true);
}
private void Text134_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text134__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom4, true);
}
private void Text140_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text140__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom2, true);
}
public void DataBand268__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues2.Name);
}
public void DataBand268__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 7755m);
}
public void Text721__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text721_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand272__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = tblReportValues3.PropID == 492 || tblReportValues3.PropID == 493 || tblReportValues3.PropID == 441 || tblReportValues3.PropID == 442
|| tblReportValues3.PropID == 443 || tblReportValues3.PropID == 445 || tblReportValues3.PropID == 444 || tblReportValues3.PropID == 446;
}
private void Text770_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text770__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text771__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand273__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 492m);
}
public void DataBand271__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = tblReportValues3.PropID == 458 || tblReportValues3.PropID == 460 || tblReportValues3.PropID == 459 || tblReportValues3.PropID == 461
|| tblReportValues3.PropID == 439 || tblReportValues3.PropID == 440 || tblReportValues3.PropID == 450 || tblReportValues3.PropID == 451
|| tblReportValues3.PropID == 454 || tblReportValues3.PropID == 456 || tblReportValues3.PropID == 455 || tblReportValues3.PropID == 457;
}
private void Text722_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text722__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text769__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand240__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand240__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10724m);
}
public void DataBand241__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand241__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5043m);
}
public void DataBand242__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues2.Name);
}
public void DataBand242__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5065m);
}
public void Text126__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text126_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand277__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) < 1462m);
}
private void Text777_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text777__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text778__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand243__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5065m);
}
public void DataBand243_AfterPrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand243_BeforePrint(object sender, System.EventArgs e)
{
intPrint=1;;
}
public void GroupHeaderBand5__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = tblReportValueParts3.virt_prod_bignr + "+\"type\"+" + tblReportValueParts3.Column4;
}
private void Text127_Conditions(object sender, System.EventArgs e)
{
if (intPrint==0)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text127_AfterPrint(object sender, System.EventArgs e)
{
intPrint=0;;
}
public void GroupHeaderBand5_BeforePrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand244__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("5065").ToLower()))
&& (tblReportValueParts3.PropID >= 1462 && tblReportValueParts3.PropID <= 1473));
}
public void DataBand244_BeforePrint(object sender, System.EventArgs e)
{
strKolom1=tblReportValueParts3.Column1;
strKolom4=tblReportValueParts3.Column4;
//strKolom2=tblReportValueParts3.Column2; //only one row as result
// if (tblReportValueParts3.Column6!="")
// {
// strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
// }
if (!strKolom2.Contains(tblReportValueParts3.Column2)) //more rows possible in the result
{
if (strKolom2=="")
{
strKolom2+=tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
else
{
strKolom2+=System.Environment.NewLine + tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
}
intOrder=tblReportValueParts3.Order;;
}
private void Text128_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text128__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom1, true);
}
private void Text129_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text129__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom4, true);
}
private void Text130_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text130__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom2, true);
}
public void DataBand357__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand357__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10724m);
}
public void DataBand364__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand364__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5043m);
}
public void DataBand369__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues2.Name);
}
public void DataBand369__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5063m);
}
public void Text990__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text990_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand370__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) < 1566m);
}
private void Text977_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text977__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text984__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand371__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5063m);
}
public void DataBand371_AfterPrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand371_BeforePrint(object sender, System.EventArgs e)
{
intPrint=1;;
}
public void GroupHeaderBand11__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = tblReportValueParts3.virt_prod_bignr + "+\"type\"+" + tblReportValueParts3.Column4;
}
private void Text985_Conditions(object sender, System.EventArgs e)
{
if (intPrint==0)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text985_AfterPrint(object sender, System.EventArgs e)
{
intPrint=0;;
}
public void GroupHeaderBand11_BeforePrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand372__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("5063").ToLower()))
&& (tblReportValueParts3.PropID >= 1566 && tblReportValueParts3.PropID <= 1571));
}
public void DataBand372_BeforePrint(object sender, System.EventArgs e)
{
strKolom1=tblReportValueParts3.Column1;
strKolom4=tblReportValueParts3.Column4;
//strKolom2=tblReportValueParts3.Column2; //only one row as result
// if (tblReportValueParts3.Column6!="")
// {
// strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
// }
if (!strKolom2.Contains(tblReportValueParts3.Column2)) //more rows possible in the result
{
if (strKolom2=="")
{
strKolom2+=tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
else
{
strKolom2+=System.Environment.NewLine + tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
}
intOrder=tblReportValueParts3.Order;;
}
private void Text986_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text986__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom1, true);
}
private void Text987_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text987__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom4, true);
}
private void Text988_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text988__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom2, true);
}
public void DataBand375__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m)
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("5063").ToLower()))
&& (this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1572").ToLower()));
}
public void Text989__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = " " + ToString(sender, tblReportValueParts3.Column2, true);
}
public void DataBand247__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand247__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10724m);
}
public void DataBand248__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand248__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5043m);
}
public void DataBand249__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues2.Name);
}
public void DataBand249__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5062m);
}
public void Text135__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text135_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand279__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) < 1609m);
}
private void Text781_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text781__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text782__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand250__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5063m);
}
public void DataBand250_AfterPrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand250_BeforePrint(object sender, System.EventArgs e)
{
intPrint=1;;
}
public void GroupHeaderBand6__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = tblReportValueParts3.virt_prod_bignr + "+\"type\"+" + tblReportValueParts3.Column4;
}
private void Text136_Conditions(object sender, System.EventArgs e)
{
if (intPrint==0)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text136__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Valeurs limites d\'exposition professionnelle aux agents chimiques en France";
}
public void Text136_AfterPrint(object sender, System.EventArgs e)
{
intPrint=0;;
}
public void GroupHeaderBand6_BeforePrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand251__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("5062").ToLower()))
&& (tblReportValueParts3.PropID >= 1609 && tblReportValueParts3.PropID <= 1612));
}
public void DataBand251_BeforePrint(object sender, System.EventArgs e)
{
strKolom1=tblReportValueParts3.Column1;
strKolom4=tblReportValueParts3.Column4;
//strKolom2=tblReportValueParts3.Column2; //only one row as result
// if (tblReportValueParts3.Column6!="")
// {
// strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
// }
if (!strKolom2.Contains(tblReportValueParts3.Column2)) //more rows possible in the result
{
if (strKolom2=="")
{
strKolom2+=tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
else
{
strKolom2+=System.Environment.NewLine + tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
}
intOrder=tblReportValueParts3.Order;;
}
private void Text137_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text137__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom1, true);
}
private void Text138_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text138__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom4, true);
}
private void Text139_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text139__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom2, true);
}
public void DataBand257__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand257__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10724m);
}
public void DataBand258__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand258__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5043m);
}
public void DataBand259__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues2.Name);
}
public void DataBand259__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5061m);
}
public void Text742__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text742_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand282__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) < 1603m);
}
private void Text787_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text787__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text788__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand260__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5061m);
}
public void DataBand260_AfterPrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand260_BeforePrint(object sender, System.EventArgs e)
{
intPrint=1;;
}
public void GroupHeaderBand8__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = tblReportValueParts3.virt_prod_bignr + "+\"type\"+" + tblReportValueParts3.Column4;
}
private void Text743_Conditions(object sender, System.EventArgs e)
{
if (intPrint==0)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text743__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Occupational exposure limits";
}
public void Text743_AfterPrint(object sender, System.EventArgs e)
{
intPrint=0;;
}
public void GroupHeaderBand8_BeforePrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand261__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("5061").ToLower()))
&& (tblReportValueParts3.PropID >= 1603 && tblReportValueParts3.PropID <= 1608));
}
public void DataBand261_BeforePrint(object sender, System.EventArgs e)
{
strKolom1=tblReportValueParts3.Column1;
strKolom4=tblReportValueParts3.Column4;
//strKolom2=tblReportValueParts3.Column2; //only one row as result
// if (tblReportValueParts3.Column6!="")
// {
// strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
// }
if (!strKolom2.Contains(tblReportValueParts3.Column2)) //more rows possible in the result
{
if (strKolom2=="")
{
strKolom2+=tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
else
{
strKolom2+=System.Environment.NewLine + tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
}
intOrder=tblReportValueParts3.Order;;
}
private void Text762_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text762__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom1, true);
}
private void Text767_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text767__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom4, true);
}
private void Text768_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text768__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom2, true);
}
public void DataBand284__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand284__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10724m);
}
public void Data69__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data69__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5067m);
}
public void Text597__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text597_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Data90__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues2.Name);
}
public void Data90__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("5069").ToLower());
}
public void Text151__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text151_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public object GetData91_Sort1()
{
return tblReportValues3.NameOrder+1000;
}
public object GetData91_Sort3()
{
return tblReportValues3.ValueOrder+1000;
}
private void Text152_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text152__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text153__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void Data92__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1866m);
}
public object GetData92_Sort1()
{
return tblReportValues3.NameOrder+1000;
}
public object GetData92_Sort3()
{
return tblReportValues3.ValueOrder+1000;
}
public void Data97__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m));
}
public void Text154__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, IIF(tblReportValueParts3.Column2!="",tblReportValueParts3.Column1 + " ("+tblReportValueParts3.Column2 + ")",tblReportValueParts3.Column1), true);
}
private void Text155_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() != this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text155__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Data204__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues2.Name);
}
public void Data204__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("7485").ToLower())
|| (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("5068").ToLower()))
|| (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("7483").ToLower()))
|| (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("7484").ToLower()));
}
public void Text607__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text607_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public object GetData205_Sort1()
{
return tblReportValues3.NameOrder+1000;
}
public object GetData205_Sort3()
{
return tblReportValues3.ValueOrder+1000;
}
public void Text608__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text609__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void Text610__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.PropID, true);
}
public void Data206__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1368").ToLower())
|| (this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1369").ToLower()))
|| (this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1370").ToLower()));
}
public object GetData206_Sort1()
{
return tblReportValueParts3.Order+ 1000;
}
private void Text611_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text611__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text612_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text612__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text613_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text613__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
private void Text614_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text614__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column4, true);
}
private void Text615_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text615__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column5, true);
}
public void Data207__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1365").ToLower())
|| (this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1366").ToLower()))
|| (this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1367").ToLower()));
}
public object GetData207_Sort1()
{
return tblReportValueParts3.Order+ 1000;
}
private void Text616_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text616__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text617_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text617__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text618_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text618__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
private void Text619_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text619__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column4, true);
}
private void Text620_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text620__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column5, true);
}
private void Text621_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text621__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column6, true);
}
private void Text622_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text622__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column7, true);
}
private void Text623_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text623__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column8, true);
}
public void Data208__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1378").ToLower());
}
public object GetData208_Sort1()
{
return tblReportValueParts3.Order+ 1000;
}
private void Text624_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text624__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text625_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text625__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text626_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text626__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
private void Text627_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text627__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column4, true);
}
private void Text628_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text628__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column5, true);
}
private void Text629_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text629__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column6, true);
}
public void Data209__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1379").ToLower());
}
public object GetData209_Sort1()
{
return tblReportValueParts3.Order+ 1000;
}
private void Text630_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text630__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text631_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text631__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text632_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text632__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
private void Text633_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text633__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column4, true);
}
private void Text634_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text634__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column5, true);
}
private void Text635_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text635__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column6, true);
}
private void Text636_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text636__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column7, true);
}
public void Data93__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10553m);
}
public void Text85__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text85_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void DataBand153__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10561m);
}
public void Text448__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text448_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand154__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) != 10558m);
}
public void DataBand155__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10561m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10560m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10555m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10557m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10559m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10556m));
}
public object GetDataBand155_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text450_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text450__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text451_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text451__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text458_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text458__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text459_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text459__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text460_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text460__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text461_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text461__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
public void whoEuSubT2__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10560m);
}
public void Text146__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text146_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Data95__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) != 10558m);
}
public void Data96__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10561m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10560m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10555m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10557m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10559m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10556m));
}
public object GetData96_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text181_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text181__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text182_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text182__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text183_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text183__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text184_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text184__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text185_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text185__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text186_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text186__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text187_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text187__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
private void Text447_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text447__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column8, true);
}
public void DataBand67__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10726m);
}
public void Text239__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text239_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;
intSubTitle3ID=0;;
}
public void vlaremSubT3__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10555m);
}
public void Text577__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + "." + ToString(sender, intSubTitle3ID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text577_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle3ID++;;
}
public void prop1212__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) != 10558m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues2.PropID, typeof(decimal), true))) == 1212m));
}
public void Text240__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand69__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10561m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10560m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10555m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10557m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10559m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10556m));
}
public object GetDataBand69_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text496_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text496__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text502_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text502__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text525_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text525__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text535_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text535__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text573_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text573__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text574_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text574__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text575_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text575__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
private void Text596_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text596__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column9, true);
}
private void Text598_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text598__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column8, true);
}
public void prop1213__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) != 10558m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues2.PropID, typeof(decimal), true))) == 1213m));
}
public void Text649__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand89__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10561m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10560m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10555m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10557m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10559m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10556m));
}
public object GetDataBand89_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text650_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text650__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text651_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text651__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text652_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text652__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text653_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text653__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text654_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text654__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text655_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text655__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text656_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text656__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
private void Text172_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text172__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column9, true);
}
private void Text462_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text462__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column8, true);
}
public void bhgSubT3__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("10557").ToLower());
}
public void Text180__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + "." + ToString(sender, intSubTitle3ID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text180_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle3ID++;;
}
public void DataBand47__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) != 10558m);
}
public void Text380__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand48__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10561m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10560m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10555m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10557m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10559m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10556m));
}
public object GetDataBand48_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text381_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text381__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text382_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text382__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text383_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text383__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text384_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text384__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text385_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text385__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text386_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text386__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text388_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text388__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void airQual_BeginRender(object sender, System.EventArgs e)
{
for (int pageInd = 0; pageInd < this.Pages.Count; pageInd++)
{
foreach (StiComponent component in this.Pages[pageInd].Components)
{
if (component is StiText)
{
((StiText)component).TextQuality = StiTextQuality.Wysiwyg;
}
}
};
}
public void DataBand87__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10553m);
}
public void walSubT3__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("10559").ToLower());
}
public void Text640__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + "." + ToString(sender, intSubTitle3ID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text640_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle3ID++;;
}
public void DataBand85__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) == 10559m);
}
public void Text641__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand86__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10559m);
}
public object GetDataBand86_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text642_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text642__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text643_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text643__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text644_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text644__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text645_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text645__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text646_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text646__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text647_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text647__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text648_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text648__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
private void Text599_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text599__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column8, true);
}
public void airQual2_BeginRender(object sender, System.EventArgs e)
{
for (int pageInd = 0; pageInd < this.Pages.Count; pageInd++)
{
foreach (StiComponent component in this.Pages[pageInd].Components)
{
if (component is StiText)
{
((StiText)component).TextQuality = StiTextQuality.Wysiwyg;
}
}
};
}
public void indoorAirQualSubT1__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10841m);
}
public void Text163__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text163_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void whoSubT2__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10842m);
}
public void Text164__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text164_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Data210__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10842m);
}
public object GetData210_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text166_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text166__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text167_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text167__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text168_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text168__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text169_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text169__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text171_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text171__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text658_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text658__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void vlaremSubT2__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10556m);
}
public void Text657__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text657_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Text661__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand94__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10556m);
}
public object GetDataBand94_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text662_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text662__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text663_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text663__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text664_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text664__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text665_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text665__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text666_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text666__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text667_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text667__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text668_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text668__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void indoorAirQual_BeginRender(object sender, System.EventArgs e)
{
for (int pageInd = 0; pageInd < this.Pages.Count; pageInd++)
{
foreach (StiComponent component in this.Pages[pageInd].Components)
{
if (component is StiText)
{
((StiText)component).TextQuality = StiTextQuality.Wysiwyg;
}
}
};
}
public void DataBand8__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10718m);
}
public void Text237__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text237_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Text339__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text339_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Text371__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand45__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10719m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10874m));
}
public object GetDataBand45_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text372_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text372__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text373_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text373__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text374_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text374__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text375_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text375__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text376_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text376__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text377_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text377__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text378_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text378__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void sectAirQual_BeginRender(object sender, System.EventArgs e)
{
for (int pageInd = 0; pageInd < this.Pages.Count; pageInd++)
{
foreach (StiComponent component in this.Pages[pageInd].Components)
{
if (component is StiText)
{
((StiText)component).TextQuality = StiTextQuality.Wysiwyg;
}
}
};
}
public void matHandTitleMain__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void matHandTitleMain__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5008m);
}
public void Text178__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text178_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;
intSubTitleID=0;;
}
public void PersonalProtection__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void PersonalProtection__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("5050").ToLower());
}
public void Text188__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text188_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Data102__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues3.Value.ToString().ToLower() != this.ToString("").ToLower());
}
public void Text194__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void PPE_Handling__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void PPE_Handling__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("5051").ToLower())
|| (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("5052").ToLower()));
}
public void Text193__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text193_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
private void Text96_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text96__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text96_BeforePrint(object sender, System.EventArgs e)
{
if (tblReportValues3.Value != "")
{
intSubTitle2ID++;
};
}
public void Data105__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues3.Value.ToString().ToLower() != this.ToString("").ToLower());
}
public void Text198__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void ConcMeasurement__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void ConcMeasurement__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("5053").ToLower());
}
public void Text195__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text195_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Text197__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text197_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Dräger__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1380m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1381m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1384m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1382m));
}
private void Text201_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text201__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text202_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text202__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text203_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1385").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1383").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1400").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1405").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text203__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
private void Text204_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1385").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1383").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1400").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1405").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text204__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column4, true);
}
public void Auer_Rae__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1383m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1385m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1400m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1405m));
}
private void Text43_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text43__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text173_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text173__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
public void GASTEC__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1631").ToLower())
&& (this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()));
}
private void Text205_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text205__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text206_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text206__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text207_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text207__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column4, true);
}
private void Text208_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text208__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
private void Text209_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text209__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column6, true);
}
private void Text210_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text210__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column7, true);
}
private void Text211_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text211__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column9, true);
}
private void Text41_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text41__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column5, true);
}
private void Text42_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text42__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column8, true);
}
public void DataBand345__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1631").ToLower())
&& (this.tblReportValueParts3.Order.ToString().ToLower() != this.ToString("0").ToLower()));
}
private void Text941_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text941__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text942_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text942__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text943_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text943__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column4, true);
}
private void Text944_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text944__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
private void Text945_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text945__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column6, true);
}
private void Text946_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text946__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column7, true);
}
private void Text947_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text947__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column9, true);
}
private void Text948_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text948__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column5, true);
}
private void Text949_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text949__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column8, true);
}
public void PID__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1373").ToLower())
&& (this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()));
}
private void Text219_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text219__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text220_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text220__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text221_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text221__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column4, true);
}
private void Text222_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text222__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
private void Text223_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text223__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column5, true);
}
private void Text224_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text224__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column6, true);
}
public void DataBand344__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1373").ToLower())
&& (this.tblReportValueParts3.Order.ToString().ToLower() != this.ToString("0").ToLower()));
}
private void Text909_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text909__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text936_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text936__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text937_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text937__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column4, true);
}
private void Text938_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text938__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
private void Text939_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text939__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column5, true);
}
private void Text940_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text940__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column6, true);
}
public void Data114__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void Data114__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5008m);
}
public void SamplingMethods__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void SamplingMethods__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("5054").ToLower());
}
public void Text199__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text199_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
private void Text226_Conditions(object sender, System.EventArgs e)
{
if (Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToUpperCase(tblReportValues2.Value)==tblReportValues2.Value)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Underline)), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text226__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Value, true);
}
public void Text227__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text227_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Data117__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts2.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& (this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()));
}
private void Text228_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text228__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text229_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text229__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text230_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text230__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text231_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text231__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text232_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text232__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
public void DataBand346__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts2.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& (this.tblReportValueParts2.Order.ToString().ToLower() != this.ToString("0").ToLower()));
}
private void Text950_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text950__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text951_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text951__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text952_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text952__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text953_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text953__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text954_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text954__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
public void PackageMaterials__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void PackageMaterials__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("7486").ToLower());
}
public void Text225__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text225_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
private void Text234_Conditions(object sender, System.EventArgs e)
{
if (Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToUpperCase(tblReportValues2.Value)==tblReportValues2.Value)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Underline)), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text234__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Value, true);
}
private void Text200_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text200__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text200_BeforePrint(object sender, System.EventArgs e)
{
if (tblReportValues3.Value != "")
{
intSubTitle2ID++;
};
}
public void Text236__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void PackageSpecReq_Storage__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void PackageSpecReq_Storage__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("5055").ToLower())
|| (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("5056").ToLower()));
}
public void Text233__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text233_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Data122__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValues2.PropID, typeof(decimal), true))) != 1035m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues2.PropID, typeof(decimal), true))) != 1034m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues2.PropID, typeof(decimal), true))) != 1045m));
}
private void Text238_Conditions(object sender, System.EventArgs e)
{
if (Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToUpperCase(tblReportValues2.Value)==tblReportValues2.Value)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 9F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Underline), System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text238_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if (Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToUpperCase(tblReportValues2.Value)==tblReportValues2.Value)
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValues2.Value);
return;
}
}
public void Text238__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = " " + ToString(sender, tblReportValues2.Value, true) + "\r\n";
}
public void MixedStorage__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void MixedStorage__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5057m);
}
public void Text410__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text410_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public object GetDataBand151_Sort1()
{
return tblReportValues2.NameOrder+1000;
}
public void Text411__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.ValueOrder, true);
}
private void Text444_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text444__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text444_BeforePrint(object sender, System.EventArgs e)
{
if (tblReportValues3.Value != "")
{
intSubTitle2ID++;
};
}
private void Text445_Conditions(object sender, System.EventArgs e)
{
if (Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToUpperCase(tblReportValues3.Value)==tblReportValues3.Value)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text445__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void Text446__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.ValueOrder, true);
}
public void transTitleMain__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues0.RVal0ID.ToString().ToLower() == this.ToString("5009").ToLower());
}
public void Text192__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text192_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;
intSubTitleID=0;;
}
public void Data125__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("5208").ToLower());
}
public void Text244__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text244_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Data126__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("5214").ToLower())
|| (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("5223").ToLower()));
}
public void Text245__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text245_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand135__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.ProductNames.ntpe_id, typeof(decimal), true))) == 11m);
}
public void Text275__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, ProductNames.name_Name, true);
}
public void Text277__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, ProductNames.ntpe_desc, true);
}
public void Data127__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1475m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 579m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 576m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 538m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) != 5m));
}
public void Text246__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text247__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void Data128__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 576m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 579m));
}
public void Text761__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Data129__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 579m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 576m));
}
public void Data130__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValues3.rfrp_id.ToString().ToLower() == this.ToString("5").ToLower())
|| (this.tblReportValues3.PropID.ToString().ToLower() == this.ToString("1475").ToLower()));
}
public void Text249__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Data131__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1475m);
}
private void Text159_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.PictName.ToString().ToLower() != this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text159__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand41__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues3.RTypeID.ToString().ToLower() == this.ToString("5").ToLower());
}
public void Text31__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand160__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 538m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.RVal2ID, typeof(decimal), true))) == 5214m));
}
public void DataBand219__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) == 5m);
}
public void Data132__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("5217").ToLower());
}
public void Text250__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text250_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Data134__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1008m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m));
}
public void Text251__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
public void Text252__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
public void Text253__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Stimulsoft.Report.Dictionary.StiFunctionsStrings.Replace(tblReportValueParts3.Column3,"1",""), true);
}
public void Text254__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column7, true);
}
public void Data135__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1008m));
}
public void Text257__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text255_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Column8.ToString().ToLower() == this.ToString("099").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((this.tblReportValueParts3.Column8.ToString().ToLower() == this.ToString("004").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((this.tblReportValueParts3.Column8.ToString().ToLower() == this.ToString("005").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text255__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column8, true);
}
private void Text258_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Column9.ToString().ToLower() == this.ToString("099").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((this.tblReportValueParts3.Column9.ToString().ToLower() == this.ToString("004").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((this.tblReportValueParts3.Column9.ToString().ToLower() == this.ToString("005").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text258__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column9, true);
}
private void Text403_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.PictName7.ToString().ToLower() != this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text403__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column7, true);
}
private void Text402_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.PictName3.ToString().ToLower() != this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text402__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
public void Text50__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
public void DataBand71__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues0.RVal0ID.ToString().ToLower() == this.ToString("5009").ToLower());
}
public void Data137__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("5208").ToLower());
}
public void Data138__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5219m);
}
public void Text259__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text259_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Text260__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
private void Text49_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.OffCode.ToString().ToLower() != this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text49_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValues3.OffCode.ToString().ToLower() != this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValues3.OffCode + ": " + tblReportValues3.Value);
return;
}
}
public void Text49__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void Data140__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.RVal2ID, typeof(decimal), true))) == 6682m);
}
public void Text262__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text263__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand72__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues0.RVal0ID.ToString().ToLower() == this.ToString("5009").ToLower());
}
public void Data141__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5208m);
}
public void Europe__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5220m);
}
public void Text264__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text264_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Text265__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Data144__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1010m);
}
private void Text266_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text266__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text267_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text267__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text268_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text268__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
private void Text269_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text269__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column4, true);
}
private void Text270_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text270__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column5, true);
}
private void Text271_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text271__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column6, true);
}
private void Text272_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text272__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column7, true);
}
public void Belgium__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5221m);
}
public void Text273__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text273_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Data149__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1009m);
}
private void Text284_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text284__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text285_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text285__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text286_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text286__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
private void Text287_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text287__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column4, true);
}
private void Text288_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text288__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column5, true);
}
private void Text289_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text289__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column6, true);
}
public void Netherlands__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5222m);
}
public void Text290__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text290_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Text291__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand126__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1011m)
&& (this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower()))
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.RTit_ID, typeof(decimal), true))) == 5222m));
}
private void Text89_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text89__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
public void DataBand127__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1011m)
&& (this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower()))
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.RTit_ID, typeof(decimal), true))) == 5222m));
}
private void Text162_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text162__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
public void DataBand128__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1011m)
&& (this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower()))
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.RTit_ID, typeof(decimal), true))) == 5222m));
}
private void Text176_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text176__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
public void DataBand129__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1011m)
&& (this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower()))
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.RTit_ID, typeof(decimal), true))) == 5222m));
}
private void Text177_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text177__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column4, true);
}
public void DataBand130__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1011m)
&& (this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower()))
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.RTit_ID, typeof(decimal), true))) == 5222m));
}
private void Text297_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text297__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column5, true);
}
public void DataBand133__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1011m)
&& (this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower()))
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.RTit_ID, typeof(decimal), true))) == 5222m));
}
private void Text361_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text361__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column6, true);
}
public void DataBand132__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1011m)
&& (this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower()))
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.RTit_ID, typeof(decimal), true))) == 5222m));
}
private void Text338_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text338__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column7, true);
}
public void DataBand131__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1011m)
&& (this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower()))
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.RTit_ID, typeof(decimal), true))) == 5222m));
}
private void Text301_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text301__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column8, true);
}
public void DataBand73__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues0.RVal0ID.ToString().ToLower() == this.ToString("5009").ToLower());
}
public void Data152__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5208m);
}
public void Data153__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 10105m);
}
public void Text293__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text293_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Text294__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text295__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand136__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 6682m);
}
public void Text274__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text274_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;
intSubTitle3ID=0;;
}
public void DataBand137__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (ProductNames.prod_bignr == strMixtureBignr
&& (((decimal)(StiReport.ChangeType(this.ProductNames.ntpe_id, typeof(decimal), true))) == 11m));
}
public void Text276__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strProperShippingName, true);
}
public void Text279__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, ProductNames.ntpe_desc, true);
}
public void Text81__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "strMixtureBignr";
}
public void Text82__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strMixtureBignr, true);
}
public void Text142__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "prod_bignr";
}
public void Text143__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, ProductNames.prod_bignr, true);
}
public void DataBand137_BeforePrint(object sender, System.EventArgs e)
{
strProperShippingName = "";
if (ProductNames.ntpe_id == 11 && ProductNames.name_Name != "")
{
strProperShippingName = ProductNames.name_Name;
}
if (ProductNames.ntpe_id == 12 && ProductNames.name_Name != "")
{
strProperShippingName = ProductNames.name_Name;
};
}
public void Text280__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text281__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand144__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 10877m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 10878m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 10879m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 10880m));
}
public void Text53__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + "." + ToString(sender, intSubTitle3ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text53_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle3ID++;;
}
public void Text51__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text52__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand74__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues0.RVal0ID.ToString().ToLower() == this.ToString("5009").ToLower());
}
public void DataBand54__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5213m);
}
public void Text370__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text370_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void DataBand56__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5223m);
}
public void Text494__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text494_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand57__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1395m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1394m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1478m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) != 5m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 834m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 877m));
}
public void Text397__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text398__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand59__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1395m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1394m));
}
public void Text282__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand60__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValueParts3.PictName1.ToString().ToLower() != this.ToString("").ToLower());
}
public void DataBand161__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues3.PropID.ToString().ToLower() == this.ToString("1478").ToLower());
}
public void Text32__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand162__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1478m);
}
private void Text157_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.PictName.ToString().ToLower() != this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text157__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand61__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 834m);
}
public void Text278__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand169__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 834m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.RVal2ID, typeof(decimal), true))) != 5224m));
}
public void DataBand63__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) == 5m);
}
public void Text283__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand64__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 877m);
}
private void Image15_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.PictName.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand140__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) == 5m);
}
public void DataBand134__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5224m);
}
public void Text44__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text44_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand170__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (ProductNames.prod_bignr == strMixtureBignr
&& (((decimal)(StiReport.ChangeType(this.ProductNames.ntpe_id, typeof(decimal), true))) == 25m));
}
public void Text56__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, ProductNames.ntpe_desc, true);
}
public void Text45__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strProperShippingName, true);
}
public void DataBand170_BeforePrint(object sender, System.EventArgs e)
{
strProperShippingName = "";
if (ProductNames.ntpe_id == 25 && ProductNames.name_Name != "")
{
strProperShippingName = ProductNames.name_Name;
}
if (ProductNames.ntpe_id == 30 && ProductNames.name_Name != "")
{
strProperShippingName = ProductNames.name_Name;
};
}
public void DataBand171__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1395m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1394m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1478m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) != 5m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 834m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 877m));
}
public void Text71__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text212__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand75__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues0.RVal0ID.ToString().ToLower() == this.ToString("5009").ToLower());
}
public void Data159__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5212m);
}
public void Text302__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text302_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Data160__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 6684m);
}
public void Text303__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text303_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Data161__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 895m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1399m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1479m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) != 5m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 507m));
}
public void Text305__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text306__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void Data162__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 895m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1399m));
}
public void Text307__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand179__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts3.PictName1.ToString().ToLower() != this.ToString("").ToLower())
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1399m));
}
private void DataBand189_Conditions(object sender, System.EventArgs e)
{
if (String.IsNullOrEmpty(tblReportValueParts3.Column1) && (tblReportValueParts3.PictValue1 == null || tblReportValueParts3.PictValue1.Length == 0 ))
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand189__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 895m));
}
private void Panel30_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) > 0m))
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text314__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text315_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((this.tblReportValueParts3.PropID.ToString().ToLower() != this.ToString("895").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text315__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text316_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((this.tblReportValueParts3.PropID.ToString().ToLower() != this.ToString("895").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text316__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
private void Data164_Conditions(object sender, System.EventArgs e)
{
if (String.IsNullOrEmpty(tblReportValueParts3.Column1) && (tblReportValueParts3.PictValue1 == null || tblReportValueParts3.PictValue1.Length == 0 ))
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Data164__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 895m));
}
private void Panel54_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Data166__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1479m);
}
public void Text308__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand193__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1479m);
}
private void Text158_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.PictName.ToString().ToLower() != this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text158__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand139__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) == 5m);
}
public void Text218__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand178__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 507m);
}
private void Image16_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.PictName.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand172__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) == 5m);
}
public void DataBand175__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 6685m);
}
public void Text213__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text213_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand176__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (ProductNames.prod_bignr == strMixtureBignr
&& (((decimal)(StiReport.ChangeType(this.ProductNames.ntpe_id, typeof(decimal), true))) == 22m));
}
public void Text215__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, ProductNames.ntpe_desc, true);
}
public void Text147__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strProperShippingName, true);
}
public void DataBand176_BeforePrint(object sender, System.EventArgs e)
{
strProperShippingName = "";
if (ProductNames.ntpe_id == 22 && ProductNames.name_Name != "")
{
strProperShippingName = ProductNames.name_Name;
}
if (ProductNames.ntpe_id == 27 && ProductNames.name_Name != "")
{
strProperShippingName = ProductNames.name_Name;
}
;
}
public void DataBand177__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1395m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1394m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1478m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) != 5m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 834m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 877m));
}
public void Text216__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text217__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand76__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues0.RVal0ID.ToString().ToLower() == this.ToString("5009").ToLower());
}
public void Data168__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5211m);
}
public void Text318__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text318_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Data169__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 6686m);
}
public void Text304__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text304_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand141__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.ProductNames.ntpe_id, typeof(decimal), true))) == 24m);
}
public void Text365__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, ProductNames.name_Name, true);
}
public void Text366__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, ProductNames.ntpe_desc, true);
}
public void Data170__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1396m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1397m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1480m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) != 5m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1911m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 659m));
}
public void Text321__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text322__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand199__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1396m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1397m));
}
public void Text342__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand200__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValueParts3.PictName1.ToString().ToLower() != this.ToString("").ToLower());
}
public void DataBand194__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1480m);
}
public void Text317__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand195__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1480m);
}
private void Text160_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.PictName.ToString().ToLower() != this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text160__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand196__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) == 5m);
}
public void Text323__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand197__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 659m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1911m));
}
private void Image5_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.PictName.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand198__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) == 5m);
}
public void DataBand201__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 6687m);
}
public void Text309__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text309_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand202__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (ProductNames.prod_bignr == strMixtureBignr
&& (((decimal)(StiReport.ChangeType(this.ProductNames.ntpe_id, typeof(decimal), true))) == 24m));
}
public void Text311__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, ProductNames.ntpe_desc, true);
}
public void Text148__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strProperShippingName, true);
}
public void DataBand202_BeforePrint(object sender, System.EventArgs e)
{
strProperShippingName = "";
if (ProductNames.ntpe_id == 24 && ProductNames.name_Name != "")
{
strProperShippingName = ProductNames.name_Name;
}
if (ProductNames.ntpe_id == 29 && ProductNames.name_Name != "")
{
strProperShippingName = ProductNames.name_Name;
};
}
public void DataBand203__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1396m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1397m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1480m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) != 5m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1911m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 659m));
}
public void Text324__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text325__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand77__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues0.RVal0ID.ToString().ToLower() == this.ToString("5009").ToLower());
}
public void Data177__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5210m);
}
public void Text326__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text326_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Data178__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 6688m);
}
public void Text319__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text319_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand142__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.ProductNames.ntpe_id, typeof(decimal), true))) == 23m);
}
public void Text389__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, ProductNames.name_Name, true);
}
public void Text390__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, ProductNames.ntpe_desc, true);
}
public void Data179__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1398m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1208m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1481m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) != 5m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1487m));
}
public void Text329__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text330__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand204__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1398m);
}
public void Text331__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand205__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValueParts3.PictName1.ToString().ToLower() != this.ToString("").ToLower());
}
public void DataBand206__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1481m);
}
public void Text332__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand207__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1481m);
}
private void Text165_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.PictName.ToString().ToLower() != this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text165__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand208__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) == 5m);
}
public void Text341__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand209__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1487m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1208m));
}
public void DataBand211__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1487m);
}
public void DataBand212__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1208m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m));
}
public void DataBand210__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) == 5m);
}
public void DataBand214__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues0.RVal0ID.ToString().ToLower() == this.ToString("5009").ToLower());
}
public void DataBand215__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5210m);
}
public void DataBand216__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 6689m);
}
public void Text313__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text313_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand217__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (ProductNames.prod_bignr == strMixtureBignr
&& (((decimal)(StiReport.ChangeType(this.ProductNames.ntpe_id, typeof(decimal), true))) == 23m));
}
public void Text346__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, ProductNames.ntpe_desc, true);
}
public void Text149__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strProperShippingName, true);
}
public void DataBand217_BeforePrint(object sender, System.EventArgs e)
{
strProperShippingName = "";
if (ProductNames.ntpe_id == 23 && ProductNames.name_Name != "")
{
strProperShippingName = ProductNames.name_Name;
}
if (ProductNames.ntpe_id == 28 && ProductNames.name_Name != "")
{
strProperShippingName = ProductNames.name_Name;
};
}
public void DataBand218__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1398m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1208m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 900m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) != 1481m))
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.RTypeID, typeof(decimal), true))) != 5m));
}
public void Text362__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text364__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand78__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues0.RVal0ID.ToString().ToLower() == this.ToString("5009").ToLower());
}
public void Data184__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5209m);
}
public void Text333__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text333_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Text320__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text320_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Text336__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text337__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void cnlMainTitle__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void cnlMainTitle__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5011m);
}
public void Text243__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text243_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;
intSubTitleID=0;;
}
public void Data188__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data188__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 7756m);
}
public void Text327__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text327_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Text334__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text334_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
private void Text196_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "Values");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text196_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValues3.Value);
return;
}
}
public void Text196__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.OffCode, true) + ": " + ToString(sender, tblReportValues3.Value, true);
}
public void Data191__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& tblReportValueParts3.PropID == 1386)
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("7561").ToLower()));
}
private void Text344_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text344__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text345_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text345__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
public void DataBand150__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m)
&& (this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("222").ToLower()))
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("7559").ToLower()));
}
public void Text431__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
public void Text432__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
public void Text434__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
public void Text435__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column4, true);
}
public void Text436__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.OffCode1, true);
}
public void Text437__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.OffCode2, true);
}
public void Text438__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.OffCode3, true);
}
public void Text439__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.OffCode4, true);
}
public void DataBand79__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand79__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5011m);
}
public void Data194__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data194__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 8893m);
}
public void Text328__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text328_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Data195__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("8894").ToLower());
}
public void Text335__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text335_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Data196__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1496").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("8894").ToLower()));
}
private void Text356_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text356__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text357_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text357__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text358_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text358_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValueParts3.Column3);
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValueParts3.OffCode3 + ": " + tblReportValueParts3.Column3);
return;
}
}
public void Text358__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
public void DataBand220__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 10903m);
}
public void Text312__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text312_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand222__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1644m))
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("10903").ToLower()));
}
private void Text400_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text400__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text442_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text442__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
public void DataBand223__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m)
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("10903").ToLower()));
}
private void Text456_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text456__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text457_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text457__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
public void Data197__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("8895").ToLower());
}
public void Text340__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text340_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Data198__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues3.PropID.ToString().ToLower() == this.ToString("1494").ToLower());
}
public void Data199__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts3.PictName1.ToString().ToLower() != this.ToString("").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("8895").ToLower()));
}
public void DataBand173__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand173__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5011m);
}
public void DataBand174__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand174__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 8893m);
}
public void DataBand180__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("8896").ToLower());
}
public void Text347__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + "." + ToString(sender, intSubTitle2ID, true) + ". " + ToString(sender, tblReportValues2.Name, true);
}
public void Text347_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand181__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1519m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.ValueOrder, typeof(decimal), true))) == 1m));
}
public void Text348__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand182__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1519m);
}
public void Text349__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand183__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1490m);
}
public void Text350__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand184__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts3.Order.ToString().ToLower() != this.ToString("0").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("8896").ToLower()));
}
private void Text351_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.OffCode1.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "Values");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text351_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValueParts3.OffCode1.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValueParts3.Column3);
return;
}
}
public void Text351__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
public void DataBand185__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.ValueOrder, typeof(decimal), true))) == 1m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1492m));
}
public void Text352__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand186__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValues3.Value.ToString().ToLower() != this.ToString("").ToLower())
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1492m));
}
private void Text353_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "Values");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text353_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValues3.Value);
return;
}
}
public void Text353__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.OffCode, true) + ": " + ToString(sender, tblReportValues3.Value, true);
}
public void DataBand187__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1493m);
}
public void Text368__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand188__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts3.Order.ToString().ToLower() != this.ToString("0").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("8896").ToLower()));
}
private void Text369_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.OffCode1.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "Values");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text369_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValueParts3.OffCode1.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValueParts3.Column3);
return;
}
}
public void Text369__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.OffCode1, true) + ": " + ToString(sender, tblReportValueParts3.Column1, true);
}
public void DataBand1__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 10901m);
}
public void Text2__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
private void Text443_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "Values");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text443_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValues3.Value);
return;
}
}
public void Text443__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.OffCode, true) + ": " + ToString(sender, tblReportValues3.Value, true);
}
public void DataBand11__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("8896").ToLower());
}
public void DataBand191__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.ValueOrder, typeof(decimal), true))) == 1m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1495m));
}
public void Text453__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand192__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValues3.Value.ToString().ToLower() != this.ToString("0").ToLower())
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1495m));
}
public void Text454__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void pnuTitleMain__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10554m);
}
public void Text91__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text91_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;
intSubTitleID=0;;
}
public void DataBand6__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10703m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10704m));
}
public void Text92__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text92_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
private void Text93_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues1.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text93__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text567__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Value, true);
}
public void DataBand32__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10701m);
}
public void Text538__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, blnDontShowBand, true);
}
public void Text354__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text354_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void DataBand35__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1842m);
}
public void Text539__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Value, true);
}
public void Text539_BeforePrint(object sender, System.EventArgs e)
{
if (tblReportValues1.Value=="")
{blnDontShowBand=false;
};
}
public void Text540__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, blnDontShowBand, true);
}
private void DataBand36_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand36__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1824m);
}
public void DataBand36_BeginRender(object sender, System.EventArgs e)
{
if (tblReportValueParts1.Order>=1)
{blnDontShowBand=false;
} else blnDontShowBand=true;
}
private void DataBand37_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand37__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1824m);
}
public void Text541__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text542__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, blnDontShowBand, true);
}
private void DataBand38_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand38__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) == 0m);
}
private void Text543_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text543__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column2, true);
}
private void Text544_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text544__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, IIF("tblReportValueParts1.Column3"+"tblReportValueParts1.Column4"=="",tblReportValueParts1.Column1.ToString(),tblReportValueParts1.Column1.ToString()+ "\n[" + tblReportValueParts1.Column3.ToString() + " / " + tblReportValueParts1.Column4.ToString() + "]") , true);
}
private void Text545_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text545__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column7, true);
}
private void Text546_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text546__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column6, true);
}
private void Text557_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text557__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column5, true);
}
private void Text558_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text558__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column8, true);
}
private void DataBand39_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand39__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) != 0m);
}
private void Text560_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text560__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column2, true);
}
private void Text561_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text561__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, IIF("tblReportValueParts1.Column3"+"tblReportValueParts1.Column4"=="",tblReportValueParts1.Column1.ToString(),tblReportValueParts1.Column1.ToString()+ "\n[" + tblReportValueParts1.Column3.ToString() + " / " + tblReportValueParts1.Column4.ToString() + "]") , true);
}
private void Text562_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text562__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column7, true);
}
private void Text563_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text563__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column6, true);
}
private void Text564_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text564__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column5, true);
}
private void Text565_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text565__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column8, true);
}
private void DataBand40_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand40_AfterPrint(object sender, System.EventArgs e)
{
blnDontShowBand=true;;
}
public void pnuCandList_BeginRender(object sender, System.EventArgs e)
{
//blnDontShowBand=true;;
}
public void DataBand15__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10702m);
}
public void Text526__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, blnDontShowBand, true);
}
public void Text355__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text355_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void DataBand26__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1847m);
}
public void Text527__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Value, true);
}
public void Text527_BeforePrint(object sender, System.EventArgs e)
{
if (tblReportValues1.Value=="")
{blnDontShowBand=false;
};
}
public void Text528__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, blnDontShowBand, true);
}
private void DataBand31_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand31__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1844m);
}
public void DataBand31_BeginRender(object sender, System.EventArgs e)
{
if (tblReportValueParts1.Order>=1)
{blnDontShowBand=false;
} else blnDontShowBand=true;
}
private void DataBand27_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand27__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1844m);
}
public void Text529__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text530__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, blnDontShowBand, true);
}
private void DataBand28_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand28__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) == 0m);
}
private void Text532_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text532__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, IIF("tblReportValueParts1.Column3"+"tblReportValueParts1.Column4"=="",tblReportValueParts1.Column2.ToString(),tblReportValueParts1.Column2.ToString()+ "\n[" + tblReportValueParts1.Column3.ToString() + " / " + tblReportValueParts1.Column4.ToString() + "]") , true);
}
private void Text533_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text533__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true);
}
private void Text504_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text504__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column7, true);
}
private void Text548_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text548__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column6, true);
}
private void Text549_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text549__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column5, true);
}
private void Text550_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text550__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column8, true);
}
private void Text551_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text551__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column9, true);
}
private void DataBand29_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand29__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) != 0m);
}
private void Text536_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text536__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, IIF("tblReportValueParts1.Column3"+"tblReportValueParts1.Column4"=="",tblReportValueParts1.Column2.ToString(),tblReportValueParts1.Column2.ToString()+ "\n[" + tblReportValueParts1.Column3.ToString() + " / " + tblReportValueParts1.Column4.ToString() + "]") , true);
}
private void Text537_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text537__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true);
}
private void Text552_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text552__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column7, true);
}
private void Text553_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text553__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column6, true);
}
private void Text554_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text554__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column5, true);
}
private void Text555_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text555__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column8, true);
}
private void Text556_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text556__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column9, true);
}
private void DataBand33_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand33_AfterPrint(object sender, System.EventArgs e)
{
blnDontShowBand=true;;
}
public void pnuXIV_BeginRender(object sender, System.EventArgs e)
{
//blnDontShowBand=true;;
}
public void DataBand16__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10566m);
}
public void Text523__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, blnDontShowBand, true);
}
public void Text360__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text360_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void DataBand25__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1841m);
}
public void Text520__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Value, true);
}
public void Text520_BeforePrint(object sender, System.EventArgs e)
{
if (tblReportValues1.Value=="")
{blnDontShowBand=false;
};
}
public void Text521__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, blnDontShowBand, true);
}
private void DataBand30_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand30__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1544m);
}
public void DataBand30_BeginRender(object sender, System.EventArgs e)
{
if (tblReportValueParts1.Order>=1)
{blnDontShowBand=false;
} else blnDontShowBand=true;
}
private void DataBand17_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand17__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1544m);
}
public void Text503__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text522__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, blnDontShowBand, true);
}
private void DataBand18_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand18__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) == 0m);
}
private void Text505_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text505__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column2, true);
}
private void Text506_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text506__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true);
}
private void Text507_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text507__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column4, true);
}
private void Text547_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text547__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column3, true);
}
private void DataBand19_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand19__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) != 0m);
}
private void Text508_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text508__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column3, true);
}
private void Text509_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text509__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column2, true);
}
private void Text510_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text510__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true);
}
private void Text511_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text511__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column4, true);
}
private void DataBand20_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand20__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1545m);
}
public void Text512__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
private void DataBand21_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand21__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) == 0m);
}
private void Text513_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text513__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column2, true);
}
private void Text514_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text514__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true);
}
private void Text515_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text515__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column4, true);
}
private void DataBand22_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand22__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) != 0m);
}
public void Text516__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Order, true);
}
public void Text517__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true);
}
private void Text518_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) == 1m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) != 1m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text518__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column2, true) + "\r\n" + ToString(sender, tblReportValueParts1.Column3, true);
}
private void Text519_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) == 1m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.Top;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts1.Order, typeof(decimal), true))) != 1m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text519__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column4, true);
}
private void DataBand23_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBand==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand23_AfterPrint(object sender, System.EventArgs e)
{
blnDontShowBand=true;;
}
public void pnuXVII_BeginRender(object sender, System.EventArgs e)
{
//blnDontShowBand=true;;
}
public void DataBand9__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10705m);
}
public void Text298__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text298_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void DataBand10__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1862m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1863m));
}
private void Text299_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues1.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text299__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text300__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Value, true);
}
public void DataBand120__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1859m);
}
public void Text723__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
private void Text754_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text754__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true);
}
private void Text755_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text755__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column2, true);
}
private void Text756_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text756__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column3, true);
}
private void Text757_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text757__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column4, true);
}
private void Text758_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text758__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column5, true);
}
private void Text150_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text150_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValueParts1.Column1);
return;
}
}
public void Text150__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true) + "
\r\n" + ToString(sender, strPops1ATitel2, true) + ": " + ToString(sender, tblReportValueParts1.Column2, true) + "
\r\n" + ToString(sender, strPops1ATitel3, true) + ": " + ToString(sender, tblReportValueParts1.Column3, true) + "
\r\n" + ToString(sender, strPops1ATitel4, true) + ": " + ToString(sender, tblReportValueParts1.Column4, true);
}
private void Text156_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text156_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValueParts1.Column5);
return;
}
}
public void Text156__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column5, true);
}
public void DataBand286_BeforePrint(object sender, System.EventArgs e)
{
if(tblReportValueParts1.Order==0)
{
strPops1ATitel1=tblReportValueParts1.Column1.Trim();
strPops1ATitel2=tblReportValueParts1.Column2.Trim();
strPops1ATitel3=tblReportValueParts1.Column3.Trim();
strPops1ATitel4=tblReportValueParts1.Column4.Trim();
strPops1ATitel5=tblReportValueParts1.Column5.Trim();
};
}
public void DataBand122__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1860m);
}
public void Text730__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
private void Text170_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text170__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true);
}
private void Text759_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text759__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column2, true);
}
private void Text760_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text760__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column3, true);
}
public void DataBand124__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1861m);
}
public void Text744__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
private void Text669_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text669__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true);
}
private void Text763_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text763__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column2, true);
}
private void Text764_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text764__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column3, true);
}
private void Text765_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text765__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column4, true);
}
private void Text766_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text766__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column5, true);
}
public void DataBand50__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues0.RVal0ID.ToString().ToLower() == this.ToString("10552").ToLower());
}
public void Text559__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void DataBand50_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;
blnDontShowBandSeveso=true;
//foreach (Stimulsoft.Report.Dictionary.StiRow dataRow in tblReportValueParts1.Rows)
//{
// if ( ((int)dataRow["Order"] >0 ) && (((int)dataRow["PropID"] ==1509 ) || ((int)dataRow["PropID"] ==1548 )))
// {
// blnDontShowBandSeveso=false;
//
// }
//};
}
public void DataBand53__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1509m);
}
private void Text582_Conditions(object sender, System.EventArgs e)
{
if ( blnDontShowBandSeveso==true)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text582__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void DataBand53_BeforePrint(object sender, System.EventArgs e)
{
blnDontShowBandSeveso=true;
foreach (Stimulsoft.Report.Dictionary.StiRow dataRow in tblReportValueParts1.Rows)
{
if ( ((int)dataRow["Order"] >0 ) && ((int)dataRow["PropID"] ==1509 ))
{
blnDontShowBandSeveso=false;
}
}
;
}
private void DataBand51_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBandSeveso==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand51__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower())
&& (this.tblReportValueParts1.PropID.ToString().ToLower() == this.ToString("1509").ToLower()));
}
private void Text566_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text566__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column3, true);
}
private void Text569_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text569__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true);
}
private void Text571_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text571__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column2, true);
}
private void Text572_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text572__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column4, true);
}
private void Text576_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text576__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column5, true);
}
public void Text578__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, blnDontShowBandSeveso, true);
}
private void DataBand347_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBandSeveso==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand347__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts1.PropID.ToString().ToLower() == this.ToString("1509").ToLower())
&& (this.tblReportValueParts1.Order.ToString().ToLower() != this.ToString("0").ToLower()));
}
private void Text922_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text922__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column3, true);
}
private void Text955_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text955__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true);
}
private void Text956_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text956__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column2, true);
}
private void Text957_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text957__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column4, true);
}
private void Text958_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text958__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column5, true);
}
public void Text959__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, blnDontShowBandSeveso, true);
}
public void DataBand52__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.PropID, typeof(decimal), true))) == 1548m);
}
private void Text568_Conditions(object sender, System.EventArgs e)
{
if ( blnDontShowBandSeveso==true)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text568__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void DataBand52_BeforePrint(object sender, System.EventArgs e)
{
blnDontShowBandSeveso=true;
foreach (Stimulsoft.Report.Dictionary.StiRow dataRow in tblReportValueParts1.Rows)
{
if ( ((int)dataRow["Order"] >0 ) && ((int)dataRow["PropID"] ==1548 ))
{
blnDontShowBandSeveso=false;
}
}
;
}
private void DataBand55_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBandSeveso==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand55__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts1.PropID.ToString().ToLower() == this.ToString("1548").ToLower())
&& (this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()));
}
private void Text570_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text570__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true);
}
private void Text579_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text579__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column2, true);
}
private void Text580_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text580__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column3, true);
}
private void Text581_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text581__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column4, true);
}
private void Text583_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text583__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column5, true);
}
public void Text584__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, blnDontShowBandSeveso, true);
}
private void Text585_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text585__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column6, true);
}
private void DataBand348_Conditions(object sender, System.EventArgs e)
{
if (blnDontShowBandSeveso==true)
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void DataBand348__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts1.PropID.ToString().ToLower() == this.ToString("1548").ToLower())
&& (this.tblReportValueParts1.Order.ToString().ToLower() != this.ToString("0").ToLower()));
}
private void Text960_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text960__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column1, true);
}
private void Text961_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text961__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column2, true);
}
private void Text962_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text962__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column3, true);
}
private void Text963_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text963__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column4, true);
}
private void Text964_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text964__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column5, true);
}
public void Text965__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, blnDontShowBandSeveso, true);
}
private void Text966_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts1.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text966__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts1.Column6, true);
}
public void DataBand42__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10706m);
}
public void Text363__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text363_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
private void Text392_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues1.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text392__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text393__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Value, true);
}
public void regInfoTitleMain__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10578m);
}
public void Text391__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text391_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;
intSubTitleID=0;;
}
private void Data220_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues2.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text395__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text395_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Text409__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Value, true);
}
public void overvTitleMain__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void overvTitleMain__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5001m);
}
public void Text387__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text387_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;;
}
public void Data224__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data224__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5234m);
}
public void Text413__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text414__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Text415__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Value, true);
}
public void Data227__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void Data227__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5001m);
}
public void Data228__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data228__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5013m);
}
public void Text416__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Data229__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.Value.ToString().ToLower() != this.ToString("").ToLower());
}
private void Text417_Conditions(object sender, System.EventArgs e)
{
if (Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToUpperCase(tblReportValues2.Value)==tblReportValues2.Value)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Underline)), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text417__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Value, true);
}
public void Data230__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void Data230__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5001m);
}
public void Data231__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data231__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5014m);
}
public void Text418__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Data232__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.rfrp_id.ToString().ToLower() == this.ToString("83").ToLower());
}
public void Data232_BeforePrint(object sender, System.EventArgs e)
{
if (tblReportValues2.rfrp_id==83)
{
strNFPAInternal=tblReportValues2.Name;
}
;
}
public void Data233__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.PropID.ToString().ToLower() == this.ToString("226").ToLower());
}
public void Text419__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strNFPA1, true);
}
public void Text420__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strNFPA2, true);
}
public void Text421__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strNFPA3, true);
}
private void Text422_Conditions(object sender, System.EventArgs e)
{
if (strNFPA4.Contains("W"))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Strikeout), System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text422__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strNFPA4, true);
}
private void Text423_Conditions(object sender, System.EventArgs e)
{
if (!blnNFPAinternal)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text423__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strNFPAInternal, true);
}
public void Data233_BeforePrint(object sender, System.EventArgs e)
{
if (tblReportValues2.PropID==226)
{
System.Text.RegularExpressions.Regex NFPAExpression = new System.Text.RegularExpressions.Regex(@"^(?[ ,0-4]?)-(?[ ,0-4]?)-(?[ ,0-4]?)(?:-(?(?:O|OX|W|W;O|O;W|W;OX|OX;W)))?(?\(\*\))?$", System.Text.RegularExpressions.RegexOptions.Compiled);
System.Text.RegularExpressions.Match NFPAMatch = NFPAExpression.Match(tblReportValues2.Value);
strNFPA1 = NFPAMatch.Groups["HealthHazard"].Value.Trim();
strNFPA2 = NFPAMatch.Groups["Flammability"].Value.Trim();
strNFPA3 = NFPAMatch.Groups["Instability"].Value.Trim();
switch (NFPAMatch.Groups["SpecialHazard"].Value.Trim())
{
case "O":
strNFPA4 = "OX";
break;
case "O;W":
case "W;O":
case "OX;W":
case "W;OX":
strNFPA4 = "W OX";
break;
default:
strNFPA4 = NFPAMatch.Groups["SpecialHazard"].Value.Trim();
break;
}
if (NFPAMatch.Groups["Internal"].Value.Trim() == "(*)")
{
blnNFPAinternal = true;
}
else
{
blnNFPAinternal = false;
}
}
;
}
public void Data234__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("7564").ToLower())
|| (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("7565").ToLower()))
|| (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("7566").ToLower()));
}
public void Text424__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Text425__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void Data235__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void Data235__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5001m);
}
public void Data236__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data236__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5015m);
}
public void Text426__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void DataBand83__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("10843").ToLower())
|| (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("10844").ToLower()));
}
public void DataBand159__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.ValueOrder, typeof(decimal), true))) == 1m);
}
public void Text84__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text174__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void Data240__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void Data240__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5001m);
}
public void Data241__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data241__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5016m);
}
public void Text433__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text72__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Value, true);
}
public void Data244__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void Data244__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5001m);
}
public void Data245__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data245__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5019m);
}
public void Text440__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Data246__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void Data246__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 9985m);
}
public void Text441__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Data247__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValues2.PropID.ToString().ToLower() == this.ToString("222").ToLower())
|| (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("7491").ToLower()))
|| (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("7492").ToLower()));
}
public void Data248__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) != 0m)
&& (this.tblReportValueParts2.PropID.ToString().ToLower() == this.ToString("222").ToLower()));
}
public void Text191__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
public void Text242__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
public void Text296__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
public void Text74__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
public void Text75__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.OffCode1, true);
}
public void Text190__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.OffCode2, true);
}
public void Text241__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.OffCode3, true);
}
public void Text248__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.OffCode4, true);
}
public void Data249__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues2.ValueOrder, typeof(decimal), true))) == 1m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues2.PropID, typeof(decimal), true))) == 133m));
}
public void Text452__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Data250__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValues2.PropID, typeof(decimal), true))) == 133m)
&& (this.tblReportValues2.Value.ToString().ToLower() != this.ToString("").ToLower()))
&& (this.tblReportValues2.OffCode.ToString().ToLower() != this.ToString("").ToLower()));
}
private void Text9_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues2.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "Values");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text9_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValues2.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValues2.Value);
return;
}
}
public void Text9__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.OffCode, true) + ": " + ToString(sender, tblReportValues2.Value, true);
}
public void Data251__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues2.PropID, typeof(decimal), true))) == 134m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues2.ValueOrder, typeof(decimal), true))) == 1m));
}
public void Text455__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Data252__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.PropID, typeof(decimal), true))) == 134m);
}
private void Text55_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues2.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "Values");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text55_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValues2.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValues2.Value);
return;
}
}
public void Text55__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.OffCode, true) + ": " + ToString(sender, tblReportValues2.Value, true);
}
public void DataBand338__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand338__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10913m);
}
public void DataBand339__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand339__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10914m);
}
public void Text923__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text923_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void Text924__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Text924_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
private void Text925_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "Values");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text925_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValues3.Value);
return;
}
}
public void Text925__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.OffCode, true) + ": " + ToString(sender, tblReportValues3.Value, true);
}
public void DataBand342__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& tblReportValueParts3.PropID == 1386)
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("10918").ToLower()));
}
private void Text926_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text926__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text927_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text927__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
public void DataBand343__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m)
&& (this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("222").ToLower()))
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("10919").ToLower()));
}
public void Text928__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
public void Text929__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
public void Text930__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
public void Text931__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column4, true);
}
public void Text932__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.OffCode1, true);
}
public void Text933__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.OffCode2, true);
}
public void Text934__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.OffCode3, true);
}
public void Text935__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.OffCode4, true);
}
public void DataBand14__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand14__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 5011m);
}
public void DataBand24__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand24__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 8893m);
}
public void Text4__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intSubTitleID, true) + ". " + ToString(sender, tblReportValues1.Name, true);
}
public void Text4_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void DataBand34__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("8894").ToLower());
}
public void DataBand165__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.ValueOrder, typeof(decimal), true))) == 1m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1519m));
}
public void DataBand166__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValues3.Value.ToString().ToLower() != this.ToString("").ToLower())
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1519m));
}
private void Text161_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "TitleSub2");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text161_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValues3.Value);
return;
}
}
public void Text161__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.OffCode, true) + ": " + ToString(sender, tblReportValues3.Value, true);
}
public void DataBand44__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("8895").ToLower());
}
public void DataBand46__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues3.PropID.ToString().ToLower() == this.ToString("1494").ToLower());
}
public void DataBand58__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValueParts3.PictName1.ToString().ToLower() != this.ToString("").ToLower());
}
public void DataBand95__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("8896").ToLower());
}
public void DataBand163__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues3.PropID.ToString().ToLower() == this.ToString("1490").ToLower());
}
public void Text501__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand164__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValueParts3.Order.ToString().ToLower() != this.ToString("0").ToLower());
}
public void Text524__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
public void DataBand101__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.ValueOrder, typeof(decimal), true))) == 1m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1492m));
}
public void Text3__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand119__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValues3.Value.ToString().ToLower() != this.ToString("").ToLower())
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1492m));
}
private void Text83_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "Values");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text83_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValues3.Value);
return;
}
}
public void Text83__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.OffCode, true) + ": " + ToString(sender, tblReportValues3.Value, true);
}
public void DataBand106__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues3.PropID.ToString().ToLower() == this.ToString("1493").ToLower());
}
public void Text90__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand114__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValueParts3.Order.ToString().ToLower() != this.ToString("0").ToLower());
}
private void Text94_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.OffCode1.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "Values");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text94_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValueParts3.OffCode1.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValueParts3.Column3);
return;
}
}
public void Text94__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.OffCode1, true) + ": " + ToString(sender, tblReportValueParts3.Column1, true);
}
public void DataBand311__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand311__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10913m);
}
public void DataBand312__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand312__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10916m);
}
public void Text897__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text897_BeforePrint(object sender, System.EventArgs e)
{
intSubTitleID++;
intSubTitle2ID=0;;
}
public void DataBand313__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("10929").ToLower());
}
public void Text898__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Text898_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand314__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1496").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("10929").ToLower()));
}
private void Text899_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text899__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text900_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text900__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
private void Text901_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text901_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValueParts3.Column3);
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValueParts3.OffCode3 + ": " + tblReportValueParts3.Column3);
return;
}
}
public void Text901__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column3, true);
}
public void DataBand315__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 10930m);
}
public void Text902__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Text902_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand317__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts3.PropID, typeof(decimal), true))) == 1644m))
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("10930").ToLower()));
}
private void Text903_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text903__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text904_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text904__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
public void DataBand318__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m)
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("10930").ToLower()));
}
private void Text905_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text905__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
private void Text906_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) == 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text906__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column2, true);
}
public void DataBand319__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("10931").ToLower());
}
public void Text907__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Text907_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand320__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues3.PropID.ToString().ToLower() == this.ToString("1494").ToLower());
}
public void DataBand321__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts3.PictName1.ToString().ToLower() != this.ToString("").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("10931").ToLower()));
}
public void DataBand322__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand322__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10913m);
}
public void DataBand323__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand323__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10916m);
}
public void DataBand324__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("10932").ToLower());
}
public void Text908__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Text908_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand325__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1519m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.ValueOrder, typeof(decimal), true))) == 1m));
}
public void Text910__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand326__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1519m);
}
public void Text911__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand327__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1490m);
}
public void Text912__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand328__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts3.Order.ToString().ToLower() != this.ToString("0").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("10932").ToLower()));
}
private void Text913_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.OffCode1.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "Values");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text913_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValueParts3.OffCode1.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValueParts3.Column3);
return;
}
}
public void Text913__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.Column1, true);
}
public void DataBand329__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.ValueOrder, typeof(decimal), true))) == 1m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1492m));
}
public void Text914__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand330__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValues3.Value.ToString().ToLower() != this.ToString("").ToLower())
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1492m));
}
private void Text915_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "Values");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text915_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValues3.Value);
return;
}
}
public void Text915__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.OffCode, true) + ": " + ToString(sender, tblReportValues3.Value, true);
}
public void DataBand331__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1493m);
}
public void Text916__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand332__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValueParts3.Order.ToString().ToLower() != this.ToString("0").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("10932").ToLower()));
}
private void Text917_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts3.OffCode1.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "Values");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text917_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValueParts3.OffCode1.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValueParts3.Column3);
return;
}
}
public void Text917__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts3.OffCode1, true) + ": " + ToString(sender, tblReportValueParts3.Column1, true);
}
public void DataBand333__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 10933m);
}
public void Text918__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
private void Text919_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "Values");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
private void Text919_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
if ((this.tblReportValues3.OffCode.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.StiText)(sender)).TextValue = this.ToString(tblReportValues3.Value);
return;
}
}
public void Text919__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.OffCode, true) + ": " + ToString(sender, tblReportValues3.Value, true);
}
public void DataBand335__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues2.RVal2ID.ToString().ToLower() == this.ToString("10932").ToLower());
}
public void DataBand336__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues3.ValueOrder, typeof(decimal), true))) == 1m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1495m));
}
public void Text920__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void DataBand337__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((this.tblReportValues3.Value.ToString().ToLower() != this.ToString("0").ToLower())
&& (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) == 1495m));
}
public void Text921__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void standOvervTitleMain__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10580m);
}
public void Text412__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, intMainTitleID, true) + ". " + ToString(sender, tblReportValues0.Name, true);
}
public void Text412_BeforePrint(object sender, System.EventArgs e)
{
intMainTitleID++;;
}
public void Data265__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10589m);
}
private void Text470_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10589m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text470__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Data266__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) != 10589m);
}
public void Text471__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Data267__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) == 10589m);
}
private void Text469_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues2.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text469__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void Text487__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Value, true);
}
public void Data268__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10587m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10588m));
}
public object GetData268_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text474_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text474__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text475_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text475__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
public void Text476__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Order, true);
}
public void Text477__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.RTit_ID, true);
}
public void Data269__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((((((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10581m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10582m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10583m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10584m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10585m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10586m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10717m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10876m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10875m));
}
public object GetData269_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text478_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text478__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text479_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text479__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text480_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text480__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text481_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text481__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text482_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text482__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text483_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text483__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text484_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text484__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void Text485__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Order, true);
}
public void Text486__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.RTit_ID, true);
}
public void standOverv_expLim_BeforePrint(object sender, System.EventArgs e)
{
for (int pageInd = 0; pageInd < this.Pages.Count; pageInd++)
{
foreach (StiComponent component in this.Pages[pageInd].Components)
{
if (component is StiText)
{
((StiText)component).TextQuality = StiTextQuality.Wysiwyg;
}
}
};
}
public void DataBand365__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10587m);
}
private void Text976_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10589m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text976__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void DataBand358__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand358__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10724m);
}
public void DataBand359__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand359__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5043m);
}
public void DataBand360__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues2.Name);
}
public void DataBand360__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5064m);
}
public void DataBand361__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) < 1579m);
}
private void Text978_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text978__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text979__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand362__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5064m);
}
public void DataBand362_AfterPrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand362_BeforePrint(object sender, System.EventArgs e)
{
intPrint=1;;
}
public void GroupHeaderBand10__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = tblReportValueParts3.virt_prod_bignr + "+\"type\"+" + tblReportValueParts3.Column4;
}
private void Text980_Conditions(object sender, System.EventArgs e)
{
if (intPrint==0)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text980_AfterPrint(object sender, System.EventArgs e)
{
intPrint=0;;
}
public void GroupHeaderBand10_BeforePrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand363__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("5064").ToLower()))
&& (tblReportValueParts3.PropID >= 1579 && tblReportValueParts3.PropID <= 1582));
}
public void DataBand363_BeforePrint(object sender, System.EventArgs e)
{
strKolom1=tblReportValueParts3.Column1;
strKolom4=tblReportValueParts3.Column4;
//strKolom2=tblReportValueParts3.Column2; //only one row as result
// if (tblReportValueParts3.Column6!="")
// {
// strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
// }
if (!strKolom2.Contains(tblReportValueParts3.Column2)) //more rows possible in the result
{
if (strKolom2=="")
{
strKolom2+=tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
else
{
strKolom2+=System.Environment.NewLine + tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
}
intOrder=tblReportValueParts3.Order;;
}
private void Text981_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text981__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom1, true);
}
private void Text982_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text982__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom4, true);
}
private void Text983_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text983__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom2, true);
}
public void DataBand355__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10588m);
}
private void Text975_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10589m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text975__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void DataBand280__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues0.Name);
}
public void DataBand280__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10724m);
}
public void DataBand283__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues1.Name);
}
public void DataBand283__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 5043m);
}
public void DataBand287__GetBookmark(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = ToString(tblReportValues2.Name);
}
public void DataBand287__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5063m);
}
public void DataBand349__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues3.PropID, typeof(decimal), true))) < 1566m);
}
private void Text968_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValues3.Value.ToString().ToLower() == this.ToString("").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text968__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Name, true);
}
public void Text969__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues3.Value, true);
}
public void DataBand350__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal2ID, typeof(decimal), true))) == 5063m);
}
public void DataBand350_AfterPrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand350_BeforePrint(object sender, System.EventArgs e)
{
intPrint=1;;
}
public void GroupHeaderBand7__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = tblReportValueParts3.virt_prod_bignr + "+\"type\"+" + tblReportValueParts3.Column4;
}
private void Text970_Conditions(object sender, System.EventArgs e)
{
if (intPrint==0)
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
}
public void Text970_AfterPrint(object sender, System.EventArgs e)
{
intPrint=0;;
}
public void GroupHeaderBand7_BeforePrint(object sender, System.EventArgs e)
{
strKolom1="";
strKolom2="";
strKolom4="";;
}
public void DataBand351__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((this.tblReportValueParts3.Column1.ToString().ToLower() != this.ToString("").ToLower())
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("5063").ToLower()))
&& (tblReportValueParts3.PropID >= 1566 && tblReportValueParts3.PropID <= 1571));
}
public void DataBand351_BeforePrint(object sender, System.EventArgs e)
{
strKolom1=tblReportValueParts3.Column1;
strKolom4=tblReportValueParts3.Column4;
//strKolom2=tblReportValueParts3.Column2; //only one row as result
// if (tblReportValueParts3.Column6!="")
// {
// strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
// }
if (!strKolom2.Contains(tblReportValueParts3.Column2)) //more rows possible in the result
{
if (strKolom2=="")
{
strKolom2+=tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
else
{
strKolom2+=System.Environment.NewLine + tblReportValueParts3.Column2;
if (tblReportValueParts3.Column6!="")
{
strKolom2+= " (" + tblReportValueParts3.Column6 + ")";
}
}
}
intOrder=tblReportValueParts3.Order;;
}
private void Text971_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text971__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom1, true);
}
private void Text972_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text972__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom4, true);
}
private void Text973_Conditions(object sender, System.EventArgs e)
{
if (intOrder==0)
{
Stimulsoft.Report.Components.StiConditionHelper.Apply(sender, "ValuesHeaderBorder");
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text973__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, strKolom2, true);
}
public void DataBand354__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((((decimal)(StiReport.ChangeType(this.tblReportValueParts3.Order, typeof(decimal), true))) != 0m)
&& (this.tblReportValueParts3.RTit_ID.ToString().ToLower() == this.ToString("5063").ToLower()))
&& (this.tblReportValueParts3.PropID.ToString().ToLower() == this.ToString("1572").ToLower()));
}
public void Text974__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = " " + ToString(sender, tblReportValueParts3.Column2, true);
}
public void DataBand62__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10580m);
}
public void DataBand80__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10581m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10582m));
}
public void Text179__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text179_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand82__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) == 10581m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) == 10582m));
}
public void DataBand213__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (tblReportValueParts2.RTit_ID == 10581) && tblReportValueParts2.Order == 0;
}
private void Text214_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text214__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text292_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text292__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text310_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text310__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text343_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text343__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text449_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text449__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text464_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text464__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
public void DataBand294__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (tblReportValueParts2.RTit_ID == 10581) && tblReportValueParts2.Order != 0;
}
private void Text820_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text820__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text821_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text821__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text822_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text822__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text823_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text823__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text824_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text824__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text825_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text825__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
public void DataBand253__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) != 10558m);
}
public void Text827__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand254__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (tblReportValueParts2.RTit_ID == 10582) && tblReportValueParts2.Order == 0;
}
private void Text592_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text592__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text593_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text593__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text594_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text594__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text595_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text595__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text639_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text639__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text659_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text659__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text660_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text660__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
private void Text671_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text671__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column8, true);
}
public void DataBand252__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (tblReportValueParts2.RTit_ID == 10582) && tblReportValueParts2.Order != 0;
}
private void Text591_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text591__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text709_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text709__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text815_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text815__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text816_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text816__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text817_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text817__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text818_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text818__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text819_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text819__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
private void Text826_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text826__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column8, true);
}
public void DataBand255__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10906m);
}
public void Text814__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text814_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand256__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10583m);
}
public void Text710__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text710_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle3ID++;;
}
public void DataBand281__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) == 10583m);
}
public void Text725__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand285__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10583m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m));
}
private void Text783_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text783__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text785_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text785__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text786_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text786__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text789_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text789__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text790_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text790__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text791_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text791__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text792_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text792__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
private void Text793_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text793__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column9, true);
}
private void Text794_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text794__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column8, true);
}
public void DataBand293__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10583m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) != 0m));
}
private void Text828_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text828__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text829_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text829__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text830_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text830__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text831_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text831__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text832_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text832__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text833_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text833__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text834_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text834__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
private void Text835_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text835__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column9, true);
}
private void Text836_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text836__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column8, true);
}
public void DataBand290__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10584m);
}
public void Text805__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text805_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle3ID++;;
}
public void DataBand291__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) == 10584m);
}
public void Text806__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand292__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10584m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m));
}
private void Text807_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text807__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text808_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text808__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text809_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text809__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text810_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text810__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text811_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text811__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text812_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text812__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text813_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text813__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void DataBand288__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10584m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) != 0m));
}
private void Text795_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text795__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text796_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text796__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text797_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text797__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text798_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text798__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text799_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text799__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text800_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text800__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text801_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text801__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void DataBand289__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("10585").ToLower());
}
public void Text802__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text802_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle3ID++;;
}
public void DataBand295__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) == 10585m);
}
public void Text803__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand296__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10585m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m));
}
private void Text804_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text804__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text837_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text837__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text838_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text838__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text839_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text839__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text840_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text840__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text841_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text841__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text842_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text842__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
private void Text843_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text843__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column8, true);
}
public void DataBand297__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10585m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) != 0m));
}
private void Text844_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text844__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text845_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text845__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text846_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text846__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text847_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text847__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text848_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text848__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text849_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text849__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text850_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text850__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
private void Text851_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text851__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column8, true);
}
public void standOverv_airQual_BeginRender(object sender, System.EventArgs e)
{
for (int pageInd = 0; pageInd < this.Pages.Count; pageInd++)
{
foreach (StiComponent component in this.Pages[pageInd].Components)
{
if (component is StiText)
{
((StiText)component).TextQuality = StiTextQuality.Wysiwyg;
}
}
};
}
public void DataBand298__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10580m);
}
public void DataBand299__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10876m);
}
public void Text852__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text852_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand301__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10876m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m));
}
public object GetDataBand301_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text853_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text853__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text854_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text854__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text855_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text855__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text856_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text856__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text857_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text857__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text858_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text858__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void DataBand305__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10876m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) != 0m));
}
private void Text868_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text868__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text869_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text869__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text870_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text870__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text871_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text871__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text872_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text872__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text873_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text873__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void DataBand302__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10586m);
}
public void Text859__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text859_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Text860__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand304__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10586m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m));
}
private void Text861_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text861__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text862_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text862__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text863_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text863__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text864_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text864__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text865_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text865__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text866_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text866__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text867_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text867__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void DataBand306__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10586m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) != 0m));
}
private void Text874_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text874__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text875_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text875__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text876_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text876__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text877_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text877__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text878_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text878__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text879_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text879__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text880_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text880__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void DataBand307__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10717m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10875m));
}
public void Text881__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text881_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Text882__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand309__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (tblReportValueParts2.RTit_ID == 10717 || tblReportValueParts2.RTit_ID == 10875) && tblReportValueParts2.Order == 0;
}
private void Text883_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text883__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text884_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text884__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text885_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text885__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text886_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text886__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text887_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text887__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text888_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text888__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text889_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text889__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void DataBand310__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (tblReportValueParts2.RTit_ID == 10717 || tblReportValueParts2.RTit_ID == 10875) && tblReportValueParts2.Order != 0;
}
private void Text890_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text890__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text891_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text891__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text892_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text892__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text893_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text893__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text894_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text894__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text895_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text895__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text896_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text896__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void standOverv_indSectAirQual_BeginRender(object sender, System.EventArgs e)
{
for (int pageInd = 0; pageInd < this.Pages.Count; pageInd++)
{
foreach (StiComponent component in this.Pages[pageInd].Components)
{
if (component is StiText)
{
((StiText)component).TextQuality = StiTextQuality.Wysiwyg;
}
}
};
}
public void DataBand5__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10553m);
}
public void DataBand156__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10561m);
}
public void Text463__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text463_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand157__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) != 10558m);
}
public void DataBand158__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10561m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10560m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10555m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10557m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10559m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10556m));
}
public object GetDataBand158_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text465_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text465__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text466_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text466__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text467_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text467__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text468_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text468__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text490_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text490__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text491_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text491__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
public void DataBand49__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10560m);
}
public void Text670__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text670_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand68__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) != 10558m);
}
public void DataBand70__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10561m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10560m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10555m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10557m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10559m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10556m));
}
public object GetDataBand70_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text672_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text672__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text673_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text673__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text674_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text674__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text675_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text675__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text676_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text676__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text677_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text677__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text678_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text678__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
private void Text492_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text492__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column8, true);
}
public void DataBand88__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10726m);
}
public void Text679__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text679_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;
intSubTitle3ID=0;;
}
public void DataBand90__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10555m);
}
public void Text680__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text680_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle3ID++;;
}
public void DataBand91__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) != 10558m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues2.PropID, typeof(decimal), true))) == 1212m));
}
public void Text681__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand92__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10561m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10560m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10555m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10557m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10559m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10556m));
}
public object GetDataBand92_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text682_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text682__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text683_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text683__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text684_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text684__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text685_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text685__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text686_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text686__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text687_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text687__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text688_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text688__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
private void Text689_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text689__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column9, true);
}
private void Text690_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text690__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column8, true);
}
public void DataBand96__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) != 10558m)
&& (((decimal)(StiReport.ChangeType(this.tblReportValues2.PropID, typeof(decimal), true))) == 1213m));
}
public void Text691__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand97__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10561m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10560m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10555m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10557m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10559m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10556m));
}
public object GetDataBand97_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text692_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text692__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text693_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text693__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text694_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text694__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text695_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text695__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text696_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text696__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text697_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text697__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text698_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text698__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
private void Text699_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text699__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column9, true);
}
private void Text497_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text497__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column9, true);
}
public void DataBand98__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("10557").ToLower());
}
public void Text700__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text700_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle3ID++;;
}
public void DataBand99__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) != 10558m);
}
public void Text701__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand100__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10561m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10560m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10555m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10557m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10559m))
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10556m));
}
public object GetDataBand100_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text702_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text702__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text703_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text703__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text704_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text704__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text705_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text705__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text706_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text706__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text707_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text707__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text708_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text708__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void standOverv2_BeginRender(object sender, System.EventArgs e)
{
for (int pageInd = 0; pageInd < this.Pages.Count; pageInd++)
{
foreach (StiComponent component in this.Pages[pageInd].Components)
{
if (component is StiText)
{
((StiText)component).TextQuality = StiTextQuality.Wysiwyg;
}
}
};
}
public void DataBand102__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10553m);
}
public void DataBand103__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.tblReportValues1.RVal1ID.ToString().ToLower() == this.ToString("10559").ToLower());
}
public void Text711__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text711_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle3ID++;;
}
public void DataBand104__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues2.RVal1ID, typeof(decimal), true))) == 10559m);
}
public void Text712__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand105__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10559m);
}
public object GetDataBand105_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text713_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text713__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text714_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text714__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text715_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text715__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text716_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text716__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text717_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text717__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text718_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text718__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text719_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text719__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
private void Text720_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text720__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column8, true);
}
public void standOverv3_BeginRender(object sender, System.EventArgs e)
{
for (int pageInd = 0; pageInd < this.Pages.Count; pageInd++)
{
foreach (StiComponent component in this.Pages[pageInd].Components)
{
if (component is StiText)
{
((StiText)component).TextQuality = StiTextQuality.Wysiwyg;
}
}
};
}
public void DataBand107__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10841m);
}
public void DataBand108__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10842m);
}
public void Text724__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text724_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void DataBand110__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10842m);
}
public object GetDataBand110_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text726_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text726__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text727_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text727__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text728_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text728__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text729_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text729__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text731_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text731__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text732_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text732__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void DataBand111__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues1.RVal1ID, typeof(decimal), true))) == 10556m);
}
public void Text733__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text733_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Text734__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand113__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10556m);
}
public object GetDataBand113_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text735_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text735__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text736_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text736__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text737_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text737__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text738_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text738__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text739_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text739__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text740_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text740__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text741_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text741__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void standOverv4_BeginRender(object sender, System.EventArgs e)
{
for (int pageInd = 0; pageInd < this.Pages.Count; pageInd++)
{
foreach (StiComponent component in this.Pages[pageInd].Components)
{
if (component is StiText)
{
((StiText)component).TextQuality = StiTextQuality.Wysiwyg;
}
}
};
}
public void DataBand115__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (((decimal)(StiReport.ChangeType(this.tblReportValues0.RVal0ID, typeof(decimal), true))) == 10718m);
}
public void Text745__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues1.Name, true);
}
public void Text745_BeforePrint(object sender, System.EventArgs e)
{
intSubTitle2ID++;;
}
public void Text746__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValues2.Name, true);
}
public void DataBand118__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10719m)
|| (((decimal)(StiReport.ChangeType(this.tblReportValueParts2.RTit_ID, typeof(decimal), true))) == 10874m));
}
public object GetDataBand118_Sort1()
{
return tblReportValueParts2.Order+1000;
}
private void Text747_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text747__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column3, true);
}
private void Text748_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text748__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column2, true);
}
private void Text749_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text749__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column1, true);
}
private void Text750_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text750__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column4, true);
}
private void Text751_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text751__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column5, true);
}
private void Text752_Conditions(object sender, System.EventArgs e)
{
if ((this.tblReportValueParts2.Order.ToString().ToLower() == this.ToString("0").ToLower()))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text752__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column6, true);
}
private void Text753_Conditions(object sender, System.EventArgs e)
{
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.PropID, typeof(decimal), true))) == 1223m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
return;
}
if ((((decimal)(StiReport.ChangeType(this.tblReportValueParts2.Order, typeof(decimal), true))) == 0m))
{
((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 0, 0));
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 176, 196, 222));
Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0), Stimulsoft.Report.Components.StiConditionPermissions.All);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}
public void Text753__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, tblReportValueParts2.Column7, true);
}
public void standOverv5_BeginRender(object sender, System.EventArgs e)
{
for (int pageInd = 0; pageInd < this.Pages.Count; pageInd++)
{
foreach (StiComponent component in this.Pages[pageInd].Components)
{
if (component is StiText)
{
((StiText)component).TextQuality = StiTextQuality.Wysiwyg;
}
}
};
}
public void rptKaleidos_BeginRender(object sender, System.EventArgs e)
{
foreach (Stimulsoft.Report.Dictionary.StiRow dataRow in tblReportValues1.Rows)
{
if ( (string)dataRow["rfrp_id"] == this.ToString("177") )
{
strTaalBignr = "test";
}
}
;
}
public void rptKaleidosWordsToEnd__EndRender(object sender, System.EventArgs e)
{
this.SystemText1.SetText(new Stimulsoft.Report.Components.StiGetValue(this.SystemText1_GetValue_End));
}
private void InitializeComponent()
{
this.CustomData = new CustomDataDataSource();
this.tblCustomerFieldValues = new tblCustomerFieldValuesDataSource();
this.ProductNames = new ProductNamesDataSource();
this.tblReportValueParts3 = new tblReportValueParts3DataSource();
this.tblReportValueParts2 = new tblReportValueParts2DataSource();
this.tblReportValueParts1 = new tblReportValueParts1DataSource();
this.tblReportInfo = new tblReportInfoDataSource();
this.tblReportValues3 = new tblReportValues3DataSource();
this.tblReportValues2 = new tblReportValues2DataSource();
this.tblReportValues1 = new tblReportValues1DataSource();
this.tblReportValues0 = new tblReportValues0DataSource();
this.ParenttblReportValues3 = new Stimulsoft.Report.Dictionary.StiDataRelation("tblReportValues3_tblReportValueParts3", "tblReportValues3", "tblReportValues3", this.tblReportValues3, this.tblReportValueParts3, new System.String[] {
"PropID"}, new System.String[] {
"PropID"});
this.ParenttblReportValues21 = new Stimulsoft.Report.Dictionary.StiDataRelation("tblReportValues2_tblReportValueParts2", "tblReportValues2", "tblReportValues2", this.tblReportValues2, this.tblReportValueParts2, new System.String[] {
"PropID"}, new System.String[] {
"PropID"});
this.ParenttblReportValues11 = new Stimulsoft.Report.Dictionary.StiDataRelation("tblReportValues1_tblReportValueParts1", "tblReportValues1", "tblReportValues1", this.tblReportValues1, this.tblReportValueParts1, new System.String[] {
"PropID"}, new System.String[] {
"PropID"});
this.ParenttblReportValues1 = new Stimulsoft.Report.Dictionary.StiDataRelation("tblReportValues1_tblReportValues2", "tblReportValues1", "tblReportValues1", this.tblReportValues1, this.tblReportValues2, new System.String[] {
"RVal1ID"}, new System.String[] {
"RVal1ID"});
this.ParenttblReportValues2 = new Stimulsoft.Report.Dictionary.StiDataRelation("tblReportValues2_tblReportValues3", "tblReportValues2", "tblReportValues2", this.tblReportValues2, this.tblReportValues3, new System.String[] {
"RVal2ID"}, new System.String[] {
"RVal2ID"});
this.ParenttblReportValues0 = new Stimulsoft.Report.Dictionary.StiDataRelation("tblReportTitles_tblReportValues1", "tblReportValues0", "tblReportValues0", this.tblReportValues0, this.tblReportValues1, new System.String[] {
"RVal0ID"}, new System.String[] {
"RVal0ID"});
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strHoofdnaam", "strHoofdnaam", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strSamenElincs", "strSamenElincs", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strSamenEinecs", "strSamenEinecs", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strSamenDsd", "strSamenDsd", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strSamenCas", "strSamenCas", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strSamenName", "strSamenName", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strSamenClp", "strSamenClp", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strSamenAandeel", "strSamenAandeel", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strSamenReden", "strSamenReden", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strSamenBignr", "strSamenBignr", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "intSamenReden4", "intSamenReden4", "", typeof(int), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "intGeenGevaarlijkeComponenten", "intGeenGevaarlijkeComponenten", "", typeof(int), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "intSamenReden1", "intSamenReden1", "", typeof(int), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "intSamenReden2", "intSamenReden2", "", typeof(int), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "intSamenReden3", "intSamenReden3", "", typeof(int), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strNFPA3", "strNFPA3", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strNFPA4", "strNFPA4", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strNFPA2", "strNFPA2", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strNFPA1", "strNFPA1", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "blnNFPAinternal", "blnNFPAinternal", "", typeof(bool), "false", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strNFPAInternal", "strNFPAInternal", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "intMainTitleID", "intMainTitleID", "", typeof(int), "0", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "blnDontShowBand", "blnDontShowBand", "Don\'t show this band if variable == true", typeof(bool), "true", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "blnDontShowBandSeveso", "blnDontShowBandSeveso", "", typeof(bool), "true", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "blnDontShowBandSeveso2", "blnDontShowBandSeveso2", "niet meer gebruikt", typeof(bool), "true", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "intSubTitleID", "intSubTitleID", "", typeof(int), "0", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "intSubTitle2ID", "intSubTitle2ID", "", typeof(int), "0", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "intSubTitle3ID", "intSubTitle3ID", "", typeof(int), "0", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strCustomerInfo", "strCustomerInfo", "Concatenation of Name and Adres of the Customer", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "blnShowCustomerInfo", "blnShowCustomerInfo", "Selection of band with CustomerInfo", typeof(bool), "false", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strKolom1", "strKolom1", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strKolom2", "strKolom2", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strKolom4", "strKolom4", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "intOrder", "intOrder", "", typeof(int), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "intPrint", "intPrint", "", typeof(int), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "intPropID", "intPropID", "", typeof(int), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strMixtureBignr", "strMixtureBignr", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strProperShippingName", "strProperShippingName", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("POPS1A", "", "", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("POPS1A", "strPops1ATitel1", "strPops1ATitel1", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("POPS1A", "strPops1ATitel2", "strPops1ATitel2", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("POPS1A", "strPops1ATitel3", "strPops1ATitel3", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("POPS1A", "strPops1ATitel4", "strPops1ATitel4", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("POPS1A", "strPops1ATitel5", "strPops1ATitel5", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "strTaalBignr", "strTaalBignr", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
this.NeedsCompiling = false;
//
// Variables init
//
this.strHoofdnaam = "";
this.strSamenElincs = "";
this.strSamenEinecs = "";
this.strSamenDsd = "";
this.strSamenCas = "";
this.strSamenName = "";
this.strSamenClp = "";
this.strSamenAandeel = "";
this.strSamenReden = "";
this.strSamenBignr = "";
this.intSamenReden4 = 0;
this.intGeenGevaarlijkeComponenten = 0;
this.intSamenReden1 = 0;
this.intSamenReden2 = 0;
this.intSamenReden3 = 0;
this.strNFPA3 = "";
this.strNFPA4 = "";
this.strNFPA2 = "";
this.strNFPA1 = "";
this.blnNFPAinternal = false;
this.strNFPAInternal = "";
this.intMainTitleID = 0;
this.blnDontShowBand = true;
this.blnDontShowBandSeveso = true;
this.blnDontShowBandSeveso2 = true;
this.intSubTitleID = 0;
this.intSubTitle2ID = 0;
this.intSubTitle3ID = 0;
this.strCustomerInfo = "";
this.blnShowCustomerInfo = false;
this.strKolom1 = "";
this.strKolom2 = "";
this.strKolom4 = "";
this.intOrder = 0;
this.intPrint = 0;
this.intPropID = 0;
this.strMixtureBignr = "";
this.strProperShippingName = "";
this.strPops1ATitel1 = "";
this.strPops1ATitel2 = "";
this.strPops1ATitel3 = "";
this.strPops1ATitel4 = "";
this.strPops1ATitel5 = "";
this.strTaalBignr = "";
this.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2;
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 = "Kaleidos";
this.ReportAuthor = "David Decantere";
//
// ReportChanged
//
this.ReportChanged = new DateTime(2011, 11, 29, 13, 45, 13, 715);
//
// ReportCreated
//
this.ReportCreated = new DateTime(2006, 12, 18, 18, 14, 42, 0);
this.ReportDescription = "ProductFile Report for CD - Identification";
this.ReportFile = "D:\\Reports.NET\\CDReport_single\\Kaleidos.mrt";
this.ReportGuid = "e3f6a8bdf13b462488c062e0d68479cf";
this.ReportName = "rptKaleidos";
this.ReportUnit = Stimulsoft.Report.StiReportUnitType.Millimeters;
this.ReportVersion = "2011.1.1000";
this.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.CSharp;
//
// Page1
//
this.Page1 = new Stimulsoft.Report.Components.StiPage();
this.Page1.Guid = "9941f93f68a7497c9001c7ed66fa2556";
this.Page1.Name = "Page1";
this.Page1.PageHeight = 297;
this.Page1.PageWidth = 200;
this.Page1.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.Page1.PrintOnPreviousPage = true;
this.Page1.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.Page1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// hoofdnaam
//
this.hoofdnaam = new Stimulsoft.Report.Components.StiDataBand();
this.hoofdnaam.CanShrink = true;
this.hoofdnaam.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 180, 2);
this.hoofdnaam.DataSourceName = "CustomData";
this.hoofdnaam.Guid = "41575c79049f4e97bc839f6dfa2bd45b";
this.hoofdnaam.Name = "hoofdnaam";
this.hoofdnaam.Sort = new System.String[0];
this.hoofdnaam.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.hoofdnaam.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.hoofdnaam.BusinessObjectGuid = null;
this.hoofdnaam.DataRelationName = null;
this.hoofdnaam.Interaction = null;
this.hoofdnaam.MasterComponent = null;
this.hoofdnaam.BeforePrint += new System.EventHandler(this.hoofdnaam_BeforePrint);
//
// DataBand81
//
this.DataBand81 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand81.CanShrink = true;
this.DataBand81.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 14, 180, 4);
this.DataBand81.DataSourceName = "tblReportValues1";
this.DataBand81.Enabled = false;
this.DataBand81.Guid = "5273e135c6e8439683f5f22001c6e8b5";
this.DataBand81.Name = "DataBand81";
this.DataBand81.Sort = new System.String[0];
this.DataBand81.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.DataBand81.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand81.BusinessObjectGuid = null;
this.DataBand81.DataRelationName = null;
this.DataBand81.Interaction = null;
this.DataBand81.MasterComponent = null;
this.DataBand81.BeforePrint += new System.EventHandler(this.DataBand81_BeforePrint);
//
// mixtBignr
//
this.mixtBignr = new Stimulsoft.Report.Components.StiDataBand();
this.mixtBignr.CanShrink = true;
this.mixtBignr.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 26, 180, 4);
this.mixtBignr.DataSourceName = "CustomData";
this.mixtBignr.Guid = "778795f16b1a4e3daefb9166c0ccb129";
this.mixtBignr.Name = "mixtBignr";
this.mixtBignr.Sort = new System.String[0];
this.mixtBignr.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.mixtBignr.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.mixtBignr.BusinessObjectGuid = null;
this.mixtBignr.DataRelationName = null;
this.mixtBignr.Interaction = null;
this.mixtBignr.MasterComponent = null;
this.mixtBignr.BeforePrint += new System.EventHandler(this.mixtBignr_BeforePrint);
this.Page1.ExcelSheetValue = null;
this.Page1.Interaction = null;
this.Page1.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.Page1_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.Page1_Watermark.Font = new System.Drawing.Font("Arial", 100F);
this.Page1_Watermark.Image = null;
this.Page1_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// variables
//
this.variables = new Stimulsoft.Report.Components.StiPage();
this.variables.Guid = "daa8c4e5ecbf4d04a0166c46de136a9b";
this.variables.Name = "variables";
this.variables.PageHeight = 297;
this.variables.PageWidth = 210;
this.variables.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.variables.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.variables.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// PageHeaderBand1
//
this.PageHeaderBand1 = new Stimulsoft.Report.Components.StiPageHeaderBand();
this.PageHeaderBand1.CanShrink = true;
this.PageHeaderBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 14);
this.PageHeaderBand1.Guid = "a42382709260436eba69c3d9f3be0fdd";
this.PageHeaderBand1.Name = "PageHeaderBand1";
this.PageHeaderBand1.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.PageHeaderBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text145
//
this.Text145 = new Stimulsoft.Report.Components.StiText();
this.Text145.CanGrow = true;
this.Text145.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 190, 10);
this.Text145.ComponentStyle = "PageHeader";
this.Text145.Guid = "06ebdeff07424c18af82d5ca96282ac4";
this.Text145.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text145.Name = "Text145";
this.Text145.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text145__GetValue);
this.Text145.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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 Black", 14F);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text145.BeforePrint += new System.EventHandler(this.Text145_BeforePrint);
this.PageHeaderBand1.Interaction = null;
//
// PageFooterBand1
//
this.PageFooterBand1 = new Stimulsoft.Report.Components.StiPageFooterBand();
this.PageFooterBand1.CanGrow = false;
this.PageFooterBand1.CanShrink = true;
this.PageFooterBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 265, 190, 12);
this.PageFooterBand1.ComponentStyle = "PageFooter";
this.PageFooterBand1.Guid = "8428618769da4ff1b11687bf1947d224";
this.PageFooterBand1.Name = "PageFooterBand1";
this.PageFooterBand1.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.PageFooterBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// SystemText1
//
this.SystemText1 = new Stimulsoft.Report.Components.StiSystemText();
this.SystemText1.CanGrow = true;
this.SystemText1.CanShrink = true;
this.SystemText1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 6);
this.SystemText1.GrowToHeight = true;
this.SystemText1.Guid = "5d58cf242504414f92b8e3f5d23d9f58";
this.SystemText1.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.SystemText1.Name = "SystemText1";
this.SystemText1.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.SystemText1__GetValue);
this.SystemText1.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.SystemText1.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.SystemText1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.SystemText1.Font = new System.Drawing.Font("Calibri", 9F);
this.SystemText1.Indicator = null;
this.SystemText1.Interaction = null;
this.SystemText1.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.SystemText1.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.SystemText1.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// SystemText2
//
this.SystemText2 = new Stimulsoft.Report.Components.StiSystemText();
this.SystemText2.CanGrow = true;
this.SystemText2.CanShrink = true;
this.SystemText2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 24, 6);
this.SystemText2.GrowToHeight = true;
this.SystemText2.Guid = "315933a62db6480da85959cd5d5795eb";
this.SystemText2.Name = "SystemText2";
this.SystemText2.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.SystemText2__GetValue);
this.SystemText2.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.SystemText2.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.SystemText2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.SystemText2.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.SystemText2.Indicator = null;
this.SystemText2.Interaction = null;
this.SystemText2.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.SystemText2.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.SystemText2.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCustomFormatService("dd/MM/yyyy");
this.SystemText2.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text144
//
this.Text144 = new Stimulsoft.Report.Components.StiText();
this.Text144.CanGrow = true;
this.Text144.CanShrink = true;
this.Text144.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(28, 0, 142, 6);
this.Text144.GrowToHeight = true;
this.Text144.Guid = "7eec9db94e02472fb592e7928a90f80a";
this.Text144.Name = "Text144";
this.Text144.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text144__GetValue);
this.Text144.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text144.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.Text144.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Text144.Font = new System.Drawing.Font("Calibri", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.PageFooterBand1.Interaction = null;
//
// SubReport1
//
this.SubReport1 = new Stimulsoft.Report.Components.StiSubReport();
this.SubReport1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6, 50, 180, 38);
this.SubReport1.Name = "SubReport1";
this.SubReport1.SubReportPageGuid = "9941f93f68a7497c9001c7ed66fa2556";
this.SubReport1.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.SubReport1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.SubReport1.Guid = null;
this.SubReport1.Interaction = null;
//
// showCustomerInfo
//
this.showCustomerInfo = new Stimulsoft.Report.Components.StiDataBand();
this.showCustomerInfo.CanShrink = true;
this.showCustomerInfo.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 26, 190, 6);
this.showCustomerInfo.DataSourceName = "tblCustomerFieldValues";
this.showCustomerInfo.Name = "showCustomerInfo";
this.showCustomerInfo.Sort = new System.String[0];
this.showCustomerInfo.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.showCustomerInfo.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.showCustomerInfo.BusinessObjectGuid = null;
this.showCustomerInfo.DataRelationName = null;
this.showCustomerInfo.Guid = null;
this.showCustomerInfo.Interaction = null;
this.showCustomerInfo.MasterComponent = null;
this.showCustomerInfo.BeforePrint += new System.EventHandler(this.showCustomerInfo_BeforePrint);
//
// customerInfo
//
this.customerInfo = new Stimulsoft.Report.Components.StiDataBand();
this.customerInfo.CanShrink = true;
this.customerInfo.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 40, 190, 6);
this.customerInfo.DataSourceName = "tblCustomerFieldValues";
this.customerInfo.Guid = "417878f447434e78a78a907a942514dc";
this.customerInfo.Name = "customerInfo";
this.customerInfo.Sort = new System.String[0];
this.customerInfo.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.customerInfo.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.customerInfo.BusinessObjectGuid = null;
this.customerInfo.DataRelationName = null;
this.customerInfo.Interaction = null;
this.customerInfo.MasterComponent = null;
this.customerInfo.BeforePrint += new System.EventHandler(this.customerInfo_BeforePrint);
this.variables.ExcelSheetValue = null;
this.variables.Interaction = null;
this.variables.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.variables_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.variables_Watermark.Font = new System.Drawing.Font("Arial", 100F);
this.variables_Watermark.Image = null;
this.variables_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// ident
//
this.ident = new Stimulsoft.Report.Components.StiPage();
this.ident.Guid = "1c2b432c1f7f44efb2ec1c53fcc31c77";
this.ident.Name = "ident";
this.ident.PageHeight = 297;
this.ident.PageWidth = 210;
this.ident.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.ident.PrintHeadersFootersFromPreviousPage = true;
this.ident.PrintOnPreviousPage = true;
this.ident.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.ident.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// ReportTitleBand1
//
this.ReportTitleBand1 = new Stimulsoft.Report.Components.StiReportTitleBand();
this.ReportTitleBand1.CanShrink = true;
this.ReportTitleBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 42);
this.ReportTitleBand1.BeforePrint += new System.EventHandler(this.ReportTitleBand1_Conditions);
this.ReportTitleBand1.Guid = "5fd6bb9bc3f941e3b47605afae053a55";
this.ReportTitleBand1.Name = "ReportTitleBand1";
this.ReportTitleBand1.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.ReportTitleBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text586
//
this.Text586 = new Stimulsoft.Report.Components.StiText();
this.Text586.CanGrow = true;
this.Text586.CanShrink = true;
this.Text586.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 36, 190, 6);
this.Text586.ComponentStyle = "Values";
this.Text586.Guid = "471d292e4f264502bd024758b0c770cc";
this.Text586.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text586.Name = "Text586";
this.Text586.ShiftMode = ((Stimulsoft.Report.Components.StiShiftMode.None | Stimulsoft.Report.Components.StiShiftMode.IncreasingSize)
| Stimulsoft.Report.Components.StiShiftMode.DecreasingSize);
this.Text586.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text586__GetValue);
this.Text586.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text586.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text586.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text586.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.Text586.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text586.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text586.Indicator = null;
this.Text586.Interaction = null;
this.Text586.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text586.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text586.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Image70
//
this.Image70 = new Stimulsoft.Report.Components.StiImage();
this.Image70.AspectRatio = true;
this.Image70.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(64, 0, 62, 36);
this.Image70.Guid = "892e00556cf64453a1ea90259228f133";
this.Image70.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image70.Image = StiImageConverter.StringToImage("/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJ" +
"C4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyM" +
"jIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCACEAOsDASIAAhEBAxEB/8QAH" +
"wAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhM" +
"UEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV" +
"1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx" +
"8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFB" +
"gcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVY" +
"nLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEh" +
"YaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8" +
"vP09fb3+Pn6/9oADAMBAAIRAxEAPwD3sAYHAzj0pcDPQUD7oz6UtACYHoKAB6ClpKADA9BSYHoKdSUAJ" +
"gegriPGvjY6O40fRkSfW51zzylsv99/6DvTfGvjZ9JmGjaMEn1qVcknlLVD/G/v6DvXC2NgtmsjtI891" +
"M2+e4kOXlfuSf6dq87HY2OHjyx1kz0MDgXXfNLSJa0HxFqfg26Mt9dXGp6RcNvuzJ80kDnrIvqvqvbtX" +
"sFndW1/Zx3VpIk0Eyh0kQ5DA968gIBGDyKZoes3fgi8aSFJLjQZW3XFovLWxPWSMenqtcmBzLmfs6r16" +
"M6sflvKvaUVp1R7ZgegpMAdhVewvrXU7GG9sp0ntplDRyIchhVmvcPFDA9BRgDsKWkoAMD0FGAOwpaSg" +
"AwPQUYA7ClpKADA9BRgAdBiivLfGPjK41i6m0Dw9OY7dDsvtQjPT1jjP971Pas6tWNKLnN2SLp0pVZKE" +
"FdsXxl4yn1S6m8P+HZzHFGdl9qEf8HrHGf73qe1QeEfGE/h24h0PXp2l0+QiOy1CTqnpHKf5N+dZFpaQ" +
"WVslvbxhIkGAB/nrS3FvDd27wTxrJE4wysOCK+feby9tzW93t/XU99ZTD2PL9rv/XQ9tG0gEAY7YpOB2" +
"FeTeFPF0/heeHR9bmaXSHIS0vnOTAe0ch9PRvzr1kMGUMpBUjII719BSqwqwU4PQ8GrSlSm4TWo7A9BR" +
"gAdBRS1oZjdoxjaMfSlwPQUUtADcA9hTCDngj8v/r1JUTb8/KQB/umkyZEo6CigfdGfSlplBSUtFADa4" +
"bxt42k0uX+xNE2TazKuWY8paof439/Qd6r+K/ED3XjLRPCul63LZXU7SPdm3VWZECEqDuBAJI6VUh+EK" +
"wSzSp4o1TzZ3MkrlIizse5JXJrOrz8r5LX8zSlycy9pt5HMWFglkjku81xM2+eeQ5eVz1JNW66P/hVMn" +
"/Q1ap/37i/+JpP+FUyf9DXqn/fuL/4mvAlldecnKUk2/X/I9yOaYeCUYxaXyOdo610X/CqX/wChr1T/A" +
"L9xf/E0v/CqZP8Aoa9U/wC/cX/xNT/ZFbuvx/yL/tej2f4HL6Rq134KvXubSN7jRpm3XdkvJiPeSMfzX" +
"vXsWm6laatYw31lOk9tMu5JEPBFcG/wruAuYfFeoh/+mkMTL+WBWXpfhvxj8PdRlvbSSHWdGmO66s7dP" +
"LkX1kRCcbvUA8+lezhKdanHkqtPszx8XOjUlz0015HrtJWbo2sWGu6fHf6fMJYH46YZSOqsOoI9DWkeh" +
"rsOQWkrzfwno2oeJNFbUrrxTrkUr3U6bIbhQihZGUAAqewFbn/CEz/9Db4i/wDAlf8A4mgDqzSmvO9d0" +
"q/8NT6Ndw+JdZuFl1OCCWO5nVkZGJyCAorO8YeMJ9cuZtB0Cdo7NCUvtQjPX1jjPr6t2rOrVhSg5zdkj" +
"SlSlVkoQV2HjHxjPrdzNoGgTNHaoSl9qEZ/OOM+vqe1Ytraw2VslvbxhIkGAopIILfT7NYolSGCJeB0A" +
"HqaTS7fW/EzH+wLBTag4N/dkpD/AMBHV/w496+crVK+OnaC0X9an0VKnQwNO83q/wCtCxRW7b/C7UJV3" +
"al4ouA39yygSNR+LZNWf+FTxf8AQz6z+cf/AMTVLJ61tWv6+RDzejfRM5WaGK5geGZFeNxtZWGQRV3wr" +
"4rn8Izx6Zq0rzaG7bbe7c5a0J6I57p6HtW5/wAKqi/6GfWfzj/+Jpkvwktpomil8Sau8bjDKxjII/75r" +
"swmCr4eV1JW6rU48VjcPiIWcXfo9D0VHWRQ6MGVhkEHIIp9cLY/D270qwis7DxhrkMMI2xITGwUenK9K" +
"Wa98XeFlM9+Ytf0tP8AWSQQ+VdRL/e2j5XH0wa9k8g7ilqjpup2erafDf2E6TW0y7kde/8A9f2q9QAlR" +
"nfngj8v/r1JUbb88EAf7ppMUiQfdFFA+6PpS0xid6888fePJdHjn0nQwk+r+UXkc8papjO5v9o9hUnjb" +
"xrLYXB0PQWWTV5FzLMRlLRD/E3q3oK4GSwjstFvlVnlmkikeWaQ5eVyDlmPrXn4vGRo2gtZP8DvwmBlV" +
"vOWkV+J5vpHxCu9I1iy1RLKGa6tpXleSV2LTu6lSWP412n/AA0hrn/QD0//AL7f/GvFm+8aSu+MUlZHF" +
"JtvU9q/4aR1z/oB6f8A99v/AI0f8NI65/0A9P8A++3/AMa8Uopkntf/AA0jrn/QD0//AL7f/Gj/AIaQ1" +
"zcP+JJp+O/zv/jXilFAH0Ro37R1nLOsesaLJbxnrLbSb8f8BOP517DomvaZ4h02PUNLu47m2f8AiQ8g+" +
"hHY+1fC1ej/AAb8U3OgeOrO0EhNlqLi3mjJ4yfut9Qf50Aeu+KtRv8AwF4+ttQ0qDztO1aJnvbJeN0iY" +
"y6f7W0j64rC8Y/HW60rWIotBt7G8sJbdJVklDbgTnKkA8EY6V1HxO48ReF/+3n/ANAWvAPiJBDb+Kn8m" +
"NU3xK7bRjLHOTXKq79v7Jrpc6vq69h7VPrY6PQfjhrvh/TfsFvp1g8fmyS5cNnLsWI4Pqa6/wAG/HDXf" +
"EnjDTNIudOsI4bqXY7xhtwGCeMmvn2uw+FpK/E7w+R/z9Afoa6jlPov4wQi48J2cJd0D6lApZGwwyT0P" +
"auStraGztkt7eMRxIMKo7V2XxZ/5FrT/wDsKW/8zXmPi/xB/YOklosG6mJSIHt6t+FeJmcZ1asKUep7e" +
"WShTpTqS6EGq+IdCi1w2mtzyHTrMLJNbQDL3Uh5WP2UdT+Aqe+/aHu4lEGi+H7W3t0G2PznLYUdOFwBX" +
"ik9xLczvNK7PI5yzMckmoa9TD0I0aagjy8TXlXqObPW/wDhofxdni10v/vy3/xVJ/w0P4v/AOfXS/8Av" +
"y3/AMVXklFbmB63/wAND+L/APn10v8A78t/8VSr+0P4uDAtaaWR6eU3/wAVXkdFAH0N4d/aIhuLhIPEG" +
"li3RuDcWzFgvuVPOPoa9usr611KyivLOeOe2mXckiHIYV8F17R8CPG82na4PDN5KTZXmTb7j/q5fQezf" +
"zxQB65bRDwj46WzhGzSNd3PGg+7DdKMsB6B1yfqDXc1xHxNuoNN0bStTnfy0s9VtpGkx9xd2GP5E12Fv" +
"cQ3dtHcW8qSwyKGR0OQwPQg0ATVGd+eCPy/+vUtRMjFshiB6YFJikSD7orz/wAa+NZbOdtB0BlfVnX99" +
"P1S0Q9z6t6Cm+NPGs1pOdA8Pur6qy/v7jqlop7n1c9hXHWFhFYQFEZnkdi8sshy8jHqzHua87HY5Ydcs" +
"dZfkelgcC675pfD+YWNhHYQsqs0kjsXlmc5eVz1Zj3NLqH/ACDbr/ri/wDI1ZqtqH/INuv+uL/yNfNxk" +
"51eaT1Po3FRp8sdj53b7x+tJSt94/Wkr7U+Mlud54E+HR8baXq94NS+yf2eobb5W/fkE+ox0qTTfhu2o" +
"abbXY1FU86MPt8vOMj613n7PcButD8UW6kK0oRAT2yrCt6x+HHjDT7GCzjvdFeOFAisyy5IHrXNivbcq" +
"9judWEdFSftdjy3/hVb/wDQUX/vz/8AXrmPE3hqbw3eRxPKJklXcjhcZ9RivoH/AIQPxl/z9aJ+UteX/" +
"F3RtX0VtLi1aewkeTzGQWu7IHGc7qwwzxftF7X4ToxLwjpv2XxfM8srf8D/API9aF/1/Q/+hisCtvwre" +
"Raf4s0m8n3eVBdxyPtUscBgTgDrXonmH0l8TGDeJvDMYPzKty5HttUZ/OvBviX/AMjSP+vdP616zdahd" +
"eJPEM2u3UD20XlC3s7eT7yR5yWb0Zj29AK8m+Jf/Izj/r3T+teTSqxqY5uOyVj1qlKVPBJS3bucXXXfC" +
"7/kpvh//r7X+Rrka674Xf8AJTfD/wD19r/I16x5J9I/Fj/kW7D/ALClv/M186fEi8a48SG3z8lvEqge5" +
"5P86+jPisP+KZsz6anbn/x6vmbx5/yOF7/wD/0EVyOKeKi30T/M7Iyaw0l3aOYqaKKSeZIokZ5HYKqqM" +
"kk9AKhrrfhpEk3xI0BJFDL9rQ4PtzXWcZvaj8ItS0eDR31K8iin1GRk8lFLGLCbuT3NH/Cqz/0Ex/36/" +
"wDr17R8VP8AkIeGf+vqX/0Ua5+vFzLG1qNVRpuyse3luEpVqTlUV3c8yuPhbcrCzW+oxySDorxlQfxya" +
"4W+sbjTbuS1uojHNGcMpr3xW1W/1waVpGnxXU32c3DGSfywF3bfQ+tZ2u/CrxLr92t1c6NBHIEC/u9RU" +
"ZA9cpW+Br4mfvVFeL66GOOoYeHuwdpLpqeFYq9pM0ttq1pPbzPDMkyFJEOGU56ivU/+FF69/wBAof8Ag" +
"yT/AOIp8XwR8QQyrIukrlGDDOpJ2/4BXe5O2iZ58YRvrJfibt7ZajqkSQal4g1K8t1kWQwzMpVipyM/L" +
"V/QteuPA1yQwkn8OyNmWEfM1mT/ABIO6eq9uoqtqlv4k0EWkuq6Rbw29xcLbh47sOQWzjjHtVogEEEZB" +
"6g187LEYrDVVKq/l5Hvww+GxFJxpL5+Z7DaXdvf2kV1aypNBKodJEOQwPcVIdxOckf5+leL6Hrd14Gu2" +
"kiWS40CVt1xary1sT1eMenqv5V6/aX1pqNpFeWl1FLbyqGSRWGGHrXv4evCvHmR4OJoToS5ZHlfirwxL" +
"4PvrjWbCN5tFupPMu0+89s56v6lD39PpVWORJY1kjYMjDKspyCK9nkjSWIxyKHRl2srDII968e8T+HJf" +
"BV019Zo8nh6Z8vGBk2LHv8A9cz+lebmOB9perT36ruell2O9nalU26PsR1Bff8AHhc/9cm/kamR1dFdG" +
"DKwyCDkEVDe/wDHhc/9cm/ka8CH8RHuz+Bnzq33jSUrfeNJX26Pi5bnV+EfiBrvgmO6TRpIFFyVMnmxB" +
"+RnGPzrpF+Pnjdes1i31th/jXl9Lg+lMR6e/wAfPG7dJrFfpbD/ABriPEPiTVvFGpG/1e8a5nxtUkABV" +
"9ABwBWPg+lGKAsABJwBmvWPhT8LrrxJqH9p6tDc2mlxKTG4JjeR+209cDrmvOtH1zUNBujc6dKkUpwMt" +
"Er/AKMDXt3w9+OVzd6lb6R4mSECZgkV5GuwKx6Bh0x7igC9q2k33hHVrezu7lr3TbwlbW6cAOrgZ8t8c" +
"E46HvXkfxLH/FUj/r3T+tfR/wAWERvAsk2PnhureSNv7p8xRn8ia+cfiX/yM6f9e6fzNedChCni04q10" +
"z0nXnUwrUnezRxVdd8MCB8TPD+f+ftf61yNdZ8M/wDkpfh7/r8SvRPNPpX4sf8AIr2f/YStv/Q6+Y/Hn" +
"/I5X31X/wBBFfTnxY/5Fez/AOwlbf8AodfMXjv/AJHG++q/+giuZ/7yvR/mjrX+7v1X5M5uuu+GP/JTP" +
"D//AF9r/WuRrrvhj/yUzw//ANfa/wBa6TkPoX4qf8hDwv8A9fUv/oo1yGsava6JZfarsuIt4T5Fycn/A" +
"PVXX/FT/kIeF/8Ar6l/9FGvL/iV/wAisP8Ar4T+RrwsdTVTGQhLZpfmz3cBUdPCTnHdN/ki34a+J3h7S" +
"fGb6pctdfZjYG3G2HJ3bw3TPTAru/8Ahf3gr+9f/wDgP/8AXr5Xor2aVKNKChHZHjVasqs3OW7Pqj/hf" +
"/gr+9f/APgP/wDXqxZfHLwjqF7b2UDX3m3EixJut8DLHA718nVr+Ff+Ru0b/r9h/wDQxWhmfU3xY/5Am" +
"kf9hWH+TVytdV8Wf+QLpH/YVh/k1cRcXFzNew6VpUH2nVLn/Vx/wxju7nso/WvBzOnKrWjCCu2j3csqR" +
"p0JTm7JMW4nuZryHS9Lg+06ncf6uL+FB3dz2UfrXX6Z8ItItdNhiur2/kuACZWhkCIXJydq44GScVv+E" +
"fCFt4XsnLP9p1K4w11dsPmkb0Hoo7CujZWLZDED0wK9HB4b6tCy1b3POxmLeInrstiQD5RUUsEdxC8My" +
"LJG6lWRhkMD1BqUfdH0pa7TjPF/EXh2bwPdm4tw8nh2Z+vU2TE9D/0zPr2qtdFXsJipBVomwR3GK9pnt" +
"4bq2kt7iNJYZFKujjIYHqCK8X8V6BP4IMzR75vD04YRv1NmxHCN/sHse3SvHxuA5n7WmteqPXwWYcsfZ" +
"VXp0Z86N940lK33jSV66PJe57T8CrG0vbHxSbq1hnKW6FDLGG28P0z0qTw/ZaQ/h+xaW3sjIYV3FkXOf" +
"ek+AOp6Xpx19NTvrW2SZIlAuJVQMPmzjPXrXqH9jfCw/wDLHw5/39j/AMa58Vh3XioqVrHVhMQqEnJxv" +
"c4P7Bon/PtYf98JXAfEbTbC2e0u7FYUMm5HWLABxyDgV70dH+FYGTF4c/7+x/414t8Ybzwg17Y6f4Wtb" +
"JTBua5ntFG1icYXI645/OufDYGVGop87ZviMdGtBw5LHllOVirBgcEHINNor0TzT6v8YXUl98FbO7lOZ" +
"Jo7J2PqS6ZrwX4l/wDIzJ/17p/M17X4ru/K+CWg2cUTz3d4lnHbwRjLSMNrYA+imvFviVpep6X4liTVp" +
"I/tc1qkrRR9IQScJnvjHWud05Oup9En+h0RqRVGUOraOIrrPhn/AMlL8Pf9fiVyddZ8M/8Akpfh7/r8S" +
"ug5z6V+LH/Ir2f/AGErb/0OvmLx3/yON/8AVf8A0EV9O/Ff/kVbX/sJW3/odfMvjyIx+L73Ixu2sP8Av" +
"kVy/wDMSvR/mjrX+7v1X6nMV13wx/5KZ4f/AOvtf61yNaehatNoWu2Oq24BltJllUHocHpXUch9f+OPD" +
"U3iTSIvsMiR6jZSi4ti/wB1mwQVb2IJFeN6/Haalaf2R4hW40i5Rw7JMNuSP7rH5WHPavY/CPj3QvGFk" +
"ktjdxpc4/eWsjBZEPfjuPcV0Vxb2l0gW5ihmUHIEihh+tctfCxqtTvaS2aOqhip0U4WvF7pnyqfB/hJR" +
"zrp/wC/qf4VyniXT9N02+jh0y8+1QtGGL5BwcnjivsttN0aIFzZWCADljEgx+lfLnxk1rSdY8cN/Y4iN" +
"vawrAzwgBHcEkkY69cZ9qulTnCV5SbFVrwmrRikec1r+Ff+Ru0b/r9h/wDQxWRWv4V/5G7Rv+v2H/0MV" +
"ucx9SfFmC7utE0e3sFja7l1WFYhIcLuw3X2rb8I+D7bwtZu2/7TqNxhrq7cfNI3oPRR2FZk1wPFXjqyt" +
"rQ79O0JzPczLyrXJUqsYPfaCSfwruqnljzc1tSuZ8vLfQSoypz94j8v8KkqNgxbhmA9MCmyWSAfKKWkH" +
"Cj6UUwFqjrEEdzot9DNGskbwOGRxkH5TV6quoc6bdAf88X/AJGgD4NYYYj3pKtvY3fmN/os/U/8szTXs" +
"rqJC8lvMiDqzRkCgCtRVoWV0RkQSkf7hpw0+8IyLab/AL9mp5o9yuSXYqUlXRpt8eRZzn/tkf8ACl/sm" +
"/P/AC53P/fpv8KOePcfs5dilSgEkADJPQVcGmXxmjhFncebIcInlHLH2GOa9X+GXwh1S+1i31XxBZPaa" +
"dAwkWCYYedh0G3svrmmmnsS01uep+BvDuqyxaVqviKNIWsLNLewslbd5Q2gNIx/vn9BXkP7QqgfEOAjq" +
"bGPP/fTV9RDgACvmP8AaBtp5vH9u0UMjr9hQZVSf4mpiPH66n4fTx23xC0GaWRI40vIy7ucADPOSa5/7" +
"Dd/8+0//fs10ngPS5J/HmhxXVi7273kYkWSIlSM98jpQB9E/Ei70jX9BstLh1O3ka41K2Qi3nUuAXwSM" +
"HtXhvxR0DU9B1W3i1JTIwUpFeKvy3EY6E+jDoRX09D4T8OwypNDoenRyxsGR0tkBUjoQcUviXw1pvivR" +
"ptM1OEPC4yrD70bdmU9jUuMXJSe6KU2k4rZnw71pe9dl4o+Hes+Gdfk0x4fOVsvbSLx56f7PuO461zM+" +
"l30DbZbS4U+jREU+eN7X1BQk1e2hWjleFw8bsjjoynBFWDql+Rg31yR7yt/jTPsN1/z7y/9+zR9huv+f" +
"eX/AL9mlzLuHJLsDX126lWuZmB6gyE1Wqz9huf+fab/AL9mpbLSNR1C7+y2djczz4z5ccRZsfSmmnsJx" +
"a3KFd18L/Bc/jLxXFHumhsrb97PcRcFcdAD2JNdJ4W+A3iDVpUm1wrpdpwSpIaVh6ADgfjX0N4a8MaX4" +
"V0lNO0q3EUK8sx5aRv7zHuaYixpOkWWh6dFYadbrBbx9FA5J7knuT61o0lLQAlRlTn7xH5f4VJUTR5Yk" +
"7vzP+NJikSjoKWkHCj6UUxi0lFFADfJi/55p+VVr7TbPU7GayvLaOa3mUpJGy8EGrdFAHiGraRdeCdRS" +
"yunabRp222V43JjPaKQ+voe9TV65qWm2mrafNYX8CT20y7XRhwR/jXjmp6XeeDNTTTr6R59MmbFlfP2/" +
"wCmch/vDse9eHmGBetWl81+p7eXY6OlKq/R/oT1Uv79LGNMRvNPK2yGCMZeVz0AFF/frZIgWN57iZgkF" +
"vGMvK56ACu78FeCX0p/7Z1nZNrUq4AHKWqH+BPf1PeuLA4OpWlzS0ijsx2Mp0Y8sdZDfBfgp9Mk/trWt" +
"k2syrhFHKWiH+BPf1Peu770tNzX08IKKUYqyR81KUpycpO7Y6mtGjHLIpPuKWiqJG+TF/zzT8qBFGDkI" +
"oP0p1FAC0UlFAGL4l8N2PinSmsb1SGB3wzJw8Ljoynsa8lK32j6q2h60AL1BuhnAwl0n95ff1HavcuMV" +
"h+KPDVj4o0w2l3lJEO+C4Th4X7Mp/p3rkxOGjXhZ79GdWExTozv06o80xRVQfbtL1N9F1pFjv4xmORfu" +
"XKf30/qO1JPNd3N/DpGkQi41O4+6p+7Evd3PYD9a+aeGrqr7LqfSrEUXS9pfQJprq6v4tJ0mEXGpz/dT" +
"+GJe7ueyj9a9Q8JeEbTwtZMFb7Rf3GGurtx80rf0UdhR4R8JWnhWxZVc3F/P891duPmlb+ijsK6NR719" +
"Hg8KqEe8nuz5vGYp15dktkPopKK7TkFopKWgBKYy5PU/mafUTR5Yk7vzP8AjSYpDwTt/AUH72O3H86KK" +
"Yhc+wo7miigAzyeBR3NFFABnk8Cs/VtLstb06TT9QgWa2uFYOje3cehoooGcF8MfDtlG9/qkzS3V7b3k" +
"ljBLcMGMUSAYC8DBPc9TXpw6miis4fCaVX7wmeTwKBz+tFFaGQA8dBQOR+dFFAADx0FA5H50UUAGeDwK" +
"ByPzoooATOQeBQOVyev/wBaiigDkvH+i2ep+E7qedGFxYxvPbTIcPG69wffv61D8N9FsrDwtbahGjNe6" +
"jDFcXNxIcu7MOmfQdh2oorH/l4a3/dnaD/CkHKZPX/61FFbGQo/woHK5PX/AOtRRQAn8J+hoJ56DvRRQ" +
"AHhcjr/APWpCMnqaKKRMj//2Q==");
this.Image70.MultipleFactor = 0.5;
this.Image70.Name = "Image70";
this.Image70.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image70.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.Image70.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image70.Interaction = null;
//
// Text588
//
this.Text588 = new Stimulsoft.Report.Components.StiText();
this.Text588.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 16, 6);
this.Text588.ComponentStyle = "Variables";
this.Text588.Enabled = false;
this.Text588.Name = "Text588";
this.Text588.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text588__GetValue);
this.Text588.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text588.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text588.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text588.Guid = null;
this.Text588.Indicator = null;
this.Text588.Interaction = null;
this.Text588.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text588.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
this.Text588.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.ReportTitleBand1.Interaction = null;
//
// bndIdentificationTitleMain
//
this.bndIdentificationTitleMain = new Stimulsoft.Report.Components.StiDataBand();
this.bndIdentificationTitleMain.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.bndIdentificationTitleMain__GetBookmark);
this.bndIdentificationTitleMain.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 54, 190, 16);
this.bndIdentificationTitleMain.DataSourceName = "tblReportValues0";
this.bndIdentificationTitleMain.Name = "bndIdentificationTitleMain";
this.bndIdentificationTitleMain.PrintIfDetailEmpty = true;
this.bndIdentificationTitleMain.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.bndIdentificationTitleMain.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.bndIdentificationTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.bndIdentificationTitleMain.BusinessObjectGuid = null;
//
// Text396
//
this.Text396 = new Stimulsoft.Report.Components.StiText();
this.Text396.CanGrow = true;
this.Text396.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text396.ComponentStyle = "TitleMain";
this.Text396.Guid = "5b6a37ecfc92476ea2881c33ae9cccaf";
this.Text396.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text396.Name = "Text396";
this.Text396.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text396__GetValue);
this.Text396.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text396.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text396.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text396.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text396.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text396.Font = new System.Drawing.Font("Arial Black", 14F);
this.Text396.Indicator = null;
this.Text396.Interaction = null;
this.Text396.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text396.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.White);
this.Text396.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text396.BeforePrint += new System.EventHandler(this.Text396_BeforePrint);
this.bndIdentificationTitleMain.Guid = null;
this.bndIdentificationTitleMain.Interaction = null;
this.bndIdentificationTitleMain.MasterComponent = null;
//
// bndIdentificationValues
//
this.bndIdentificationValues = new Stimulsoft.Report.Components.StiDataBand();
this.bndIdentificationValues.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 78, 190, 6);
this.bndIdentificationValues.DataRelationName = "tblReportTitles_tblReportValues1";
this.bndIdentificationValues.DataSourceName = "tblReportValues1";
this.bndIdentificationValues.Name = "bndIdentificationValues";
this.bndIdentificationValues.PrintIfDetailEmpty = true;
this.bndIdentificationValues.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"{GetbndIdentificationValues_Sort3}"};
this.bndIdentificationValues.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.bndIdentificationValues.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.bndIdentificationValues.BusinessObjectGuid = null;
//
// txtIdentificationProperty
//
this.txtIdentificationProperty = new Stimulsoft.Report.Components.StiText();
this.txtIdentificationProperty.CanGrow = true;
this.txtIdentificationProperty.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 64, 6);
this.txtIdentificationProperty.ComponentStyle = "ValuesBorder";
this.txtIdentificationProperty.GrowToHeight = true;
this.txtIdentificationProperty.Name = "txtIdentificationProperty";
this.txtIdentificationProperty.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.txtIdentificationProperty.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.txtIdentificationProperty__GetValue);
this.txtIdentificationProperty.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.txtIdentificationProperty.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.txtIdentificationProperty.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.txtIdentificationProperty.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.txtIdentificationProperty.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.txtIdentificationProperty.Guid = null;
this.txtIdentificationProperty.Indicator = null;
this.txtIdentificationProperty.Interaction = null;
this.txtIdentificationProperty.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.txtIdentificationProperty.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.txtIdentificationProperty.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// txtIdentificationValue
//
this.txtIdentificationValue = new Stimulsoft.Report.Components.StiText();
this.txtIdentificationValue.CanGrow = true;
this.txtIdentificationValue.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(84, 0, 102, 6);
this.txtIdentificationValue.ComponentStyle = "ValuesBorder";
this.txtIdentificationValue.GrowToHeight = true;
this.txtIdentificationValue.Name = "txtIdentificationValue";
this.txtIdentificationValue.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.txtIdentificationValue__GetValue);
this.txtIdentificationValue.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.txtIdentificationValue.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.txtIdentificationValue.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.txtIdentificationValue.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.txtIdentificationValue.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.txtIdentificationValue.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.txtIdentificationValue.Guid = null;
this.txtIdentificationValue.Indicator = null;
this.txtIdentificationValue.Interaction = null;
this.txtIdentificationValue.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.txtIdentificationValue.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.txtIdentificationValue.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.bndIdentificationValues.Guid = null;
this.bndIdentificationValues.Interaction = null;
this.ident.ExcelSheetValue = null;
this.ident.Interaction = null;
this.ident.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.ident_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.ident_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.ident_Watermark.Image = null;
this.ident_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// comp
//
this.comp = new Stimulsoft.Report.Components.StiPage();
this.comp.Guid = "ff2800f0b881485f85035b28b24046ef";
this.comp.Name = "comp";
this.comp.PageHeight = 297;
this.comp.PageWidth = 210;
this.comp.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.comp.PrintHeadersFootersFromPreviousPage = true;
this.comp.PrintOnPreviousPage = true;
this.comp.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.comp.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// compTitleMain
//
this.compTitleMain = new Stimulsoft.Report.Components.StiDataBand();
this.compTitleMain.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 14);
this.compTitleMain.DataSourceName = "tblReportValues0";
this.compTitleMain.Guid = "71c5b1f23ce544509d0cf2c4a22656c1";
this.compTitleMain.Name = "compTitleMain";
this.compTitleMain.PrintIfDetailEmpty = true;
this.compTitleMain.Sort = new System.String[0];
this.compTitleMain.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.compTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.compTitleMain.BusinessObjectGuid = null;
//
// Text1
//
this.Text1 = new Stimulsoft.Report.Components.StiText();
this.Text1.CanGrow = true;
this.Text1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text1.ComponentStyle = "TitleMain";
this.Text1.Guid = "587681006c264013b663608f33299272";
this.Text1.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text1.Name = "Text1";
this.Text1.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text1__GetValue);
this.Text1.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text1.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text1.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text1.Font = new System.Drawing.Font("Arial Black", 14F);
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.White);
this.Text1.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text1.BeforePrint += new System.EventHandler(this.Text1_BeforePrint);
this.compTitleMain.DataRelationName = null;
this.compTitleMain.Interaction = null;
this.compTitleMain.MasterComponent = null;
//
// Data3
//
this.Data3 = new Stimulsoft.Report.Components.StiDataBand();
this.Data3.CanShrink = true;
this.Data3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 26, 190, 4);
this.Data3.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data3.DataSourceName = "tblReportValues1";
this.Data3.Guid = "4da23d35549a43308c8e053c55326f95";
this.Data3.Name = "Data3";
this.Data3.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data3.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.Data3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data3.BusinessObjectGuid = null;
//
// Text6
//
this.Text6 = new Stimulsoft.Report.Components.StiText();
this.Text6.CanGrow = true;
this.Text6.CanShrink = true;
this.Text6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6, 0, 168, 4);
this.Text6.Guid = "d40ad584347b475aa9e21a62432bae6f";
this.Text6.Name = "Text6";
this.Text6.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text6__GetValue);
this.Text6.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
this.Text6.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.Text6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text6.Font = new System.Drawing.Font("Calibri", 9F);
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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text6.AfterPrint += new System.EventHandler(this.Text6_AfterPrint);
this.Data3.Interaction = null;
//
// Data4
//
this.Data4 = new Stimulsoft.Report.Components.StiDataBand();
this.Data4.CanShrink = true;
this.Data4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 38, 190, 24);
this.Data4.BeforePrint += new System.EventHandler(this.Data4_Conditions);
this.Data4.Guid = "149982234418425fb249ac0e26862330";
this.Data4.Name = "Data4";
this.Data4.PrintIfDetailEmpty = true;
this.Data4.Sort = new System.String[0];
this.Data4.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.Data4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Panel4
//
this.Panel4 = new Stimulsoft.Report.Components.StiPanel();
this.Panel4.CanGrow = true;
this.Panel4.CanShrink = true;
this.Panel4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(92, 0, 16, 20);
this.Panel4.GrowToHeight = true;
this.Panel4.Guid = "4baee4fb56de4ce983c51a2931f124cf";
this.Panel4.Name = "Panel4";
this.Panel4.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.Panel4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Data13
//
this.Data13 = new Stimulsoft.Report.Components.StiDataBand();
this.Data13.CanShrink = true;
this.Data13.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 16, 12);
this.Data13.DataSourceName = "tblReportValues1";
this.Data13.Guid = "96b5de3c24284755975a2d762bb16948";
this.Data13.Name = "Data13";
this.Data13.Sort = new System.String[0];
this.Data13.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.Data13.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data13.BusinessObjectGuid = null;
//
// Text7
//
this.Text7 = new Stimulsoft.Report.Components.StiText();
this.Text7.CanGrow = true;
this.Text7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 16, 12);
this.Text7.ComponentStyle = "ValuesHeaderBorder";
this.Text7.GrowToHeight = true;
this.Text7.Guid = "9ff3f44fe314401d97a49b0fcdfeceef";
this.Text7.Name = "Text7";
this.Text7.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text7__GetValue);
this.Text7.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text7.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text7.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.Text7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
this.Text7.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Data13.DataRelationName = null;
this.Data13.Interaction = null;
this.Data13.MasterComponent = null;
this.Panel4.Interaction = null;
//
// Panel5
//
this.Panel5 = new Stimulsoft.Report.Components.StiPanel();
this.Panel5.CanGrow = true;
this.Panel5.CanShrink = true;
this.Panel5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(108, 0, 30, 20);
this.Panel5.GrowToHeight = true;
this.Panel5.Guid = "446a9c7884204042bdf1a5524efbb448";
this.Panel5.Name = "Panel5";
this.Panel5.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.Panel5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Data14
//
this.Data14 = new Stimulsoft.Report.Components.StiDataBand();
this.Data14.CanShrink = true;
this.Data14.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 30, 12);
this.Data14.DataSourceName = "tblReportValues1";
this.Data14.Guid = "b1f3b043b4b14c788ef7068fe6370d99";
this.Data14.Name = "Data14";
this.Data14.Sort = new System.String[0];
this.Data14.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.Data14.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data14.BusinessObjectGuid = null;
//
// Text8
//
this.Text8 = new Stimulsoft.Report.Components.StiText();
this.Text8.CanGrow = true;
this.Text8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 30, 12);
this.Text8.ComponentStyle = "ValuesHeaderBorder";
this.Text8.GrowToHeight = true;
this.Text8.Guid = "212226d0c5014303b0e5ea6d9238f295";
this.Text8.Name = "Text8";
this.Text8.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text8__GetValue);
this.Text8.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.LightSteelBlue);
this.Text8.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data14.DataRelationName = null;
this.Data14.Interaction = null;
this.Data14.MasterComponent = null;
this.Panel5.Interaction = null;
//
// Panel6
//
this.Panel6 = new Stimulsoft.Report.Components.StiPanel();
this.Panel6.CanGrow = true;
this.Panel6.CanShrink = true;
this.Panel6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(138, 0, 34, 20);
this.Panel6.GrowToHeight = true;
this.Panel6.Guid = "92a9aa7a7231492eab7680cb7be1fcc9";
this.Panel6.Name = "Panel6";
this.Panel6.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.Panel6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Data15
//
this.Data15 = new Stimulsoft.Report.Components.StiDataBand();
this.Data15.CanShrink = true;
this.Data15.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 34, 12);
this.Data15.DataSourceName = "tblReportValues1";
this.Data15.Guid = "743cd9fcd6b54dffa59282a9eb24c66e";
this.Data15.Name = "Data15";
this.Data15.Sort = new System.String[0];
this.Data15.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.Data15.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data15.BusinessObjectGuid = null;
//
// Text10
//
this.Text10 = new Stimulsoft.Report.Components.StiText();
this.Text10.CanGrow = true;
this.Text10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 34, 12);
this.Text10.ComponentStyle = "ValuesHeaderBorder";
this.Text10.GrowToHeight = true;
this.Text10.Guid = "73891a8b3a8c48408d75307fa8656d85";
this.Text10.Name = "Text10";
this.Text10.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text10__GetValue);
this.Text10.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text10.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text10.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.Text10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
this.Text10.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data15.DataRelationName = null;
this.Data15.Interaction = null;
this.Data15.MasterComponent = null;
this.Panel6.Interaction = null;
//
// Panel7
//
this.Panel7 = new Stimulsoft.Report.Components.StiPanel();
this.Panel7.CanGrow = true;
this.Panel7.CanShrink = true;
this.Panel7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(72, 0, 20, 20);
this.Panel7.GrowToHeight = true;
this.Panel7.Guid = "b91273931dd34983a72f22382df80c12";
this.Panel7.Name = "Panel7";
this.Panel7.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.Panel7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Data16
//
this.Data16 = new Stimulsoft.Report.Components.StiDataBand();
this.Data16.CanShrink = true;
this.Data16.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 20, 12);
this.Data16.DataSourceName = "tblReportValues1";
this.Data16.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data16.Guid = "704d4bd2c3de4033bd6940cbda5175d3";
this.Data16.Name = "Data16";
this.Data16.Sort = new System.String[0];
this.Data16.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.Data16.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data16.BusinessObjectGuid = null;
//
// Text11
//
this.Text11 = new Stimulsoft.Report.Components.StiText();
this.Text11.CanGrow = true;
this.Text11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 20, 12);
this.Text11.ComponentStyle = "ValuesHeaderBorder";
this.Text11.GrowToHeight = true;
this.Text11.Guid = "846eaec98718461c9ca0d4a73af87278";
this.Text11.Name = "Text11";
this.Text11.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text11__GetValue);
this.Text11.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text11.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text11.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.Text11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
this.Text11.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Data16.DataRelationName = null;
this.Data16.Interaction = null;
this.Data16.MasterComponent = null;
this.Panel7.Interaction = null;
//
// Panel9
//
this.Panel9 = new Stimulsoft.Report.Components.StiPanel();
this.Panel9.CanGrow = true;
this.Panel9.CanShrink = true;
this.Panel9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 52, 20);
this.Panel9.GrowToHeight = true;
this.Panel9.Guid = "aa15a8b6c52642da9410b1cf74654e09";
this.Panel9.Name = "Panel9";
this.Panel9.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.Panel9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Data17
//
this.Data17 = new Stimulsoft.Report.Components.StiDataBand();
this.Data17.CanShrink = true;
this.Data17.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 52, 12);
this.Data17.DataSourceName = "tblReportValues1";
this.Data17.Guid = "b4fee3eca6f34ddf94c68af5c019c04b";
this.Data17.Name = "Data17";
this.Data17.PrintIfDetailEmpty = true;
this.Data17.Sort = new System.String[0];
this.Data17.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.Data17.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data17.BusinessObjectGuid = null;
//
// Text12
//
this.Text12 = new Stimulsoft.Report.Components.StiText();
this.Text12.CanGrow = true;
this.Text12.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 52, 12);
this.Text12.ComponentStyle = "ValuesHeaderBorder";
this.Text12.GrowToHeight = true;
this.Text12.Guid = "60ad124ff6b540be907c8bc6ddeced06";
this.Text12.Name = "Text12";
this.Text12.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text12__GetValue);
this.Text12.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.LightSteelBlue);
this.Text12.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data17.DataRelationName = null;
this.Data17.Interaction = null;
this.Data17.MasterComponent = null;
this.Panel9.Interaction = null;
//
// Panel10
//
this.Panel10 = new Stimulsoft.Report.Components.StiPanel();
this.Panel10.CanGrow = true;
this.Panel10.CanShrink = true;
this.Panel10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 14, 20);
this.Panel10.GrowToHeight = true;
this.Panel10.Guid = "f0092e9d5cdc4e54b3591b60b389e22e";
this.Panel10.Name = "Panel10";
this.Panel10.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.Panel10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Data18
//
this.Data18 = new Stimulsoft.Report.Components.StiDataBand();
this.Data18.CanShrink = true;
this.Data18.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 14, 12);
this.Data18.DataSourceName = "tblReportValues1";
this.Data18.Guid = "485605a08eed44e08401ce6479532327";
this.Data18.Name = "Data18";
this.Data18.Sort = new System.String[0];
this.Data18.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.Data18.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data18.BusinessObjectGuid = null;
//
// Text13
//
this.Text13 = new Stimulsoft.Report.Components.StiText();
this.Text13.CanGrow = true;
this.Text13.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 14, 12);
this.Text13.ComponentStyle = "ValuesHeaderBorder";
this.Text13.GrowToHeight = true;
this.Text13.Guid = "bca2efe2b6aa41b58ad425fdd5abbda2";
this.Text13.Name = "Text13";
this.Text13.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text13__GetValue);
this.Text13.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text13.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text13.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.Text13.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
this.Text13.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data18.DataRelationName = null;
this.Data18.Interaction = null;
this.Data18.MasterComponent = null;
this.Panel10.Interaction = null;
this.Data4.DataRelationName = null;
this.Data4.Interaction = null;
//
// GroupHeader1
//
this.GroupHeader1 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeader1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 70, 190, 0);
this.GroupHeader1.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeader1__GetValue);
this.GroupHeader1.Guid = "393758ea238e405183f87c310c344b10";
this.GroupHeader1.Name = "GroupHeader1";
this.GroupHeader1.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.GroupHeader1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.GroupHeader1.Interaction = null;
//
// Data5
//
this.Data5 = new Stimulsoft.Report.Components.StiDataBand();
this.Data5.CanShrink = true;
this.Data5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 78, 190, 8);
this.Data5.DataSourceName = "tblReportValueParts1";
this.Data5.Guid = "53158527e77b44c7aff03692de02a7bf";
this.Data5.Name = "Data5";
this.Data5.Sort = new System.String[] {
"ASC",
"Order"};
this.Data5.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.Data5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data5.BusinessObjectGuid = null;
//
// Text14
//
this.Text14 = new Stimulsoft.Report.Components.StiText();
this.Text14.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 24, 8);
this.Text14.ComponentStyle = "Values";
this.Text14.Enabled = false;
this.Text14.Guid = "e42744b1691a4c4d831304cf7556f936";
this.Text14.Name = "Text14";
this.Text14.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text14__GetValue);
this.Text14.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
this.Text14.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.Text14.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text14.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.InitializeComponent2();
}
public void InitializeComponent2()
{
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.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(24, 0, 24, 8);
this.Text15.ComponentStyle = "Values";
this.Text15.Enabled = false;
this.Text15.Guid = "48754f443ab246b8bafa5f90928d58bd";
this.Text15.Name = "Text15";
this.Text15.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text15__GetValue);
this.Text15.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
this.Text15.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.Text15.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text15.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 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(48, 0, 24, 8);
this.Text16.ComponentStyle = "Values";
this.Text16.Enabled = false;
this.Text16.Guid = "9184c9ee7ee944869f24f67aa7556600";
this.Text16.Name = "Text16";
this.Text16.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text16__GetValue);
this.Text16.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
this.Text16.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.Text16.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text16.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, 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(72, 0, 24, 8);
this.Text17.ComponentStyle = "Values";
this.Text17.Enabled = false;
this.Text17.Guid = "5e2a7fce3fa34ee0985c82d606059a8f";
this.Text17.Name = "Text17";
this.Text17.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text17__GetValue);
this.Text17.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
this.Text17.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.Text17.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text17.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data5.DataRelationName = null;
this.Data5.Interaction = null;
this.Data5.BeforePrint += new System.EventHandler(this.Data5_BeforePrint);
//
// GroupFooter1
//
this.GroupFooter1 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooter1.CanShrink = true;
this.GroupFooter1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 94, 190, 10);
this.GroupFooter1.BeforePrint += new System.EventHandler(this.GroupFooter1_Conditions);
this.GroupFooter1.Guid = "99e6721a19bc454285a3eb3165f6d988";
this.GroupFooter1.Name = "GroupFooter1";
this.GroupFooter1.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.GroupFooter1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text18
//
this.Text18 = new Stimulsoft.Report.Components.StiText();
this.Text18.CanGrow = true;
this.Text18.CanShrink = true;
this.Text18.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(92, 0, 16, 10);
this.Text18.ComponentStyle = "ValuesBorder";
this.Text18.GrowToHeight = true;
this.Text18.Guid = "216f02dcb85f47d283da6d1558d46bef";
this.Text18.Name = "Text18";
this.Text18.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text18__GetValue);
this.Text18.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text18.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.Text18.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text18.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
//
// Text19
//
this.Text19 = new Stimulsoft.Report.Components.StiText();
this.Text19.CanGrow = true;
this.Text19.CanShrink = true;
this.Text19.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(72, 0, 20, 10);
this.Text19.ComponentStyle = "ValuesBorder";
this.Text19.GrowToHeight = true;
this.Text19.Guid = "7db8987af98d4c4594b1bcd1868a2aa0";
this.Text19.Name = "Text19";
this.Text19.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text19__GetValue);
this.Text19.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text19.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text20
//
this.Text20 = new Stimulsoft.Report.Components.StiText();
this.Text20.CanGrow = true;
this.Text20.CanShrink = true;
this.Text20.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(138, 0, 34, 10);
this.Text20.ComponentStyle = "ValuesBorder";
this.Text20.GrowToHeight = true;
this.Text20.Guid = "1dea98c30a6c462e97e35e738f8f6733";
this.Text20.Name = "Text20";
this.Text20.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text20__GetValue);
this.Text20.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.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.CanGrow = true;
this.Text21.CanShrink = true;
this.Text21.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(108, 0, 30, 10);
this.Text21.ComponentStyle = "ValuesBorder";
this.Text21.GrowToHeight = true;
this.Text21.Guid = "0a3b2ef2696544dd85189b9c3db1efd4";
this.Text21.Name = "Text21";
this.Text21.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text21__GetValue);
this.Text21.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text21.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.Text21.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text21.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
//
// Text22
//
this.Text22 = new Stimulsoft.Report.Components.StiText();
this.Text22.CanGrow = true;
this.Text22.CanShrink = true;
this.Text22.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 14, 10);
this.Text22.ComponentStyle = "ValuesBorder";
this.Text22.GrowToHeight = true;
this.Text22.Guid = "1a9a0237fcd64b79bfd547d2e2dafb8f";
this.Text22.Name = "Text22";
this.Text22.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text22__GetValue);
this.Text22.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text22.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.Text22.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text22.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
//
// RichText1
//
this.RichText1 = new Stimulsoft.Report.Components.StiRichText();
this.RichText1.BackColor = System.Drawing.Color.Transparent;
this.RichText1.CanGrow = true;
this.RichText1.CanShrink = true;
this.RichText1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 52, 10);
this.RichText1.ComponentStyle = "ValuesBorder";
this.RichText1.DataColumn = "";
this.RichText1.GrowToHeight = true;
this.RichText1.Name = "RichText1";
this.RichText1.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.RichText1__GetValue);
this.RichText1.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.RichText1.Guid = null;
this.RichText1.Interaction = null;
this.RichText1.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.GroupFooter1.Interaction = null;
this.GroupFooter1.AfterPrint += new System.EventHandler(this.GroupFooter1_AfterPrint);
//
// Data6
//
this.Data6 = new Stimulsoft.Report.Components.StiDataBand();
this.Data6.CanShrink = true;
this.Data6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 112, 190, 0);
this.Data6.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data6.DataSourceName = "tblReportValues1";
this.Data6.Guid = "cf91d1328e024994af417e4593ace352";
this.Data6.Name = "Data6";
this.Data6.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data6.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.Data6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data6.BusinessObjectGuid = null;
this.Data6.Interaction = null;
this.Data6.BeforePrint += new System.EventHandler(this.Data6_BeforePrint);
//
// Data7
//
this.Data7 = new Stimulsoft.Report.Components.StiDataBand();
this.Data7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 120, 190, 0);
this.Data7.DataSourceName = "ProductNames";
this.Data7.Guid = "947d1e134c8e4432afe24f0694f73ab9";
this.Data7.Name = "Data7";
this.Data7.Sort = new System.String[0];
this.Data7.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.Data7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data7.BusinessObjectGuid = null;
this.Data7.DataRelationName = null;
this.Data7.Interaction = null;
this.Data7.BeforePrint += new System.EventHandler(this.Data7_BeforePrint);
//
// Data8
//
this.Data8 = new Stimulsoft.Report.Components.StiDataBand();
this.Data8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 128, 190, 0);
this.Data8.DataSourceName = "tblReportValueParts2";
this.Data8.Guid = "dfec21a0bf5548a5a8cf1ded6eaddf07";
this.Data8.Name = "Data8";
this.Data8.Sort = new System.String[] {
"ASC",
"PropID",
"ASC",
"Order"};
this.Data8.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.Data8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data8.BusinessObjectGuid = null;
this.Data8.DataRelationName = null;
this.Data8.Interaction = null;
this.Data8.BeforePrint += new System.EventHandler(this.Data8_BeforePrint);
//
// Data9
//
this.Data9 = new Stimulsoft.Report.Components.StiDataBand();
this.Data9.CanShrink = true;
this.Data9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 136, 190, 0);
this.Data9.DataSourceName = "tblReportValues0";
this.Data9.Guid = "c4df6d3320c944a3abd979bb6f29603f";
this.Data9.Name = "Data9";
this.Data9.PrintIfDetailEmpty = true;
this.Data9.Sort = new System.String[0];
this.Data9.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.Data9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data9.BusinessObjectGuid = null;
this.Data9.DataRelationName = null;
this.Data9.Interaction = null;
this.Data9.MasterComponent = null;
//
// Data10
//
this.Data10 = new Stimulsoft.Report.Components.StiDataBand();
this.Data10.CanShrink = true;
this.Data10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 144, 190, 4);
this.Data10.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data10.DataSourceName = "tblReportValues1";
this.Data10.Guid = "ed94b190fe134213821f7a1466343901";
this.Data10.Name = "Data10";
this.Data10.PrintIfDetailEmpty = true;
this.Data10.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data10.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.Data10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data10.BusinessObjectGuid = null;
this.Data10.Interaction = null;
//
// Data11
//
this.Data11 = new Stimulsoft.Report.Components.StiDataBand();
this.Data11.CanShrink = true;
this.Data11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 156, 190, 8);
this.Data11.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data11.DataSourceName = "tblReportValues2";
this.Data11.Guid = "9ced34fa69924c438467088739b6651b";
this.Data11.Name = "Data11";
this.Data11.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data11.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.Data11.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.Data11.BusinessObjectGuid = null;
//
// Text23
//
this.Text23 = new Stimulsoft.Report.Components.StiText();
this.Text23.CanGrow = true;
this.Text23.CanShrink = true;
this.Text23.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18, 0, 168, 4);
this.Text23.ComponentStyle = "Values";
this.Text23.BeforePrint += new System.EventHandler(this.Text23_Conditions);
this.Text23.GrowToHeight = true;
this.Text23.Guid = "5699acc0eb1649f5b0c55c073d3c10a6";
this.Text23.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.Text23.Name = "Text23";
this.Text23.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text23__GetValue);
this.Text23.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text23.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
this.Text23.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.Text23.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text23.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Data11.Interaction = null;
this.comp.ExcelSheetValue = null;
this.comp.Interaction = null;
this.comp.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.comp_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.comp_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.comp_Watermark.Image = null;
this.comp_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// hazard
//
this.hazard = new Stimulsoft.Report.Components.StiPage();
this.hazard.Guid = "a0cc01fa207740bc9883deb66908a0d6";
this.hazard.Name = "hazard";
this.hazard.PageHeight = 297;
this.hazard.PageWidth = 210;
this.hazard.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.hazard.PrintHeadersFootersFromPreviousPage = true;
this.hazard.PrintOnPreviousPage = true;
this.hazard.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.hazard.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// hazardTitleMain
//
this.hazardTitleMain = new Stimulsoft.Report.Components.StiDataBand();
this.hazardTitleMain.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.hazardTitleMain__GetBookmark);
this.hazardTitleMain.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 16);
this.hazardTitleMain.DataSourceName = "tblReportValues0";
this.hazardTitleMain.Name = "hazardTitleMain";
this.hazardTitleMain.PrintIfDetailEmpty = true;
this.hazardTitleMain.Sort = new System.String[0];
this.hazardTitleMain.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.hazardTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.hazardTitleMain.BusinessObjectGuid = null;
//
// Text5
//
this.Text5 = new Stimulsoft.Report.Components.StiText();
this.Text5.CanGrow = true;
this.Text5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text5.ComponentStyle = "TitleMain";
this.Text5.Guid = "128825cc2451433b9ae82e48ef85f1d6";
this.Text5.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text5.Name = "Text5";
this.Text5.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text5__GetValue);
this.Text5.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text5.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text5.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text5.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text5.Font = new System.Drawing.Font("Arial Black", 14F);
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.White);
this.Text5.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text5.BeforePrint += new System.EventHandler(this.Text5_BeforePrint);
this.hazardTitleMain.DataRelationName = null;
this.hazardTitleMain.Guid = null;
this.hazardTitleMain.Interaction = null;
this.hazardTitleMain.MasterComponent = null;
//
// Data20
//
this.Data20 = new Stimulsoft.Report.Components.StiDataBand();
this.Data20.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data20__GetBookmark);
this.Data20.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 8);
this.Data20.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data20.DataSourceName = "tblReportValues1";
this.Data20.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data20.Name = "Data20";
this.Data20.PrintIfDetailEmpty = true;
this.Data20.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data20.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.Data20.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data20.BusinessObjectGuid = null;
//
// Text25
//
this.Text25 = new Stimulsoft.Report.Components.StiText();
this.Text25.CanGrow = true;
this.Text25.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text25.ComponentStyle = "TitleSub1";
this.Text25.Guid = "9c43cd3f7de94f95b65cdb99b5f52891";
this.Text25.Name = "Text25";
this.Text25.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text25__GetValue);
this.Text25.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text25.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text25.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text25.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.Text25.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text25.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text25.BeforePrint += new System.EventHandler(this.Text25_BeforePrint);
this.Data20.Guid = null;
this.Data20.Interaction = null;
//
// Data21
//
this.Data21 = new Stimulsoft.Report.Components.StiDataBand();
this.Data21.CanShrink = true;
this.Data21.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 44, 190, 6);
this.Data21.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data21.DataSourceName = "tblReportValues2";
this.Data21.Name = "Data21";
this.Data21.PrintIfDetailEmpty = true;
this.Data21.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data21.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.Data21.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data21.BusinessObjectGuid = null;
//
// Text26
//
this.Text26 = new Stimulsoft.Report.Components.StiText();
this.Text26.CanGrow = true;
this.Text26.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text26.ComponentStyle = "TitleSub2";
this.Text26.BeforePrint += new System.EventHandler(this.Text26_Conditions);
this.Text26.Guid = "e4a77f39563349698b959368d0636f7b";
this.Text26.Name = "Text26";
this.Text26.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text26__GetValue);
this.Text26.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text26.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text26.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text26.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.Text26.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text26.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text26.BeforePrint += new System.EventHandler(this.Text26_BeforePrint);
this.Data21.Guid = null;
this.Data21.Interaction = null;
//
// Data22
//
this.Data22 = new Stimulsoft.Report.Components.StiDataBand();
this.Data22.CanShrink = true;
this.Data22.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 58, 190, 4);
this.Data22.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data22.DataSourceName = "tblReportValues3";
this.Data22.Name = "Data22";
this.Data22.PrintIfDetailEmpty = true;
this.Data22.Sort = new System.String[] {
"ASC",
"ValueOrder"};
this.Data22.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.Data22.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data22.BusinessObjectGuid = null;
//
// Text27
//
this.Text27 = new Stimulsoft.Report.Components.StiText();
this.Text27.CanGrow = true;
this.Text27.CanShrink = true;
this.Text27.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 170, 4);
this.Text27.ComponentStyle = "Values";
this.Text27.GrowToHeight = true;
this.Text27.Name = "Text27";
this.Text27.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text27__GetValue);
this.Text27.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text27.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text27.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.Text27.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text27.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text27.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data22.Guid = null;
this.Data22.Interaction = null;
//
// Data23
//
this.Data23 = new Stimulsoft.Report.Components.StiDataBand();
this.Data23.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data23__GetBookmark);
this.Data23.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 70, 190, 8);
this.Data23.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data23.DataSourceName = "tblReportValues1";
this.Data23.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data23.Guid = "6535d91671804259a52d357c31f8b274";
this.Data23.Name = "Data23";
this.Data23.PrintIfDetailEmpty = true;
this.Data23.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data23.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.Data23.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data23.BusinessObjectGuid = null;
//
// Text28
//
this.Text28 = new Stimulsoft.Report.Components.StiText();
this.Text28.CanGrow = true;
this.Text28.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text28.ComponentStyle = "TitleSub1";
this.Text28.Guid = "bb49e253b48142a89e7699963a1e7cef";
this.Text28.Name = "Text28";
this.Text28.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text28__GetValue);
this.Text28.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text28.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text28.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text28.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.Text28.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text28.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Text28.BeforePrint += new System.EventHandler(this.Text28_BeforePrint);
this.Data23.Interaction = null;
//
// Data24
//
this.Data24 = new Stimulsoft.Report.Components.StiDataBand();
this.Data24.CanShrink = true;
this.Data24.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 86, 190, 4);
this.Data24.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data24.DataSourceName = "tblReportValues2";
this.Data24.FilterOn = false;
this.Data24.Guid = "642b75863547461f8866b6adf2b17d1f";
this.Data24.Name = "Data24";
this.Data24.PrintIfDetailEmpty = true;
this.Data24.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data24.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.Data24.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data24.BusinessObjectGuid = null;
//
// Text29
//
this.Text29 = new Stimulsoft.Report.Components.StiText();
this.Text29.CanGrow = true;
this.Text29.CanShrink = true;
this.Text29.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 170, 4);
this.Text29.ComponentStyle = "Values";
this.Text29.GrowToHeight = true;
this.Text29.Guid = "b2e936c0179243788f4156801c6d5848";
this.Text29.Name = "Text29";
this.Text29.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text29__GetValue);
this.Text29.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text29.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text29.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.Text29.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text29.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data24.Interaction = null;
//
// Data25
//
this.Data25 = new Stimulsoft.Report.Components.StiDataBand();
this.Data25.CanShrink = true;
this.Data25.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 98, 190, 4);
this.Data25.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data25.DataSourceName = "tblReportValues3";
this.Data25.Guid = "c2601be54cc04d5b9b12a04a5458ee53";
this.Data25.Name = "Data25";
this.Data25.PrintIfDetailEmpty = true;
this.Data25.Sort = new System.String[] {
"ASC",
"ValueOrder"};
this.Data25.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.Data25.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data25.BusinessObjectGuid = null;
//
// Text30
//
this.Text30 = new Stimulsoft.Report.Components.StiText();
this.Text30.CanGrow = true;
this.Text30.CanShrink = true;
this.Text30.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 170, 4);
this.Text30.ComponentStyle = "Values";
this.Text30.GrowToHeight = true;
this.Text30.Guid = "e7dd5726f03f4262b3f87f97c49cc717";
this.Text30.Name = "Text30";
this.Text30.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text30__GetValue);
this.Text30.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text30.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text30.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.Text30.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text30.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data25.Interaction = null;
this.hazard.ExcelSheetValue = null;
this.hazard.Interaction = null;
this.hazard.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.hazard_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.hazard_Watermark.Font = new System.Drawing.Font("Calibri", 110F);
this.hazard_Watermark.Image = null;
this.hazard_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// emRes
//
this.emRes = new Stimulsoft.Report.Components.StiPage();
this.emRes.Guid = "5ca2b7247e14405b906a00542a566f9d";
this.emRes.Name = "emRes";
this.emRes.PageHeight = 297;
this.emRes.PageWidth = 210;
this.emRes.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.emRes.PrintHeadersFootersFromPreviousPage = true;
this.emRes.PrintOnPreviousPage = true;
this.emRes.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.emRes.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// emResTitleMain
//
this.emResTitleMain = new Stimulsoft.Report.Components.StiDataBand();
this.emResTitleMain.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.emResTitleMain__GetBookmark);
this.emResTitleMain.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 16);
this.emResTitleMain.DataSourceName = "tblReportValues0";
this.emResTitleMain.Name = "emResTitleMain";
this.emResTitleMain.PrintIfDetailEmpty = true;
this.emResTitleMain.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.emResTitleMain.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.emResTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.emResTitleMain.BusinessObjectGuid = null;
//
// Text24
//
this.Text24 = new Stimulsoft.Report.Components.StiText();
this.Text24.CanGrow = true;
this.Text24.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text24.ComponentStyle = "TitleMain";
this.Text24.Guid = "85bc880fbd9d44738a0559f933a7a9a7";
this.Text24.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text24.Name = "Text24";
this.Text24.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text24__GetValue);
this.Text24.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text24.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text24.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text24.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text24.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text24.Font = new System.Drawing.Font("Arial Black", 14F);
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.White);
this.Text24.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text24.BeforePrint += new System.EventHandler(this.Text24_BeforePrint);
this.emResTitleMain.Guid = null;
this.emResTitleMain.Interaction = null;
this.emResTitleMain.MasterComponent = null;
//
// Data28
//
this.Data28 = new Stimulsoft.Report.Components.StiDataBand();
this.Data28.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data28__GetBookmark);
this.Data28.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 8);
this.Data28.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data28.DataSourceName = "tblReportValues1";
this.Data28.KeepChildTogether = true;
this.Data28.KeepDetailsTogether = true;
this.Data28.Name = "Data28";
this.Data28.PrintIfDetailEmpty = true;
this.Data28.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data28.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.Data28.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data28.BusinessObjectGuid = null;
//
// Text34
//
this.Text34 = new Stimulsoft.Report.Components.StiText();
this.Text34.CanGrow = true;
this.Text34.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text34.ComponentStyle = "TitleSub1";
this.Text34.Guid = "2ff2d745ac8c4f528fdf0e58234c2bcd";
this.Text34.Name = "Text34";
this.Text34.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text34__GetValue);
this.Text34.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text34.BeforePrint += new System.EventHandler(this.Text34_BeforePrint);
this.Data28.Guid = null;
this.Data28.Interaction = null;
//
// Data29
//
this.Data29 = new Stimulsoft.Report.Components.StiDataBand();
this.Data29.CanShrink = true;
this.Data29.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 44, 190, 6);
this.Data29.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data29.DataSourceName = "tblReportValues2";
this.Data29.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data29.Name = "Data29";
this.Data29.PrintIfDetailEmpty = true;
this.Data29.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"{GetData29_Sort3}"};
this.Data29.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.Data29.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data29.BusinessObjectGuid = null;
//
// Text35
//
this.Text35 = new Stimulsoft.Report.Components.StiText();
this.Text35.CanGrow = true;
this.Text35.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text35.ComponentStyle = "TitleSub2";
this.Text35.BeforePrint += new System.EventHandler(this.Text35_Conditions);
this.Text35.Name = "Text35";
this.Text35.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text35__GetValue);
this.Text35.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text35.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text35.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text35.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.Text35.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text35.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text35.Guid = null;
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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text35.BeforePrint += new System.EventHandler(this.Text35_BeforePrint);
this.Data29.Guid = null;
this.Data29.Interaction = null;
//
// Data30
//
this.Data30 = new Stimulsoft.Report.Components.StiDataBand();
this.Data30.CanShrink = true;
this.Data30.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 58, 190, 4);
this.Data30.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data30.DataSourceName = "tblReportValues3";
this.Data30.Name = "Data30";
this.Data30.Sort = new System.String[] {
"ASC",
"ValueOrder"};
this.Data30.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.Data30.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data30.BusinessObjectGuid = null;
//
// Text36
//
this.Text36 = new Stimulsoft.Report.Components.StiText();
this.Text36.CanGrow = true;
this.Text36.CanShrink = true;
this.Text36.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 170, 4);
this.Text36.ComponentStyle = "Values";
this.Text36.BeforePrint += new System.EventHandler(this.Text36_Conditions);
this.Text36.GrowToHeight = true;
this.Text36.Name = "Text36";
this.Text36.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text36__GetValue);
this.Text36.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text36.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text36.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.Text36.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text36.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text36.Guid = null;
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);
this.Data30.Guid = null;
this.Data30.Interaction = null;
//
// ERG
//
this.ERG = new Stimulsoft.Report.Components.StiDataBand();
this.ERG.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.ERG__GetBookmark);
this.ERG.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 70, 190, 8);
this.ERG.DataRelationName = "tblReportTitles_tblReportValues1";
this.ERG.DataSourceName = "tblReportValues1";
this.ERG.Guid = "bdc66f9070cf49a6b9ef82346e4057e6";
this.ERG.KeepChildTogether = true;
this.ERG.KeepDetailsTogether = true;
this.ERG.Name = "ERG";
this.ERG.PrintIfDetailEmpty = true;
this.ERG.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.ERG.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.ERG.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.ERG.BusinessObjectGuid = null;
//
// Text37
//
this.Text37 = new Stimulsoft.Report.Components.StiText();
this.Text37.CanGrow = true;
this.Text37.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text37.ComponentStyle = "TitleSub1";
this.Text37.Guid = "b8e8cb71e3c1449093685fd26c172e11";
this.Text37.Name = "Text37";
this.Text37.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text37__GetValue);
this.Text37.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text37.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text37.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text37.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.Text37.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text37.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Text37.BeforePrint += new System.EventHandler(this.Text37_BeforePrint);
this.ERG.Interaction = null;
//
// ERGinstructions
//
this.ERGinstructions = new Stimulsoft.Report.Components.StiDataBand();
this.ERGinstructions.CanShrink = true;
this.ERGinstructions.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 86, 190, 6);
this.ERGinstructions.DataRelationName = "tblReportValues1_tblReportValues2";
this.ERGinstructions.DataSourceName = "tblReportValues2";
this.ERGinstructions.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.ERGinstructions.Guid = "62bd0c6e3f3c41158bbe8b60d9d02d49";
this.ERGinstructions.Name = "ERGinstructions";
this.ERGinstructions.PrintIfDetailEmpty = true;
this.ERGinstructions.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"{GetERGinstructions_Sort3}"};
this.ERGinstructions.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.ERGinstructions.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.ERGinstructions.BusinessObjectGuid = null;
//
// Text38
//
this.Text38 = new Stimulsoft.Report.Components.StiText();
this.Text38.CanGrow = true;
this.Text38.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text38.ComponentStyle = "TitleSub2";
this.Text38.Guid = "1ce2c4d0ade649f5b684f8b699b670dd";
this.Text38.Name = "Text38";
this.Text38.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text38__GetValue);
this.Text38.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text38.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text38.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text38.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.Text38.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text38.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text38.BeforePrint += new System.EventHandler(this.Text38_BeforePrint);
this.ERGinstructions.Interaction = null;
//
// Data33
//
this.Data33 = new Stimulsoft.Report.Components.StiDataBand();
this.Data33.CanShrink = true;
this.Data33.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 100, 190, 4);
this.Data33.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data33.DataSourceName = "tblReportValues3";
this.Data33.Guid = "ef0f8aefb63d47f69cea39d4cbd7d919";
this.Data33.Name = "Data33";
this.Data33.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data33.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.Data33.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data33.BusinessObjectGuid = null;
//
// Text39
//
this.Text39 = new Stimulsoft.Report.Components.StiText();
this.Text39.CanGrow = true;
this.Text39.CanShrink = true;
this.Text39.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(60, 0, 128, 4);
this.Text39.ComponentStyle = "Values";
this.Text39.BeforePrint += new System.EventHandler(this.Text39_Conditions);
this.Text39.GrowToHeight = true;
this.Text39.Guid = "4c63ab29e91747fdbfaa9525b5ba071a";
this.Text39.Name = "Text39";
this.Text39.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text39__GetValue);
this.Text39.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text39.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text39.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.Text39.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text39.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.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.CanGrow = true;
this.Text40.CanShrink = true;
this.Text40.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 40, 4);
this.Text40.ComponentStyle = "Values";
this.Text40.GrowToHeight = true;
this.Text40.Name = "Text40";
this.Text40.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text40__GetValue);
this.Text40.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text40.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.Text40.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text40.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text40.Guid = null;
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);
this.Data33.Interaction = null;
//
// ERGdistances
//
this.ERGdistances = new Stimulsoft.Report.Components.StiDataBand();
this.ERGdistances.CanShrink = true;
this.ERGdistances.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 112, 190, 6);
this.ERGdistances.DataRelationName = "tblReportValues1_tblReportValues2";
this.ERGdistances.DataSourceName = "tblReportValues2";
this.ERGdistances.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.ERGdistances.Guid = "648ea6c24d1048b4b53843076862b9e2";
this.ERGdistances.Name = "ERGdistances";
this.ERGdistances.PrintIfDetailEmpty = true;
this.ERGdistances.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"{GetERGdistances_Sort3}"};
this.ERGdistances.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.ERGdistances.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.ERGdistances.BusinessObjectGuid = null;
//
// Text430
//
this.Text430 = new Stimulsoft.Report.Components.StiText();
this.Text430.CanGrow = true;
this.Text430.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text430.ComponentStyle = "TitleSub2";
this.Text430.Guid = "614511ba73324e678ead88027addd97e";
this.Text430.Name = "Text430";
this.Text430.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text430__GetValue);
this.Text430.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text430.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text430.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text430.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.Text430.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text430.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text430.Indicator = null;
this.Text430.Interaction = null;
this.Text430.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text430.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text430.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text430.BeforePrint += new System.EventHandler(this.Text430_BeforePrint);
this.ERGdistances.Interaction = null;
//
// DataBand167
//
this.DataBand167 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand167.CanShrink = true;
this.DataBand167.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 126, 190, 6);
this.DataBand167.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand167.DataSourceName = "tblReportValues3";
this.DataBand167.Guid = "b6ffaf7952fa467aa513038b458389f2";
this.DataBand167.Name = "DataBand167";
this.DataBand167.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand167.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.DataBand167.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand167.BusinessObjectGuid = null;
//
// Text359
//
this.Text359 = new Stimulsoft.Report.Components.StiText();
this.Text359.CanGrow = true;
this.Text359.CanShrink = true;
this.Text359.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text359.ComponentStyle = "Values";
this.Text359.GrowToHeight = true;
this.Text359.Guid = "9df48982e83e4b04882190644185276a";
this.Text359.Name = "Text359";
this.Text359.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text359__GetValue);
this.Text359.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text359.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.Text359.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text359.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.InitializeComponent3();
}
public void InitializeComponent3()
{
this.DataBand167.Interaction = null;
//
// DataBand168
//
this.DataBand168 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand168.CanShrink = true;
this.DataBand168.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 140, 190, 8);
this.DataBand168.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand168.DataSourceName = "tblReportValueParts3";
this.DataBand168.Guid = "87c80dfcc59b4685b4511f257e906127";
this.DataBand168.Name = "DataBand168";
this.DataBand168.PrintIfDetailEmpty = true;
this.DataBand168.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand168.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.DataBand168.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand168.BusinessObjectGuid = null;
//
// Text427
//
this.Text427 = new Stimulsoft.Report.Components.StiText();
this.Text427.CanGrow = true;
this.Text427.CanShrink = true;
this.Text427.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(22, 0, 56, 4);
this.Text427.BeforePrint += new System.EventHandler(this.Text427_Conditions);
this.Text427.GrowToHeight = true;
this.Text427.Guid = "57109a1ceb404961a6bfb51b32b00221";
this.Text427.Name = "Text427";
this.Text427.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text427__GetValue);
this.Text427.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text427.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text427.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.Text427.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text427.Font = new System.Drawing.Font("Calibri", 9F);
this.Text427.Indicator = null;
this.Text427.Interaction = null;
this.Text427.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text427.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text427.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text428
//
this.Text428 = new Stimulsoft.Report.Components.StiText();
this.Text428.CanGrow = true;
this.Text428.CanShrink = true;
this.Text428.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(134, 0, 54, 4);
this.Text428.BeforePrint += new System.EventHandler(this.Text428_Conditions);
this.Text428.GrowToHeight = true;
this.Text428.Guid = "a1925c62a46e48d589c1d1b06763a5a2";
this.Text428.Name = "Text428";
this.Text428.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text428__GetValue);
this.Text428.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text428.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text428.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.Text428.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text428.Font = new System.Drawing.Font("Calibri", 9F);
this.Text428.Indicator = null;
this.Text428.Interaction = null;
this.Text428.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text428.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text428.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text429
//
this.Text429 = new Stimulsoft.Report.Components.StiText();
this.Text429.CanGrow = true;
this.Text429.CanShrink = true;
this.Text429.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(78, 0, 56, 4);
this.Text429.BeforePrint += new System.EventHandler(this.Text429_Conditions);
this.Text429.GrowToHeight = true;
this.Text429.Guid = "f0f605a09ddc40b18a0b263501021d44";
this.Text429.Name = "Text429";
this.Text429.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text429__GetValue);
this.Text429.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text429.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text429.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.Text429.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text429.Font = new System.Drawing.Font("Calibri", 9F);
this.Text429.Indicator = null;
this.Text429.Interaction = null;
this.Text429.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text429.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text429.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand168.Interaction = null;
this.emRes.ExcelSheetValue = null;
this.emRes.Interaction = null;
this.emRes.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.emRes_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.emRes_Watermark.Font = new System.Drawing.Font("Calibri", 110F);
this.emRes_Watermark.Image = null;
this.emRes_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// physProp
//
this.physProp = new Stimulsoft.Report.Components.StiPage();
this.physProp.Guid = "bbe2e875440441c380eae72af741593e";
this.physProp.Name = "physProp";
this.physProp.PageHeight = 297;
this.physProp.PageWidth = 210;
this.physProp.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.physProp.PrintHeadersFootersFromPreviousPage = true;
this.physProp.PrintOnPreviousPage = true;
this.physProp.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.physProp.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// physPropTitleMain
//
this.physPropTitleMain = new Stimulsoft.Report.Components.StiDataBand();
this.physPropTitleMain.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.physPropTitleMain__GetBookmark);
this.physPropTitleMain.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 16);
this.physPropTitleMain.DataSourceName = "tblReportValues0";
this.physPropTitleMain.Name = "physPropTitleMain";
this.physPropTitleMain.PrintIfDetailEmpty = true;
this.physPropTitleMain.Sort = new System.String[0];
this.physPropTitleMain.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.physPropTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.physPropTitleMain.BusinessObjectGuid = null;
//
// Text33
//
this.Text33 = new Stimulsoft.Report.Components.StiText();
this.Text33.CanGrow = true;
this.Text33.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text33.ComponentStyle = "TitleMain";
this.Text33.Guid = "b5dc7ad3756147ad96c1b5a3f2a7ba31";
this.Text33.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text33.Name = "Text33";
this.Text33.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text33__GetValue);
this.Text33.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text33.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text33.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text33.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text33.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text33.Font = new System.Drawing.Font("Arial Black", 14F);
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.White);
this.Text33.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text33.BeforePrint += new System.EventHandler(this.Text33_BeforePrint);
this.physPropTitleMain.Guid = null;
this.physPropTitleMain.Interaction = null;
this.physPropTitleMain.MasterComponent = null;
//
// Data37
//
this.Data37 = new Stimulsoft.Report.Components.StiDataBand();
this.Data37.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data37__GetBookmark);
this.Data37.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 8);
this.Data37.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data37.DataSourceName = "tblReportValues1";
this.Data37.Name = "Data37";
this.Data37.PrintIfDetailEmpty = true;
this.Data37.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data37.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.Data37.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data37.BusinessObjectGuid = null;
//
// Text47
//
this.Text47 = new Stimulsoft.Report.Components.StiText();
this.Text47.CanGrow = true;
this.Text47.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text47.ComponentStyle = "TitleSub1";
this.Text47.Guid = "c456cfdbe34c4b859e3321ea2b79ef5c";
this.Text47.Name = "Text47";
this.Text47.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text47__GetValue);
this.Text47.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text47.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text47.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text47.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.Text47.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text47.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text47.BeforePrint += new System.EventHandler(this.Text47_BeforePrint);
this.Data37.Guid = null;
this.Data37.Interaction = null;
//
// DataBand147
//
this.DataBand147 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand147.CanShrink = true;
this.DataBand147.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 44, 190, 4);
this.DataBand147.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand147.DataSourceName = "tblReportValues2";
this.DataBand147.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand147.Guid = "192455f975cc432187ec373e50f8cbbe";
this.DataBand147.Name = "DataBand147";
this.DataBand147.PrintIfDetailEmpty = true;
this.DataBand147.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand147.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.DataBand147.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand147.BusinessObjectGuid = null;
//
// Text261
//
this.Text261 = new Stimulsoft.Report.Components.StiText();
this.Text261.CanGrow = true;
this.Text261.CanShrink = true;
this.Text261.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text261.ComponentStyle = "Values";
this.Text261.GrowToHeight = true;
this.Text261.Guid = "94f31394974043daaf759b287da6cca5";
this.Text261.Name = "Text261";
this.Text261.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text261__GetValue);
this.Text261.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text261.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text261.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.Text261.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text261.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand147.Interaction = null;
//
// DataBand145
//
this.DataBand145 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand145.CanShrink = true;
this.DataBand145.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 56, 190, 6);
this.DataBand145.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand145.DataSourceName = "tblReportValues2";
this.DataBand145.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand145.Guid = "6bb7a1ec261b48babc1373d31a5f045b";
this.DataBand145.Name = "DataBand145";
this.DataBand145.PrintIfDetailEmpty = true;
this.DataBand145.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand145.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.DataBand145.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand145.BusinessObjectGuid = null;
//
// Text54
//
this.Text54 = new Stimulsoft.Report.Components.StiText();
this.Text54.CanGrow = true;
this.Text54.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text54.ComponentStyle = "TitleSub2";
this.Text54.BeforePrint += new System.EventHandler(this.Text54_Conditions);
this.Text54.Guid = "40597ccdcc96465baa7dbc976a8a8578";
this.Text54.Name = "Text54";
this.Text54.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text54__GetValue);
this.Text54.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text54.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text54.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text54.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.Text54.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text54.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text54.BeforePrint += new System.EventHandler(this.Text54_BeforePrint);
this.DataBand145.Interaction = null;
//
// Data38
//
this.Data38 = new Stimulsoft.Report.Components.StiDataBand();
this.Data38.CanShrink = true;
this.Data38.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 70, 190, 4);
this.Data38.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data38.DataSourceName = "tblReportValues3";
this.Data38.Guid = "c551838ff13c412dbd34a6f4e51c963e";
this.Data38.Name = "Data38";
this.Data38.PrintIfDetailEmpty = true;
this.Data38.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data38.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.Data38.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data38.BusinessObjectGuid = null;
//
// Text48
//
this.Text48 = new Stimulsoft.Report.Components.StiText();
this.Text48.CanGrow = true;
this.Text48.CanShrink = true;
this.Text48.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text48.ComponentStyle = "Values";
this.Text48.GrowToHeight = true;
this.Text48.Guid = "58439a10df5c4da9adefcab39dc46831";
this.Text48.Name = "Text48";
this.Text48.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text48__GetValue);
this.Text48.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text48.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data38.Interaction = null;
this.physProp.ExcelSheetValue = null;
this.physProp.Interaction = null;
this.physProp.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.physProp_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.physProp_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.physProp_Watermark.Image = null;
this.physProp_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// tox
//
this.tox = new Stimulsoft.Report.Components.StiPage();
this.tox.Guid = "b5f59a1d9d2143c0b21f2974eddc06c4";
this.tox.Name = "tox";
this.tox.PageHeight = 297;
this.tox.PageWidth = 210;
this.tox.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.tox.PrintHeadersFootersFromPreviousPage = true;
this.tox.PrintOnPreviousPage = true;
this.tox.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.tox.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// toxTitleMain
//
this.toxTitleMain = new Stimulsoft.Report.Components.StiDataBand();
this.toxTitleMain.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.toxTitleMain__GetBookmark);
this.toxTitleMain.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 16);
this.toxTitleMain.DataSourceName = "tblReportValues0";
this.toxTitleMain.Name = "toxTitleMain";
this.toxTitleMain.PrintIfDetailEmpty = true;
this.toxTitleMain.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.toxTitleMain.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.toxTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.toxTitleMain.BusinessObjectGuid = null;
//
// Text46
//
this.Text46 = new Stimulsoft.Report.Components.StiText();
this.Text46.CanGrow = true;
this.Text46.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text46.ComponentStyle = "TitleMain";
this.Text46.Guid = "a7d4e836e418410a82440efc41daf791";
this.Text46.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text46.Name = "Text46";
this.Text46.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text46__GetValue);
this.Text46.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text46.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
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, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text46.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text46.Font = new System.Drawing.Font("Arial Black", 14F);
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.White);
this.Text46.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text46.BeforePrint += new System.EventHandler(this.Text46_BeforePrint);
this.toxTitleMain.Guid = null;
this.toxTitleMain.Interaction = null;
this.toxTitleMain.MasterComponent = null;
//
// DataBand146
//
this.DataBand146 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand146.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand146__GetBookmark);
this.DataBand146.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 8);
this.DataBand146.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand146.DataSourceName = "tblReportValues1";
this.DataBand146.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand146.Guid = "44e5454f367c4c52b3bcf7cf3d1e45b3";
this.DataBand146.Name = "DataBand146";
this.DataBand146.PrintIfDetailEmpty = true;
this.DataBand146.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand146.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.DataBand146.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand146.BusinessObjectGuid = null;
//
// Text256
//
this.Text256 = new Stimulsoft.Report.Components.StiText();
this.Text256.CanGrow = true;
this.Text256.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text256.ComponentStyle = "TitleSub1";
this.Text256.Guid = "b8a8b5fdfa844de5b4e833653040af3e";
this.Text256.Name = "Text256";
this.Text256.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text256__GetValue);
this.Text256.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text256.BeforePrint += new System.EventHandler(this.Text256_BeforePrint);
this.DataBand146.Interaction = null;
//
// DataBand148
//
this.DataBand148 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand148.CanShrink = true;
this.DataBand148.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 44, 190, 6);
this.DataBand148.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand148.DataSourceName = "tblReportValues2";
this.DataBand148.Guid = "35ba09eb73474f19b5cce16bb5038d8e";
this.DataBand148.Name = "DataBand148";
this.DataBand148.Sort = new System.String[] {
"ASC",
"{GetDataBand148_Sort1}"};
this.DataBand148.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.DataBand148.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand148.BusinessObjectGuid = null;
//
// Text401
//
this.Text401 = new Stimulsoft.Report.Components.StiText();
this.Text401.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2, 10, 4);
this.Text401.Enabled = false;
this.Text401.Guid = "349ef98f1f4f4478809fbb4b6a8770e5";
this.Text401.Name = "Text401";
this.Text401.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text401__GetValue);
this.Text401.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text401.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.Text401.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text401.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text401.Indicator = null;
this.Text401.Interaction = null;
this.Text401.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text401.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text401.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text404
//
this.Text404 = new Stimulsoft.Report.Components.StiText();
this.Text404.CanGrow = true;
this.Text404.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text404.ComponentStyle = "TitleSub2";
this.Text404.BeforePrint += new System.EventHandler(this.Text404_Conditions);
this.Text404.Guid = "09364c4fad0e4f288a0622da69721998";
this.Text404.Name = "Text404";
this.Text404.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text404__GetValue);
this.Text404.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text404.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text404.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text404.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.Text404.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text404.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text404.Indicator = null;
this.Text404.Interaction = null;
this.Text404.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text404.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text404.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text404.BeforePrint += new System.EventHandler(this.Text404_BeforePrint);
this.DataBand148.Interaction = null;
//
// DataBand149
//
this.DataBand149 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand149.CanShrink = true;
this.DataBand149.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 58, 190, 4);
this.DataBand149.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand149.DataSourceName = "tblReportValues3";
this.DataBand149.Guid = "73fc73f9baf148dca01c4e23c289b520";
this.DataBand149.Name = "DataBand149";
this.DataBand149.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand149.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.DataBand149.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand149.BusinessObjectGuid = null;
//
// Text405
//
this.Text405 = new Stimulsoft.Report.Components.StiText();
this.Text405.CanGrow = true;
this.Text405.CanShrink = true;
this.Text405.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 170, 4);
this.Text405.ComponentStyle = "Values";
this.Text405.BeforePrint += new System.EventHandler(this.Text405_Conditions);
this.Text405.GrowToHeight = true;
this.Text405.Guid = "42b9aba63df240a6a3da44693f173f9f";
this.Text405.Name = "Text405";
this.Text405.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text405__GetValue);
this.Text405.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text405.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text405.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.Text405.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text405.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text405.Indicator = null;
this.Text405.Interaction = null;
this.Text405.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text405.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text405.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text406
//
this.Text406 = new Stimulsoft.Report.Components.StiText();
this.Text406.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6, 0, 10, 4);
this.Text406.Enabled = false;
this.Text406.Guid = "8578b86ed5fc46d983868bf5aebba247";
this.Text406.Name = "Text406";
this.Text406.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text406__GetValue);
this.Text406.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text406.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.Text406.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text406.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text406.Indicator = null;
this.Text406.Interaction = null;
this.Text406.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text406.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text406.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand149.Interaction = null;
//
// Data42
//
this.Data42 = new Stimulsoft.Report.Components.StiDataBand();
this.Data42.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data42__GetBookmark);
this.Data42.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 70, 190, 8);
this.Data42.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data42.DataSourceName = "tblReportValues1";
this.Data42.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data42.Guid = "e955763461c140a28ff53fa987c3a54f";
this.Data42.Name = "Data42";
this.Data42.PrintIfDetailEmpty = true;
this.Data42.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data42.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.Data42.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data42.BusinessObjectGuid = null;
//
// Text58
//
this.Text58 = new Stimulsoft.Report.Components.StiText();
this.Text58.CanGrow = true;
this.Text58.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text58.ComponentStyle = "TitleSub1";
this.Text58.Guid = "2df5772143cd4bdcb2e30a358fccd677";
this.Text58.Name = "Text58";
this.Text58.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text58__GetValue);
this.Text58.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text58.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text58.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text58.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.Text58.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text58.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text58.BeforePrint += new System.EventHandler(this.Text58_BeforePrint);
this.Data42.Interaction = null;
//
// Data43
//
this.Data43 = new Stimulsoft.Report.Components.StiDataBand();
this.Data43.CanShrink = true;
this.Data43.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 86, 190, 4);
this.Data43.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data43.DataSourceName = "tblReportValues2";
this.Data43.Name = "Data43";
this.Data43.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data43.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.Data43.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data43.BusinessObjectGuid = null;
//
// Text59
//
this.Text59 = new Stimulsoft.Report.Components.StiText();
this.Text59.CanGrow = true;
this.Text59.CanShrink = true;
this.Text59.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 170, 4);
this.Text59.ComponentStyle = "Values";
this.Text59.GrowToHeight = true;
this.Text59.Name = "Text59";
this.Text59.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text59__GetValue);
this.Text59.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text59.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text59.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.Text59.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text59.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text59.Guid = null;
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);
//
// Text60
//
this.Text60 = new Stimulsoft.Report.Components.StiText();
this.Text60.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 10, 4);
this.Text60.Enabled = false;
this.Text60.Name = "Text60";
this.Text60.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text60__GetValue);
this.Text60.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text60.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.Text60.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text60.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text60.Guid = null;
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);
this.Data43.Guid = null;
this.Data43.Interaction = null;
//
// Data44
//
this.Data44 = new Stimulsoft.Report.Components.StiDataBand();
this.Data44.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data44__GetBookmark);
this.Data44.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 98, 190, 8);
this.Data44.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data44.DataSourceName = "tblReportValues1";
this.Data44.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data44.Guid = "ac19f7058c03455ab015789cfd032fa9";
this.Data44.Name = "Data44";
this.Data44.PrintIfDetailEmpty = true;
this.Data44.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data44.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.Data44.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data44.BusinessObjectGuid = null;
//
// Text61
//
this.Text61 = new Stimulsoft.Report.Components.StiText();
this.Text61.CanGrow = true;
this.Text61.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text61.ComponentStyle = "TitleSub1";
this.Text61.Guid = "5f2dc29858a144f8a4d738411cc551e2";
this.Text61.Name = "Text61";
this.Text61.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text61__GetValue);
this.Text61.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text61.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text61.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text61.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.Text61.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text61.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Text61.BeforePrint += new System.EventHandler(this.Text61_BeforePrint);
this.Data44.Interaction = null;
//
// Data45
//
this.Data45 = new Stimulsoft.Report.Components.StiDataBand();
this.Data45.CanShrink = true;
this.Data45.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 114, 190, 6);
this.Data45.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data45.DataSourceName = "tblReportValues2";
this.Data45.Guid = "168b303c6b084accbbceb264119e0fa3";
this.Data45.Name = "Data45";
this.Data45.Sort = new System.String[] {
"ASC",
"{GetData45_Sort1}"};
this.Data45.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.Data45.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data45.BusinessObjectGuid = null;
//
// Text63
//
this.Text63 = new Stimulsoft.Report.Components.StiText();
this.Text63.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2, 10, 4);
this.Text63.Enabled = false;
this.Text63.Name = "Text63";
this.Text63.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text63__GetValue);
this.Text63.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text63.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.Text63.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text63.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text63.Guid = null;
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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text62
//
this.Text62 = new Stimulsoft.Report.Components.StiText();
this.Text62.CanGrow = true;
this.Text62.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text62.ComponentStyle = "TitleSub2";
this.Text62.BeforePrint += new System.EventHandler(this.Text62_Conditions);
this.Text62.Guid = "262d5525bc7e458fb9195fa9539300fd";
this.Text62.Name = "Text62";
this.Text62.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text62__GetValue);
this.Text62.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text62.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text62.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text62.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.Text62.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text62.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Text62.BeforePrint += new System.EventHandler(this.Text62_BeforePrint);
this.Data45.Interaction = null;
//
// Data46
//
this.Data46 = new Stimulsoft.Report.Components.StiDataBand();
this.Data46.CanShrink = true;
this.Data46.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 128, 190, 4);
this.Data46.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data46.DataSourceName = "tblReportValues3";
this.Data46.Name = "Data46";
this.Data46.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data46.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.Data46.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data46.BusinessObjectGuid = null;
//
// Text64
//
this.Text64 = new Stimulsoft.Report.Components.StiText();
this.Text64.CanGrow = true;
this.Text64.CanShrink = true;
this.Text64.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 170, 4);
this.Text64.ComponentStyle = "Values";
this.Text64.BeforePrint += new System.EventHandler(this.Text64_Conditions);
this.Text64.GrowToHeight = true;
this.Text64.Name = "Text64";
this.Text64.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text64__GetValue);
this.Text64.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text64.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text64.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.Text64.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text64.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text64.Guid = null;
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, true, 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(6, 0, 10, 4);
this.Text65.Enabled = false;
this.Text65.Name = "Text65";
this.Text65.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text65__GetValue);
this.Text65.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text65.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.Text65.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text65.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text65.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data46.Guid = null;
this.Data46.Interaction = null;
//
// Data47
//
this.Data47 = new Stimulsoft.Report.Components.StiDataBand();
this.Data47.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data47__GetBookmark);
this.Data47.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 140, 190, 8);
this.Data47.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data47.DataSourceName = "tblReportValues1";
this.Data47.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data47.Guid = "d0d8ea9466fd45e99a5fb77c9ea9f2af";
this.Data47.Name = "Data47";
this.Data47.PrintIfDetailEmpty = true;
this.Data47.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data47.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.Data47.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data47.BusinessObjectGuid = null;
//
// Text66
//
this.Text66 = new Stimulsoft.Report.Components.StiText();
this.Text66.CanGrow = true;
this.Text66.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text66.ComponentStyle = "TitleSub1";
this.Text66.Guid = "3f3ae7b328b84794b7a4f23da8a8c232";
this.Text66.Name = "Text66";
this.Text66.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text66__GetValue);
this.Text66.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text66.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text66.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text66.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.Text66.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text66.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text66.BeforePrint += new System.EventHandler(this.Text66_BeforePrint);
this.Data47.Interaction = null;
//
// Data48
//
this.Data48 = new Stimulsoft.Report.Components.StiDataBand();
this.Data48.CanShrink = true;
this.Data48.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 156, 190, 6);
this.Data48.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data48.DataSourceName = "tblReportValues2";
this.Data48.FilterOn = false;
this.Data48.Guid = "3a8c2e08ec3c407d931b215e5a646813";
this.Data48.Name = "Data48";
this.Data48.PrintIfDetailEmpty = true;
this.Data48.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data48.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.Data48.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data48.BusinessObjectGuid = null;
//
// Text67
//
this.Text67 = new Stimulsoft.Report.Components.StiText();
this.Text67.CanGrow = true;
this.Text67.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text67.ComponentStyle = "TitleSub2";
this.Text67.Guid = "aa5eea98a32a460395b6e8556d0d769e";
this.Text67.Name = "Text67";
this.Text67.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text67__GetValue);
this.Text67.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text67.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text67.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text67.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.Text67.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text67.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text67.BeforePrint += new System.EventHandler(this.Text67_BeforePrint);
this.Data48.Interaction = null;
//
// Data49
//
this.Data49 = new Stimulsoft.Report.Components.StiDataBand();
this.Data49.CanShrink = true;
this.Data49.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 170, 190, 4);
this.Data49.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data49.DataSourceName = "tblReportValues3";
this.Data49.Name = "Data49";
this.Data49.PrintIfDetailEmpty = true;
this.Data49.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data49.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.Data49.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data49.BusinessObjectGuid = null;
//
// Text68
//
this.Text68 = new Stimulsoft.Report.Components.StiText();
this.Text68.CanGrow = true;
this.Text68.CanShrink = true;
this.Text68.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 4);
this.Text68.ComponentStyle = "Values";
this.Text68.GrowToHeight = true;
this.Text68.Name = "Text68";
this.Text68.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text68__GetValue);
this.Text68.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text68.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.Text68.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text68.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text68.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data49.Guid = null;
this.Data49.Interaction = null;
//
// Data50
//
this.Data50 = new Stimulsoft.Report.Components.StiDataBand();
this.Data50.CanShrink = true;
this.Data50.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 182, 190, 8);
this.Data50.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.Data50.DataSourceName = "tblReportValueParts3";
this.Data50.Name = "Data50";
this.Data50.Sort = new System.String[] {
"ASC",
"Order"};
this.Data50.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.Data50.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data50.BusinessObjectGuid = null;
//
// Text69
//
this.Text69 = new Stimulsoft.Report.Components.StiText();
this.Text69.CanGrow = true;
this.Text69.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 42, 6);
this.Text69.ComponentStyle = "ValuesBorder";
this.Text69.BeforePrint += new System.EventHandler(this.Text69_Conditions);
this.Text69.GrowToHeight = true;
this.Text69.Name = "Text69";
this.Text69.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text69__GetValue);
this.Text69.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text69.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text70
//
this.Text70 = new Stimulsoft.Report.Components.StiText();
this.Text70.CanGrow = true;
this.Text70.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(62, 0, 42, 6);
this.Text70.ComponentStyle = "ValuesBorder";
this.Text70.BeforePrint += new System.EventHandler(this.Text70_Conditions);
this.Text70.GrowToHeight = true;
this.Text70.Name = "Text70";
this.Text70.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text70__GetValue);
this.Text70.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text70.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data50.Guid = null;
this.Data50.Interaction = null;
this.tox.ExcelSheetValue = null;
this.tox.Interaction = null;
this.tox.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.tox_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.tox_Watermark.Font = new System.Drawing.Font("Calibri", 110F);
this.tox_Watermark.Image = null;
this.tox_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// eco
//
this.eco = new Stimulsoft.Report.Components.StiPage();
this.eco.Guid = "19c31ed3fe5742cc9effcc6291159366";
this.eco.Name = "eco";
this.eco.PageHeight = 297;
this.eco.PageWidth = 210;
this.eco.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.eco.PrintHeadersFootersFromPreviousPage = true;
this.eco.PrintOnPreviousPage = true;
this.eco.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.eco.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// ecoTitleMain
//
this.ecoTitleMain = new Stimulsoft.Report.Components.StiDataBand();
this.ecoTitleMain.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.ecoTitleMain__GetBookmark);
this.ecoTitleMain.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 16);
this.ecoTitleMain.DataSourceName = "tblReportValues0";
this.ecoTitleMain.Name = "ecoTitleMain";
this.ecoTitleMain.PrintIfDetailEmpty = true;
this.ecoTitleMain.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.ecoTitleMain.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.ecoTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.ecoTitleMain.BusinessObjectGuid = null;
//
// Text57
//
this.Text57 = new Stimulsoft.Report.Components.StiText();
this.Text57.CanGrow = true;
this.Text57.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text57.ComponentStyle = "TitleMain";
this.Text57.Guid = "f2b113a3c9eb43a3983e93c4aa08a598";
this.Text57.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text57.Name = "Text57";
this.Text57.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text57__GetValue);
this.Text57.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text57.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text57.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text57.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text57.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text57.Font = new System.Drawing.Font("Arial Black", 14F);
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.White);
this.Text57.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text57.BeforePrint += new System.EventHandler(this.Text57_BeforePrint);
this.ecoTitleMain.Guid = null;
this.ecoTitleMain.Interaction = null;
this.ecoTitleMain.MasterComponent = null;
//
// Data56
//
this.Data56 = new Stimulsoft.Report.Components.StiDataBand();
this.Data56.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data56__GetBookmark);
this.Data56.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 8);
this.Data56.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data56.DataSourceName = "tblReportValues1";
this.Data56.Name = "Data56";
this.Data56.PrintIfDetailEmpty = true;
this.Data56.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data56.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.Data56.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data56.BusinessObjectGuid = null;
//
this.InitializeComponent4();
}
public void InitializeComponent4()
{
// Text76
//
this.Text76 = new Stimulsoft.Report.Components.StiText();
this.Text76.CanGrow = true;
this.Text76.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text76.ComponentStyle = "TitleSub1";
this.Text76.Guid = "f7f0c6adf888482bb03d4e3bb5d41529";
this.Text76.Name = "Text76";
this.Text76.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text76__GetValue);
this.Text76.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text76.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text76.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text76.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.Text76.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text76.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text76.BeforePrint += new System.EventHandler(this.Text76_BeforePrint);
this.Data56.Guid = null;
this.Data56.Interaction = null;
//
// Data57
//
this.Data57 = new Stimulsoft.Report.Components.StiDataBand();
this.Data57.CanShrink = true;
this.Data57.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 44, 190, 4);
this.Data57.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data57.DataSourceName = "tblReportValues2";
this.Data57.Name = "Data57";
this.Data57.PrintIfDetailEmpty = true;
this.Data57.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"{GetData57_Sort3}"};
this.Data57.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.Data57.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data57.BusinessObjectGuid = null;
//
// Text77
//
this.Text77 = new Stimulsoft.Report.Components.StiText();
this.Text77.CanGrow = true;
this.Text77.CanShrink = true;
this.Text77.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 170, 4);
this.Text77.ComponentStyle = "Values";
this.Text77.GrowToHeight = true;
this.Text77.Name = "Text77";
this.Text77.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text77__GetValue);
this.Text77.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text77.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text77.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text77.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.Text77.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text77.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text77.Guid = null;
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data57.Guid = null;
this.Data57.Interaction = null;
//
// Data58
//
this.Data58 = new Stimulsoft.Report.Components.StiDataBand();
this.Data58.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data58__GetBookmark);
this.Data58.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 56, 190, 8);
this.Data58.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data58.DataSourceName = "tblReportValues1";
this.Data58.Guid = "e8f0de8d749c44ce8844f4a9381a4353";
this.Data58.Name = "Data58";
this.Data58.PrintIfDetailEmpty = true;
this.Data58.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data58.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.Data58.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data58.BusinessObjectGuid = null;
//
// Text78
//
this.Text78 = new Stimulsoft.Report.Components.StiText();
this.Text78.CanGrow = true;
this.Text78.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text78.ComponentStyle = "TitleSub1";
this.Text78.Guid = "059eebb9a6454bec8c61f9566e76cfdf";
this.Text78.Name = "Text78";
this.Text78.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text78__GetValue);
this.Text78.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text78.BeforePrint += new System.EventHandler(this.Text78_BeforePrint);
this.Data58.Interaction = null;
//
// Data60
//
this.Data60 = new Stimulsoft.Report.Components.StiDataBand();
this.Data60.CanShrink = true;
this.Data60.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 72, 190, 6);
this.Data60.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data60.DataSourceName = "tblReportValues2";
this.Data60.FilterOn = false;
this.Data60.Name = "Data60";
this.Data60.Sort = new System.String[0];
this.Data60.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.Data60.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data60.BusinessObjectGuid = null;
//
// Text80
//
this.Text80 = new Stimulsoft.Report.Components.StiText();
this.Text80.CanGrow = true;
this.Text80.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text80.ComponentStyle = "TitleSub2";
this.Text80.Guid = "00c3d0e0115440a7846a218499424446";
this.Text80.Name = "Text80";
this.Text80.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text80__GetValue);
this.Text80.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text80.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text80.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text80.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.Text80.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text80.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text80.BeforePrint += new System.EventHandler(this.Text80_BeforePrint);
this.Data60.Guid = null;
this.Data60.Interaction = null;
//
// Data61
//
this.Data61 = new Stimulsoft.Report.Components.StiDataBand();
this.Data61.CanShrink = true;
this.Data61.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 86, 190, 4);
this.Data61.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data61.DataSourceName = "tblReportValues3";
this.Data61.Name = "Data61";
this.Data61.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data61.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.Data61.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data61.BusinessObjectGuid = null;
//
// Text379
//
this.Text379 = new Stimulsoft.Report.Components.StiText();
this.Text379.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 16, 4);
this.Text379.Enabled = false;
this.Text379.Name = "Text379";
this.Text379.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text379__GetValue);
this.Text379.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.Text379.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text379.Font = new System.Drawing.Font("Calibri", 9F);
this.Text379.Guid = null;
this.Text379.Indicator = null;
this.Text379.Interaction = null;
this.Text379.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text379.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text379.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.AllowHtmlTags = true;
this.Text79.CanGrow = true;
this.Text79.CanShrink = true;
this.Text79.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 170, 4);
this.Text79.BeforePrint += new System.EventHandler(this.Text79_Conditions);
this.Text79.GrowToHeight = true;
this.Text79.Guid = "1c3e8483443f4b1f9b130753f98b656a";
this.Text79.Name = "Text79";
this.Text79.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text79__GetValue);
this.Text79.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text79.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text79.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.Text79.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text79.Font = new System.Drawing.Font("Calibri", 8F);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data61.Guid = null;
this.Data61.Interaction = null;
this.eco.ExcelSheetValue = null;
this.eco.Interaction = null;
this.eco.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.eco_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.eco_Watermark.Font = new System.Drawing.Font("Calibri", 110F);
this.eco_Watermark.Image = null;
this.eco_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// techDat
//
this.techDat = new Stimulsoft.Report.Components.StiPage();
this.techDat.Guid = "0691a11e92924b258bec120f58556700";
this.techDat.Name = "techDat";
this.techDat.PageHeight = 297;
this.techDat.PageWidth = 210;
this.techDat.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.techDat.PrintHeadersFootersFromPreviousPage = true;
this.techDat.PrintOnPreviousPage = true;
this.techDat.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.techDat.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// techDataTitleMain
//
this.techDataTitleMain = new Stimulsoft.Report.Components.StiDataBand();
this.techDataTitleMain.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.techDataTitleMain__GetBookmark);
this.techDataTitleMain.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 16);
this.techDataTitleMain.DataSourceName = "tblReportValues0";
this.techDataTitleMain.Name = "techDataTitleMain";
this.techDataTitleMain.PrintIfDetailEmpty = true;
this.techDataTitleMain.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.techDataTitleMain.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.techDataTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.techDataTitleMain.BusinessObjectGuid = null;
//
// Text73
//
this.Text73 = new Stimulsoft.Report.Components.StiText();
this.Text73.CanGrow = true;
this.Text73.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text73.ComponentStyle = "TitleMain";
this.Text73.Guid = "02b9769c67c34e7e8fbf79162e076fb8";
this.Text73.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text73.Name = "Text73";
this.Text73.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text73__GetValue);
this.Text73.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text73.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
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, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text73.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text73.Font = new System.Drawing.Font("Arial Black", 14F);
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.White);
this.Text73.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text73.BeforePrint += new System.EventHandler(this.Text73_BeforePrint);
this.techDataTitleMain.Guid = null;
this.techDataTitleMain.Interaction = null;
this.techDataTitleMain.MasterComponent = null;
//
// Data64
//
this.Data64 = new Stimulsoft.Report.Components.StiDataBand();
this.Data64.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data64__GetBookmark);
this.Data64.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 8);
this.Data64.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data64.DataSourceName = "tblReportValues1";
this.Data64.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data64.Name = "Data64";
this.Data64.PrintIfDetailEmpty = true;
this.Data64.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data64.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.Data64.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data64.BusinessObjectGuid = null;
//
// Text394
//
this.Text394 = new Stimulsoft.Report.Components.StiText();
this.Text394.CanGrow = true;
this.Text394.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text394.ComponentStyle = "TitleSub1";
this.Text394.Guid = "ff5a4059bb334aaa888fa59ab7747931";
this.Text394.Name = "Text394";
this.Text394.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text394__GetValue);
this.Text394.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text394.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text394.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text394.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.Text394.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text394.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text394.Indicator = null;
this.Text394.Interaction = null;
this.Text394.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text394.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text394.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text394.BeforePrint += new System.EventHandler(this.Text394_BeforePrint);
this.Data64.Guid = null;
this.Data64.Interaction = null;
//
// Data65
//
this.Data65 = new Stimulsoft.Report.Components.StiDataBand();
this.Data65.CanShrink = true;
this.Data65.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 44, 190, 8);
this.Data65.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data65.DataSourceName = "tblReportValues2";
this.Data65.Name = "Data65";
this.Data65.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data65.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.Data65.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data65.BusinessObjectGuid = null;
//
// Text87
//
this.Text87 = new Stimulsoft.Report.Components.StiText();
this.Text87.CanGrow = true;
this.Text87.CanShrink = true;
this.Text87.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 66, 4);
this.Text87.ComponentStyle = "ValuesBorder";
this.Text87.BeforePrint += new System.EventHandler(this.Text87_Conditions);
this.Text87.GrowToHeight = true;
this.Text87.Name = "Text87";
this.Text87.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text87.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text87__GetValue);
this.Text87.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text87.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text87.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.Text87.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text87.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text87.Guid = null;
this.Text87.Indicator = null;
this.Text87.Interaction = null;
this.Text87.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text88
//
this.Text88 = new Stimulsoft.Report.Components.StiText();
this.Text88.CanGrow = true;
this.Text88.CanShrink = true;
this.Text88.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(86, 0, 100, 4);
this.Text88.ComponentStyle = "ValuesBorder";
this.Text88.GrowToHeight = true;
this.Text88.Name = "Text88";
this.Text88.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text88__GetValue);
this.Text88.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text88.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text88.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text88.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.Text88.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text88.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text88.Guid = null;
this.Text88.Indicator = null;
this.Text88.Interaction = null;
this.Text88.Margins = new Stimulsoft.Report.Components.StiMargins(30, 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);
this.Data65.Guid = null;
this.Data65.Interaction = null;
//
// DataBand225
//
this.DataBand225 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand225.CanShrink = true;
this.DataBand225.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 60, 190, 6);
this.DataBand225.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand225.DataSourceName = "tblReportValues2";
this.DataBand225.Guid = "495e6ceff6bd49ecb654622e2caabcd9";
this.DataBand225.Name = "DataBand225";
this.DataBand225.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand225.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.DataBand225.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand225.BusinessObjectGuid = null;
//
// Text500
//
this.Text500 = new Stimulsoft.Report.Components.StiText();
this.Text500.CanGrow = true;
this.Text500.CanShrink = true;
this.Text500.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 168, 4);
this.Text500.ComponentStyle = "Values";
this.Text500.GrowToHeight = true;
this.Text500.Guid = "73b0fd085fd847299261499ad040e09b";
this.Text500.Name = "Text500";
this.Text500.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text500.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text500__GetValue);
this.Text500.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text500.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text500.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.Text500.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text500.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text500.Indicator = null;
this.Text500.Interaction = null;
this.Text500.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text500.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text500.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand225.Interaction = null;
//
// DataBand224
//
this.DataBand224 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand224.CanShrink = true;
this.DataBand224.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 74, 190, 8);
this.DataBand224.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand224.DataSourceName = "tblReportValueParts2";
this.DataBand224.Guid = "1be7460f32494083befa4ed6f97ce4c1";
this.DataBand224.Name = "DataBand224";
this.DataBand224.Sort = new System.String[] {
"ASC",
"{GetDataBand224_Sort1}"};
this.DataBand224.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.DataBand224.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand224.BusinessObjectGuid = null;
//
// Text493
//
this.Text493 = new Stimulsoft.Report.Components.StiText();
this.Text493.CanGrow = true;
this.Text493.CanShrink = true;
this.Text493.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(78, 0, 54, 4);
this.Text493.ComponentStyle = "ValuesBorder";
this.Text493.BeforePrint += new System.EventHandler(this.Text493_Conditions);
this.Text493.GrowToHeight = true;
this.Text493.Guid = "28e98597e5a94175a749f0c65a2d3d63";
this.Text493.Name = "Text493";
this.Text493.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text493.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text493__GetValue);
this.Text493.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text493.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text493.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.Text493.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text493.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text493.Indicator = null;
this.Text493.Interaction = null;
this.Text493.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text493.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text493.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text499
//
this.Text499 = new Stimulsoft.Report.Components.StiText();
this.Text499.CanGrow = true;
this.Text499.CanShrink = true;
this.Text499.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(132, 0, 54, 4);
this.Text499.ComponentStyle = "ValuesBorder";
this.Text499.BeforePrint += new System.EventHandler(this.Text499_Conditions);
this.Text499.GrowToHeight = true;
this.Text499.Guid = "5c6aa4d95559404281e097c0bc7cc33e";
this.Text499.Name = "Text499";
this.Text499.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text499.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text499__GetValue);
this.Text499.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text499.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text499.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.Text499.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text499.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text499.Indicator = null;
this.Text499.Interaction = null;
this.Text499.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text499.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text499.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text531
//
this.Text531 = new Stimulsoft.Report.Components.StiText();
this.Text531.CanGrow = true;
this.Text531.CanShrink = true;
this.Text531.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 58, 4);
this.Text531.ComponentStyle = "ValuesBorder";
this.Text531.BeforePrint += new System.EventHandler(this.Text531_Conditions);
this.Text531.GrowToHeight = true;
this.Text531.Guid = "5f5ffbdbf503486fa9b7f2100f4ac089";
this.Text531.Name = "Text531";
this.Text531.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text531.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text531__GetValue);
this.Text531.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text531.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text531.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.Text531.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text531.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text531.Indicator = null;
this.Text531.Interaction = null;
this.Text531.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text531.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text531.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand224.Interaction = null;
//
// DataBand2
//
this.DataBand2 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand2.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand2__GetBookmark);
this.DataBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 90, 190, 8);
this.DataBand2.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand2.DataSourceName = "tblReportValues1";
this.DataBand2.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand2.Guid = "a344b9fa19584b4186174d0026c33796";
this.DataBand2.Name = "DataBand2";
this.DataBand2.PrintIfDetailEmpty = true;
this.DataBand2.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
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.FromArgb(0, 0, 0, 0));
this.DataBand2.BusinessObjectGuid = null;
//
// Text86
//
this.Text86 = new Stimulsoft.Report.Components.StiText();
this.Text86.CanGrow = true;
this.Text86.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text86.ComponentStyle = "TitleSub1";
this.Text86.Guid = "14519f46ef6c4faeb6764a5dd184d982";
this.Text86.Name = "Text86";
this.Text86.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text86__GetValue);
this.Text86.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text86.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text86.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text86.BeforePrint += new System.EventHandler(this.Text86_BeforePrint);
this.DataBand2.Interaction = null;
//
// DataBand3
//
this.DataBand3 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand3.CanShrink = true;
this.DataBand3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 106, 190, 4);
this.DataBand3.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand3.DataSourceName = "tblReportValues2";
this.DataBand3.Guid = "3603737d573d42d0889bf1e183271fb2";
this.DataBand3.Name = "DataBand3";
this.DataBand3.PrintIfDetailEmpty = true;
this.DataBand3.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
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.FromArgb(0, 0, 0, 0));
this.DataBand3.BusinessObjectGuid = null;
//
// Text189
//
this.Text189 = new Stimulsoft.Report.Components.StiText();
this.Text189.CanGrow = true;
this.Text189.CanShrink = true;
this.Text189.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 66, 4);
this.Text189.ComponentStyle = "ValuesBorder";
this.Text189.BeforePrint += new System.EventHandler(this.Text189_Conditions);
this.Text189.GrowToHeight = true;
this.Text189.Guid = "139cef8e5a9a42b3b929c018b7a512f8";
this.Text189.Name = "Text189";
this.Text189.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text189.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text189__GetValue);
this.Text189.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text189.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text189.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.Text189.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text189.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text189.Indicator = null;
this.Text189.Interaction = null;
this.Text189.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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);
//
// Text472
//
this.Text472 = new Stimulsoft.Report.Components.StiText();
this.Text472.CanGrow = true;
this.Text472.CanShrink = true;
this.Text472.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(86, 0, 100, 4);
this.Text472.ComponentStyle = "ValuesBorder";
this.Text472.GrowToHeight = true;
this.Text472.Guid = "62abab9145b948ebbfaa3b4372efe13a";
this.Text472.Name = "Text472";
this.Text472.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text472__GetValue);
this.Text472.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text472.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text472.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.Text472.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text472.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text472.Indicator = null;
this.Text472.Interaction = null;
this.Text472.Margins = new Stimulsoft.Report.Components.StiMargins(30, 0, 0, 0);
this.Text472.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text472.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text367
//
this.Text367 = new Stimulsoft.Report.Components.StiText();
this.Text367.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 6, 4);
this.Text367.ComponentStyle = "HelpValues";
this.Text367.Enabled = false;
this.Text367.Name = "Text367";
this.Text367.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text367__GetValue);
this.Text367.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text367.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text367.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text367.Guid = null;
this.Text367.Indicator = null;
this.Text367.Interaction = null;
this.Text367.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text367.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 176, 80));
this.Text367.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text399
//
this.Text399 = new Stimulsoft.Report.Components.StiText();
this.Text399.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6, 0, 8, 4);
this.Text399.ComponentStyle = "HelpValues";
this.Text399.Enabled = false;
this.Text399.Name = "Text399";
this.Text399.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text399__GetValue);
this.Text399.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text399.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text399.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text399.Guid = null;
this.Text399.Indicator = null;
this.Text399.Interaction = null;
this.Text399.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text399.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 176, 80));
this.Text399.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text498
//
this.Text498 = new Stimulsoft.Report.Components.StiText();
this.Text498.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 0, 6, 4);
this.Text498.ComponentStyle = "HelpValues";
this.Text498.Enabled = false;
this.Text498.Name = "Text498";
this.Text498.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text498__GetValue);
this.Text498.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text498.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text498.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text498.Guid = null;
this.Text498.Indicator = null;
this.Text498.Interaction = null;
this.Text498.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text498.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 176, 80));
this.Text498.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand3.Interaction = null;
//
// DataBand4
//
this.DataBand4 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand4.CanShrink = true;
this.DataBand4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 118, 190, 8);
this.DataBand4.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand4.DataSourceName = "tblReportValueParts2";
this.DataBand4.Guid = "c730a4778f334c789578184625777a67";
this.DataBand4.Name = "DataBand4";
this.DataBand4.Sort = new System.String[] {
"ASC",
"{GetDataBand4_Sort1}"};
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.FromArgb(0, 0, 0, 0));
this.DataBand4.BusinessObjectGuid = null;
//
// Text473
//
this.Text473 = new Stimulsoft.Report.Components.StiText();
this.Text473.CanGrow = true;
this.Text473.CanShrink = true;
this.Text473.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(86, 0, 30, 4);
this.Text473.BeforePrint += new System.EventHandler(this.Text473_Conditions);
this.Text473.GrowToHeight = true;
this.Text473.Guid = "e1b244dd35d84ce5a1c46c3a3745fac5";
this.Text473.Name = "Text473";
this.Text473.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text473.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text473__GetValue);
this.Text473.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text473.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text473.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.Text473.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text473.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text473.Indicator = null;
this.Text473.Interaction = null;
this.Text473.Margins = new Stimulsoft.Report.Components.StiMargins(30, 0, 0, 0);
this.Text473.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text473.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text488
//
this.Text488 = new Stimulsoft.Report.Components.StiText();
this.Text488.CanGrow = true;
this.Text488.CanShrink = true;
this.Text488.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(116, 0, 70, 4);
this.Text488.BeforePrint += new System.EventHandler(this.Text488_Conditions);
this.Text488.GrowToHeight = true;
this.Text488.Guid = "4be8abee288a43f7aac55e47f62eec9d";
this.Text488.Name = "Text488";
this.Text488.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text488.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text488__GetValue);
this.Text488.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text488.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text488.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.Text488.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text488.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text488.Indicator = null;
this.Text488.Interaction = null;
this.Text488.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text488.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text488.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text489
//
this.Text489 = new Stimulsoft.Report.Components.StiText();
this.Text489.CanGrow = true;
this.Text489.CanShrink = true;
this.Text489.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 66, 4);
this.Text489.ComponentStyle = "ValuesBorder";
this.Text489.GrowToHeight = true;
this.Text489.Guid = "123593394ee24f0e90a9b4722da4b2c7";
this.Text489.Name = "Text489";
this.Text489.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text489.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text489__GetValue);
this.Text489.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text489.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text489.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.Text489.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text489.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text489.Indicator = null;
this.Text489.Interaction = null;
this.Text489.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text489.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text489.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand4.Interaction = null;
//
// Data214
//
this.Data214 = new Stimulsoft.Report.Components.StiDataBand();
this.Data214.CanShrink = true;
this.Data214.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 134, 190, 6);
this.Data214.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.Data214.DataSourceName = "tblReportValueParts2";
this.Data214.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data214.Guid = "3662f251eef048258c43b44f9e72d6a7";
this.Data214.Name = "Data214";
this.Data214.Sort = new System.String[] {
"ASC",
"{GetData214_Sort1}"};
this.Data214.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.Data214.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.Data214.BusinessObjectGuid = null;
//
// Text602
//
this.Text602 = new Stimulsoft.Report.Components.StiText();
this.Text602.CanGrow = true;
this.Text602.CanShrink = true;
this.Text602.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 168, 4);
this.Text602.ComponentStyle = "Values";
this.Text602.GrowToHeight = true;
this.Text602.Guid = "03c1bd7ac36841afb914dfdbf8c8889f";
this.Text602.Name = "Text602";
this.Text602.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text602.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text602__GetValue);
this.Text602.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text602.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text602.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.Text602.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text602.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text602.Indicator = null;
this.Text602.Interaction = null;
this.Text602.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text602.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text602.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data214.Interaction = null;
this.Data214.AfterPrint += new System.EventHandler(this.Data214_AfterPrint);
//
// Data213
//
this.Data213 = new Stimulsoft.Report.Components.StiDataBand();
this.Data213.CanShrink = true;
this.Data213.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 148, 190, 8);
this.Data213.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.Data213.DataSourceName = "tblReportValueParts2";
this.Data213.Guid = "a953629be44c4b66abb449f40ed63bd4";
this.Data213.Name = "Data213";
this.Data213.Sort = new System.String[] {
"ASC",
"{GetData213_Sort1}"};
this.Data213.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.Data213.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data213.BusinessObjectGuid = null;
//
// Text175
//
this.Text175 = new Stimulsoft.Report.Components.StiText();
this.Text175.CanGrow = true;
this.Text175.CanShrink = true;
this.Text175.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(66, 0, 40, 4);
this.Text175.ComponentStyle = "ValuesBorder";
this.Text175.BeforePrint += new System.EventHandler(this.Text175_Conditions);
this.Text175.GrowToHeight = true;
this.Text175.Guid = "1f85733f410340c28edfdf7479ef7b15";
this.Text175.Name = "Text175";
this.Text175.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text175.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text175__GetValue);
this.Text175.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text175.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text175.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.Text175.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text175.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text590
//
this.Text590 = new Stimulsoft.Report.Components.StiText();
this.Text590.CanGrow = true;
this.Text590.CanShrink = true;
this.Text590.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(106, 0, 40, 4);
this.Text590.ComponentStyle = "ValuesBorder";
this.Text590.BeforePrint += new System.EventHandler(this.Text590_Conditions);
this.Text590.GrowToHeight = true;
this.Text590.Guid = "50fb78057f7a413e9e79acd141eb8695";
this.Text590.Name = "Text590";
this.Text590.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text590.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text590__GetValue);
this.Text590.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text590.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text590.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.Text590.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text590.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text590.Indicator = null;
this.Text590.Interaction = null;
this.Text590.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text590.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text590.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text601
//
this.Text601 = new Stimulsoft.Report.Components.StiText();
this.Text601.CanGrow = true;
this.Text601.CanShrink = true;
this.Text601.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(146, 0, 40, 4);
this.Text601.ComponentStyle = "ValuesBorder";
this.Text601.BeforePrint += new System.EventHandler(this.Text601_Conditions);
this.Text601.GrowToHeight = true;
this.Text601.Guid = "4c28fdb87173485ea19097ba13c7df64";
this.Text601.Name = "Text601";
this.Text601.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text601.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text601__GetValue);
this.Text601.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text601.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text601.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.Text601.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text601.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text601.Indicator = null;
this.Text601.Interaction = null;
this.Text601.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text601.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text601.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text600
//
this.Text600 = new Stimulsoft.Report.Components.StiText();
this.Text600.CanGrow = true;
this.Text600.CanShrink = true;
this.Text600.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 46, 4);
this.Text600.ComponentStyle = "ValuesBorder";
this.Text600.BeforePrint += new System.EventHandler(this.Text600_Conditions);
this.Text600.GrowToHeight = true;
this.Text600.Guid = "4e40e3f24e4e48ed8a758ecfd0243307";
this.Text600.Name = "Text600";
this.Text600.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text600.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text600__GetValue);
this.Text600.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text600.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text600.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.Text600.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text600.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text600.Indicator = null;
this.Text600.Interaction = null;
this.Text600.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text600.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text600.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data213.Interaction = null;
//
// Data215
//
this.Data215 = new Stimulsoft.Report.Components.StiDataBand();
this.Data215.CanShrink = true;
this.Data215.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 164, 190, 8);
this.Data215.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.Data215.DataSourceName = "tblReportValueParts2";
this.Data215.Guid = "01fcb3814c8b45a2866da4b7eadf695f";
this.Data215.Name = "Data215";
this.Data215.Sort = new System.String[] {
"ASC",
"{GetData215_Sort1}"};
this.Data215.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.Data215.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.Data215.BusinessObjectGuid = null;
//
// Text603
//
this.Text603 = new Stimulsoft.Report.Components.StiText();
this.Text603.CanGrow = true;
this.Text603.CanShrink = true;
this.Text603.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 32, 4);
this.Text603.ComponentStyle = "ValuesBorder";
this.Text603.BeforePrint += new System.EventHandler(this.Text603_Conditions);
this.Text603.GrowToHeight = true;
this.Text603.Guid = "ede63da7ff1a446dae95281ad353d04a";
this.Text603.Name = "Text603";
this.Text603.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text603.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text603__GetValue);
this.Text603.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text603.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text603.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.Text603.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text603.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text603.Indicator = null;
this.Text603.Interaction = null;
this.Text603.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text603.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text603.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text604
//
this.Text604 = new Stimulsoft.Report.Components.StiText();
this.Text604.CanGrow = true;
this.Text604.CanShrink = true;
this.Text604.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(90, 0, 32, 4);
this.Text604.ComponentStyle = "ValuesBorder";
this.Text604.BeforePrint += new System.EventHandler(this.Text604_Conditions);
this.Text604.GrowToHeight = true;
this.Text604.Guid = "aadc384fc0664b6b86cece752a6dc0ab";
this.Text604.Name = "Text604";
this.Text604.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text604.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text604__GetValue);
this.Text604.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text604.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text604.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.Text604.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text604.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text604.Indicator = null;
this.Text604.Interaction = null;
this.Text604.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text604.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text604.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text605
//
this.Text605 = new Stimulsoft.Report.Components.StiText();
this.Text605.CanGrow = true;
this.Text605.CanShrink = true;
this.Text605.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(122, 0, 32, 4);
this.Text605.ComponentStyle = "ValuesBorder";
this.Text605.BeforePrint += new System.EventHandler(this.Text605_Conditions);
this.Text605.GrowToHeight = true;
this.Text605.Guid = "05cab11354d2473eb1da5c43526f6bdc";
this.Text605.Name = "Text605";
this.Text605.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text605.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text605__GetValue);
this.Text605.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text605.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text605.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.Text605.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text605.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text605.Indicator = null;
this.Text605.Interaction = null;
this.Text605.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text605.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text605.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text606
//
this.Text606 = new Stimulsoft.Report.Components.StiText();
this.Text606.CanGrow = true;
this.Text606.CanShrink = true;
this.Text606.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 38, 4);
this.Text606.ComponentStyle = "ValuesBorder";
this.Text606.BeforePrint += new System.EventHandler(this.Text606_Conditions);
this.Text606.GrowToHeight = true;
this.Text606.Guid = "a16f30de83264abe845f13a50db0df9b";
this.Text606.Name = "Text606";
this.Text606.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text606.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text606__GetValue);
this.Text606.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text606.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text606.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.Text606.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text606.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text606.Indicator = null;
this.Text606.Interaction = null;
this.Text606.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text606.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text606.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text637
//
this.Text637 = new Stimulsoft.Report.Components.StiText();
this.Text637.CanGrow = true;
this.Text637.CanShrink = true;
this.Text637.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(154, 0, 32, 4);
this.Text637.ComponentStyle = "ValuesBorder";
this.Text637.BeforePrint += new System.EventHandler(this.Text637_Conditions);
this.Text637.GrowToHeight = true;
this.Text637.Guid = "4b38b493654d409798a5aa92b5ac74ef";
this.Text637.Name = "Text637";
this.Text637.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text637.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text637__GetValue);
this.Text637.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text637.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text637.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.Text637.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text637.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text637.Indicator = null;
this.Text637.Interaction = null;
this.Text637.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.InitializeComponent5();
}
public void InitializeComponent5()
{
this.Text637.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text637.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data215.Interaction = null;
this.techDat.ExcelSheetValue = null;
this.techDat.Interaction = null;
this.techDat.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.techDat_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.techDat_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.techDat_Watermark.Image = null;
this.techDat_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// techDatEcoT
//
this.techDatEcoT = new Stimulsoft.Report.Components.StiPage();
this.techDatEcoT.Guid = "64f31a6b7dae4aab84e948469a7c402c";
this.techDatEcoT.Name = "techDatEcoT";
this.techDatEcoT.PageHeight = 297;
this.techDatEcoT.PageWidth = 210;
this.techDatEcoT.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.techDatEcoT.PrintHeadersFootersFromPreviousPage = true;
this.techDatEcoT.PrintOnPreviousPage = true;
this.techDatEcoT.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.techDatEcoT.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Data71
//
this.Data71 = new Stimulsoft.Report.Components.StiDataBand();
this.Data71.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data71__GetBookmark);
this.Data71.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.Data71.DataSourceName = "tblReportValues0";
this.Data71.Name = "Data71";
this.Data71.PrintIfDetailEmpty = true;
this.Data71.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data71.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.Data71.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data71.BusinessObjectGuid = null;
this.Data71.Guid = null;
this.Data71.Interaction = null;
this.Data71.MasterComponent = null;
//
// Data72
//
this.Data72 = new Stimulsoft.Report.Components.StiDataBand();
this.Data72.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data72__GetBookmark);
this.Data72.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 8);
this.Data72.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data72.DataSourceName = "tblReportValues1";
this.Data72.Name = "Data72";
this.Data72.PrintIfDetailEmpty = true;
this.Data72.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data72.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.Data72.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data72.BusinessObjectGuid = null;
//
// Text95
//
this.Text95 = new Stimulsoft.Report.Components.StiText();
this.Text95.CanGrow = true;
this.Text95.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text95.ComponentStyle = "TitleSub1";
this.Text95.Guid = "77665ffd230840d19035c7ad1502cc73";
this.Text95.Name = "Text95";
this.Text95.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text95__GetValue);
this.Text95.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text95.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text95.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text95.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.Text95.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text95.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Text95.BeforePrint += new System.EventHandler(this.Text95_BeforePrint);
this.Data72.Guid = null;
this.Data72.Interaction = null;
//
// Data73
//
this.Data73 = new Stimulsoft.Report.Components.StiDataBand();
this.Data73.CanShrink = true;
this.Data73.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 6);
this.Data73.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data73.DataSourceName = "tblReportValues2";
this.Data73.KeepChildTogether = true;
this.Data73.KeepDetailsTogether = true;
this.Data73.Name = "Data73";
this.Data73.PrintIfDetailEmpty = true;
this.Data73.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data73.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.Data73.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data73.BusinessObjectGuid = null;
//
// Text407
//
this.Text407 = new Stimulsoft.Report.Components.StiText();
this.Text407.CanGrow = true;
this.Text407.CanShrink = true;
this.Text407.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 168, 4);
this.Text407.ComponentStyle = "Values";
this.Text407.GrowToHeight = true;
this.Text407.Guid = "22d359f51fa9406d908fa3750c7de707";
this.Text407.Name = "Text407";
this.Text407.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text407.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text407__GetValue);
this.Text407.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text407.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text407.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text407.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.Text407.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text407.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text407.Indicator = null;
this.Text407.Interaction = null;
this.Text407.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text407.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text407.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data73.Guid = null;
this.Data73.Interaction = null;
//
// Data74
//
this.Data74 = new Stimulsoft.Report.Components.StiDataBand();
this.Data74.CanShrink = true;
this.Data74.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 42, 190, 10);
this.Data74.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.Data74.DataSourceName = "tblReportValueParts2";
this.Data74.Name = "Data74";
this.Data74.Sort = new System.String[] {
"ASC",
"Order"};
this.Data74.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.Data74.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data74.BusinessObjectGuid = null;
//
// Text97
//
this.Text97 = new Stimulsoft.Report.Components.StiText();
this.Text97.CanGrow = true;
this.Text97.CanShrink = true;
this.Text97.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(86, 0, 30, 6);
this.Text97.ComponentStyle = "ValuesBorder";
this.Text97.BeforePrint += new System.EventHandler(this.Text97_Conditions);
this.Text97.GrowToHeight = true;
this.Text97.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text97.Name = "Text97";
this.Text97.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text97__GetValue);
this.Text97.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text97.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text97.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.Text97.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text97.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text97.Guid = null;
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.CanGrow = true;
this.Text98.CanShrink = true;
this.Text98.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 66, 6);
this.Text98.ComponentStyle = "ValuesBorder";
this.Text98.BeforePrint += new System.EventHandler(this.Text98_Conditions);
this.Text98.GrowToHeight = true;
this.Text98.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text98.Name = "Text98";
this.Text98.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text98__GetValue);
this.Text98.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text98.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text98.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.Text98.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text98.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text98.Guid = null;
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.CanGrow = true;
this.Text99.CanShrink = true;
this.Text99.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(140, 0, 46, 6);
this.Text99.ComponentStyle = "ValuesBorder";
this.Text99.BeforePrint += new System.EventHandler(this.Text99_Conditions);
this.Text99.GrowToHeight = true;
this.Text99.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text99.Name = "Text99";
this.Text99.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text99__GetValue);
this.Text99.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text99.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text99.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.Text99.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text99.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text99.Guid = null;
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.CanGrow = true;
this.Text100.CanShrink = true;
this.Text100.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(116, 0, 24, 6);
this.Text100.ComponentStyle = "ValuesBorder";
this.Text100.BeforePrint += new System.EventHandler(this.Text100_Conditions);
this.Text100.GrowToHeight = true;
this.Text100.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text100.Name = "Text100";
this.Text100.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text100__GetValue);
this.Text100.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text100.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text100.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text100.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.Text100.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text100.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text100.Guid = null;
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);
//
// Text534
//
this.Text534 = new Stimulsoft.Report.Components.StiText();
this.Text534.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 6, 4);
this.Text534.ComponentStyle = "HelpValues";
this.Text534.Enabled = false;
this.Text534.Name = "Text534";
this.Text534.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text534__GetValue);
this.Text534.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text534.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text534.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text534.Guid = null;
this.Text534.Indicator = null;
this.Text534.Interaction = null;
this.Text534.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text534.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 176, 80));
this.Text534.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text638
//
this.Text638 = new Stimulsoft.Report.Components.StiText();
this.Text638.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6, 0, 8, 4);
this.Text638.ComponentStyle = "HelpValues";
this.Text638.Enabled = false;
this.Text638.Name = "Text638";
this.Text638.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text638__GetValue);
this.Text638.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text638.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text638.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text638.Guid = null;
this.Text638.Indicator = null;
this.Text638.Interaction = null;
this.Text638.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text638.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 176, 80));
this.Text638.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data74.Guid = null;
this.Data74.Interaction = null;
//
// storage
//
this.storage = new Stimulsoft.Report.Components.StiDataBand();
this.storage.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.storage__GetBookmark);
this.storage.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 60, 190, 8);
this.storage.DataRelationName = "tblReportTitles_tblReportValues1";
this.storage.DataSourceName = "tblReportValues1";
this.storage.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.storage.Guid = "5fbc9bb81c8e4fd1b3e72b692b1394d9";
this.storage.Name = "storage";
this.storage.PrintIfDetailEmpty = true;
this.storage.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.storage.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.storage.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.storage.BusinessObjectGuid = null;
//
// Text235
//
this.Text235 = new Stimulsoft.Report.Components.StiText();
this.Text235.CanGrow = true;
this.Text235.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text235.ComponentStyle = "TitleSub1";
this.Text235.Guid = "6f4a628bb02043058858a77be12a9464";
this.Text235.Name = "Text235";
this.Text235.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text235__GetValue);
this.Text235.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text235.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text235.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text235.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.Text235.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text235.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text235.BeforePrint += new System.EventHandler(this.Text235_BeforePrint);
this.storage.Interaction = null;
//
// DataBand66
//
this.DataBand66 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand66.CanShrink = true;
this.DataBand66.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 76, 190, 8);
this.DataBand66.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand66.DataSourceName = "tblReportValues2";
this.DataBand66.Guid = "b6b93b8024734c98b482e0c4f7bacd0d";
this.DataBand66.Name = "DataBand66";
this.DataBand66.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand66.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.DataBand66.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand66.BusinessObjectGuid = null;
//
// Text408
//
this.Text408 = new Stimulsoft.Report.Components.StiText();
this.Text408.CanGrow = true;
this.Text408.CanShrink = true;
this.Text408.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 66, 6);
this.Text408.ComponentStyle = "ValuesBorder";
this.Text408.BeforePrint += new System.EventHandler(this.Text408_Conditions);
this.Text408.GrowToHeight = true;
this.Text408.Guid = "596134c50d944bb4aa02f65b3cbaaccf";
this.Text408.Name = "Text408";
this.Text408.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text408.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text408__GetValue);
this.Text408.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text408.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text408.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.Text408.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text408.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text408.Indicator = null;
this.Text408.Interaction = null;
this.Text408.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text408.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text408.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text495
//
this.Text495 = new Stimulsoft.Report.Components.StiText();
this.Text495.CanGrow = true;
this.Text495.CanShrink = true;
this.Text495.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(86, 0, 100, 6);
this.Text495.ComponentStyle = "ValuesBorder";
this.Text495.GrowToHeight = true;
this.Text495.Guid = "7b59b7a51de04e32be4cb721730f7872";
this.Text495.Name = "Text495";
this.Text495.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text495__GetValue);
this.Text495.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text495.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text495.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text495.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.Text495.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text495.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text495.Indicator = null;
this.Text495.Interaction = null;
this.Text495.Margins = new Stimulsoft.Report.Components.StiMargins(30, 0, 0, 0);
this.Text495.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text495.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand66.Interaction = null;
this.techDatEcoT.ExcelSheetValue = null;
this.techDatEcoT.Interaction = null;
this.techDatEcoT.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.techDatEcoT_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.techDatEcoT_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.techDatEcoT_Watermark.Image = null;
this.techDatEcoT_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// eL_eu
//
this.eL_eu = new Stimulsoft.Report.Components.StiPage();
this.eL_eu.Guid = "e82135b2de974785b648efce09e0feff";
this.eL_eu.Name = "eL_eu";
this.eL_eu.PageHeight = 297;
this.eL_eu.PageWidth = 210;
this.eL_eu.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.eL_eu.PrintHeadersFootersFromPreviousPage = true;
this.eL_eu.PrintOnPreviousPage = true;
this.eL_eu.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.eL_eu.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255));
//
// DataBand228
//
this.DataBand228 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand228.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand228__GetBookmark);
this.DataBand228.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 14);
this.DataBand228.DataSourceName = "tblReportValues0";
this.DataBand228.Name = "DataBand228";
this.DataBand228.PrintIfDetailEmpty = true;
this.DataBand228.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand228.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.DataBand228.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand228.BusinessObjectGuid = null;
//
// Text104
//
this.Text104 = new Stimulsoft.Report.Components.StiText();
this.Text104.CanGrow = true;
this.Text104.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text104.ComponentStyle = "TitleMain";
this.Text104.Guid = "fa58fef8f0064c35aef7f96253e6bba1";
this.Text104.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text104.Name = "Text104";
this.Text104.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text104__GetValue);
this.Text104.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text104.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text104.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text104.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text104.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text104.Font = new System.Drawing.Font("Arial Black", 14F);
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.White);
this.Text104.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text104.BeforePrint += new System.EventHandler(this.Text104_BeforePrint);
this.DataBand228.DataRelationName = null;
this.DataBand228.Guid = null;
this.DataBand228.Interaction = null;
this.DataBand228.MasterComponent = null;
//
// DataBand229
//
this.DataBand229 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand229.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand229__GetBookmark);
this.DataBand229.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 26, 190, 8);
this.DataBand229.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand229.DataSourceName = "tblReportValues1";
this.DataBand229.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand229.Name = "DataBand229";
this.DataBand229.PrintIfDetailEmpty = true;
this.DataBand229.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand229.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.DataBand229.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand229.BusinessObjectGuid = null;
//
// Text105
//
this.Text105 = new Stimulsoft.Report.Components.StiText();
this.Text105.CanGrow = true;
this.Text105.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text105.ComponentStyle = "TitleSub1";
this.Text105.Name = "Text105";
this.Text105.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text105__GetValue);
this.Text105.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text105.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text105.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text105.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.Text105.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text105.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text105.Guid = null;
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text105.BeforePrint += new System.EventHandler(this.Text105_BeforePrint);
this.DataBand229.Guid = null;
this.DataBand229.Interaction = null;
//
// DataBand230
//
this.DataBand230 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand230.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand230__GetBookmark);
this.DataBand230.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 42, 190, 6);
this.DataBand230.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand230.DataSourceName = "tblReportValues2";
this.DataBand230.Name = "DataBand230";
this.DataBand230.PrintIfDetailEmpty = true;
this.DataBand230.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand230.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.DataBand230.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand230.BusinessObjectGuid = null;
//
// Text106
//
this.Text106 = new Stimulsoft.Report.Components.StiText();
this.Text106.CanGrow = true;
this.Text106.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text106.ComponentStyle = "TitleSub2";
this.Text106.Name = "Text106";
this.Text106.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text106__GetValue);
this.Text106.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text106.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text106.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text106.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.Text106.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text106.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text106.Guid = null;
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);
this.Text106.BeforePrint += new System.EventHandler(this.Text106_BeforePrint);
this.DataBand230.Guid = null;
this.DataBand230.Interaction = null;
//
// DataBand269
//
this.DataBand269 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand269.CanShrink = true;
this.DataBand269.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 56, 190, 4);
this.DataBand269.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand269.DataSourceName = "tblReportValues3";
this.DataBand269.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand269.Guid = "1283642b1fab4474ac6802c961a370ae";
this.DataBand269.Name = "DataBand269";
this.DataBand269.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand269.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.DataBand269.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand269.BusinessObjectGuid = null;
//
// Text102
//
this.Text102 = new Stimulsoft.Report.Components.StiText();
this.Text102.CanGrow = true;
this.Text102.CanShrink = true;
this.Text102.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text102.ComponentStyle = "ValuesBorder";
this.Text102.BeforePrint += new System.EventHandler(this.Text102_Conditions);
this.Text102.GrowToHeight = true;
this.Text102.Name = "Text102";
this.Text102.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text102.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text102__GetValue);
this.Text102.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.Text102.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text102.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text102.Guid = null;
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);
//
// Text120
//
this.Text120 = new Stimulsoft.Report.Components.StiText();
this.Text120.CanGrow = true;
this.Text120.CanShrink = true;
this.Text120.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 106, 4);
this.Text120.ComponentStyle = "ValuesBorder";
this.Text120.GrowToHeight = true;
this.Text120.Name = "Text120";
this.Text120.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text120__GetValue);
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text120.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand269.Interaction = null;
//
// DataBand235
//
this.DataBand235 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand235.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 68, 190, 2);
this.DataBand235.DataSourceName = "tblReportValues2";
this.DataBand235.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand235.Guid = "df3cbcc701ba4f33be76d24814ac3e39";
this.DataBand235.Name = "DataBand235";
this.DataBand235.Sort = new System.String[0];
this.DataBand235.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.DataBand235.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand235.BusinessObjectGuid = null;
this.DataBand235.DataRelationName = null;
this.DataBand235.Interaction = null;
this.DataBand235.AfterPrint += new System.EventHandler(this.DataBand235_AfterPrint);
this.DataBand235.BeforePrint += new System.EventHandler(this.DataBand235_BeforePrint);
//
// GroupHeaderBand3
//
this.GroupHeaderBand3 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand3.CanShrink = true;
this.GroupHeaderBand3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 78, 190, 6);
this.GroupHeaderBand3.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand3__GetValue);
this.GroupHeaderBand3.Guid = "b62c66d126ac460c8803b14376780ca5";
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, 250, 192, 143));
//
// Text107
//
this.Text107 = new Stimulsoft.Report.Components.StiText();
this.Text107.CanShrink = true;
this.Text107.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 6);
this.Text107.BeforePrint += new System.EventHandler(this.Text107_Conditions);
this.Text107.Name = "Text107";
this.Text107.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.Text107.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text107.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text107.Guid = null;
this.Text107.Indicator = null;
this.Text107.Interaction = null;
this.Text107.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text107.AfterPrint += new System.EventHandler(this.Text107_AfterPrint);
this.GroupHeaderBand3.Interaction = null;
this.GroupHeaderBand3.BeforePrint += new System.EventHandler(this.GroupHeaderBand3_BeforePrint);
//
// DataBand236
//
this.DataBand236 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand236.CanShrink = true;
this.DataBand236.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 92, 190, 4);
this.DataBand236.DataSourceName = "tblReportValueParts3";
this.DataBand236.Guid = "011962786dc44e0b8a27dbc3a2a881b1";
this.DataBand236.Name = "DataBand236";
this.DataBand236.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand236.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.DataBand236.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand236.BusinessObjectGuid = null;
this.DataBand236.DataRelationName = null;
this.DataBand236.Interaction = null;
this.DataBand236.BeforePrint += new System.EventHandler(this.DataBand236_BeforePrint);
//
// GroupFooterBand3
//
this.GroupFooterBand3 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 104, 190, 4);
this.GroupFooterBand3.Guid = "87962c71a7624717ad178ee375af35ac";
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.Transparent);
//
// Text116
//
this.Text116 = new Stimulsoft.Report.Components.StiText();
this.Text116.CanGrow = true;
this.Text116.CanShrink = true;
this.Text116.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text116.ComponentStyle = "ValuesBorder";
this.Text116.BeforePrint += new System.EventHandler(this.Text116_Conditions);
this.Text116.GrowToHeight = true;
this.Text116.Guid = "7f4ef829b8444bdaae5fe987fbeeec3e";
this.Text116.Name = "Text116";
this.Text116.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text116.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text116__GetValue);
this.Text116.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text116.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.Text116.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text116.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text116.Indicator = null;
this.Text116.Interaction = null;
this.Text116.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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);
//
// Text117
//
this.Text117 = new Stimulsoft.Report.Components.StiText();
this.Text117.CanGrow = true;
this.Text117.CanShrink = true;
this.Text117.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 56, 4);
this.Text117.ComponentStyle = "ValuesBorder";
this.Text117.BeforePrint += new System.EventHandler(this.Text117_Conditions);
this.Text117.GrowToHeight = true;
this.Text117.Guid = "95640658335e4983ac23e8d36c9b57cd";
this.Text117.Name = "Text117";
this.Text117.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text117__GetValue);
this.Text117.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text117.Indicator = null;
this.Text117.Interaction = null;
this.Text117.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text117.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text117.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text118
//
this.Text118 = new Stimulsoft.Report.Components.StiText();
this.Text118.CanGrow = true;
this.Text118.CanShrink = true;
this.Text118.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(136, 0, 50, 4);
this.Text118.ComponentStyle = "ValuesBorder";
this.Text118.BeforePrint += new System.EventHandler(this.Text118_Conditions);
this.Text118.GrowToHeight = true;
this.Text118.Guid = "c2dc6a1555ab4f979d3fb51fe4d84d22";
this.Text118.Name = "Text118";
this.Text118.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text118__GetValue);
this.Text118.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text118.Indicator = null;
this.Text118.Interaction = null;
this.Text118.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text118.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text118.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupFooterBand3.Interaction = null;
this.eL_eu.ExcelSheetValue = null;
this.eL_eu.Interaction = null;
this.eL_eu.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.eL_eu_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.eL_eu_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.eL_eu_Watermark.Image = null;
this.eL_eu_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// eL_usa
//
this.eL_usa = new Stimulsoft.Report.Components.StiPage();
this.eL_usa.Guid = "346268dbf15d4c4da14141673417a9d6";
this.eL_usa.Name = "eL_usa";
this.eL_usa.PageHeight = 297;
this.eL_usa.PageWidth = 210;
this.eL_usa.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.eL_usa.PrintHeadersFootersFromPreviousPage = true;
this.eL_usa.PrintOnPreviousPage = true;
this.eL_usa.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.eL_usa.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand65
//
this.DataBand65 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand65.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand65__GetBookmark);
this.DataBand65.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand65.DataSourceName = "tblReportValues0";
this.DataBand65.Name = "DataBand65";
this.DataBand65.PrintIfDetailEmpty = true;
this.DataBand65.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand65.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.DataBand65.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand65.BusinessObjectGuid = null;
this.DataBand65.DataRelationName = null;
this.DataBand65.Guid = null;
this.DataBand65.Interaction = null;
this.DataBand65.MasterComponent = null;
//
// DataBand226
//
this.DataBand226 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand226.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand226__GetBookmark);
this.DataBand226.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 0);
this.DataBand226.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand226.DataSourceName = "tblReportValues1";
this.DataBand226.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand226.Name = "DataBand226";
this.DataBand226.PrintIfDetailEmpty = true;
this.DataBand226.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand226.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.DataBand226.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand226.BusinessObjectGuid = null;
this.DataBand226.Guid = null;
this.DataBand226.Interaction = null;
//
// DataBand227
//
this.DataBand227 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand227.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand227__GetBookmark);
this.DataBand227.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 20, 190, 6);
this.DataBand227.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand227.DataSourceName = "tblReportValues2";
this.DataBand227.Name = "DataBand227";
this.DataBand227.PrintIfDetailEmpty = true;
this.DataBand227.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand227.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.DataBand227.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand227.BusinessObjectGuid = null;
//
// Text103
//
this.Text103 = new Stimulsoft.Report.Components.StiText();
this.Text103.CanGrow = true;
this.Text103.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text103.ComponentStyle = "TitleSub2";
this.Text103.Name = "Text103";
this.Text103.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text103__GetValue);
this.Text103.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text103.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text103.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text103.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.Text103.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text103.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text103.Guid = null;
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text103.BeforePrint += new System.EventHandler(this.Text103_BeforePrint);
this.DataBand227.Guid = null;
this.DataBand227.Interaction = null;
//
// DataBand274
//
this.DataBand274 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand274.CanShrink = true;
this.DataBand274.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 34, 190, 4);
this.DataBand274.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand274.DataSourceName = "tblReportValues3";
this.DataBand274.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand274.Guid = "73d3a78a265f4529b0afcb9d6c6decfc";
this.DataBand274.Name = "DataBand274";
this.DataBand274.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand274.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.DataBand274.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand274.BusinessObjectGuid = null;
//
// Text772
//
this.Text772 = new Stimulsoft.Report.Components.StiText();
this.Text772.CanGrow = true;
this.Text772.CanShrink = true;
this.Text772.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text772.ComponentStyle = "ValuesBorder";
this.Text772.BeforePrint += new System.EventHandler(this.Text772_Conditions);
this.Text772.GrowToHeight = true;
this.Text772.Guid = "ae6e7aec12fd41679af1100fa63505ae";
this.Text772.Name = "Text772";
this.Text772.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text772.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text772__GetValue);
this.Text772.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.Text772.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text772.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text772.Indicator = null;
this.Text772.Interaction = null;
this.Text772.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text772.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text772.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text773
//
this.Text773 = new Stimulsoft.Report.Components.StiText();
this.Text773.CanGrow = true;
this.Text773.CanShrink = true;
this.Text773.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 106, 4);
this.Text773.ComponentStyle = "ValuesBorder";
this.Text773.GrowToHeight = true;
this.Text773.Guid = "0916e005bd5242f59d9643feef96baa1";
this.Text773.Name = "Text773";
this.Text773.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text773__GetValue);
this.Text773.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.Text773.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text773.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text773.Indicator = null;
this.Text773.Interaction = null;
this.Text773.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text773.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text773.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand274.Interaction = null;
//
// DataBand275
//
this.DataBand275 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand275.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 6);
this.DataBand275.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand275.DataSourceName = "tblReportValues3";
this.DataBand275.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand275.Guid = "3ce94e63c3394119a7a33b71458992be";
this.DataBand275.Name = "DataBand275";
this.DataBand275.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand275.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.DataBand275.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand275.BusinessObjectGuid = null;
//
// Text774
//
this.Text774 = new Stimulsoft.Report.Components.StiText();
this.Text774.CanGrow = true;
this.Text774.CanShrink = true;
this.Text774.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 166, 4);
this.Text774.ComponentStyle = "Values";
this.Text774.GrowToHeight = true;
this.Text774.Guid = "6366594d73344acc88618f138994652b";
this.Text774.Name = "Text774";
this.Text774.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text774.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text774__GetValue);
this.Text774.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.Text774.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text774.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text774.Indicator = null;
this.Text774.Interaction = null;
this.Text774.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text774.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text774.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand275.Interaction = null;
//
// DataBand276
//
this.DataBand276 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand276.CanShrink = true;
this.DataBand276.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 60, 190, 4);
this.DataBand276.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand276.DataSourceName = "tblReportValueParts3";
this.DataBand276.Guid = "eadc336ad35a48349067806d27d7def8";
this.DataBand276.Name = "DataBand276";
this.DataBand276.PrintIfDetailEmpty = true;
this.DataBand276.Sort = new System.String[] {
"ASC",
"PropID",
"ASC",
"Order"};
this.DataBand276.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.DataBand276.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand276.BusinessObjectGuid = null;
//
// Text775
//
this.Text775 = new Stimulsoft.Report.Components.StiText();
this.Text775.CanGrow = true;
this.Text775.CanShrink = true;
this.Text775.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 106, 4);
this.Text775.BeforePrint += new System.EventHandler(this.Text775_Conditions);
this.Text775.GrowToHeight = true;
this.Text775.Guid = "f771c71aee7049559200d675ced394c9";
this.Text775.Name = "Text775";
this.Text775.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text775__GetValue);
this.Text775.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text775.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.Text775.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text775.Font = new System.Drawing.Font("Calibri", 9F);
this.Text775.Indicator = null;
this.Text775.Interaction = null;
this.Text775.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text775.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text775.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text776
//
this.Text776 = new Stimulsoft.Report.Components.StiText();
this.Text776.CanGrow = true;
this.Text776.CanShrink = true;
this.Text776.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text776.ComponentStyle = "ValuesBorder";
this.Text776.BeforePrint += new System.EventHandler(this.Text776_Conditions);
this.Text776.GrowToHeight = true;
this.Text776.Guid = "8b8cc5240d4946a5bb92bdd7e1c8f23c";
this.Text776.Name = "Text776";
this.Text776.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text776.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text776__GetValue);
this.Text776.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text776.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text776.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.Text776.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text776.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text776.Indicator = null;
this.Text776.Interaction = null;
this.Text776.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text776.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text776.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand276.Interaction = null;
//
// DataBand231
//
this.DataBand231 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand231.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 72, 190, 2);
this.DataBand231.DataSourceName = "tblReportValues2";
this.DataBand231.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand231.Guid = "df3cbcc701ba4f33be76d24814ac3e39";
this.DataBand231.Name = "DataBand231";
this.DataBand231.Sort = new System.String[0];
this.DataBand231.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.DataBand231.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand231.BusinessObjectGuid = null;
this.DataBand231.DataRelationName = null;
this.DataBand231.Interaction = null;
this.DataBand231.AfterPrint += new System.EventHandler(this.DataBand231_AfterPrint);
this.DataBand231.BeforePrint += new System.EventHandler(this.DataBand231_BeforePrint);
//
// GroupHeaderBand1
//
this.GroupHeaderBand1 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand1.CanShrink = true;
this.GroupHeaderBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 82, 190, 6);
this.GroupHeaderBand1.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand1__GetValue);
this.GroupHeaderBand1.Guid = "b62c66d126ac460c8803b14376780ca5";
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.Transparent);
//
// Text108
//
this.Text108 = new Stimulsoft.Report.Components.StiText();
this.Text108.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 6);
this.Text108.BeforePrint += new System.EventHandler(this.Text108_Conditions);
this.Text108.Name = "Text108";
this.Text108.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text108__GetValue);
this.Text108.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.Text108.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text108.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text108.Guid = null;
this.Text108.Indicator = null;
this.Text108.Interaction = null;
this.Text108.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text108.AfterPrint += new System.EventHandler(this.Text108_AfterPrint);
this.GroupHeaderBand1.Interaction = null;
this.GroupHeaderBand1.BeforePrint += new System.EventHandler(this.GroupHeaderBand1_BeforePrint);
//
this.InitializeComponent6();
}
public void InitializeComponent6()
{
// DataBand232
//
this.DataBand232 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand232.CanShrink = true;
this.DataBand232.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 96, 190, 4);
this.DataBand232.DataSourceName = "tblReportValueParts3";
this.DataBand232.Guid = "011962786dc44e0b8a27dbc3a2a881b1";
this.DataBand232.Name = "DataBand232";
this.DataBand232.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand232.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.DataBand232.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand232.BusinessObjectGuid = null;
this.DataBand232.DataRelationName = null;
this.DataBand232.Interaction = null;
this.DataBand232.BeforePrint += new System.EventHandler(this.DataBand232_BeforePrint);
//
// GroupFooterBand1
//
this.GroupFooterBand1 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 108, 190, 4);
this.GroupFooterBand1.Guid = "87962c71a7624717ad178ee375af35ac";
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.Transparent);
//
// Text109
//
this.Text109 = new Stimulsoft.Report.Components.StiText();
this.Text109.CanGrow = true;
this.Text109.CanShrink = true;
this.Text109.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text109.ComponentStyle = "ValuesBorder";
this.Text109.BeforePrint += new System.EventHandler(this.Text109_Conditions);
this.Text109.GrowToHeight = true;
this.Text109.Guid = "7f4ef829b8444bdaae5fe987fbeeec3e";
this.Text109.Name = "Text109";
this.Text109.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text109.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text109__GetValue);
this.Text109.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text109.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.Text109.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text109.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text109.Indicator = null;
this.Text109.Interaction = null;
this.Text109.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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.CanGrow = true;
this.Text110.CanShrink = true;
this.Text110.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 56, 4);
this.Text110.ComponentStyle = "ValuesBorder";
this.Text110.BeforePrint += new System.EventHandler(this.Text110_Conditions);
this.Text110.GrowToHeight = true;
this.Text110.Guid = "95640658335e4983ac23e8d36c9b57cd";
this.Text110.Name = "Text110";
this.Text110.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text110__GetValue);
this.Text110.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text110.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.Text110.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text110.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text110.Indicator = null;
this.Text110.Interaction = null;
this.Text110.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text111
//
this.Text111 = new Stimulsoft.Report.Components.StiText();
this.Text111.CanGrow = true;
this.Text111.CanShrink = true;
this.Text111.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(136, 0, 50, 4);
this.Text111.ComponentStyle = "ValuesBorder";
this.Text111.BeforePrint += new System.EventHandler(this.Text111_Conditions);
this.Text111.GrowToHeight = true;
this.Text111.Guid = "c2dc6a1555ab4f979d3fb51fe4d84d22";
this.Text111.Name = "Text111";
this.Text111.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text111__GetValue);
this.Text111.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text111.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.Text111.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text111.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text111.Indicator = null;
this.Text111.Interaction = null;
this.Text111.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupFooterBand1.Interaction = null;
//
// DataBand233
//
this.DataBand233 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand233.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 120, 190, 2);
this.DataBand233.DataSourceName = "tblReportValues2";
this.DataBand233.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand233.Guid = "2a7cf11c2f234b718f4e05e28ea15b29";
this.DataBand233.Name = "DataBand233";
this.DataBand233.Sort = new System.String[0];
this.DataBand233.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.DataBand233.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand233.BusinessObjectGuid = null;
this.DataBand233.DataRelationName = null;
this.DataBand233.Interaction = null;
this.DataBand233.AfterPrint += new System.EventHandler(this.DataBand233_AfterPrint);
this.DataBand233.BeforePrint += new System.EventHandler(this.DataBand233_BeforePrint);
//
// GroupHeaderBand2
//
this.GroupHeaderBand2 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand2.CanShrink = true;
this.GroupHeaderBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 130, 190, 6);
this.GroupHeaderBand2.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand2__GetValue);
this.GroupHeaderBand2.Guid = "753b8d58ca554e7eb03ec97df46158ac";
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.Transparent);
//
// Text112
//
this.Text112 = new Stimulsoft.Report.Components.StiText();
this.Text112.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 6);
this.Text112.BeforePrint += new System.EventHandler(this.Text112_Conditions);
this.Text112.Guid = "6ef757d364e8448198378536cb6c02a5";
this.Text112.Name = "Text112";
this.Text112.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text112__GetValue);
this.Text112.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.Text112.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text112.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text112.Indicator = null;
this.Text112.Interaction = null;
this.Text112.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text112.AfterPrint += new System.EventHandler(this.Text112_AfterPrint);
this.GroupHeaderBand2.Interaction = null;
this.GroupHeaderBand2.BeforePrint += new System.EventHandler(this.GroupHeaderBand2_BeforePrint);
//
// DataBand234
//
this.DataBand234 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand234.CanShrink = true;
this.DataBand234.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 144, 190, 4);
this.DataBand234.DataSourceName = "tblReportValueParts3";
this.DataBand234.Guid = "2ae56db76ba64c6398a272590a47fcf9";
this.DataBand234.Name = "DataBand234";
this.DataBand234.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand234.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.DataBand234.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand234.BusinessObjectGuid = null;
this.DataBand234.DataRelationName = null;
this.DataBand234.Interaction = null;
this.DataBand234.BeforePrint += new System.EventHandler(this.DataBand234_BeforePrint);
//
// GroupFooterBand2
//
this.GroupFooterBand2 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 156, 190, 4);
this.GroupFooterBand2.Guid = "0ffe5feed2204a0e84b6817652e0f752";
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.Transparent);
//
// Text113
//
this.Text113 = new Stimulsoft.Report.Components.StiText();
this.Text113.CanGrow = true;
this.Text113.CanShrink = true;
this.Text113.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text113.ComponentStyle = "ValuesBorder";
this.Text113.BeforePrint += new System.EventHandler(this.Text113_Conditions);
this.Text113.GrowToHeight = true;
this.Text113.Guid = "ab6d8908fe624c92ab9619e4d4113a95";
this.Text113.Name = "Text113";
this.Text113.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text113.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text113__GetValue);
this.Text113.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text113.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.Text113.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text113.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text113.Indicator = null;
this.Text113.Interaction = null;
this.Text113.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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.CanGrow = true;
this.Text114.CanShrink = true;
this.Text114.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 56, 4);
this.Text114.ComponentStyle = "ValuesBorder";
this.Text114.BeforePrint += new System.EventHandler(this.Text114_Conditions);
this.Text114.GrowToHeight = true;
this.Text114.Guid = "9f52be98c4054cdd813ecf5587f24cbc";
this.Text114.Name = "Text114";
this.Text114.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text114__GetValue);
this.Text114.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text114.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.Text114.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text114.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text114.Indicator = null;
this.Text114.Interaction = null;
this.Text114.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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.CanGrow = true;
this.Text115.CanShrink = true;
this.Text115.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(136, 0, 50, 4);
this.Text115.ComponentStyle = "ValuesBorder";
this.Text115.BeforePrint += new System.EventHandler(this.Text115_Conditions);
this.Text115.GrowToHeight = true;
this.Text115.Guid = "e702c3f52be44b809a9010dba5e3e7b2";
this.Text115.Name = "Text115";
this.Text115.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text115__GetValue);
this.Text115.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text115.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.Text115.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text115.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text115.Indicator = null;
this.Text115.Interaction = null;
this.Text115.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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);
this.GroupFooterBand2.Interaction = null;
this.eL_usa.ExcelSheetValue = null;
this.eL_usa.Interaction = null;
this.eL_usa.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.eL_usa_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.eL_usa_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.eL_usa_Watermark.Image = null;
this.eL_usa_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// eL_d
//
this.eL_d = new Stimulsoft.Report.Components.StiPage();
this.eL_d.Guid = "a1ed25f352ff44f087fe08eba35aefeb";
this.eL_d.Name = "eL_d";
this.eL_d.PageHeight = 297;
this.eL_d.PageWidth = 210;
this.eL_d.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.eL_d.PrintHeadersFootersFromPreviousPage = true;
this.eL_d.PrintOnPreviousPage = true;
this.eL_d.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.eL_d.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255));
//
// DataBand262
//
this.DataBand262 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand262.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand262__GetBookmark);
this.DataBand262.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand262.DataSourceName = "tblReportValues0";
this.DataBand262.Name = "DataBand262";
this.DataBand262.PrintIfDetailEmpty = true;
this.DataBand262.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand262.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.DataBand262.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand262.BusinessObjectGuid = null;
this.DataBand262.DataRelationName = null;
this.DataBand262.Guid = null;
this.DataBand262.Interaction = null;
this.DataBand262.MasterComponent = null;
//
// DataBand263
//
this.DataBand263 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand263.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand263__GetBookmark);
this.DataBand263.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 0);
this.DataBand263.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand263.DataSourceName = "tblReportValues1";
this.DataBand263.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand263.Name = "DataBand263";
this.DataBand263.PrintIfDetailEmpty = true;
this.DataBand263.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand263.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.DataBand263.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand263.BusinessObjectGuid = null;
this.DataBand263.Guid = null;
this.DataBand263.Interaction = null;
//
// DataBand267
//
this.DataBand267 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand267.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand267__GetBookmark);
this.DataBand267.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 20, 190, 6);
this.DataBand267.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand267.DataSourceName = "tblReportValues2";
this.DataBand267.Guid = "47c01f46fd9048c7a34e2b05c0404e77";
this.DataBand267.Name = "DataBand267";
this.DataBand267.PrintIfDetailEmpty = true;
this.DataBand267.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand267.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.DataBand267.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand267.BusinessObjectGuid = null;
//
// Text141
//
this.Text141 = new Stimulsoft.Report.Components.StiText();
this.Text141.CanGrow = true;
this.Text141.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text141.ComponentStyle = "TitleSub2";
this.Text141.Guid = "330f622041a44c43a2ecfece2629ca9b";
this.Text141.Name = "Text141";
this.Text141.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text141__GetValue);
this.Text141.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text141.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text141.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text141.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.Text141.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text141.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text141.BeforePrint += new System.EventHandler(this.Text141_BeforePrint);
this.DataBand267.Interaction = null;
//
// DataBand264
//
this.DataBand264 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand264.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand264__GetBookmark);
this.DataBand264.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 34, 190, 6);
this.DataBand264.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand264.DataSourceName = "tblReportValues2";
this.DataBand264.Name = "DataBand264";
this.DataBand264.PrintIfDetailEmpty = true;
this.DataBand264.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand264.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.DataBand264.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand264.BusinessObjectGuid = null;
//
// Text124
//
this.Text124 = new Stimulsoft.Report.Components.StiText();
this.Text124.CanGrow = true;
this.Text124.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2, 170, 4);
this.Text124.ComponentStyle = "TitleSub3";
this.Text124.Name = "Text124";
this.Text124.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text124__GetValue);
this.Text124.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text124.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text124.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text124.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.Text124.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text124.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text124.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text124.BeforePrint += new System.EventHandler(this.Text124_BeforePrint);
this.DataBand264.Guid = null;
this.DataBand264.Interaction = null;
//
// DataBand270
//
this.DataBand270 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand270.CanShrink = true;
this.DataBand270.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 48, 190, 4);
this.DataBand270.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand270.DataSourceName = "tblReportValues3";
this.DataBand270.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand270.Guid = "a308604224b443b59c98aabda6e53a36";
this.DataBand270.Name = "DataBand270";
this.DataBand270.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand270.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.DataBand270.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand270.BusinessObjectGuid = null;
//
// Text101
//
this.Text101 = new Stimulsoft.Report.Components.StiText();
this.Text101.CanGrow = true;
this.Text101.CanShrink = true;
this.Text101.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text101.ComponentStyle = "ValuesBorder";
this.Text101.BeforePrint += new System.EventHandler(this.Text101_Conditions);
this.Text101.GrowToHeight = true;
this.Text101.Guid = "aedc263f45a14d73aad0dec2c68a5218";
this.Text101.Name = "Text101";
this.Text101.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text101.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text101__GetValue);
this.Text101.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.Text101.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text101.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
//
// Text119
//
this.Text119 = new Stimulsoft.Report.Components.StiText();
this.Text119.CanGrow = true;
this.Text119.CanShrink = true;
this.Text119.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 106, 4);
this.Text119.ComponentStyle = "ValuesBorder";
this.Text119.GrowToHeight = true;
this.Text119.Guid = "8fa0661909cf46a18340f7d38c959fdd";
this.Text119.Name = "Text119";
this.Text119.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text119__GetValue);
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand270.Interaction = null;
//
// DataBand265
//
this.DataBand265 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand265.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 60, 190, 2);
this.DataBand265.DataSourceName = "tblReportValues2";
this.DataBand265.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand265.Guid = "df3cbcc701ba4f33be76d24814ac3e39";
this.DataBand265.Name = "DataBand265";
this.DataBand265.Sort = new System.String[0];
this.DataBand265.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.DataBand265.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand265.BusinessObjectGuid = null;
this.DataBand265.DataRelationName = null;
this.DataBand265.Interaction = null;
this.DataBand265.AfterPrint += new System.EventHandler(this.DataBand265_AfterPrint);
this.DataBand265.BeforePrint += new System.EventHandler(this.DataBand265_BeforePrint);
//
// GroupHeaderBand9
//
this.GroupHeaderBand9 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand9.CanShrink = true;
this.GroupHeaderBand9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 70, 190, 6);
this.GroupHeaderBand9.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand9__GetValue);
this.GroupHeaderBand9.Guid = "b62c66d126ac460c8803b14376780ca5";
this.GroupHeaderBand9.Name = "GroupHeaderBand9";
this.GroupHeaderBand9.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.GroupHeaderBand9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 250, 192, 143));
//
// Text125
//
this.Text125 = new Stimulsoft.Report.Components.StiText();
this.Text125.CanShrink = true;
this.Text125.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 6);
this.Text125.BeforePrint += new System.EventHandler(this.Text125_Conditions);
this.Text125.Name = "Text125";
this.Text125.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.Text125.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text125.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text125.Guid = null;
this.Text125.Indicator = null;
this.Text125.Interaction = null;
this.Text125.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text125.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text125.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text125.AfterPrint += new System.EventHandler(this.Text125_AfterPrint);
this.GroupHeaderBand9.Interaction = null;
this.GroupHeaderBand9.BeforePrint += new System.EventHandler(this.GroupHeaderBand9_BeforePrint);
//
// DataBand266
//
this.DataBand266 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand266.CanShrink = true;
this.DataBand266.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 84, 190, 4);
this.DataBand266.DataSourceName = "tblReportValueParts3";
this.DataBand266.Guid = "011962786dc44e0b8a27dbc3a2a881b1";
this.DataBand266.Name = "DataBand266";
this.DataBand266.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand266.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.DataBand266.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand266.BusinessObjectGuid = null;
this.DataBand266.DataRelationName = null;
this.DataBand266.Interaction = null;
this.DataBand266.BeforePrint += new System.EventHandler(this.DataBand266_BeforePrint);
//
// GroupFooterBand9
//
this.GroupFooterBand9 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 96, 190, 4);
this.GroupFooterBand9.Guid = "87962c71a7624717ad178ee375af35ac";
this.GroupFooterBand9.Name = "GroupFooterBand9";
this.GroupFooterBand9.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.GroupFooterBand9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text133
//
this.Text133 = new Stimulsoft.Report.Components.StiText();
this.Text133.CanGrow = true;
this.Text133.CanShrink = true;
this.Text133.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text133.ComponentStyle = "ValuesBorder";
this.Text133.BeforePrint += new System.EventHandler(this.Text133_Conditions);
this.Text133.GrowToHeight = true;
this.Text133.Guid = "7f4ef829b8444bdaae5fe987fbeeec3e";
this.Text133.Name = "Text133";
this.Text133.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text133.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text133__GetValue);
this.Text133.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text133.Indicator = null;
this.Text133.Interaction = null;
this.Text133.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text133.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text133.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text134
//
this.Text134 = new Stimulsoft.Report.Components.StiText();
this.Text134.CanGrow = true;
this.Text134.CanShrink = true;
this.Text134.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 56, 4);
this.Text134.ComponentStyle = "ValuesBorder";
this.Text134.BeforePrint += new System.EventHandler(this.Text134_Conditions);
this.Text134.GrowToHeight = true;
this.Text134.Guid = "95640658335e4983ac23e8d36c9b57cd";
this.Text134.Name = "Text134";
this.Text134.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text134__GetValue);
this.Text134.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text134.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.Text134.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text134.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text134.Indicator = null;
this.Text134.Interaction = null;
this.Text134.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text140
//
this.Text140 = new Stimulsoft.Report.Components.StiText();
this.Text140.CanGrow = true;
this.Text140.CanShrink = true;
this.Text140.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(136, 0, 50, 4);
this.Text140.ComponentStyle = "ValuesBorder";
this.Text140.BeforePrint += new System.EventHandler(this.Text140_Conditions);
this.Text140.GrowToHeight = true;
this.Text140.Guid = "c2dc6a1555ab4f979d3fb51fe4d84d22";
this.Text140.Name = "Text140";
this.Text140.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text140__GetValue);
this.Text140.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text140.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.Text140.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text140.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text140.Indicator = null;
this.Text140.Interaction = null;
this.Text140.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupFooterBand9.Interaction = null;
//
// DataBand268
//
this.DataBand268 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand268.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand268__GetBookmark);
this.DataBand268.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 108, 190, 6);
this.DataBand268.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand268.DataSourceName = "tblReportValues2";
this.DataBand268.Guid = "c01d728b37524c469f8ba98b20bbe00c";
this.DataBand268.Name = "DataBand268";
this.DataBand268.PrintIfDetailEmpty = true;
this.DataBand268.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand268.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.DataBand268.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand268.BusinessObjectGuid = null;
//
// Text721
//
this.Text721 = new Stimulsoft.Report.Components.StiText();
this.Text721.CanGrow = true;
this.Text721.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2, 164, 4);
this.Text721.ComponentStyle = "TitleSub3";
this.Text721.Guid = "d78556396308485496724439be7dd457";
this.Text721.Name = "Text721";
this.Text721.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text721__GetValue);
this.Text721.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text721.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text721.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text721.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.Text721.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text721.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text721.Indicator = null;
this.Text721.Interaction = null;
this.Text721.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text721.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text721.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text721.BeforePrint += new System.EventHandler(this.Text721_BeforePrint);
this.DataBand268.Interaction = null;
//
// DataBand272
//
this.DataBand272 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand272.CanShrink = true;
this.DataBand272.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 122, 190, 4);
this.DataBand272.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand272.DataSourceName = "tblReportValues3";
this.DataBand272.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand272.Guid = "21995558cdd343cdaea920d2325103e8";
this.DataBand272.Name = "DataBand272";
this.DataBand272.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand272.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.DataBand272.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand272.BusinessObjectGuid = null;
//
// Text770
//
this.Text770 = new Stimulsoft.Report.Components.StiText();
this.Text770.CanGrow = true;
this.Text770.CanShrink = true;
this.Text770.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text770.ComponentStyle = "ValuesBorder";
this.Text770.BeforePrint += new System.EventHandler(this.Text770_Conditions);
this.Text770.GrowToHeight = true;
this.Text770.Guid = "5c886046341140e1a58907950d33e628";
this.Text770.Name = "Text770";
this.Text770.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text770.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text770__GetValue);
this.Text770.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.Text770.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text770.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text770.Indicator = null;
this.Text770.Interaction = null;
this.Text770.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text770.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text770.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text771
//
this.Text771 = new Stimulsoft.Report.Components.StiText();
this.Text771.CanGrow = true;
this.Text771.CanShrink = true;
this.Text771.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 106, 4);
this.Text771.ComponentStyle = "ValuesBorder";
this.Text771.GrowToHeight = true;
this.Text771.Guid = "6086571cdeb0403bb43876a34c222b64";
this.Text771.Name = "Text771";
this.Text771.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text771__GetValue);
this.Text771.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.Text771.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text771.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text771.Indicator = null;
this.Text771.Interaction = null;
this.Text771.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text771.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text771.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand272.Interaction = null;
//
// DataBand273
//
this.DataBand273 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand273.CanGrow = false;
this.DataBand273.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 134, 190, 2);
this.DataBand273.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand273.DataSourceName = "tblReportValues3";
this.DataBand273.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand273.Guid = "497f7463ba4142b2906a5cf7ffdbfcc1";
this.DataBand273.MaxHeight = 2;
this.DataBand273.MinHeight = 2;
this.DataBand273.Name = "DataBand273";
this.DataBand273.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand273.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.DataBand273.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand273.BusinessObjectGuid = null;
this.DataBand273.Interaction = null;
//
// DataBand271
//
this.DataBand271 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand271.CanShrink = true;
this.DataBand271.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 144, 190, 4);
this.DataBand271.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand271.DataSourceName = "tblReportValues3";
this.DataBand271.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand271.Guid = "27aff567823f4c63911f4202cfd33afe";
this.DataBand271.Name = "DataBand271";
this.DataBand271.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand271.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.DataBand271.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand271.BusinessObjectGuid = null;
//
// Text722
//
this.Text722 = new Stimulsoft.Report.Components.StiText();
this.Text722.CanGrow = true;
this.Text722.CanShrink = true;
this.Text722.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text722.ComponentStyle = "ValuesBorder";
this.Text722.BeforePrint += new System.EventHandler(this.Text722_Conditions);
this.Text722.GrowToHeight = true;
this.Text722.Guid = "8d78895fd98f42b79056dfc8ae76698e";
this.Text722.Name = "Text722";
this.Text722.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text722.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text722__GetValue);
this.Text722.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.Text722.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text722.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text722.Indicator = null;
this.Text722.Interaction = null;
this.Text722.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text722.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text722.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text769
//
this.Text769 = new Stimulsoft.Report.Components.StiText();
this.Text769.CanGrow = true;
this.Text769.CanShrink = true;
this.Text769.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 106, 4);
this.Text769.ComponentStyle = "ValuesBorder";
this.Text769.GrowToHeight = true;
this.Text769.Guid = "e90aa28f57c040cf8eb879e0ecf7409f";
this.Text769.Name = "Text769";
this.Text769.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text769__GetValue);
this.Text769.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.Text769.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text769.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text769.Indicator = null;
this.Text769.Interaction = null;
this.Text769.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text769.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text769.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand271.Interaction = null;
this.eL_d.ExcelSheetValue = null;
this.eL_d.Interaction = null;
this.eL_d.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.eL_d_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.eL_d_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.eL_d_Watermark.Image = null;
this.eL_d_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// eL_nl
//
this.eL_nl = new Stimulsoft.Report.Components.StiPage();
this.eL_nl.Guid = "c69ac9d964f746e88fef6406452cd224";
this.eL_nl.Name = "eL_nl";
this.eL_nl.PageHeight = 297;
this.eL_nl.PageWidth = 210;
this.eL_nl.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.eL_nl.PrintHeadersFootersFromPreviousPage = true;
this.eL_nl.PrintOnPreviousPage = true;
this.eL_nl.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.eL_nl.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand240
//
this.DataBand240 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand240.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand240__GetBookmark);
this.DataBand240.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand240.DataSourceName = "tblReportValues0";
this.DataBand240.Name = "DataBand240";
this.DataBand240.PrintIfDetailEmpty = true;
this.DataBand240.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand240.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.DataBand240.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand240.BusinessObjectGuid = null;
this.DataBand240.DataRelationName = null;
this.DataBand240.Guid = null;
this.DataBand240.Interaction = null;
this.DataBand240.MasterComponent = null;
//
// DataBand241
//
this.DataBand241 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand241.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand241__GetBookmark);
this.DataBand241.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 0);
this.DataBand241.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand241.DataSourceName = "tblReportValues1";
this.DataBand241.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand241.Name = "DataBand241";
this.DataBand241.PrintIfDetailEmpty = true;
this.DataBand241.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand241.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.DataBand241.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand241.BusinessObjectGuid = null;
this.DataBand241.Guid = null;
this.DataBand241.Interaction = null;
//
// DataBand242
//
this.DataBand242 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand242.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand242__GetBookmark);
this.DataBand242.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 20, 190, 6);
this.DataBand242.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand242.DataSourceName = "tblReportValues2";
this.DataBand242.Name = "DataBand242";
this.DataBand242.PrintIfDetailEmpty = true;
this.DataBand242.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand242.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.DataBand242.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand242.BusinessObjectGuid = null;
//
// Text126
//
this.Text126 = new Stimulsoft.Report.Components.StiText();
this.Text126.CanGrow = true;
this.Text126.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text126.ComponentStyle = "TitleSub2";
this.Text126.Name = "Text126";
this.Text126.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text126__GetValue);
this.Text126.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text126.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text126.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text126.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.Text126.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text126.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text126.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text126.BeforePrint += new System.EventHandler(this.Text126_BeforePrint);
this.DataBand242.Guid = null;
this.DataBand242.Interaction = null;
//
// DataBand277
//
this.DataBand277 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand277.CanShrink = true;
this.DataBand277.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 34, 190, 4);
this.DataBand277.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand277.DataSourceName = "tblReportValues3";
this.DataBand277.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand277.Guid = "41f652261fdb4916947e35dce5e0b53d";
this.DataBand277.Name = "DataBand277";
this.DataBand277.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand277.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.DataBand277.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand277.BusinessObjectGuid = null;
//
// Text777
//
this.Text777 = new Stimulsoft.Report.Components.StiText();
this.Text777.CanGrow = true;
this.Text777.CanShrink = true;
this.Text777.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text777.ComponentStyle = "ValuesBorder";
this.Text777.BeforePrint += new System.EventHandler(this.Text777_Conditions);
this.Text777.GrowToHeight = true;
this.Text777.Guid = "9c97ed8be4434a89a9a681cc77b47df1";
this.Text777.Name = "Text777";
this.Text777.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text777.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text777__GetValue);
this.Text777.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.Text777.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text777.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text777.Indicator = null;
this.Text777.Interaction = null;
this.Text777.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text777.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text777.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text778
//
this.Text778 = new Stimulsoft.Report.Components.StiText();
this.Text778.CanGrow = true;
this.Text778.CanShrink = true;
this.Text778.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 106, 4);
this.Text778.ComponentStyle = "ValuesBorder";
this.Text778.GrowToHeight = true;
this.Text778.Guid = "52d51d0f8b804399bb65955e1f3edd86";
this.Text778.Name = "Text778";
this.Text778.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text778__GetValue);
this.Text778.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.Text778.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text778.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text778.Indicator = null;
this.Text778.Interaction = null;
this.Text778.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text778.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text778.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand277.Interaction = null;
//
// DataBand243
//
this.DataBand243 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand243.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 2);
this.DataBand243.DataSourceName = "tblReportValues2";
this.DataBand243.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand243.Guid = "df3cbcc701ba4f33be76d24814ac3e39";
this.DataBand243.Name = "DataBand243";
this.DataBand243.Sort = new System.String[0];
this.DataBand243.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.DataBand243.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand243.BusinessObjectGuid = null;
this.DataBand243.DataRelationName = null;
this.DataBand243.Interaction = null;
this.DataBand243.AfterPrint += new System.EventHandler(this.DataBand243_AfterPrint);
this.DataBand243.BeforePrint += new System.EventHandler(this.DataBand243_BeforePrint);
//
// GroupHeaderBand5
//
this.GroupHeaderBand5 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand5.CanShrink = true;
this.GroupHeaderBand5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 56, 190, 6);
this.GroupHeaderBand5.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand5__GetValue);
this.GroupHeaderBand5.Guid = "b62c66d126ac460c8803b14376780ca5";
this.GroupHeaderBand5.Name = "GroupHeaderBand5";
this.GroupHeaderBand5.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.GroupHeaderBand5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text127
//
this.Text127 = new Stimulsoft.Report.Components.StiText();
this.Text127.CanShrink = true;
this.Text127.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 6);
this.Text127.BeforePrint += new System.EventHandler(this.Text127_Conditions);
this.Text127.Name = "Text127";
this.Text127.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.Text127.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text127.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text127.Guid = null;
this.Text127.Indicator = null;
this.Text127.Interaction = null;
this.Text127.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text127.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text127.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text127.AfterPrint += new System.EventHandler(this.Text127_AfterPrint);
this.GroupHeaderBand5.Interaction = null;
this.GroupHeaderBand5.BeforePrint += new System.EventHandler(this.GroupHeaderBand5_BeforePrint);
//
// DataBand244
//
this.DataBand244 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand244.CanShrink = true;
this.DataBand244.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 70, 190, 4);
this.DataBand244.DataSourceName = "tblReportValueParts3";
this.DataBand244.Guid = "011962786dc44e0b8a27dbc3a2a881b1";
this.DataBand244.Name = "DataBand244";
this.DataBand244.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand244.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.DataBand244.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand244.BusinessObjectGuid = null;
this.DataBand244.DataRelationName = null;
this.DataBand244.Interaction = null;
this.DataBand244.BeforePrint += new System.EventHandler(this.DataBand244_BeforePrint);
//
// GroupFooterBand5
//
this.GroupFooterBand5 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 82, 190, 4);
this.GroupFooterBand5.Guid = "87962c71a7624717ad178ee375af35ac";
this.GroupFooterBand5.Name = "GroupFooterBand5";
this.GroupFooterBand5.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.GroupFooterBand5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text128
//
this.Text128 = new Stimulsoft.Report.Components.StiText();
this.Text128.CanGrow = true;
this.Text128.CanShrink = true;
this.Text128.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text128.ComponentStyle = "ValuesBorder";
this.Text128.BeforePrint += new System.EventHandler(this.Text128_Conditions);
this.Text128.GrowToHeight = true;
this.Text128.Guid = "7f4ef829b8444bdaae5fe987fbeeec3e";
this.Text128.Name = "Text128";
this.Text128.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text128.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text128__GetValue);
this.Text128.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text128.Indicator = null;
this.Text128.Interaction = null;
this.Text128.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text128.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text128.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text129
//
this.Text129 = new Stimulsoft.Report.Components.StiText();
this.Text129.CanGrow = true;
this.Text129.CanShrink = true;
this.Text129.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 56, 4);
this.Text129.ComponentStyle = "ValuesBorder";
this.Text129.BeforePrint += new System.EventHandler(this.Text129_Conditions);
this.Text129.GrowToHeight = true;
this.Text129.Guid = "95640658335e4983ac23e8d36c9b57cd";
this.Text129.Name = "Text129";
this.Text129.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text129__GetValue);
this.Text129.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text129.Indicator = null;
this.Text129.Interaction = null;
this.Text129.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.InitializeComponent7();
}
public void InitializeComponent7()
{
this.Text129.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text129.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text130
//
this.Text130 = new Stimulsoft.Report.Components.StiText();
this.Text130.CanGrow = true;
this.Text130.CanShrink = true;
this.Text130.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(136, 0, 50, 4);
this.Text130.ComponentStyle = "ValuesBorder";
this.Text130.BeforePrint += new System.EventHandler(this.Text130_Conditions);
this.Text130.GrowToHeight = true;
this.Text130.Guid = "c2dc6a1555ab4f979d3fb51fe4d84d22";
this.Text130.Name = "Text130";
this.Text130.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text130__GetValue);
this.Text130.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text130.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.Text130.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text130.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text130.Indicator = null;
this.Text130.Interaction = null;
this.Text130.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text130.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text130.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupFooterBand5.Interaction = null;
this.eL_nl.ExcelSheetValue = null;
this.eL_nl.Interaction = null;
this.eL_nl.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.eL_nl_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.eL_nl_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.eL_nl_Watermark.Image = null;
this.eL_nl_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// eL_b
//
this.eL_b = new Stimulsoft.Report.Components.StiPage();
this.eL_b.Guid = "4e2157c1d44346b983a4b43d8b498e21";
this.eL_b.Name = "eL_b";
this.eL_b.PageHeight = 297;
this.eL_b.PageWidth = 210;
this.eL_b.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.eL_b.PrintHeadersFootersFromPreviousPage = true;
this.eL_b.PrintOnPreviousPage = true;
this.eL_b.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.eL_b.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand357
//
this.DataBand357 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand357.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand357__GetBookmark);
this.DataBand357.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand357.DataSourceName = "tblReportValues0";
this.DataBand357.Name = "DataBand357";
this.DataBand357.PrintIfDetailEmpty = true;
this.DataBand357.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand357.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.DataBand357.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand357.BusinessObjectGuid = null;
this.DataBand357.DataRelationName = null;
this.DataBand357.Guid = null;
this.DataBand357.Interaction = null;
this.DataBand357.MasterComponent = null;
//
// DataBand364
//
this.DataBand364 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand364.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand364__GetBookmark);
this.DataBand364.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 0);
this.DataBand364.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand364.DataSourceName = "tblReportValues1";
this.DataBand364.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand364.Name = "DataBand364";
this.DataBand364.PrintIfDetailEmpty = true;
this.DataBand364.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand364.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.DataBand364.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand364.BusinessObjectGuid = null;
this.DataBand364.Guid = null;
this.DataBand364.Interaction = null;
//
// DataBand369
//
this.DataBand369 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand369.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand369__GetBookmark);
this.DataBand369.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 20, 190, 6);
this.DataBand369.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand369.DataSourceName = "tblReportValues2";
this.DataBand369.Name = "DataBand369";
this.DataBand369.PrintIfDetailEmpty = true;
this.DataBand369.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand369.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.DataBand369.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand369.BusinessObjectGuid = null;
//
// Text990
//
this.Text990 = new Stimulsoft.Report.Components.StiText();
this.Text990.CanGrow = true;
this.Text990.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text990.ComponentStyle = "TitleSub2";
this.Text990.Guid = "df36688715534413acd14837c86d19e0";
this.Text990.Name = "Text990";
this.Text990.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text990__GetValue);
this.Text990.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text990.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text990.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text990.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.Text990.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text990.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text990.Indicator = null;
this.Text990.Interaction = null;
this.Text990.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text990.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text990.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text990.BeforePrint += new System.EventHandler(this.Text990_BeforePrint);
this.DataBand369.Guid = null;
this.DataBand369.Interaction = null;
//
// DataBand370
//
this.DataBand370 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand370.CanShrink = true;
this.DataBand370.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 34, 190, 4);
this.DataBand370.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand370.DataSourceName = "tblReportValues3";
this.DataBand370.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand370.Guid = "531e579d23a34e09af85af32d9901cc3";
this.DataBand370.Name = "DataBand370";
this.DataBand370.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand370.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.DataBand370.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand370.BusinessObjectGuid = null;
//
// Text977
//
this.Text977 = new Stimulsoft.Report.Components.StiText();
this.Text977.CanGrow = true;
this.Text977.CanShrink = true;
this.Text977.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text977.ComponentStyle = "ValuesBorder";
this.Text977.BeforePrint += new System.EventHandler(this.Text977_Conditions);
this.Text977.GrowToHeight = true;
this.Text977.Guid = "93e4ad3d13d544eda6c620f0dc6de1f1";
this.Text977.Name = "Text977";
this.Text977.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text977.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text977__GetValue);
this.Text977.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.Text977.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text977.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text977.Indicator = null;
this.Text977.Interaction = null;
this.Text977.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text977.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text977.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text984
//
this.Text984 = new Stimulsoft.Report.Components.StiText();
this.Text984.CanGrow = true;
this.Text984.CanShrink = true;
this.Text984.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 106, 4);
this.Text984.ComponentStyle = "ValuesBorder";
this.Text984.GrowToHeight = true;
this.Text984.Guid = "42afeac5dfe74408a721f075968f4b64";
this.Text984.Name = "Text984";
this.Text984.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text984__GetValue);
this.Text984.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.Text984.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text984.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text984.Indicator = null;
this.Text984.Interaction = null;
this.Text984.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text984.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text984.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand370.Interaction = null;
//
// DataBand371
//
this.DataBand371 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand371.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 2);
this.DataBand371.DataSourceName = "tblReportValues2";
this.DataBand371.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand371.Guid = "df3cbcc701ba4f33be76d24814ac3e39";
this.DataBand371.Name = "DataBand371";
this.DataBand371.Sort = new System.String[0];
this.DataBand371.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.DataBand371.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand371.BusinessObjectGuid = null;
this.DataBand371.DataRelationName = null;
this.DataBand371.Interaction = null;
this.DataBand371.AfterPrint += new System.EventHandler(this.DataBand371_AfterPrint);
this.DataBand371.BeforePrint += new System.EventHandler(this.DataBand371_BeforePrint);
//
// GroupHeaderBand11
//
this.GroupHeaderBand11 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand11.CanShrink = true;
this.GroupHeaderBand11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 56, 190, 6);
this.GroupHeaderBand11.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand11__GetValue);
this.GroupHeaderBand11.Guid = "b62c66d126ac460c8803b14376780ca5";
this.GroupHeaderBand11.Name = "GroupHeaderBand11";
this.GroupHeaderBand11.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.GroupHeaderBand11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text985
//
this.Text985 = new Stimulsoft.Report.Components.StiText();
this.Text985.CanShrink = true;
this.Text985.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 6);
this.Text985.BeforePrint += new System.EventHandler(this.Text985_Conditions);
this.Text985.Name = "Text985";
this.Text985.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.Text985.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text985.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text985.Guid = null;
this.Text985.Indicator = null;
this.Text985.Interaction = null;
this.Text985.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text985.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text985.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text985.AfterPrint += new System.EventHandler(this.Text985_AfterPrint);
this.GroupHeaderBand11.Interaction = null;
this.GroupHeaderBand11.BeforePrint += new System.EventHandler(this.GroupHeaderBand11_BeforePrint);
//
// DataBand372
//
this.DataBand372 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand372.CanShrink = true;
this.DataBand372.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 70, 190, 4);
this.DataBand372.DataSourceName = "tblReportValueParts3";
this.DataBand372.Guid = "011962786dc44e0b8a27dbc3a2a881b1";
this.DataBand372.Name = "DataBand372";
this.DataBand372.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand372.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.DataBand372.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand372.BusinessObjectGuid = null;
this.DataBand372.DataRelationName = null;
this.DataBand372.Interaction = null;
this.DataBand372.BeforePrint += new System.EventHandler(this.DataBand372_BeforePrint);
//
// GroupFooterBand11
//
this.GroupFooterBand11 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 82, 190, 4);
this.GroupFooterBand11.Guid = "87962c71a7624717ad178ee375af35ac";
this.GroupFooterBand11.Name = "GroupFooterBand11";
this.GroupFooterBand11.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.GroupFooterBand11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text986
//
this.Text986 = new Stimulsoft.Report.Components.StiText();
this.Text986.CanGrow = true;
this.Text986.CanShrink = true;
this.Text986.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text986.ComponentStyle = "ValuesBorder";
this.Text986.BeforePrint += new System.EventHandler(this.Text986_Conditions);
this.Text986.GrowToHeight = true;
this.Text986.Guid = "7f4ef829b8444bdaae5fe987fbeeec3e";
this.Text986.Name = "Text986";
this.Text986.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text986.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text986__GetValue);
this.Text986.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text986.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.Text986.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text986.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text986.Indicator = null;
this.Text986.Interaction = null;
this.Text986.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text986.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text986.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text987
//
this.Text987 = new Stimulsoft.Report.Components.StiText();
this.Text987.CanGrow = true;
this.Text987.CanShrink = true;
this.Text987.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 56, 4);
this.Text987.ComponentStyle = "ValuesBorder";
this.Text987.BeforePrint += new System.EventHandler(this.Text987_Conditions);
this.Text987.GrowToHeight = true;
this.Text987.Guid = "95640658335e4983ac23e8d36c9b57cd";
this.Text987.Name = "Text987";
this.Text987.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text987__GetValue);
this.Text987.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text987.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.Text987.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text987.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text987.Indicator = null;
this.Text987.Interaction = null;
this.Text987.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text987.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text987.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text988
//
this.Text988 = new Stimulsoft.Report.Components.StiText();
this.Text988.CanGrow = true;
this.Text988.CanShrink = true;
this.Text988.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(136, 0, 50, 4);
this.Text988.ComponentStyle = "ValuesBorder";
this.Text988.BeforePrint += new System.EventHandler(this.Text988_Conditions);
this.Text988.GrowToHeight = true;
this.Text988.Guid = "c2dc6a1555ab4f979d3fb51fe4d84d22";
this.Text988.Name = "Text988";
this.Text988.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text988__GetValue);
this.Text988.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text988.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.Text988.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text988.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text988.Indicator = null;
this.Text988.Interaction = null;
this.Text988.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text988.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text988.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupFooterBand11.Interaction = null;
//
// DataBand237
//
this.DataBand237 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand237.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 94, 190, 2);
this.DataBand237.CountData = 1;
this.DataBand237.Name = "DataBand237";
this.DataBand237.Sort = new System.String[0];
this.DataBand237.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.DataBand237.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand237.DataRelationName = null;
this.DataBand237.Guid = null;
this.DataBand237.Interaction = null;
//
// DataBand375
//
this.DataBand375 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand375.CanShrink = true;
this.DataBand375.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 104, 190, 4);
this.DataBand375.DataSourceName = "tblReportValueParts3";
this.DataBand375.Guid = "56ea9c9e0d6a489ead1bfad65671e47c";
this.DataBand375.Name = "DataBand375";
this.DataBand375.PrintIfDetailEmpty = true;
this.DataBand375.Sort = new System.String[] {
"ASC",
"PropID",
"ASC",
"Order"};
this.DataBand375.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.DataBand375.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand375.BusinessObjectGuid = null;
//
// Text989
//
this.Text989 = new Stimulsoft.Report.Components.StiText();
this.Text989.CanGrow = true;
this.Text989.CanShrink = true;
this.Text989.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 4);
this.Text989.ComponentStyle = "Values";
this.Text989.GrowToHeight = true;
this.Text989.Guid = "3770a40de84246de91b24d9aa06d4687";
this.Text989.Name = "Text989";
this.Text989.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text989__GetValue);
this.Text989.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text989.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.Text989.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text989.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text989.Indicator = null;
this.Text989.Interaction = null;
this.Text989.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text989.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text989.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand375.DataRelationName = null;
this.DataBand375.Interaction = null;
this.eL_b.ExcelSheetValue = null;
this.eL_b.Interaction = null;
this.eL_b.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.eL_b_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.eL_b_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.eL_b_Watermark.Image = null;
this.eL_b_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// eL_fr
//
this.eL_fr = new Stimulsoft.Report.Components.StiPage();
this.eL_fr.Guid = "a29041304caa497b8cd3aa98d3b69415";
this.eL_fr.Name = "eL_fr";
this.eL_fr.PageHeight = 297;
this.eL_fr.PageWidth = 210;
this.eL_fr.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.eL_fr.PrintHeadersFootersFromPreviousPage = true;
this.eL_fr.PrintOnPreviousPage = true;
this.eL_fr.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.eL_fr.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand247
//
this.DataBand247 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand247.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand247__GetBookmark);
this.DataBand247.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand247.DataSourceName = "tblReportValues0";
this.DataBand247.Name = "DataBand247";
this.DataBand247.PrintIfDetailEmpty = true;
this.DataBand247.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand247.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.DataBand247.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand247.BusinessObjectGuid = null;
this.DataBand247.DataRelationName = null;
this.DataBand247.Guid = null;
this.DataBand247.Interaction = null;
this.DataBand247.MasterComponent = null;
//
// DataBand248
//
this.DataBand248 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand248.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand248__GetBookmark);
this.DataBand248.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 0);
this.DataBand248.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand248.DataSourceName = "tblReportValues1";
this.DataBand248.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand248.Name = "DataBand248";
this.DataBand248.PrintIfDetailEmpty = true;
this.DataBand248.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand248.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.DataBand248.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand248.BusinessObjectGuid = null;
this.DataBand248.Guid = null;
this.DataBand248.Interaction = null;
//
// DataBand249
//
this.DataBand249 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand249.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand249__GetBookmark);
this.DataBand249.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 20, 190, 6);
this.DataBand249.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand249.DataSourceName = "tblReportValues2";
this.DataBand249.Name = "DataBand249";
this.DataBand249.PrintIfDetailEmpty = true;
this.DataBand249.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand249.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.DataBand249.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand249.BusinessObjectGuid = null;
//
// Text135
//
this.Text135 = new Stimulsoft.Report.Components.StiText();
this.Text135.CanGrow = true;
this.Text135.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text135.ComponentStyle = "TitleSub2";
this.Text135.Name = "Text135";
this.Text135.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text135__GetValue);
this.Text135.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text135.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text135.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text135.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.Text135.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text135.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text135.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text135.BeforePrint += new System.EventHandler(this.Text135_BeforePrint);
this.DataBand249.Guid = null;
this.DataBand249.Interaction = null;
//
// DataBand279
//
this.DataBand279 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand279.CanShrink = true;
this.DataBand279.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 34, 190, 4);
this.DataBand279.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand279.DataSourceName = "tblReportValues3";
this.DataBand279.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand279.Guid = "b0fae5d9712d4c40b7349eca95bb8d36";
this.DataBand279.Name = "DataBand279";
this.DataBand279.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand279.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.DataBand279.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand279.BusinessObjectGuid = null;
//
// Text781
//
this.Text781 = new Stimulsoft.Report.Components.StiText();
this.Text781.CanGrow = true;
this.Text781.CanShrink = true;
this.Text781.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text781.ComponentStyle = "ValuesBorder";
this.Text781.BeforePrint += new System.EventHandler(this.Text781_Conditions);
this.Text781.GrowToHeight = true;
this.Text781.Guid = "77414f2b4cb749518115f3b1fafa977b";
this.Text781.Name = "Text781";
this.Text781.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text781.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text781__GetValue);
this.Text781.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.Text781.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text781.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text781.Indicator = null;
this.Text781.Interaction = null;
this.Text781.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text781.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text781.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text782
//
this.Text782 = new Stimulsoft.Report.Components.StiText();
this.Text782.CanGrow = true;
this.Text782.CanShrink = true;
this.Text782.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 106, 4);
this.Text782.ComponentStyle = "ValuesBorder";
this.Text782.GrowToHeight = true;
this.Text782.Guid = "86cd9e88884049bc9dca70ef8f689cfa";
this.Text782.Name = "Text782";
this.Text782.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text782__GetValue);
this.Text782.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.Text782.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text782.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text782.Indicator = null;
this.Text782.Interaction = null;
this.Text782.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text782.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text782.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand279.Interaction = null;
//
// DataBand250
//
this.DataBand250 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand250.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 2);
this.DataBand250.DataSourceName = "tblReportValues2";
this.DataBand250.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand250.Guid = "df3cbcc701ba4f33be76d24814ac3e39";
this.DataBand250.Name = "DataBand250";
this.DataBand250.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand250.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.DataBand250.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand250.BusinessObjectGuid = null;
this.DataBand250.DataRelationName = null;
this.DataBand250.Interaction = null;
this.DataBand250.AfterPrint += new System.EventHandler(this.DataBand250_AfterPrint);
this.DataBand250.BeforePrint += new System.EventHandler(this.DataBand250_BeforePrint);
//
// GroupHeaderBand6
//
this.GroupHeaderBand6 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand6.CanShrink = true;
this.GroupHeaderBand6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 56, 190, 6);
this.GroupHeaderBand6.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand6__GetValue);
this.GroupHeaderBand6.Guid = "b62c66d126ac460c8803b14376780ca5";
this.GroupHeaderBand6.Name = "GroupHeaderBand6";
this.GroupHeaderBand6.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.GroupHeaderBand6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text136
//
this.Text136 = new Stimulsoft.Report.Components.StiText();
this.Text136.CanShrink = true;
this.Text136.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 6);
this.Text136.BeforePrint += new System.EventHandler(this.Text136_Conditions);
this.Text136.Name = "Text136";
this.Text136.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text136__GetValue);
this.Text136.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.Text136.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text136.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text136.Guid = null;
this.Text136.Indicator = null;
this.Text136.Interaction = null;
this.Text136.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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);
this.Text136.AfterPrint += new System.EventHandler(this.Text136_AfterPrint);
this.GroupHeaderBand6.Interaction = null;
this.GroupHeaderBand6.BeforePrint += new System.EventHandler(this.GroupHeaderBand6_BeforePrint);
//
// DataBand251
//
this.DataBand251 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand251.CanShrink = true;
this.DataBand251.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 70, 190, 4);
this.DataBand251.DataSourceName = "tblReportValueParts3";
this.DataBand251.Guid = "011962786dc44e0b8a27dbc3a2a881b1";
this.DataBand251.Name = "DataBand251";
this.DataBand251.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand251.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.DataBand251.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand251.BusinessObjectGuid = null;
this.DataBand251.DataRelationName = null;
this.DataBand251.Interaction = null;
this.DataBand251.BeforePrint += new System.EventHandler(this.DataBand251_BeforePrint);
//
// GroupFooterBand6
//
this.GroupFooterBand6 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 82, 190, 4);
this.GroupFooterBand6.Guid = "87962c71a7624717ad178ee375af35ac";
this.GroupFooterBand6.Name = "GroupFooterBand6";
this.GroupFooterBand6.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.GroupFooterBand6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text137
//
this.Text137 = new Stimulsoft.Report.Components.StiText();
this.Text137.CanGrow = true;
this.Text137.CanShrink = true;
this.Text137.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text137.ComponentStyle = "ValuesBorder";
this.Text137.BeforePrint += new System.EventHandler(this.Text137_Conditions);
this.Text137.GrowToHeight = true;
this.Text137.Guid = "7f4ef829b8444bdaae5fe987fbeeec3e";
this.Text137.Name = "Text137";
this.Text137.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text137.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text137__GetValue);
this.Text137.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text137.Indicator = null;
this.Text137.Interaction = null;
this.Text137.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text138
//
this.Text138 = new Stimulsoft.Report.Components.StiText();
this.Text138.CanGrow = true;
this.Text138.CanShrink = true;
this.Text138.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 56, 4);
this.Text138.ComponentStyle = "ValuesBorder";
this.Text138.BeforePrint += new System.EventHandler(this.Text138_Conditions);
this.Text138.GrowToHeight = true;
this.Text138.Guid = "95640658335e4983ac23e8d36c9b57cd";
this.Text138.Name = "Text138";
this.Text138.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text138__GetValue);
this.Text138.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text138.Indicator = null;
this.Text138.Interaction = null;
this.Text138.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text138.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text138.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text139
//
this.Text139 = new Stimulsoft.Report.Components.StiText();
this.Text139.CanGrow = true;
this.Text139.CanShrink = true;
this.Text139.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(136, 0, 50, 4);
this.Text139.ComponentStyle = "ValuesBorder";
this.Text139.BeforePrint += new System.EventHandler(this.Text139_Conditions);
this.Text139.GrowToHeight = true;
this.Text139.Guid = "c2dc6a1555ab4f979d3fb51fe4d84d22";
this.Text139.Name = "Text139";
this.Text139.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text139__GetValue);
this.Text139.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text139.Indicator = null;
this.Text139.Interaction = null;
this.Text139.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupFooterBand6.Interaction = null;
this.eL_fr.ExcelSheetValue = null;
this.eL_fr.Interaction = null;
this.eL_fr.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.eL_fr_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.eL_fr_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.eL_fr_Watermark.Image = null;
this.eL_fr_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// eL_gb
//
this.eL_gb = new Stimulsoft.Report.Components.StiPage();
this.eL_gb.Guid = "2871c6d75b0043bf83ad10f7dca97831";
this.eL_gb.Name = "eL_gb";
this.eL_gb.PageHeight = 297;
this.eL_gb.PageWidth = 210;
this.eL_gb.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.eL_gb.PrintHeadersFootersFromPreviousPage = true;
this.eL_gb.PrintOnPreviousPage = true;
this.eL_gb.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.eL_gb.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand257
//
this.DataBand257 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand257.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand257__GetBookmark);
this.DataBand257.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand257.DataSourceName = "tblReportValues0";
this.DataBand257.Name = "DataBand257";
this.DataBand257.PrintIfDetailEmpty = true;
this.DataBand257.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand257.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.DataBand257.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand257.BusinessObjectGuid = null;
this.DataBand257.DataRelationName = null;
this.DataBand257.Guid = null;
this.DataBand257.Interaction = null;
this.DataBand257.MasterComponent = null;
//
// DataBand258
//
this.DataBand258 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand258.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand258__GetBookmark);
this.DataBand258.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 0);
this.DataBand258.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand258.DataSourceName = "tblReportValues1";
this.DataBand258.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand258.Name = "DataBand258";
this.DataBand258.PrintIfDetailEmpty = true;
this.DataBand258.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand258.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.DataBand258.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand258.BusinessObjectGuid = null;
this.DataBand258.Guid = null;
this.DataBand258.Interaction = null;
//
// DataBand259
//
this.DataBand259 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand259.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand259__GetBookmark);
this.DataBand259.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 20, 190, 6);
this.DataBand259.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand259.DataSourceName = "tblReportValues2";
this.DataBand259.Name = "DataBand259";
this.DataBand259.PrintIfDetailEmpty = true;
this.DataBand259.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand259.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.DataBand259.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand259.BusinessObjectGuid = null;
//
// Text742
//
this.Text742 = new Stimulsoft.Report.Components.StiText();
this.Text742.CanGrow = true;
this.Text742.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text742.ComponentStyle = "TitleSub2";
this.Text742.Name = "Text742";
this.Text742.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text742__GetValue);
this.Text742.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text742.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text742.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text742.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.Text742.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text742.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text742.Guid = null;
this.Text742.Indicator = null;
this.Text742.Interaction = null;
this.Text742.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text742.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text742.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text742.BeforePrint += new System.EventHandler(this.Text742_BeforePrint);
this.DataBand259.Guid = null;
this.DataBand259.Interaction = null;
//
// DataBand282
//
this.DataBand282 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand282.CanShrink = true;
this.DataBand282.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 34, 190, 4);
this.DataBand282.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand282.DataSourceName = "tblReportValues3";
this.DataBand282.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand282.Guid = "118fb7d33e3d43fb90be3eef7aa3679a";
this.DataBand282.Name = "DataBand282";
this.DataBand282.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand282.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.DataBand282.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand282.BusinessObjectGuid = null;
//
// Text787
//
this.Text787 = new Stimulsoft.Report.Components.StiText();
this.Text787.CanGrow = true;
this.Text787.CanShrink = true;
this.Text787.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text787.ComponentStyle = "ValuesBorder";
this.Text787.BeforePrint += new System.EventHandler(this.Text787_Conditions);
this.Text787.GrowToHeight = true;
this.Text787.Guid = "0599f23004e84a7e8f11ff36f3d86022";
this.Text787.Name = "Text787";
this.Text787.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text787.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text787__GetValue);
this.Text787.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.Text787.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text787.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text787.Indicator = null;
this.Text787.Interaction = null;
this.Text787.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text787.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text787.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text788
//
this.Text788 = new Stimulsoft.Report.Components.StiText();
this.Text788.CanGrow = true;
this.Text788.CanShrink = true;
this.Text788.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 106, 4);
this.Text788.ComponentStyle = "ValuesBorder";
this.Text788.GrowToHeight = true;
this.Text788.Guid = "6ace700fd1eb4f03b9a4e2e943ad044b";
this.Text788.Name = "Text788";
this.Text788.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text788__GetValue);
this.Text788.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.Text788.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text788.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text788.Indicator = null;
this.Text788.Interaction = null;
this.Text788.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text788.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text788.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand282.Interaction = null;
//
// DataBand260
//
this.DataBand260 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand260.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 2);
this.DataBand260.DataSourceName = "tblReportValues2";
this.DataBand260.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand260.Guid = "df3cbcc701ba4f33be76d24814ac3e39";
this.DataBand260.Name = "DataBand260";
this.DataBand260.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand260.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.DataBand260.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand260.BusinessObjectGuid = null;
this.DataBand260.DataRelationName = null;
this.DataBand260.Interaction = null;
this.DataBand260.AfterPrint += new System.EventHandler(this.DataBand260_AfterPrint);
this.DataBand260.BeforePrint += new System.EventHandler(this.DataBand260_BeforePrint);
//
// GroupHeaderBand8
//
this.GroupHeaderBand8 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand8.CanShrink = true;
this.GroupHeaderBand8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 56, 190, 6);
this.GroupHeaderBand8.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand8__GetValue);
this.GroupHeaderBand8.Guid = "b62c66d126ac460c8803b14376780ca5";
this.GroupHeaderBand8.Name = "GroupHeaderBand8";
this.GroupHeaderBand8.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.GroupHeaderBand8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
//
// Text743
//
this.Text743 = new Stimulsoft.Report.Components.StiText();
this.Text743.CanShrink = true;
this.Text743.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 6);
this.Text743.BeforePrint += new System.EventHandler(this.Text743_Conditions);
this.Text743.Name = "Text743";
this.Text743.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text743__GetValue);
this.Text743.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.Text743.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text743.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text743.Guid = null;
this.Text743.Indicator = null;
this.Text743.Interaction = null;
this.Text743.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text743.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text743.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text743.AfterPrint += new System.EventHandler(this.Text743_AfterPrint);
this.GroupHeaderBand8.Interaction = null;
this.GroupHeaderBand8.BeforePrint += new System.EventHandler(this.GroupHeaderBand8_BeforePrint);
//
// DataBand261
//
this.DataBand261 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand261.CanShrink = true;
this.DataBand261.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 70, 190, 4);
this.DataBand261.DataSourceName = "tblReportValueParts3";
this.DataBand261.Guid = "011962786dc44e0b8a27dbc3a2a881b1";
this.DataBand261.Name = "DataBand261";
this.DataBand261.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand261.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.DataBand261.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand261.BusinessObjectGuid = null;
this.DataBand261.DataRelationName = null;
this.DataBand261.Interaction = null;
this.DataBand261.BeforePrint += new System.EventHandler(this.DataBand261_BeforePrint);
//
// GroupFooterBand8
//
this.GroupFooterBand8 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 82, 190, 4);
this.GroupFooterBand8.Guid = "87962c71a7624717ad178ee375af35ac";
this.GroupFooterBand8.Name = "GroupFooterBand8";
this.GroupFooterBand8.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.GroupFooterBand8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text762
//
this.Text762 = new Stimulsoft.Report.Components.StiText();
this.Text762.CanGrow = true;
this.Text762.CanShrink = true;
this.Text762.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text762.ComponentStyle = "ValuesBorder";
this.Text762.BeforePrint += new System.EventHandler(this.Text762_Conditions);
this.Text762.GrowToHeight = true;
this.Text762.Guid = "7f4ef829b8444bdaae5fe987fbeeec3e";
this.Text762.Name = "Text762";
this.Text762.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text762.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text762__GetValue);
this.Text762.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text762.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.Text762.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text762.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text762.Indicator = null;
this.Text762.Interaction = null;
this.Text762.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text762.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text762.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text767
//
this.Text767 = new Stimulsoft.Report.Components.StiText();
this.Text767.CanGrow = true;
this.Text767.CanShrink = true;
this.Text767.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 56, 4);
this.Text767.ComponentStyle = "ValuesBorder";
this.Text767.BeforePrint += new System.EventHandler(this.Text767_Conditions);
this.Text767.GrowToHeight = true;
this.Text767.Guid = "95640658335e4983ac23e8d36c9b57cd";
this.Text767.Name = "Text767";
this.Text767.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text767__GetValue);
this.Text767.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text767.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.Text767.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text767.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text767.Indicator = null;
this.Text767.Interaction = null;
this.Text767.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text767.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text767.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text768
//
this.Text768 = new Stimulsoft.Report.Components.StiText();
this.Text768.CanGrow = true;
this.Text768.CanShrink = true;
this.Text768.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(136, 0, 50, 4);
this.Text768.ComponentStyle = "ValuesBorder";
this.Text768.BeforePrint += new System.EventHandler(this.Text768_Conditions);
this.Text768.GrowToHeight = true;
this.Text768.Guid = "c2dc6a1555ab4f979d3fb51fe4d84d22";
this.Text768.Name = "Text768";
this.Text768.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text768__GetValue);
this.Text768.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text768.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.Text768.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text768.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text768.Indicator = null;
this.Text768.Interaction = null;
this.Text768.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text768.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text768.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupFooterBand8.Interaction = null;
this.eL_gb.ExcelSheetValue = null;
this.eL_gb.Interaction = null;
this.eL_gb.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.eL_gb_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.eL_gb_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.eL_gb_Watermark.Image = null;
this.eL_gb_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// intvVal
//
this.intvVal = new Stimulsoft.Report.Components.StiPage();
this.intvVal.Guid = "5447b393ee26451293d7c5dbfa1a6df7";
this.intvVal.Name = "intvVal";
this.intvVal.PageHeight = 297;
this.intvVal.PageWidth = 210;
this.intvVal.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.intvVal.PrintHeadersFootersFromPreviousPage = true;
this.intvVal.PrintOnPreviousPage = true;
this.intvVal.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.intvVal.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand284
//
this.DataBand284 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand284.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand284__GetBookmark);
this.DataBand284.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand284.DataSourceName = "tblReportValues0";
this.DataBand284.Guid = "104c05b7490148c0b72acf836f6b90a5";
this.DataBand284.Name = "DataBand284";
this.DataBand284.PrintIfDetailEmpty = true;
this.DataBand284.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand284.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.DataBand284.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand284.BusinessObjectGuid = null;
this.DataBand284.DataRelationName = null;
this.DataBand284.Interaction = null;
this.DataBand284.MasterComponent = null;
//
// Data69
//
this.Data69 = new Stimulsoft.Report.Components.StiDataBand();
this.Data69.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data69__GetBookmark);
this.Data69.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 8);
this.Data69.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data69.DataSourceName = "tblReportValues1";
this.Data69.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data69.Name = "Data69";
this.Data69.PrintIfDetailEmpty = true;
this.Data69.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data69.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.InitializeComponent8();
}
public void InitializeComponent8()
{
this.Data69.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data69.BusinessObjectGuid = null;
//
// Text597
//
this.Text597 = new Stimulsoft.Report.Components.StiText();
this.Text597.CanGrow = true;
this.Text597.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text597.ComponentStyle = "TitleSub1";
this.Text597.Name = "Text597";
this.Text597.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text597__GetValue);
this.Text597.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text597.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text597.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text597.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.Text597.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text597.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text597.Guid = null;
this.Text597.Indicator = null;
this.Text597.Interaction = null;
this.Text597.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text597.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text597.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text597.BeforePrint += new System.EventHandler(this.Text597_BeforePrint);
this.Data69.Guid = null;
this.Data69.Interaction = null;
//
// Data90
//
this.Data90 = new Stimulsoft.Report.Components.StiDataBand();
this.Data90.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data90__GetBookmark);
this.Data90.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 6);
this.Data90.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data90.DataSourceName = "tblReportValues2";
this.Data90.Guid = "75961b894558457093c459e99199f673";
this.Data90.Name = "Data90";
this.Data90.PrintIfDetailEmpty = true;
this.Data90.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data90.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.Data90.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data90.BusinessObjectGuid = null;
//
// Text151
//
this.Text151 = new Stimulsoft.Report.Components.StiText();
this.Text151.CanGrow = true;
this.Text151.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text151.ComponentStyle = "TitleSub2";
this.Text151.Guid = "d27c4ec86e534c6c9c60cfa67bafe8d4";
this.Text151.Name = "Text151";
this.Text151.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text151__GetValue);
this.Text151.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text151.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text151.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text151.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.Text151.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text151.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text151.BeforePrint += new System.EventHandler(this.Text151_BeforePrint);
this.Data90.Interaction = null;
//
// Data91
//
this.Data91 = new Stimulsoft.Report.Components.StiDataBand();
this.Data91.CanShrink = true;
this.Data91.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 42, 190, 4);
this.Data91.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data91.DataSourceName = "tblReportValues3";
this.Data91.Guid = "c471be6ae6e148e6928892d7a7e92e3c";
this.Data91.Name = "Data91";
this.Data91.PrintIfDetailEmpty = true;
this.Data91.Sort = new System.String[] {
"ASC",
"{GetData91_Sort1}",
"ASC",
"{GetData91_Sort3}"};
this.Data91.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.Data91.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data91.BusinessObjectGuid = null;
//
// Text152
//
this.Text152 = new Stimulsoft.Report.Components.StiText();
this.Text152.CanGrow = true;
this.Text152.CanShrink = true;
this.Text152.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 94, 4);
this.Text152.ComponentStyle = "ValuesBorder";
this.Text152.BeforePrint += new System.EventHandler(this.Text152_Conditions);
this.Text152.GrowToHeight = true;
this.Text152.Guid = "71bc269eaab04ddda19a6a0e6bbf5782";
this.Text152.Name = "Text152";
this.Text152.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text152.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text152__GetValue);
this.Text152.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text152.Indicator = null;
this.Text152.Interaction = null;
this.Text152.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text152.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text152.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text153
//
this.Text153 = new Stimulsoft.Report.Components.StiText();
this.Text153.CanGrow = true;
this.Text153.CanShrink = true;
this.Text153.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(114, 0, 72, 4);
this.Text153.ComponentStyle = "ValuesBorder";
this.Text153.GrowToHeight = true;
this.Text153.Guid = "e75381d3511b4e05a3125672c31dce9e";
this.Text153.Name = "Text153";
this.Text153.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text153__GetValue);
this.Text153.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text153.Indicator = null;
this.Text153.Interaction = null;
this.Text153.Margins = new Stimulsoft.Report.Components.StiMargins(30, 0, 0, 0);
this.Text153.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text153.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data91.Interaction = null;
//
// Data92
//
this.Data92 = new Stimulsoft.Report.Components.StiDataBand();
this.Data92.CanShrink = true;
this.Data92.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 54, 190, 2);
this.Data92.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data92.DataSourceName = "tblReportValues3";
this.Data92.Guid = "a35be1e890804458a284b3c03f4968e2";
this.Data92.Name = "Data92";
this.Data92.PrintIfDetailEmpty = true;
this.Data92.Sort = new System.String[] {
"ASC",
"{GetData92_Sort1}",
"ASC",
"{GetData92_Sort3}"};
this.Data92.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.Data92.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data92.BusinessObjectGuid = null;
this.Data92.Interaction = null;
//
// Data97
//
this.Data97 = new Stimulsoft.Report.Components.StiDataBand();
this.Data97.CanShrink = true;
this.Data97.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 64, 190, 4);
this.Data97.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.Data97.DataSourceName = "tblReportValueParts3";
this.Data97.Guid = "bde6316af4544990b432b38cd934ba63";
this.Data97.Name = "Data97";
this.Data97.PrintIfDetailEmpty = true;
this.Data97.Sort = new System.String[0];
this.Data97.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.Data97.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data97.BusinessObjectGuid = null;
//
// Text154
//
this.Text154 = new Stimulsoft.Report.Components.StiText();
this.Text154.CanGrow = true;
this.Text154.CanShrink = true;
this.Text154.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(114, 0, 72, 4);
this.Text154.ComponentStyle = "ValuesBorder";
this.Text154.GrowToHeight = true;
this.Text154.Guid = "928942d91a734c7db31bd94f847028fa";
this.Text154.Name = "Text154";
this.Text154.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text154__GetValue);
this.Text154.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text154.Indicator = null;
this.Text154.Interaction = null;
this.Text154.Margins = new Stimulsoft.Report.Components.StiMargins(30, 0, 0, 0);
this.Text154.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text154.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text155
//
this.Text155 = new Stimulsoft.Report.Components.StiText();
this.Text155.CanGrow = true;
this.Text155.CanShrink = true;
this.Text155.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 94, 4);
this.Text155.ComponentStyle = "ValuesBorder";
this.Text155.BeforePrint += new System.EventHandler(this.Text155_Conditions);
this.Text155.GrowToHeight = true;
this.Text155.Guid = "cf068ed5f3f34ad183a129b81c2fff73";
this.Text155.Name = "Text155";
this.Text155.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text155.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text155__GetValue);
this.Text155.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text155.Indicator = null;
this.Text155.Interaction = null;
this.Text155.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text155.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text155.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data97.Interaction = null;
//
// Data204
//
this.Data204 = new Stimulsoft.Report.Components.StiDataBand();
this.Data204.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data204__GetBookmark);
this.Data204.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 76, 190, 6);
this.Data204.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data204.DataSourceName = "tblReportValues2";
this.Data204.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data204.Guid = "9f78fd9a914542cdbf575c21266b3913";
this.Data204.Name = "Data204";
this.Data204.PrintIfDetailEmpty = true;
this.Data204.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data204.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.Data204.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data204.BusinessObjectGuid = null;
//
// Text607
//
this.Text607 = new Stimulsoft.Report.Components.StiText();
this.Text607.CanGrow = true;
this.Text607.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text607.ComponentStyle = "TitleSub2";
this.Text607.Guid = "948199c6fa0b47f89d3c5c0534d7df41";
this.Text607.Name = "Text607";
this.Text607.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text607__GetValue);
this.Text607.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text607.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text607.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text607.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.Text607.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text607.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text607.Indicator = null;
this.Text607.Interaction = null;
this.Text607.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text607.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text607.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text607.BeforePrint += new System.EventHandler(this.Text607_BeforePrint);
this.Data204.Interaction = null;
//
// Data205
//
this.Data205 = new Stimulsoft.Report.Components.StiDataBand();
this.Data205.CanShrink = true;
this.Data205.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 90, 190, 6);
this.Data205.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data205.DataSourceName = "tblReportValues3";
this.Data205.Guid = "6faf610d608744499a30d7a51ccffa7d";
this.Data205.Name = "Data205";
this.Data205.PrintIfDetailEmpty = true;
this.Data205.Sort = new System.String[] {
"ASC",
"{GetData205_Sort1}",
"ASC",
"{GetData205_Sort3}"};
this.Data205.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.Data205.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data205.BusinessObjectGuid = null;
//
// Text608
//
this.Text608 = new Stimulsoft.Report.Components.StiText();
this.Text608.CanGrow = true;
this.Text608.CanShrink = true;
this.Text608.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 94, 4);
this.Text608.ComponentStyle = "Values";
this.Text608.GrowToHeight = true;
this.Text608.Guid = "1f0367599951418c9cb345de57be5106";
this.Text608.Name = "Text608";
this.Text608.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text608.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text608__GetValue);
this.Text608.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text608.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text608.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.Text608.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text608.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text608.Indicator = null;
this.Text608.Interaction = null;
this.Text608.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text608.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text608.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text609
//
this.Text609 = new Stimulsoft.Report.Components.StiText();
this.Text609.CanGrow = true;
this.Text609.CanShrink = true;
this.Text609.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(114, 2, 72, 4);
this.Text609.ComponentStyle = "Values";
this.Text609.GrowToHeight = true;
this.Text609.Guid = "8cbcdf37045a4f08a19c1e94c7e3c294";
this.Text609.Name = "Text609";
this.Text609.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text609__GetValue);
this.Text609.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text609.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text609.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.Text609.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text609.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text609.Indicator = null;
this.Text609.Interaction = null;
this.Text609.Margins = new Stimulsoft.Report.Components.StiMargins(30, 0, 0, 0);
this.Text609.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text609.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text610
//
this.Text610 = new Stimulsoft.Report.Components.StiText();
this.Text610.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 16, 4);
this.Text610.Enabled = false;
this.Text610.Name = "Text610";
this.Text610.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text610__GetValue);
this.Text610.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text610.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.Text610.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text610.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text610.Guid = null;
this.Text610.Indicator = null;
this.Text610.Interaction = null;
this.Text610.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text610.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 114, 188));
this.Text610.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data205.Interaction = null;
//
// Data206
//
this.Data206 = new Stimulsoft.Report.Components.StiDataBand();
this.Data206.CanShrink = true;
this.Data206.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 104, 190, 4);
this.Data206.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.Data206.DataSourceName = "tblReportValueParts3";
this.Data206.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data206.Name = "Data206";
this.Data206.PrintIfDetailEmpty = true;
this.Data206.Sort = new System.String[] {
"ASC",
"{GetData206_Sort1}"};
this.Data206.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.Data206.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data206.BusinessObjectGuid = null;
//
// Text611
//
this.Text611 = new Stimulsoft.Report.Components.StiText();
this.Text611.CanGrow = true;
this.Text611.CanShrink = true;
this.Text611.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 38, 4);
this.Text611.BeforePrint += new System.EventHandler(this.Text611_Conditions);
this.Text611.GrowToHeight = true;
this.Text611.Name = "Text611";
this.Text611.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text611__GetValue);
this.Text611.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text611.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text611.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.Text611.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text611.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text611.Guid = null;
this.Text611.Indicator = null;
this.Text611.Interaction = null;
this.Text611.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text611.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text611.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text612
//
this.Text612 = new Stimulsoft.Report.Components.StiText();
this.Text612.CanGrow = true;
this.Text612.CanShrink = true;
this.Text612.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 24, 4);
this.Text612.BeforePrint += new System.EventHandler(this.Text612_Conditions);
this.Text612.GrowToHeight = true;
this.Text612.Name = "Text612";
this.Text612.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text612__GetValue);
this.Text612.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text612.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text612.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.Text612.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text612.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text612.Guid = null;
this.Text612.Indicator = null;
this.Text612.Interaction = null;
this.Text612.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text612.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text612.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text613
//
this.Text613 = new Stimulsoft.Report.Components.StiText();
this.Text613.CanGrow = true;
this.Text613.CanShrink = true;
this.Text613.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(82, 0, 30, 4);
this.Text613.BeforePrint += new System.EventHandler(this.Text613_Conditions);
this.Text613.GrowToHeight = true;
this.Text613.Name = "Text613";
this.Text613.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text613__GetValue);
this.Text613.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text613.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text613.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.Text613.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text613.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text613.Guid = null;
this.Text613.Indicator = null;
this.Text613.Interaction = null;
this.Text613.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text613.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text613.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text614
//
this.Text614 = new Stimulsoft.Report.Components.StiText();
this.Text614.CanGrow = true;
this.Text614.CanShrink = true;
this.Text614.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(112, 0, 54, 4);
this.Text614.BeforePrint += new System.EventHandler(this.Text614_Conditions);
this.Text614.GrowToHeight = true;
this.Text614.Name = "Text614";
this.Text614.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text614__GetValue);
this.Text614.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text614.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text614.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.Text614.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text614.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text614.Guid = null;
this.Text614.Indicator = null;
this.Text614.Interaction = null;
this.Text614.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text614.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text614.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text615
//
this.Text615 = new Stimulsoft.Report.Components.StiText();
this.Text615.CanGrow = true;
this.Text615.CanShrink = true;
this.Text615.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(166, 0, 20, 4);
this.Text615.BeforePrint += new System.EventHandler(this.Text615_Conditions);
this.Text615.GrowToHeight = true;
this.Text615.Name = "Text615";
this.Text615.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text615__GetValue);
this.Text615.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text615.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text615.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.Text615.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text615.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text615.Guid = null;
this.Text615.Indicator = null;
this.Text615.Interaction = null;
this.Text615.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text615.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text615.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data206.Guid = null;
this.Data206.Interaction = null;
//
// Data207
//
this.Data207 = new Stimulsoft.Report.Components.StiDataBand();
this.Data207.CanShrink = true;
this.Data207.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 116, 190, 4);
this.Data207.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.Data207.DataSourceName = "tblReportValueParts3";
this.Data207.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data207.Guid = "37a7680716d24bcc9c3285b9cd687865";
this.Data207.Name = "Data207";
this.Data207.PrintIfDetailEmpty = true;
this.Data207.Sort = new System.String[] {
"ASC",
"{GetData207_Sort1}"};
this.Data207.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.Data207.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data207.BusinessObjectGuid = null;
//
// Text616
//
this.Text616 = new Stimulsoft.Report.Components.StiText();
this.Text616.CanGrow = true;
this.Text616.CanShrink = true;
this.Text616.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 28, 4);
this.Text616.BeforePrint += new System.EventHandler(this.Text616_Conditions);
this.Text616.GrowToHeight = true;
this.Text616.Guid = "070e022d0eaa4aff9f72e798f8436793";
this.Text616.Name = "Text616";
this.Text616.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text616__GetValue);
this.Text616.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text616.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text616.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.Text616.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text616.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text616.Indicator = null;
this.Text616.Interaction = null;
this.Text616.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text616.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text616.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text617
//
this.Text617 = new Stimulsoft.Report.Components.StiText();
this.Text617.CanGrow = true;
this.Text617.CanShrink = true;
this.Text617.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(48, 0, 24, 4);
this.Text617.BeforePrint += new System.EventHandler(this.Text617_Conditions);
this.Text617.GrowToHeight = true;
this.Text617.Guid = "dc77e02879f841fda1c04bfd81c106eb";
this.Text617.Name = "Text617";
this.Text617.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text617__GetValue);
this.Text617.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text617.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text617.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.Text617.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text617.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text617.Indicator = null;
this.Text617.Interaction = null;
this.Text617.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text617.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text617.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text618
//
this.Text618 = new Stimulsoft.Report.Components.StiText();
this.Text618.CanGrow = true;
this.Text618.CanShrink = true;
this.Text618.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(72, 0, 20, 4);
this.Text618.BeforePrint += new System.EventHandler(this.Text618_Conditions);
this.Text618.GrowToHeight = true;
this.Text618.Guid = "dc2f230910484f3e9f91a17d773e4b37";
this.Text618.Name = "Text618";
this.Text618.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text618__GetValue);
this.Text618.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text618.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text618.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.Text618.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text618.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text618.Indicator = null;
this.Text618.Interaction = null;
this.Text618.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text618.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text618.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text619
//
this.Text619 = new Stimulsoft.Report.Components.StiText();
this.Text619.CanGrow = true;
this.Text619.CanShrink = true;
this.Text619.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(92, 0, 20, 4);
this.Text619.BeforePrint += new System.EventHandler(this.Text619_Conditions);
this.Text619.GrowToHeight = true;
this.Text619.Guid = "72efc88054da472cb0c2e2d350eff8f9";
this.Text619.Name = "Text619";
this.Text619.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text619__GetValue);
this.Text619.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text619.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text619.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.Text619.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text619.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text619.Indicator = null;
this.Text619.Interaction = null;
this.Text619.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text619.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text619.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text620
//
this.Text620 = new Stimulsoft.Report.Components.StiText();
this.Text620.CanGrow = true;
this.Text620.CanShrink = true;
this.Text620.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(112, 0, 20, 4);
this.Text620.BeforePrint += new System.EventHandler(this.Text620_Conditions);
this.Text620.GrowToHeight = true;
this.Text620.Guid = "f6a486aa5f9940fba158458dfa5b05a9";
this.Text620.Name = "Text620";
this.Text620.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text620__GetValue);
this.Text620.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text620.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text620.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.Text620.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text620.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text620.Indicator = null;
this.Text620.Interaction = null;
this.Text620.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text620.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text620.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text621
//
this.Text621 = new Stimulsoft.Report.Components.StiText();
this.Text621.CanGrow = true;
this.Text621.CanShrink = true;
this.Text621.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(132, 0, 20, 4);
this.Text621.BeforePrint += new System.EventHandler(this.Text621_Conditions);
this.Text621.GrowToHeight = true;
this.Text621.Guid = "7a402bf7d73a413e9c5ad11536ce7d90";
this.Text621.Name = "Text621";
this.Text621.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text621__GetValue);
this.Text621.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text621.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text621.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.Text621.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text621.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text621.Indicator = null;
this.Text621.Interaction = null;
this.Text621.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text621.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text621.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text622
//
this.Text622 = new Stimulsoft.Report.Components.StiText();
this.Text622.CanGrow = true;
this.Text622.CanShrink = true;
this.Text622.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(152, 0, 16, 4);
this.Text622.BeforePrint += new System.EventHandler(this.Text622_Conditions);
this.Text622.GrowToHeight = true;
this.Text622.Guid = "83d35d944e58448dbf42236a2e1d28e6";
this.Text622.Name = "Text622";
this.Text622.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text622__GetValue);
this.Text622.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text622.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text622.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.Text622.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text622.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text622.Indicator = null;
this.Text622.Interaction = null;
this.Text622.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text622.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text622.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text623
//
this.Text623 = new Stimulsoft.Report.Components.StiText();
this.Text623.CanGrow = true;
this.Text623.CanShrink = true;
this.Text623.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(168, 0, 18, 4);
this.Text623.BeforePrint += new System.EventHandler(this.Text623_Conditions);
this.Text623.GrowToHeight = true;
this.Text623.Guid = "9ce4d08cd4e74a20aa240cb24c5cca50";
this.Text623.Name = "Text623";
this.Text623.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text623__GetValue);
this.Text623.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text623.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text623.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.Text623.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text623.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text623.Indicator = null;
this.Text623.Interaction = null;
this.Text623.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text623.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text623.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data207.Interaction = null;
//
// Data208
//
this.Data208 = new Stimulsoft.Report.Components.StiDataBand();
this.Data208.CanShrink = true;
this.Data208.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 128, 190, 4);
this.Data208.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.Data208.DataSourceName = "tblReportValueParts3";
this.Data208.Guid = "35cae3de6dbc43929cfd4103f5f7b9ce";
this.Data208.Name = "Data208";
this.Data208.PrintIfDetailEmpty = true;
this.Data208.Sort = new System.String[] {
"ASC",
"{GetData208_Sort1}"};
this.Data208.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.Data208.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data208.BusinessObjectGuid = null;
//
// Text624
//
this.Text624 = new Stimulsoft.Report.Components.StiText();
this.Text624.CanGrow = true;
this.Text624.CanShrink = true;
this.Text624.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 28, 4);
this.Text624.BeforePrint += new System.EventHandler(this.Text624_Conditions);
this.Text624.GrowToHeight = true;
this.Text624.Guid = "f36b11b7413a4af2ae0c5e820038fc57";
this.Text624.Name = "Text624";
this.Text624.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text624__GetValue);
this.Text624.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text624.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text624.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.Text624.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text624.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text624.Indicator = null;
this.Text624.Interaction = null;
this.Text624.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text624.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text624.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text625
//
this.Text625 = new Stimulsoft.Report.Components.StiText();
this.Text625.CanGrow = true;
this.Text625.CanShrink = true;
this.Text625.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(48, 0, 24, 4);
this.Text625.BeforePrint += new System.EventHandler(this.Text625_Conditions);
this.Text625.GrowToHeight = true;
this.Text625.Guid = "25ab33446e36462cb3bc559721cc3c71";
this.Text625.Name = "Text625";
this.Text625.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text625__GetValue);
this.Text625.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text625.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text625.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.Text625.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text625.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text625.Indicator = null;
this.Text625.Interaction = null;
this.Text625.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text625.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text625.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text626
//
this.Text626 = new Stimulsoft.Report.Components.StiText();
this.Text626.CanGrow = true;
this.Text626.CanShrink = true;
this.Text626.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(72, 0, 20, 4);
this.Text626.BeforePrint += new System.EventHandler(this.Text626_Conditions);
this.Text626.GrowToHeight = true;
this.Text626.Guid = "253736d958764036ad18df8299e409b6";
this.Text626.Name = "Text626";
this.Text626.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text626__GetValue);
this.Text626.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text626.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text626.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.Text626.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text626.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text626.Indicator = null;
this.Text626.Interaction = null;
this.Text626.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text626.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text626.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text627
//
this.Text627 = new Stimulsoft.Report.Components.StiText();
this.Text627.CanGrow = true;
this.Text627.CanShrink = true;
this.Text627.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(92, 0, 20, 4);
this.Text627.BeforePrint += new System.EventHandler(this.Text627_Conditions);
this.Text627.GrowToHeight = true;
this.Text627.Guid = "5bd4ca78f19d4cf189a413b83fa65bed";
this.Text627.Name = "Text627";
this.Text627.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text627__GetValue);
this.Text627.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text627.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text627.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.Text627.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text627.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text627.Indicator = null;
this.Text627.Interaction = null;
this.Text627.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text627.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text627.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text628
//
this.Text628 = new Stimulsoft.Report.Components.StiText();
this.Text628.CanGrow = true;
this.Text628.CanShrink = true;
this.Text628.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(112, 0, 20, 4);
this.Text628.BeforePrint += new System.EventHandler(this.Text628_Conditions);
this.Text628.GrowToHeight = true;
this.Text628.Guid = "95ab8b7c3bb44aadb8e4543ae9a7d4b0";
this.Text628.Name = "Text628";
this.Text628.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text628__GetValue);
this.Text628.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text628.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text628.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.Text628.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text628.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text628.Indicator = null;
this.Text628.Interaction = null;
this.Text628.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text628.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text628.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text629
//
this.Text629 = new Stimulsoft.Report.Components.StiText();
this.Text629.CanGrow = true;
this.Text629.CanShrink = true;
this.Text629.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(132, 0, 54, 4);
this.Text629.BeforePrint += new System.EventHandler(this.Text629_Conditions);
this.Text629.GrowToHeight = true;
this.Text629.Guid = "49f8832c5a93450e8fbfd7fa78f34aa5";
this.Text629.Name = "Text629";
this.Text629.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text629__GetValue);
this.Text629.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text629.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text629.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.Text629.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text629.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text629.Indicator = null;
this.Text629.Interaction = null;
this.Text629.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text629.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text629.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data208.Interaction = null;
//
// Data209
//
this.Data209 = new Stimulsoft.Report.Components.StiDataBand();
this.Data209.CanShrink = true;
this.Data209.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 140, 190, 4);
this.Data209.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.Data209.DataSourceName = "tblReportValueParts3";
this.Data209.Guid = "6fda7103d9d14eec91ff56394698820b";
this.Data209.Name = "Data209";
this.Data209.PrintIfDetailEmpty = true;
this.Data209.Sort = new System.String[] {
"ASC",
"{GetData209_Sort1}"};
this.Data209.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.Data209.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data209.BusinessObjectGuid = null;
//
// Text630
//
this.Text630 = new Stimulsoft.Report.Components.StiText();
this.Text630.CanGrow = true;
this.Text630.CanShrink = true;
this.Text630.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 28, 4);
this.Text630.BeforePrint += new System.EventHandler(this.Text630_Conditions);
this.Text630.GrowToHeight = true;
this.Text630.Guid = "00a28ef4edf54b409494f82dbed9636a";
this.Text630.Name = "Text630";
this.Text630.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text630__GetValue);
this.Text630.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text630.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text630.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.Text630.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text630.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text630.Indicator = null;
this.Text630.Interaction = null;
this.Text630.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text630.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text630.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text631
//
this.Text631 = new Stimulsoft.Report.Components.StiText();
this.Text631.CanGrow = true;
this.Text631.CanShrink = true;
this.Text631.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(48, 0, 24, 4);
this.Text631.BeforePrint += new System.EventHandler(this.Text631_Conditions);
this.Text631.GrowToHeight = true;
this.Text631.Guid = "7b6175a5f1a94c4981f8fd9efbb86a4e";
this.Text631.Name = "Text631";
this.Text631.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text631__GetValue);
this.Text631.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text631.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text631.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.Text631.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text631.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text631.Indicator = null;
this.Text631.Interaction = null;
this.Text631.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text631.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text631.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text632
//
this.Text632 = new Stimulsoft.Report.Components.StiText();
this.Text632.CanGrow = true;
this.Text632.CanShrink = true;
this.Text632.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(72, 0, 20, 4);
this.Text632.BeforePrint += new System.EventHandler(this.Text632_Conditions);
this.Text632.GrowToHeight = true;
this.Text632.Guid = "5b65c8b07e32403e98c31fa56cb7859d";
this.Text632.Name = "Text632";
this.Text632.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text632__GetValue);
this.Text632.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text632.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text632.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.Text632.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text632.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text632.Indicator = null;
this.Text632.Interaction = null;
this.Text632.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text632.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text632.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text633
//
this.Text633 = new Stimulsoft.Report.Components.StiText();
this.Text633.CanGrow = true;
this.Text633.CanShrink = true;
this.Text633.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(92, 0, 20, 4);
this.Text633.BeforePrint += new System.EventHandler(this.Text633_Conditions);
this.Text633.GrowToHeight = true;
this.Text633.Guid = "7b2cbe254a714f77ae32b34e812a8545";
this.Text633.Name = "Text633";
this.Text633.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text633__GetValue);
this.Text633.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text633.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text633.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.Text633.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text633.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text633.Indicator = null;
this.Text633.Interaction = null;
this.Text633.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text633.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text633.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text634
//
this.Text634 = new Stimulsoft.Report.Components.StiText();
this.Text634.CanGrow = true;
this.Text634.CanShrink = true;
this.Text634.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(112, 0, 20, 4);
this.Text634.BeforePrint += new System.EventHandler(this.Text634_Conditions);
this.Text634.GrowToHeight = true;
this.Text634.Guid = "4fb2fbc2c11b4227abdb1903bd469db2";
this.Text634.Name = "Text634";
this.Text634.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text634__GetValue);
this.Text634.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text634.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text634.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.Text634.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text634.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text634.Indicator = null;
this.Text634.Interaction = null;
this.Text634.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text634.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text634.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text635
//
this.Text635 = new Stimulsoft.Report.Components.StiText();
this.Text635.CanGrow = true;
this.Text635.CanShrink = true;
this.Text635.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(132, 0, 20, 4);
this.Text635.BeforePrint += new System.EventHandler(this.Text635_Conditions);
this.Text635.GrowToHeight = true;
this.Text635.Guid = "5307953810734f36a552b461a2800c99";
this.Text635.Name = "Text635";
this.Text635.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text635__GetValue);
this.Text635.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text635.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text635.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.Text635.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text635.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text635.Indicator = null;
this.Text635.Interaction = null;
this.Text635.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text635.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text635.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text636
//
this.Text636 = new Stimulsoft.Report.Components.StiText();
this.Text636.CanGrow = true;
this.Text636.CanShrink = true;
this.Text636.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(152, 0, 34, 4);
this.Text636.BeforePrint += new System.EventHandler(this.Text636_Conditions);
this.Text636.GrowToHeight = true;
this.Text636.Guid = "5f8a562db78c4c33b26dff650bace5d9";
this.Text636.Name = "Text636";
this.Text636.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text636__GetValue);
this.Text636.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text636.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text636.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.Text636.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text636.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text636.Indicator = null;
this.Text636.Interaction = null;
this.Text636.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text636.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text636.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data209.Interaction = null;
this.intvVal.ExcelSheetValue = null;
this.intvVal.Interaction = null;
this.intvVal.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.intvVal_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.intvVal_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.intvVal_Watermark.Image = null;
this.intvVal_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// airQual
//
this.airQual = new Stimulsoft.Report.Components.StiPage();
this.airQual.Guid = "c60feece54d649d98a36a26e977d7cad";
this.airQual.Name = "airQual";
this.airQual.PageHeight = 297;
this.airQual.PageWidth = 210;
this.airQual.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.airQual.PrintHeadersFootersFromPreviousPage = true;
this.airQual.PrintOnPreviousPage = true;
this.airQual.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.airQual.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Data93
//
this.Data93 = new Stimulsoft.Report.Components.StiDataBand();
this.Data93.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 8);
this.Data93.DataSourceName = "tblReportValues0";
this.Data93.Guid = "b1800cd66e9844b8b15c6ce49d1fe0fc";
this.Data93.Name = "Data93";
this.Data93.PrintIfDetailEmpty = true;
this.Data93.Sort = new System.String[0];
this.Data93.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.Data93.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data93.BusinessObjectGuid = null;
//
// Text85
//
this.Text85 = new Stimulsoft.Report.Components.StiText();
this.Text85.CanGrow = true;
this.Text85.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text85.ComponentStyle = "TitleSub1";
this.Text85.Guid = "1cae0dd44c46438899ba237875841e92";
this.InitializeComponent9();
}
public void InitializeComponent9()
{
this.Text85.Name = "Text85";
this.Text85.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text85__GetValue);
this.Text85.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text85.BeforePrint += new System.EventHandler(this.Text85_BeforePrint);
this.Data93.DataRelationName = null;
this.Data93.Interaction = null;
this.Data93.MasterComponent = null;
//
// DataBand153
//
this.DataBand153 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand153.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 20, 190, 6);
this.DataBand153.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand153.DataSourceName = "tblReportValues1";
this.DataBand153.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand153.Guid = "b68daa4838544e56b073177380e5d3e3";
this.DataBand153.Name = "DataBand153";
this.DataBand153.PrintIfDetailEmpty = true;
this.DataBand153.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand153.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.DataBand153.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand153.BusinessObjectGuid = null;
//
// Text448
//
this.Text448 = new Stimulsoft.Report.Components.StiText();
this.Text448.CanGrow = true;
this.Text448.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text448.ComponentStyle = "TitleSub2";
this.Text448.Guid = "74717de0e5fa40038dd973d311129a85";
this.Text448.Name = "Text448";
this.Text448.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text448__GetValue);
this.Text448.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text448.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text448.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text448.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.Text448.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text448.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text448.Indicator = null;
this.Text448.Interaction = null;
this.Text448.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text448.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text448.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text448.BeforePrint += new System.EventHandler(this.Text448_BeforePrint);
this.DataBand153.Interaction = null;
//
// DataBand154
//
this.DataBand154 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand154.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 34, 190, 2);
this.DataBand154.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand154.DataSourceName = "tblReportValues2";
this.DataBand154.Guid = "5ad512e6fdff4343b7b63add169fae51";
this.DataBand154.Name = "DataBand154";
this.DataBand154.PrintIfDetailEmpty = true;
this.DataBand154.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand154.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.DataBand154.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand154.BusinessObjectGuid = null;
this.DataBand154.Interaction = null;
//
// DataBand155
//
this.DataBand155 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand155.CanShrink = true;
this.DataBand155.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 44, 190, 8);
this.DataBand155.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand155.DataSourceName = "tblReportValueParts2";
this.DataBand155.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand155.Guid = "0c8c3224ed2946fa81f9a800564074b7";
this.DataBand155.Name = "DataBand155";
this.DataBand155.PrintIfDetailEmpty = true;
this.DataBand155.Sort = new System.String[] {
"ASC",
"{GetDataBand155_Sort1}",
"ASC",
"Column1"};
this.DataBand155.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.DataBand155.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand155.BusinessObjectGuid = null;
//
// Text450
//
this.Text450 = new Stimulsoft.Report.Components.StiText();
this.Text450.CanGrow = true;
this.Text450.CanShrink = true;
this.Text450.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text450.ComponentStyle = "ValuesBorder";
this.Text450.BeforePrint += new System.EventHandler(this.Text450_Conditions);
this.Text450.GrowToHeight = true;
this.Text450.Guid = "fbcbbeeb18214096b0da3882e9a698e7";
this.Text450.Name = "Text450";
this.Text450.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text450__GetValue);
this.Text450.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text450.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text450.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.Text450.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text450.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text450.Indicator = null;
this.Text450.Interaction = null;
this.Text450.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text450.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text450.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text451
//
this.Text451 = new Stimulsoft.Report.Components.StiText();
this.Text451.CanGrow = true;
this.Text451.CanShrink = true;
this.Text451.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text451.ComponentStyle = "ValuesBorder";
this.Text451.BeforePrint += new System.EventHandler(this.Text451_Conditions);
this.Text451.GrowToHeight = true;
this.Text451.Guid = "504ea4293723486b865ba2223f2771ce";
this.Text451.Name = "Text451";
this.Text451.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text451__GetValue);
this.Text451.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text451.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text451.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.Text451.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text451.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text451.Indicator = null;
this.Text451.Interaction = null;
this.Text451.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text451.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text451.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text458
//
this.Text458 = new Stimulsoft.Report.Components.StiText();
this.Text458.CanGrow = true;
this.Text458.CanShrink = true;
this.Text458.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text458.ComponentStyle = "ValuesBorder";
this.Text458.BeforePrint += new System.EventHandler(this.Text458_Conditions);
this.Text458.GrowToHeight = true;
this.Text458.Guid = "93a2541406514e249cf2960fcb6c849a";
this.Text458.Name = "Text458";
this.Text458.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text458__GetValue);
this.Text458.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text458.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text458.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.Text458.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text458.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text458.Indicator = null;
this.Text458.Interaction = null;
this.Text458.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text458.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text458.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text459
//
this.Text459 = new Stimulsoft.Report.Components.StiText();
this.Text459.CanGrow = true;
this.Text459.CanShrink = true;
this.Text459.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 70, 8);
this.Text459.ComponentStyle = "ValuesBorder";
this.Text459.BeforePrint += new System.EventHandler(this.Text459_Conditions);
this.Text459.GrowToHeight = true;
this.Text459.Guid = "886c7ce147e440ec9d518e22345e3384";
this.Text459.Name = "Text459";
this.Text459.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text459__GetValue);
this.Text459.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text459.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text459.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.Text459.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text459.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text459.Indicator = null;
this.Text459.Interaction = null;
this.Text459.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text459.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text459.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text460
//
this.Text460 = new Stimulsoft.Report.Components.StiText();
this.Text460.CanGrow = true;
this.Text460.CanShrink = true;
this.Text460.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text460.ComponentStyle = "ValuesBorder";
this.Text460.BeforePrint += new System.EventHandler(this.Text460_Conditions);
this.Text460.GrowToHeight = true;
this.Text460.Guid = "532b21566e8a445e909764f73e45b7e6";
this.Text460.Name = "Text460";
this.Text460.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text460__GetValue);
this.Text460.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text460.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text460.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.Text460.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text460.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text460.Indicator = null;
this.Text460.Interaction = null;
this.Text460.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text460.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text460.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text461
//
this.Text461 = new Stimulsoft.Report.Components.StiText();
this.Text461.CanGrow = true;
this.Text461.CanShrink = true;
this.Text461.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text461.ComponentStyle = "ValuesBorder";
this.Text461.BeforePrint += new System.EventHandler(this.Text461_Conditions);
this.Text461.GrowToHeight = true;
this.Text461.Guid = "7e5499e16b3d487589dd0cef2a79c630";
this.Text461.Name = "Text461";
this.Text461.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text461__GetValue);
this.Text461.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text461.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text461.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.Text461.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text461.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text461.Indicator = null;
this.Text461.Interaction = null;
this.Text461.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text461.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text461.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand155.Interaction = null;
//
// whoEuSubT2
//
this.whoEuSubT2 = new Stimulsoft.Report.Components.StiDataBand();
this.whoEuSubT2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 60, 190, 6);
this.whoEuSubT2.DataRelationName = "tblReportTitles_tblReportValues1";
this.whoEuSubT2.DataSourceName = "tblReportValues1";
this.whoEuSubT2.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.whoEuSubT2.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.whoEuSubT2.Name = "whoEuSubT2";
this.whoEuSubT2.PrintIfDetailEmpty = true;
this.whoEuSubT2.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.whoEuSubT2.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.whoEuSubT2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.whoEuSubT2.BusinessObjectGuid = null;
//
// Text146
//
this.Text146 = new Stimulsoft.Report.Components.StiText();
this.Text146.CanGrow = true;
this.Text146.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text146.ComponentStyle = "TitleSub2";
this.Text146.Guid = "796022ef43fa4e9c88a0ee3e77665cde";
this.Text146.Name = "Text146";
this.Text146.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text146__GetValue);
this.Text146.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text146.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text146.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text146.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.Text146.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text146.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text146.BeforePrint += new System.EventHandler(this.Text146_BeforePrint);
this.whoEuSubT2.Interaction = null;
//
// Data95
//
this.Data95 = new Stimulsoft.Report.Components.StiDataBand();
this.Data95.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 74, 190, 2);
this.Data95.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data95.DataSourceName = "tblReportValues2";
this.Data95.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.Data95.Name = "Data95";
this.Data95.PrintIfDetailEmpty = true;
this.Data95.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data95.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.Data95.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data95.BusinessObjectGuid = null;
this.Data95.Interaction = null;
//
// Data96
//
this.Data96 = new Stimulsoft.Report.Components.StiDataBand();
this.Data96.CanShrink = true;
this.Data96.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 84, 190, 8);
this.Data96.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.Data96.DataSourceName = "tblReportValueParts2";
this.Data96.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data96.Name = "Data96";
this.Data96.PrintIfDetailEmpty = true;
this.Data96.Sort = new System.String[] {
"ASC",
"{GetData96_Sort1}",
"ASC",
"Column1"};
this.Data96.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.Data96.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data96.BusinessObjectGuid = null;
//
// Text181
//
this.Text181 = new Stimulsoft.Report.Components.StiText();
this.Text181.CanGrow = true;
this.Text181.CanShrink = true;
this.Text181.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text181.ComponentStyle = "ValuesBorder";
this.Text181.BeforePrint += new System.EventHandler(this.Text181_Conditions);
this.Text181.GrowToHeight = true;
this.Text181.Name = "Text181";
this.Text181.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text181__GetValue);
this.Text181.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text181.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text181.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.Text181.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text181.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.CanGrow = true;
this.Text182.CanShrink = true;
this.Text182.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text182.ComponentStyle = "ValuesBorder";
this.Text182.BeforePrint += new System.EventHandler(this.Text182_Conditions);
this.Text182.GrowToHeight = true;
this.Text182.Name = "Text182";
this.Text182.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text182__GetValue);
this.Text182.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text182.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text182.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.Text182.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text182.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text182.Guid = null;
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.CanGrow = true;
this.Text183.CanShrink = true;
this.Text183.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text183.ComponentStyle = "ValuesBorder";
this.Text183.BeforePrint += new System.EventHandler(this.Text183_Conditions);
this.Text183.GrowToHeight = true;
this.Text183.Name = "Text183";
this.Text183.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text183__GetValue);
this.Text183.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text183.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text183.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.Text183.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text183.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.CanGrow = true;
this.Text184.CanShrink = true;
this.Text184.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 22, 8);
this.Text184.ComponentStyle = "ValuesBorder";
this.Text184.BeforePrint += new System.EventHandler(this.Text184_Conditions);
this.Text184.GrowToHeight = true;
this.Text184.Name = "Text184";
this.Text184.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text184__GetValue);
this.Text184.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text184.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text184.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.Text184.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text184.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.CanGrow = true;
this.Text185.CanShrink = true;
this.Text185.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text185.ComponentStyle = "ValuesBorder";
this.Text185.BeforePrint += new System.EventHandler(this.Text185_Conditions);
this.Text185.GrowToHeight = true;
this.Text185.Name = "Text185";
this.Text185.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text185__GetValue);
this.Text185.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text185.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text185.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.Text185.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text185.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text185.Guid = null;
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.CanGrow = true;
this.Text186.CanShrink = true;
this.Text186.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text186.ComponentStyle = "ValuesBorder";
this.Text186.BeforePrint += new System.EventHandler(this.Text186_Conditions);
this.Text186.GrowToHeight = true;
this.Text186.Guid = "2d60fb89138f42b49707632ef4aa238d";
this.Text186.Name = "Text186";
this.Text186.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text186__GetValue);
this.Text186.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text186.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text186.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.Text186.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text186.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.CanGrow = true;
this.Text187.CanShrink = true;
this.Text187.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text187.ComponentStyle = "ValuesBorder";
this.Text187.BeforePrint += new System.EventHandler(this.Text187_Conditions);
this.Text187.GrowToHeight = true;
this.Text187.Guid = "21de811e65c7401e8011ad472a2ab8fe";
this.Text187.Name = "Text187";
this.Text187.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text187__GetValue);
this.Text187.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text187.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text187.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.Text187.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text187.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
//
// Text447
//
this.Text447 = new Stimulsoft.Report.Components.StiText();
this.Text447.CanGrow = true;
this.Text447.CanShrink = true;
this.Text447.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 30, 8);
this.Text447.ComponentStyle = "ValuesBorder";
this.Text447.BeforePrint += new System.EventHandler(this.Text447_Conditions);
this.Text447.GrowToHeight = true;
this.Text447.Guid = "2b871b2c18d74050a900281dfb0e7c34";
this.Text447.Name = "Text447";
this.Text447.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text447__GetValue);
this.Text447.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text447.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text447.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.Text447.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text447.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text447.Indicator = null;
this.Text447.Interaction = null;
this.Text447.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text447.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text447.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data96.Guid = null;
this.Data96.Interaction = null;
//
// DataBand67
//
this.DataBand67 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand67.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 100, 190, 6);
this.DataBand67.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand67.DataSourceName = "tblReportValues1";
this.DataBand67.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand67.Guid = "229684d1930740b4ba862a3251bfdf51";
this.DataBand67.Name = "DataBand67";
this.DataBand67.PrintIfDetailEmpty = true;
this.DataBand67.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand67.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.DataBand67.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand67.BusinessObjectGuid = null;
//
// Text239
//
this.Text239 = new Stimulsoft.Report.Components.StiText();
this.Text239.CanGrow = true;
this.Text239.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text239.ComponentStyle = "TitleSub2";
this.Text239.Guid = "85347e589fca4c41be2d39cb0c2a387c";
this.Text239.Name = "Text239";
this.Text239.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text239__GetValue);
this.Text239.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text239.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text239.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text239.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.Text239.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text239.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text239.BeforePrint += new System.EventHandler(this.Text239_BeforePrint);
this.DataBand67.Interaction = null;
//
// vlaremSubT3
//
this.vlaremSubT3 = new Stimulsoft.Report.Components.StiDataBand();
this.vlaremSubT3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 114, 190, 6);
this.vlaremSubT3.DataRelationName = "tblReportTitles_tblReportValues1";
this.vlaremSubT3.DataSourceName = "tblReportValues1";
this.vlaremSubT3.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.vlaremSubT3.Guid = "7910728c4ccd4fa384d451100c6803ae";
this.vlaremSubT3.Name = "vlaremSubT3";
this.vlaremSubT3.PrintIfDetailEmpty = true;
this.vlaremSubT3.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.vlaremSubT3.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.vlaremSubT3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.vlaremSubT3.BusinessObjectGuid = null;
//
// Text577
//
this.Text577 = new Stimulsoft.Report.Components.StiText();
this.Text577.CanGrow = true;
this.Text577.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 2, 170, 4);
this.Text577.ComponentStyle = "TitleSub3";
this.Text577.Guid = "4e84a79be9a742d6a93b14efd8445bcf";
this.Text577.Name = "Text577";
this.Text577.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text577__GetValue);
this.Text577.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text577.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text577.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text577.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.Text577.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text577.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text577.Indicator = null;
this.Text577.Interaction = null;
this.Text577.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text577.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text577.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text577.BeforePrint += new System.EventHandler(this.Text577_BeforePrint);
this.vlaremSubT3.Interaction = null;
//
// prop1212
//
this.prop1212 = new Stimulsoft.Report.Components.StiDataBand();
this.prop1212.CanShrink = true;
this.prop1212.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 128, 190, 6);
this.prop1212.DataRelationName = "tblReportValues1_tblReportValues2";
this.prop1212.DataSourceName = "tblReportValues2";
this.prop1212.Guid = "c0a2a5f3c93c4b95997987ddac1dcc53";
this.prop1212.Name = "prop1212";
this.prop1212.PrintIfDetailEmpty = true;
this.prop1212.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.prop1212.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.prop1212.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.prop1212.BusinessObjectGuid = null;
//
// Text240
//
this.Text240 = new Stimulsoft.Report.Components.StiText();
this.Text240.CanGrow = true;
this.Text240.CanShrink = true;
this.Text240.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 168, 4);
this.Text240.ComponentStyle = "Values";
this.Text240.GrowToHeight = true;
this.Text240.Guid = "cd694e0907894f6c8d163165304ec8c1";
this.Text240.Name = "Text240";
this.Text240.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text240.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text240__GetValue);
this.Text240.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text240.Indicator = null;
this.Text240.Interaction = null;
this.Text240.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text240.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text240.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.prop1212.Interaction = null;
//
// DataBand69
//
this.DataBand69 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand69.CanShrink = true;
this.DataBand69.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 142, 190, 8);
this.DataBand69.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand69.DataSourceName = "tblReportValueParts2";
this.DataBand69.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand69.Guid = "9aec8dc041d54b54a0c23a6a424f96e2";
this.DataBand69.Name = "DataBand69";
this.DataBand69.PrintIfDetailEmpty = true;
this.DataBand69.Sort = new System.String[] {
"ASC",
"{GetDataBand69_Sort1}",
"ASC",
"Column1"};
this.DataBand69.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.DataBand69.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand69.BusinessObjectGuid = null;
//
// Text496
//
this.Text496 = new Stimulsoft.Report.Components.StiText();
this.Text496.CanGrow = true;
this.Text496.CanShrink = true;
this.Text496.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text496.ComponentStyle = "ValuesBorder";
this.Text496.BeforePrint += new System.EventHandler(this.Text496_Conditions);
this.Text496.GrowToHeight = true;
this.Text496.Guid = "ad099ff4195a474587475ccd4e554470";
this.Text496.Name = "Text496";
this.Text496.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text496__GetValue);
this.Text496.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text496.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text496.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.Text496.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text496.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text496.Indicator = null;
this.Text496.Interaction = null;
this.Text496.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text496.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text496.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text502
//
this.Text502 = new Stimulsoft.Report.Components.StiText();
this.Text502.CanGrow = true;
this.Text502.CanShrink = true;
this.Text502.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text502.ComponentStyle = "ValuesBorder";
this.Text502.BeforePrint += new System.EventHandler(this.Text502_Conditions);
this.Text502.GrowToHeight = true;
this.Text502.Guid = "0a5281e8f28d4f6288026b2055e8a545";
this.Text502.Name = "Text502";
this.Text502.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text502__GetValue);
this.Text502.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text502.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text502.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.Text502.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text502.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text502.Indicator = null;
this.Text502.Interaction = null;
this.Text502.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text502.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text502.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text525
//
this.Text525 = new Stimulsoft.Report.Components.StiText();
this.Text525.CanGrow = true;
this.Text525.CanShrink = true;
this.Text525.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text525.ComponentStyle = "ValuesBorder";
this.Text525.BeforePrint += new System.EventHandler(this.Text525_Conditions);
this.Text525.GrowToHeight = true;
this.Text525.Guid = "591409baa2054f0abe320476fa153379";
this.Text525.Name = "Text525";
this.Text525.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text525__GetValue);
this.Text525.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text525.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text525.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.Text525.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text525.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text525.Indicator = null;
this.Text525.Interaction = null;
this.Text525.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text525.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text525.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text535
//
this.Text535 = new Stimulsoft.Report.Components.StiText();
this.Text535.CanGrow = true;
this.Text535.CanShrink = true;
this.Text535.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 22, 8);
this.Text535.ComponentStyle = "ValuesBorder";
this.Text535.BeforePrint += new System.EventHandler(this.Text535_Conditions);
this.Text535.GrowToHeight = true;
this.Text535.Guid = "288c1738e17b4ef382486772818d6db9";
this.Text535.Name = "Text535";
this.Text535.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text535__GetValue);
this.Text535.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text535.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text535.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.Text535.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text535.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text535.Indicator = null;
this.Text535.Interaction = null;
this.Text535.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text535.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text535.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text573
//
this.Text573 = new Stimulsoft.Report.Components.StiText();
this.Text573.CanGrow = true;
this.Text573.CanShrink = true;
this.Text573.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text573.ComponentStyle = "ValuesBorder";
this.Text573.BeforePrint += new System.EventHandler(this.Text573_Conditions);
this.Text573.GrowToHeight = true;
this.Text573.Guid = "756e401673794e708ad65d2dfbd90381";
this.Text573.Name = "Text573";
this.Text573.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text573__GetValue);
this.Text573.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text573.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text573.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.Text573.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text573.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text573.Indicator = null;
this.Text573.Interaction = null;
this.Text573.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text573.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text573.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text574
//
this.Text574 = new Stimulsoft.Report.Components.StiText();
this.Text574.CanGrow = true;
this.Text574.CanShrink = true;
this.Text574.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text574.ComponentStyle = "ValuesBorder";
this.Text574.BeforePrint += new System.EventHandler(this.Text574_Conditions);
this.Text574.GrowToHeight = true;
this.Text574.Guid = "f9d46756042640ff99e6e2cfda391f84";
this.Text574.Name = "Text574";
this.Text574.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text574__GetValue);
this.Text574.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text574.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text574.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.Text574.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text574.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text574.Indicator = null;
this.Text574.Interaction = null;
this.Text574.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text574.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text574.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text575
//
this.Text575 = new Stimulsoft.Report.Components.StiText();
this.Text575.CanGrow = true;
this.Text575.CanShrink = true;
this.Text575.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text575.ComponentStyle = "ValuesBorder";
this.Text575.BeforePrint += new System.EventHandler(this.Text575_Conditions);
this.Text575.GrowToHeight = true;
this.Text575.Guid = "c823a9ce5e4840e8af8d237753c78ef5";
this.Text575.Name = "Text575";
this.Text575.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text575__GetValue);
this.Text575.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text575.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text575.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.Text575.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text575.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text575.Indicator = null;
this.Text575.Interaction = null;
this.Text575.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text575.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text575.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text596
//
this.Text596 = new Stimulsoft.Report.Components.StiText();
this.Text596.CanGrow = true;
this.Text596.CanShrink = true;
this.Text596.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 14, 8);
this.Text596.ComponentStyle = "ValuesBorder";
this.Text596.BeforePrint += new System.EventHandler(this.Text596_Conditions);
this.Text596.GrowToHeight = true;
this.Text596.Guid = "2df1879510694befaaa5dcb81b9a03b8";
this.Text596.Name = "Text596";
this.Text596.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text596__GetValue);
this.Text596.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text596.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text596.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.Text596.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text596.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text596.Indicator = null;
this.Text596.Interaction = null;
this.Text596.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text596.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text596.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text598
//
this.Text598 = new Stimulsoft.Report.Components.StiText();
this.Text598.CanGrow = true;
this.Text598.CanShrink = true;
this.Text598.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(110, 0, 16, 8);
this.Text598.ComponentStyle = "ValuesBorder";
this.Text598.BeforePrint += new System.EventHandler(this.Text598_Conditions);
this.Text598.GrowToHeight = true;
this.Text598.Guid = "ca8d01e131404edc8b5b5cd6cda2b8f0";
this.Text598.Name = "Text598";
this.Text598.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text598__GetValue);
this.Text598.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text598.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text598.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.Text598.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text598.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text598.Indicator = null;
this.Text598.Interaction = null;
this.Text598.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text598.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text598.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand69.Interaction = null;
//
// prop1213
//
this.prop1213 = new Stimulsoft.Report.Components.StiDataBand();
this.prop1213.CanShrink = true;
this.prop1213.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 158, 190, 6);
this.prop1213.DataRelationName = "tblReportValues1_tblReportValues2";
this.prop1213.DataSourceName = "tblReportValues2";
this.prop1213.Guid = "9cf84faf9fc04332a31e47b81abce141";
this.prop1213.Name = "prop1213";
this.prop1213.PrintIfDetailEmpty = true;
this.prop1213.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.prop1213.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.prop1213.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.prop1213.BusinessObjectGuid = null;
//
// Text649
//
this.Text649 = new Stimulsoft.Report.Components.StiText();
this.Text649.CanGrow = true;
this.Text649.CanShrink = true;
this.Text649.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 168, 4);
this.Text649.ComponentStyle = "Values";
this.Text649.GrowToHeight = true;
this.Text649.Guid = "52a3c65320294acc980596323ff89603";
this.Text649.Name = "Text649";
this.Text649.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text649.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text649__GetValue);
this.Text649.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text649.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text649.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text649.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.Text649.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text649.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text649.Indicator = null;
this.Text649.Interaction = null;
this.Text649.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text649.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text649.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.prop1213.Interaction = null;
//
// DataBand89
//
this.DataBand89 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand89.CanShrink = true;
this.DataBand89.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 172, 190, 8);
this.DataBand89.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand89.DataSourceName = "tblReportValueParts2";
this.DataBand89.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand89.Guid = "bbe785eaadea46efacd29d788d1272ac";
this.DataBand89.Name = "DataBand89";
this.DataBand89.PrintIfDetailEmpty = true;
this.DataBand89.Sort = new System.String[] {
"ASC",
"{GetDataBand89_Sort1}",
"ASC",
"Column1"};
this.DataBand89.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.DataBand89.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand89.BusinessObjectGuid = null;
//
// Text650
//
this.Text650 = new Stimulsoft.Report.Components.StiText();
this.Text650.CanGrow = true;
this.Text650.CanShrink = true;
this.Text650.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text650.ComponentStyle = "ValuesBorder";
this.Text650.BeforePrint += new System.EventHandler(this.Text650_Conditions);
this.Text650.GrowToHeight = true;
this.Text650.Guid = "3dab60f140494d469ee355878cf29a6c";
this.Text650.Name = "Text650";
this.Text650.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text650__GetValue);
this.Text650.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text650.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text650.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.Text650.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text650.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text650.Indicator = null;
this.Text650.Interaction = null;
this.Text650.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text650.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text650.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text651
//
this.Text651 = new Stimulsoft.Report.Components.StiText();
this.Text651.CanGrow = true;
this.Text651.CanShrink = true;
this.Text651.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text651.ComponentStyle = "ValuesBorder";
this.Text651.BeforePrint += new System.EventHandler(this.Text651_Conditions);
this.Text651.GrowToHeight = true;
this.Text651.Guid = "b1648ea01a0144ed8b3853ef6191c688";
this.Text651.Name = "Text651";
this.Text651.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text651__GetValue);
this.Text651.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text651.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text651.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.Text651.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text651.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text651.Indicator = null;
this.Text651.Interaction = null;
this.Text651.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text651.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text651.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text652
//
this.Text652 = new Stimulsoft.Report.Components.StiText();
this.Text652.CanGrow = true;
this.Text652.CanShrink = true;
this.Text652.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text652.ComponentStyle = "ValuesBorder";
this.Text652.BeforePrint += new System.EventHandler(this.Text652_Conditions);
this.Text652.GrowToHeight = true;
this.Text652.Guid = "20552e415273481b8394242064a72703";
this.Text652.Name = "Text652";
this.Text652.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text652__GetValue);
this.Text652.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text652.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text652.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.Text652.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text652.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text652.Indicator = null;
this.Text652.Interaction = null;
this.Text652.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text652.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text652.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text653
//
this.Text653 = new Stimulsoft.Report.Components.StiText();
this.Text653.CanGrow = true;
this.Text653.CanShrink = true;
this.Text653.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 22, 8);
this.Text653.ComponentStyle = "ValuesBorder";
this.Text653.BeforePrint += new System.EventHandler(this.Text653_Conditions);
this.Text653.GrowToHeight = true;
this.Text653.Guid = "68abf199e6e44ae18717639f336fa160";
this.Text653.Name = "Text653";
this.Text653.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text653__GetValue);
this.Text653.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text653.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text653.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.Text653.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text653.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text653.Indicator = null;
this.Text653.Interaction = null;
this.Text653.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text653.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text653.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text654
//
this.Text654 = new Stimulsoft.Report.Components.StiText();
this.Text654.CanGrow = true;
this.Text654.CanShrink = true;
this.Text654.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text654.ComponentStyle = "ValuesBorder";
this.Text654.BeforePrint += new System.EventHandler(this.Text654_Conditions);
this.Text654.GrowToHeight = true;
this.Text654.Guid = "403d80e754ac46688f0869562bdf9fa0";
this.Text654.Name = "Text654";
this.Text654.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text654__GetValue);
this.Text654.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text654.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text654.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.Text654.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text654.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text654.Indicator = null;
this.Text654.Interaction = null;
this.Text654.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text654.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text654.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text655
//
this.Text655 = new Stimulsoft.Report.Components.StiText();
this.Text655.CanGrow = true;
this.Text655.CanShrink = true;
this.Text655.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text655.ComponentStyle = "ValuesBorder";
this.Text655.BeforePrint += new System.EventHandler(this.Text655_Conditions);
this.Text655.GrowToHeight = true;
this.InitializeComponent10();
}
public void InitializeComponent10()
{
this.Text655.Guid = "c6ba362faaeb4d3f9cc3845dc2c255af";
this.Text655.Name = "Text655";
this.Text655.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text655__GetValue);
this.Text655.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text655.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text655.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.Text655.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text655.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text655.Indicator = null;
this.Text655.Interaction = null;
this.Text655.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text655.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text655.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text656
//
this.Text656 = new Stimulsoft.Report.Components.StiText();
this.Text656.CanGrow = true;
this.Text656.CanShrink = true;
this.Text656.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text656.ComponentStyle = "ValuesBorder";
this.Text656.BeforePrint += new System.EventHandler(this.Text656_Conditions);
this.Text656.GrowToHeight = true;
this.Text656.Guid = "b28aaa2723d743f0ba5051a88d13e03c";
this.Text656.Name = "Text656";
this.Text656.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text656__GetValue);
this.Text656.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text656.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text656.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.Text656.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text656.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text656.Indicator = null;
this.Text656.Interaction = null;
this.Text656.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text656.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text656.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text172
//
this.Text172 = new Stimulsoft.Report.Components.StiText();
this.Text172.CanGrow = true;
this.Text172.CanShrink = true;
this.Text172.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 14, 8);
this.Text172.ComponentStyle = "ValuesBorder";
this.Text172.BeforePrint += new System.EventHandler(this.Text172_Conditions);
this.Text172.GrowToHeight = true;
this.Text172.Guid = "75cc949d8238481aae15267b57f3dceb";
this.Text172.Name = "Text172";
this.Text172.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text172__GetValue);
this.Text172.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text462
//
this.Text462 = new Stimulsoft.Report.Components.StiText();
this.Text462.CanGrow = true;
this.Text462.CanShrink = true;
this.Text462.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(110, 0, 16, 8);
this.Text462.ComponentStyle = "ValuesBorder";
this.Text462.BeforePrint += new System.EventHandler(this.Text462_Conditions);
this.Text462.GrowToHeight = true;
this.Text462.Guid = "2b41af63c7374f3c842c00852d48b205";
this.Text462.Name = "Text462";
this.Text462.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text462__GetValue);
this.Text462.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text462.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text462.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.Text462.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text462.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text462.Indicator = null;
this.Text462.Interaction = null;
this.Text462.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text462.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text462.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand89.Interaction = null;
//
// bhgSubT3
//
this.bhgSubT3 = new Stimulsoft.Report.Components.StiDataBand();
this.bhgSubT3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 188, 190, 6);
this.bhgSubT3.DataRelationName = "tblReportTitles_tblReportValues1";
this.bhgSubT3.DataSourceName = "tblReportValues1";
this.bhgSubT3.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.bhgSubT3.Guid = "47c9826f28d64652a19f45b5b2527bbb";
this.bhgSubT3.Name = "bhgSubT3";
this.bhgSubT3.PrintIfDetailEmpty = true;
this.bhgSubT3.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.bhgSubT3.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.bhgSubT3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.bhgSubT3.BusinessObjectGuid = null;
//
// Text180
//
this.Text180 = new Stimulsoft.Report.Components.StiText();
this.Text180.CanGrow = true;
this.Text180.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 2, 170, 4);
this.Text180.ComponentStyle = "TitleSub3";
this.Text180.Guid = "b6e6f1c282144481ba5508da08411581";
this.Text180.Name = "Text180";
this.Text180.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text180__GetValue);
this.Text180.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text180.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text180.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text180.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.Text180.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text180.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
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);
this.Text180.BeforePrint += new System.EventHandler(this.Text180_BeforePrint);
this.bhgSubT3.Interaction = null;
//
// DataBand47
//
this.DataBand47 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand47.CanShrink = true;
this.DataBand47.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 202, 190, 6);
this.DataBand47.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand47.DataSourceName = "tblReportValues2";
this.DataBand47.Guid = "3184219793134b83971e1fb3b8a46186";
this.DataBand47.Name = "DataBand47";
this.DataBand47.PrintIfDetailEmpty = true;
this.DataBand47.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand47.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.DataBand47.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand47.BusinessObjectGuid = null;
//
// Text380
//
this.Text380 = new Stimulsoft.Report.Components.StiText();
this.Text380.CanGrow = true;
this.Text380.CanShrink = true;
this.Text380.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 168, 4);
this.Text380.ComponentStyle = "Values";
this.Text380.GrowToHeight = true;
this.Text380.Guid = "5664f846b6ac43e49310117a5967fade";
this.Text380.Name = "Text380";
this.Text380.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text380.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text380__GetValue);
this.Text380.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text380.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text380.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text380.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.Text380.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text380.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text380.Indicator = null;
this.Text380.Interaction = null;
this.Text380.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text380.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text380.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand47.Interaction = null;
//
// DataBand48
//
this.DataBand48 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand48.CanShrink = true;
this.DataBand48.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 216, 190, 8);
this.DataBand48.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand48.DataSourceName = "tblReportValueParts2";
this.DataBand48.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand48.Guid = "6058ed99bff24240b35db34181e4cb7f";
this.DataBand48.Name = "DataBand48";
this.DataBand48.PrintIfDetailEmpty = true;
this.DataBand48.Sort = new System.String[] {
"ASC",
"{GetDataBand48_Sort1}",
"ASC",
"Column1"};
this.DataBand48.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.DataBand48.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand48.BusinessObjectGuid = null;
//
// Text381
//
this.Text381 = new Stimulsoft.Report.Components.StiText();
this.Text381.CanGrow = true;
this.Text381.CanShrink = true;
this.Text381.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text381.ComponentStyle = "ValuesBorder";
this.Text381.BeforePrint += new System.EventHandler(this.Text381_Conditions);
this.Text381.GrowToHeight = true;
this.Text381.Guid = "f9e374dc4caa433fb58cea562821cf2d";
this.Text381.Name = "Text381";
this.Text381.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text381__GetValue);
this.Text381.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text381.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text381.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.Text381.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text381.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text381.Indicator = null;
this.Text381.Interaction = null;
this.Text381.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text381.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text381.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text382
//
this.Text382 = new Stimulsoft.Report.Components.StiText();
this.Text382.CanGrow = true;
this.Text382.CanShrink = true;
this.Text382.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text382.ComponentStyle = "ValuesBorder";
this.Text382.BeforePrint += new System.EventHandler(this.Text382_Conditions);
this.Text382.GrowToHeight = true;
this.Text382.Guid = "69a903bf8c074ee0851b51343817a03f";
this.Text382.Name = "Text382";
this.Text382.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text382__GetValue);
this.Text382.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text382.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text382.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.Text382.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text382.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text382.Indicator = null;
this.Text382.Interaction = null;
this.Text382.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text382.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text382.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text383
//
this.Text383 = new Stimulsoft.Report.Components.StiText();
this.Text383.CanGrow = true;
this.Text383.CanShrink = true;
this.Text383.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text383.ComponentStyle = "ValuesBorder";
this.Text383.BeforePrint += new System.EventHandler(this.Text383_Conditions);
this.Text383.GrowToHeight = true;
this.Text383.Guid = "15d84c6db431410d82cc4c116cbcf8d3";
this.Text383.Name = "Text383";
this.Text383.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text383__GetValue);
this.Text383.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text383.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text383.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.Text383.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text383.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text383.Indicator = null;
this.Text383.Interaction = null;
this.Text383.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text383.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text383.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text384
//
this.Text384 = new Stimulsoft.Report.Components.StiText();
this.Text384.CanGrow = true;
this.Text384.CanShrink = true;
this.Text384.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 52, 8);
this.Text384.ComponentStyle = "ValuesBorder";
this.Text384.BeforePrint += new System.EventHandler(this.Text384_Conditions);
this.Text384.GrowToHeight = true;
this.Text384.Guid = "61d1909adf064bb4a368453393f053c7";
this.Text384.Name = "Text384";
this.Text384.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text384__GetValue);
this.Text384.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text384.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text384.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.Text384.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text384.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text384.Indicator = null;
this.Text384.Interaction = null;
this.Text384.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text384.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text384.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text385
//
this.Text385 = new Stimulsoft.Report.Components.StiText();
this.Text385.CanGrow = true;
this.Text385.CanShrink = true;
this.Text385.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text385.ComponentStyle = "ValuesBorder";
this.Text385.BeforePrint += new System.EventHandler(this.Text385_Conditions);
this.Text385.GrowToHeight = true;
this.Text385.Guid = "d10ac04b784b4211aa7a373414322f22";
this.Text385.Name = "Text385";
this.Text385.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text385__GetValue);
this.Text385.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text385.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text385.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.Text385.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text385.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text385.Indicator = null;
this.Text385.Interaction = null;
this.Text385.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text385.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text385.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text386
//
this.Text386 = new Stimulsoft.Report.Components.StiText();
this.Text386.CanGrow = true;
this.Text386.CanShrink = true;
this.Text386.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text386.ComponentStyle = "ValuesBorder";
this.Text386.BeforePrint += new System.EventHandler(this.Text386_Conditions);
this.Text386.GrowToHeight = true;
this.Text386.Guid = "15d63022a92640d9b82f8e60b0ddf442";
this.Text386.Name = "Text386";
this.Text386.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text386__GetValue);
this.Text386.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text386.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text386.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.Text386.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text386.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text386.Indicator = null;
this.Text386.Interaction = null;
this.Text386.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text386.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text386.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text388
//
this.Text388 = new Stimulsoft.Report.Components.StiText();
this.Text388.CanGrow = true;
this.Text388.CanShrink = true;
this.Text388.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text388.ComponentStyle = "ValuesBorder";
this.Text388.BeforePrint += new System.EventHandler(this.Text388_Conditions);
this.Text388.GrowToHeight = true;
this.Text388.Guid = "2076101379584961a1655dac41163013";
this.Text388.Name = "Text388";
this.Text388.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text388__GetValue);
this.Text388.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text388.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text388.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.Text388.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text388.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text388.Indicator = null;
this.Text388.Interaction = null;
this.Text388.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text388.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text388.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand48.Interaction = null;
this.airQual.ExcelSheetValue = null;
this.airQual.Interaction = null;
this.airQual.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.airQual_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.airQual_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.airQual_Watermark.Image = null;
this.airQual_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.airQual.BeginRender += new System.EventHandler(this.airQual_BeginRender);
//
// airQual2
//
this.airQual2 = new Stimulsoft.Report.Components.StiPage();
this.airQual2.Guid = "3fc92e4838bc4a9787bebf1436ee1017";
this.airQual2.Name = "airQual2";
this.airQual2.PageHeight = 297;
this.airQual2.PageWidth = 210;
this.airQual2.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.airQual2.PrintHeadersFootersFromPreviousPage = true;
this.airQual2.PrintOnPreviousPage = true;
this.airQual2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.airQual2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand87
//
this.DataBand87 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand87.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand87.DataSourceName = "tblReportValues0";
this.DataBand87.Guid = "f0efe787bd9e4e5ca174bd85d1fc939b";
this.DataBand87.Name = "DataBand87";
this.DataBand87.PrintIfDetailEmpty = true;
this.DataBand87.Sort = new System.String[0];
this.DataBand87.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.DataBand87.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand87.BusinessObjectGuid = null;
this.DataBand87.DataRelationName = null;
this.DataBand87.Interaction = null;
this.DataBand87.MasterComponent = null;
//
// walSubT3
//
this.walSubT3 = new Stimulsoft.Report.Components.StiDataBand();
this.walSubT3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 6);
this.walSubT3.DataRelationName = "tblReportTitles_tblReportValues1";
this.walSubT3.DataSourceName = "tblReportValues1";
this.walSubT3.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.walSubT3.Guid = "602e2e75d33d493585ce30d6f1bef0c5";
this.walSubT3.Name = "walSubT3";
this.walSubT3.PrintIfDetailEmpty = true;
this.walSubT3.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.walSubT3.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.walSubT3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.walSubT3.BusinessObjectGuid = null;
//
// Text640
//
this.Text640 = new Stimulsoft.Report.Components.StiText();
this.Text640.CanGrow = true;
this.Text640.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 2, 170, 4);
this.Text640.ComponentStyle = "TitleSub3";
this.Text640.Guid = "ef809cdafd0945efbe3e1ff2c0c53a65";
this.Text640.Name = "Text640";
this.Text640.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text640__GetValue);
this.Text640.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text640.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text640.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text640.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.Text640.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text640.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text640.Indicator = null;
this.Text640.Interaction = null;
this.Text640.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text640.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text640.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text640.BeforePrint += new System.EventHandler(this.Text640_BeforePrint);
this.walSubT3.Interaction = null;
//
// DataBand85
//
this.DataBand85 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand85.CanShrink = true;
this.DataBand85.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 26, 190, 6);
this.DataBand85.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand85.DataSourceName = "tblReportValues2";
this.DataBand85.Guid = "e27144b550c44c6fb36e064eb09bdf3a";
this.DataBand85.Name = "DataBand85";
this.DataBand85.PrintIfDetailEmpty = true;
this.DataBand85.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand85.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.DataBand85.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand85.BusinessObjectGuid = null;
//
// Text641
//
this.Text641 = new Stimulsoft.Report.Components.StiText();
this.Text641.CanGrow = true;
this.Text641.CanShrink = true;
this.Text641.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 168, 4);
this.Text641.ComponentStyle = "Values";
this.Text641.GrowToHeight = true;
this.Text641.Guid = "c87f5ed6609a44a090336e49feb336e6";
this.Text641.Name = "Text641";
this.Text641.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text641.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text641__GetValue);
this.Text641.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text641.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text641.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text641.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.Text641.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text641.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text641.Indicator = null;
this.Text641.Interaction = null;
this.Text641.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text641.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text641.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand85.Interaction = null;
//
// DataBand86
//
this.DataBand86 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand86.CanShrink = true;
this.DataBand86.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 40, 190, 8);
this.DataBand86.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand86.DataSourceName = "tblReportValueParts2";
this.DataBand86.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand86.Guid = "c9193d87fe744784ba59e04f6dedf77a";
this.DataBand86.Name = "DataBand86";
this.DataBand86.PrintIfDetailEmpty = true;
this.DataBand86.Sort = new System.String[] {
"ASC",
"{GetDataBand86_Sort1}",
"ASC",
"Column1"};
this.DataBand86.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.DataBand86.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand86.BusinessObjectGuid = null;
//
// Text642
//
this.Text642 = new Stimulsoft.Report.Components.StiText();
this.Text642.CanGrow = true;
this.Text642.CanShrink = true;
this.Text642.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text642.ComponentStyle = "ValuesBorder";
this.Text642.BeforePrint += new System.EventHandler(this.Text642_Conditions);
this.Text642.GrowToHeight = true;
this.Text642.Guid = "885f51e5851d42c9b43ff53fcbeb756b";
this.Text642.Name = "Text642";
this.Text642.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text642__GetValue);
this.Text642.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text642.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text642.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.Text642.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text642.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text642.Indicator = null;
this.Text642.Interaction = null;
this.Text642.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text642.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text642.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text643
//
this.Text643 = new Stimulsoft.Report.Components.StiText();
this.Text643.CanGrow = true;
this.Text643.CanShrink = true;
this.Text643.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text643.ComponentStyle = "ValuesBorder";
this.Text643.BeforePrint += new System.EventHandler(this.Text643_Conditions);
this.Text643.GrowToHeight = true;
this.Text643.Guid = "2e67c9c9ff0f464ebfb065ebed6cd32a";
this.Text643.Name = "Text643";
this.Text643.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text643__GetValue);
this.Text643.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text643.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text643.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.Text643.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text643.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text643.Indicator = null;
this.Text643.Interaction = null;
this.Text643.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text643.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text643.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text644
//
this.Text644 = new Stimulsoft.Report.Components.StiText();
this.Text644.CanGrow = true;
this.Text644.CanShrink = true;
this.Text644.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text644.ComponentStyle = "ValuesBorder";
this.Text644.BeforePrint += new System.EventHandler(this.Text644_Conditions);
this.Text644.GrowToHeight = true;
this.Text644.Guid = "7eee0a878a5147f6b476571963eacbd7";
this.Text644.Name = "Text644";
this.Text644.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text644__GetValue);
this.Text644.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text644.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text644.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.Text644.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text644.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text644.Indicator = null;
this.Text644.Interaction = null;
this.Text644.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text644.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text644.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text645
//
this.Text645 = new Stimulsoft.Report.Components.StiText();
this.Text645.CanGrow = true;
this.Text645.CanShrink = true;
this.Text645.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 22, 8);
this.Text645.ComponentStyle = "ValuesBorder";
this.Text645.BeforePrint += new System.EventHandler(this.Text645_Conditions);
this.Text645.GrowToHeight = true;
this.Text645.Guid = "1207d542d08641458053c64301037176";
this.Text645.Name = "Text645";
this.Text645.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text645__GetValue);
this.Text645.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text645.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text645.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.Text645.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text645.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text645.Indicator = null;
this.Text645.Interaction = null;
this.Text645.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text645.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text645.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text646
//
this.Text646 = new Stimulsoft.Report.Components.StiText();
this.Text646.CanGrow = true;
this.Text646.CanShrink = true;
this.Text646.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text646.ComponentStyle = "ValuesBorder";
this.Text646.BeforePrint += new System.EventHandler(this.Text646_Conditions);
this.Text646.GrowToHeight = true;
this.Text646.Guid = "b80b7929101b407d8a8f39abe0e9c5e2";
this.Text646.Name = "Text646";
this.Text646.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text646__GetValue);
this.Text646.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text646.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text646.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.Text646.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text646.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text646.Indicator = null;
this.Text646.Interaction = null;
this.Text646.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text646.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text646.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text647
//
this.Text647 = new Stimulsoft.Report.Components.StiText();
this.Text647.CanGrow = true;
this.Text647.CanShrink = true;
this.Text647.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text647.ComponentStyle = "ValuesBorder";
this.Text647.BeforePrint += new System.EventHandler(this.Text647_Conditions);
this.Text647.GrowToHeight = true;
this.Text647.Guid = "2f27e79f64a8406081bdc696b1109e4d";
this.Text647.Name = "Text647";
this.Text647.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text647__GetValue);
this.Text647.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text647.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text647.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.Text647.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text647.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text647.Indicator = null;
this.Text647.Interaction = null;
this.Text647.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text647.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text647.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text648
//
this.Text648 = new Stimulsoft.Report.Components.StiText();
this.Text648.CanGrow = true;
this.Text648.CanShrink = true;
this.Text648.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text648.ComponentStyle = "ValuesBorder";
this.Text648.BeforePrint += new System.EventHandler(this.Text648_Conditions);
this.Text648.GrowToHeight = true;
this.Text648.Guid = "3427fc1091fc4584b305ecc1746f8a32";
this.Text648.Name = "Text648";
this.Text648.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text648__GetValue);
this.Text648.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text648.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text648.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.Text648.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text648.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text648.Indicator = null;
this.Text648.Interaction = null;
this.Text648.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text648.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text648.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text599
//
this.Text599 = new Stimulsoft.Report.Components.StiText();
this.Text599.CanGrow = true;
this.Text599.CanShrink = true;
this.Text599.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 30, 8);
this.Text599.ComponentStyle = "ValuesBorder";
this.Text599.BeforePrint += new System.EventHandler(this.Text599_Conditions);
this.Text599.GrowToHeight = true;
this.Text599.Guid = "e97db7803ceb4107b94c83ef4e03e742";
this.Text599.Name = "Text599";
this.Text599.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text599__GetValue);
this.Text599.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text599.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text599.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.Text599.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text599.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text599.Indicator = null;
this.Text599.Interaction = null;
this.Text599.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text599.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text599.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand86.Interaction = null;
this.airQual2.ExcelSheetValue = null;
this.airQual2.Interaction = null;
this.airQual2.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.airQual2_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.airQual2_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.airQual2_Watermark.Image = null;
this.airQual2_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.airQual2.BeginRender += new System.EventHandler(this.airQual2_BeginRender);
//
// indoorAirQual
//
this.indoorAirQual = new Stimulsoft.Report.Components.StiPage();
this.indoorAirQual.Guid = "412d61e960ca424987ccdd30d5ab4a03";
this.indoorAirQual.Name = "indoorAirQual";
this.indoorAirQual.PageHeight = 297;
this.indoorAirQual.PageWidth = 210;
this.indoorAirQual.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.indoorAirQual.PrintHeadersFootersFromPreviousPage = true;
this.indoorAirQual.PrintOnPreviousPage = true;
this.indoorAirQual.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.indoorAirQual.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// indoorAirQualSubT1
//
this.indoorAirQualSubT1 = new Stimulsoft.Report.Components.StiDataBand();
this.indoorAirQualSubT1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 8);
this.indoorAirQualSubT1.DataSourceName = "tblReportValues0";
this.indoorAirQualSubT1.Guid = "b1800cd66e9844b8b15c6ce49d1fe0fc";
this.indoorAirQualSubT1.Name = "indoorAirQualSubT1";
this.indoorAirQualSubT1.PrintIfDetailEmpty = true;
this.indoorAirQualSubT1.Sort = new System.String[0];
this.indoorAirQualSubT1.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.indoorAirQualSubT1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.indoorAirQualSubT1.BusinessObjectGuid = null;
//
// Text163
//
this.Text163 = new Stimulsoft.Report.Components.StiText();
this.Text163.CanGrow = true;
this.Text163.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text163.ComponentStyle = "TitleSub1";
this.Text163.Guid = "1cae0dd44c46438899ba237875841e92";
this.Text163.Name = "Text163";
this.Text163.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text163__GetValue);
this.Text163.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text163.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text163.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text163.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.Text163.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text163.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text163.BeforePrint += new System.EventHandler(this.Text163_BeforePrint);
this.indoorAirQualSubT1.DataRelationName = null;
this.indoorAirQualSubT1.Interaction = null;
this.indoorAirQualSubT1.MasterComponent = null;
//
// whoSubT2
//
this.whoSubT2 = new Stimulsoft.Report.Components.StiDataBand();
this.whoSubT2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 20, 190, 6);
this.whoSubT2.DataRelationName = "tblReportTitles_tblReportValues1";
this.whoSubT2.DataSourceName = "tblReportValues1";
this.whoSubT2.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.whoSubT2.Name = "whoSubT2";
this.whoSubT2.PrintIfDetailEmpty = true;
this.whoSubT2.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.whoSubT2.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.whoSubT2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.whoSubT2.BusinessObjectGuid = null;
//
// Text164
//
this.Text164 = new Stimulsoft.Report.Components.StiText();
this.Text164.CanGrow = true;
this.Text164.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text164.ComponentStyle = "TitleSub2";
this.Text164.Guid = "796022ef43fa4e9c88a0ee3e77665cde";
this.Text164.Name = "Text164";
this.Text164.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text164__GetValue);
this.Text164.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text164.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text164.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text164.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.Text164.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text164.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text164.BeforePrint += new System.EventHandler(this.Text164_BeforePrint);
this.whoSubT2.Interaction = null;
//
// Data158
//
this.Data158 = new Stimulsoft.Report.Components.StiDataBand();
this.Data158.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 34, 190, 2);
this.Data158.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data158.DataSourceName = "tblReportValues2";
this.Data158.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.Data158.Name = "Data158";
this.Data158.PrintIfDetailEmpty = true;
this.Data158.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data158.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.Data158.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data158.BusinessObjectGuid = null;
this.Data158.Interaction = null;
//
// Data210
//
this.Data210 = new Stimulsoft.Report.Components.StiDataBand();
this.Data210.CanShrink = true;
this.Data210.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 44, 190, 8);
this.Data210.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.Data210.DataSourceName = "tblReportValueParts2";
this.Data210.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data210.Name = "Data210";
this.Data210.PrintIfDetailEmpty = true;
this.Data210.Sort = new System.String[] {
"ASC",
"{GetData210_Sort1}",
"ASC",
"Column1"};
this.Data210.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.Data210.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data210.BusinessObjectGuid = null;
//
// Text166
//
this.Text166 = new Stimulsoft.Report.Components.StiText();
this.Text166.CanGrow = true;
this.Text166.CanShrink = true;
this.Text166.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 70, 8);
this.Text166.ComponentStyle = "ValuesBorder";
this.Text166.BeforePrint += new System.EventHandler(this.Text166_Conditions);
this.Text166.GrowToHeight = true;
this.Text166.Name = "Text166";
this.Text166.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text166__GetValue);
this.Text166.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text166.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text167
//
this.Text167 = new Stimulsoft.Report.Components.StiText();
this.Text167.CanGrow = true;
this.Text167.CanShrink = true;
this.Text167.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text167.ComponentStyle = "ValuesBorder";
this.Text167.BeforePrint += new System.EventHandler(this.Text167_Conditions);
this.Text167.GrowToHeight = true;
this.Text167.Name = "Text167";
this.Text167.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text167__GetValue);
this.Text167.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text167.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text168
//
this.Text168 = new Stimulsoft.Report.Components.StiText();
this.Text168.CanGrow = true;
this.Text168.CanShrink = true;
this.Text168.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text168.ComponentStyle = "ValuesBorder";
this.Text168.BeforePrint += new System.EventHandler(this.Text168_Conditions);
this.Text168.GrowToHeight = true;
this.Text168.Name = "Text168";
this.Text168.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text168__GetValue);
this.Text168.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text168.Guid = null;
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.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.CanGrow = true;
this.Text169.CanShrink = true;
this.Text169.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text169.ComponentStyle = "ValuesBorder";
this.Text169.BeforePrint += new System.EventHandler(this.Text169_Conditions);
this.Text169.GrowToHeight = true;
this.Text169.Name = "Text169";
this.Text169.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text169__GetValue);
this.Text169.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text169.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text169.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.Text169.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text169.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text169.Guid = null;
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);
//
// Text171
//
this.Text171 = new Stimulsoft.Report.Components.StiText();
this.Text171.CanGrow = true;
this.Text171.CanShrink = true;
this.Text171.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 30, 8);
this.Text171.ComponentStyle = "ValuesBorder";
this.Text171.BeforePrint += new System.EventHandler(this.Text171_Conditions);
this.Text171.GrowToHeight = true;
this.Text171.Guid = "2d60fb89138f42b49707632ef4aa238d";
this.Text171.Name = "Text171";
this.Text171.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text171__GetValue);
this.Text171.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text171.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text171.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.Text171.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text171.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text658
//
this.Text658 = new Stimulsoft.Report.Components.StiText();
this.Text658.CanGrow = true;
this.Text658.CanShrink = true;
this.Text658.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(174, 0, 14, 8);
this.Text658.ComponentStyle = "ValuesBorder";
this.Text658.BeforePrint += new System.EventHandler(this.Text658_Conditions);
this.Text658.GrowToHeight = true;
this.Text658.Guid = "9d290af5d3fd491ca842c8d89ec255b4";
this.Text658.Name = "Text658";
this.Text658.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text658__GetValue);
this.Text658.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text658.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text658.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.Text658.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text658.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text658.Indicator = null;
this.Text658.Interaction = null;
this.Text658.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text658.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text658.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data210.Guid = null;
this.Data210.Interaction = null;
//
// vlaremSubT2
//
this.vlaremSubT2 = new Stimulsoft.Report.Components.StiDataBand();
this.vlaremSubT2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 60, 190, 6);
this.vlaremSubT2.DataRelationName = "tblReportTitles_tblReportValues1";
this.vlaremSubT2.DataSourceName = "tblReportValues1";
this.vlaremSubT2.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.vlaremSubT2.Guid = "626204bed99249a8b5236917c28033ab";
this.vlaremSubT2.Name = "vlaremSubT2";
this.vlaremSubT2.PrintIfDetailEmpty = true;
this.vlaremSubT2.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.vlaremSubT2.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.vlaremSubT2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.vlaremSubT2.BusinessObjectGuid = null;
//
// Text657
//
this.Text657 = new Stimulsoft.Report.Components.StiText();
this.Text657.CanGrow = true;
this.Text657.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text657.ComponentStyle = "TitleSub2";
this.Text657.Guid = "a77179bc2fcc405b980f7f2562cc021b";
this.Text657.Name = "Text657";
this.Text657.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text657__GetValue);
this.Text657.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text657.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text657.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text657.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.Text657.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text657.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text657.Indicator = null;
this.Text657.Interaction = null;
this.Text657.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text657.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text657.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text657.BeforePrint += new System.EventHandler(this.Text657_BeforePrint);
this.vlaremSubT2.Interaction = null;
//
// DataBand93
//
this.DataBand93 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand93.CanShrink = true;
this.DataBand93.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 74, 190, 6);
this.DataBand93.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand93.DataSourceName = "tblReportValues2";
this.DataBand93.Guid = "814ec0a7a4064436855df2ff34e53820";
this.DataBand93.Name = "DataBand93";
this.DataBand93.PrintIfDetailEmpty = true;
this.DataBand93.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand93.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.DataBand93.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand93.BusinessObjectGuid = null;
//
// Text661
//
this.Text661 = new Stimulsoft.Report.Components.StiText();
this.Text661.CanGrow = true;
this.Text661.CanShrink = true;
this.Text661.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 168, 4);
this.Text661.ComponentStyle = "Values";
this.Text661.GrowToHeight = true;
this.Text661.Guid = "0932bfe4657145679776f9b1d3d7c976";
this.Text661.Name = "Text661";
this.Text661.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text661.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text661__GetValue);
this.Text661.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text661.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text661.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text661.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.Text661.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text661.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text661.Indicator = null;
this.Text661.Interaction = null;
this.Text661.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text661.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text661.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand93.Interaction = null;
//
this.InitializeComponent11();
}
public void InitializeComponent11()
{
// DataBand94
//
this.DataBand94 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand94.CanShrink = true;
this.DataBand94.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 88, 190, 8);
this.DataBand94.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand94.DataSourceName = "tblReportValueParts2";
this.DataBand94.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand94.Guid = "66bec28aba484c6bae5e70eea7bf1a0e";
this.DataBand94.Name = "DataBand94";
this.DataBand94.PrintIfDetailEmpty = true;
this.DataBand94.Sort = new System.String[] {
"ASC",
"{GetDataBand94_Sort1}",
"ASC",
"Column1"};
this.DataBand94.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.DataBand94.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand94.BusinessObjectGuid = null;
//
// Text662
//
this.Text662 = new Stimulsoft.Report.Components.StiText();
this.Text662.CanGrow = true;
this.Text662.CanShrink = true;
this.Text662.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text662.ComponentStyle = "ValuesBorder";
this.Text662.BeforePrint += new System.EventHandler(this.Text662_Conditions);
this.Text662.GrowToHeight = true;
this.Text662.Guid = "2718d4a2d3194337bc6342b9f623cb91";
this.Text662.Name = "Text662";
this.Text662.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text662__GetValue);
this.Text662.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text662.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text662.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.Text662.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text662.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text662.Indicator = null;
this.Text662.Interaction = null;
this.Text662.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text662.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text662.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text663
//
this.Text663 = new Stimulsoft.Report.Components.StiText();
this.Text663.CanGrow = true;
this.Text663.CanShrink = true;
this.Text663.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text663.ComponentStyle = "ValuesBorder";
this.Text663.BeforePrint += new System.EventHandler(this.Text663_Conditions);
this.Text663.GrowToHeight = true;
this.Text663.Guid = "70dde286e62842d3bf7cf31df837b0f3";
this.Text663.Name = "Text663";
this.Text663.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text663__GetValue);
this.Text663.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text663.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text663.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.Text663.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text663.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text663.Indicator = null;
this.Text663.Interaction = null;
this.Text663.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text663.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text663.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text664
//
this.Text664 = new Stimulsoft.Report.Components.StiText();
this.Text664.CanGrow = true;
this.Text664.CanShrink = true;
this.Text664.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text664.ComponentStyle = "ValuesBorder";
this.Text664.BeforePrint += new System.EventHandler(this.Text664_Conditions);
this.Text664.GrowToHeight = true;
this.Text664.Guid = "18b44aef9de0485e9fb15ca652538cdd";
this.Text664.Name = "Text664";
this.Text664.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text664__GetValue);
this.Text664.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text664.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text664.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.Text664.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text664.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text664.Indicator = null;
this.Text664.Interaction = null;
this.Text664.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text664.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text664.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text665
//
this.Text665 = new Stimulsoft.Report.Components.StiText();
this.Text665.CanGrow = true;
this.Text665.CanShrink = true;
this.Text665.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 52, 8);
this.Text665.ComponentStyle = "ValuesBorder";
this.Text665.BeforePrint += new System.EventHandler(this.Text665_Conditions);
this.Text665.GrowToHeight = true;
this.Text665.Guid = "29f3d362a8724754ba1b3564d99d1497";
this.Text665.Name = "Text665";
this.Text665.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text665__GetValue);
this.Text665.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text665.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text665.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.Text665.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text665.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text665.Indicator = null;
this.Text665.Interaction = null;
this.Text665.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text665.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text665.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text666
//
this.Text666 = new Stimulsoft.Report.Components.StiText();
this.Text666.CanGrow = true;
this.Text666.CanShrink = true;
this.Text666.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 30, 8);
this.Text666.ComponentStyle = "ValuesBorder";
this.Text666.BeforePrint += new System.EventHandler(this.Text666_Conditions);
this.Text666.GrowToHeight = true;
this.Text666.Guid = "dc310d7fb87d4ee7b6cae4cf0dbd0563";
this.Text666.Name = "Text666";
this.Text666.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text666__GetValue);
this.Text666.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text666.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text666.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.Text666.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text666.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text666.Indicator = null;
this.Text666.Interaction = null;
this.Text666.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text666.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text666.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text667
//
this.Text667 = new Stimulsoft.Report.Components.StiText();
this.Text667.CanGrow = true;
this.Text667.CanShrink = true;
this.Text667.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text667.ComponentStyle = "ValuesBorder";
this.Text667.BeforePrint += new System.EventHandler(this.Text667_Conditions);
this.Text667.GrowToHeight = true;
this.Text667.Guid = "3238297a9de2464293e2123f765894d2";
this.Text667.Name = "Text667";
this.Text667.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text667__GetValue);
this.Text667.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text667.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text667.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.Text667.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text667.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text667.Indicator = null;
this.Text667.Interaction = null;
this.Text667.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text667.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text667.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text668
//
this.Text668 = new Stimulsoft.Report.Components.StiText();
this.Text668.CanGrow = true;
this.Text668.CanShrink = true;
this.Text668.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(174, 0, 14, 8);
this.Text668.ComponentStyle = "ValuesBorder";
this.Text668.BeforePrint += new System.EventHandler(this.Text668_Conditions);
this.Text668.GrowToHeight = true;
this.Text668.Guid = "db4e7080be0f4cb6b0aaa63fdaa146d4";
this.Text668.Name = "Text668";
this.Text668.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text668__GetValue);
this.Text668.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text668.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text668.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.Text668.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text668.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text668.Indicator = null;
this.Text668.Interaction = null;
this.Text668.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text668.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text668.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand94.Interaction = null;
this.indoorAirQual.ExcelSheetValue = null;
this.indoorAirQual.Interaction = null;
this.indoorAirQual.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.indoorAirQual_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.indoorAirQual_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.indoorAirQual_Watermark.Image = null;
this.indoorAirQual_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.indoorAirQual.BeginRender += new System.EventHandler(this.indoorAirQual_BeginRender);
//
// sectAirQual
//
this.sectAirQual = new Stimulsoft.Report.Components.StiPage();
this.sectAirQual.Guid = "8aeeeda6432049568065a45b5b0a826c";
this.sectAirQual.Name = "sectAirQual";
this.sectAirQual.PageHeight = 297;
this.sectAirQual.PageWidth = 210;
this.sectAirQual.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.sectAirQual.PrintHeadersFootersFromPreviousPage = true;
this.sectAirQual.PrintOnPreviousPage = true;
this.sectAirQual.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.sectAirQual.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand8
//
this.DataBand8 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 8);
this.DataBand8.DataSourceName = "tblReportValues0";
this.DataBand8.Guid = "b1800cd66e9844b8b15c6ce49d1fe0fc";
this.DataBand8.Name = "DataBand8";
this.DataBand8.PrintIfDetailEmpty = true;
this.DataBand8.Sort = new System.String[0];
this.DataBand8.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.DataBand8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand8.BusinessObjectGuid = null;
//
// Text237
//
this.Text237 = new Stimulsoft.Report.Components.StiText();
this.Text237.CanGrow = true;
this.Text237.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text237.ComponentStyle = "TitleSub1";
this.Text237.Guid = "dd2712dfd9344da4b7aa0b616e8b5895";
this.Text237.Name = "Text237";
this.Text237.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text237__GetValue);
this.Text237.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text237.BeforePrint += new System.EventHandler(this.Text237_BeforePrint);
this.DataBand8.DataRelationName = null;
this.DataBand8.Interaction = null;
this.DataBand8.MasterComponent = null;
//
// DataBand12
//
this.DataBand12 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand12.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 20, 190, 6);
this.DataBand12.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand12.DataSourceName = "tblReportValues1";
this.DataBand12.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand12.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.DataBand12.Name = "DataBand12";
this.DataBand12.PrintIfDetailEmpty = true;
this.DataBand12.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand12.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.DataBand12.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand12.BusinessObjectGuid = null;
//
// Text339
//
this.Text339 = new Stimulsoft.Report.Components.StiText();
this.Text339.CanGrow = true;
this.Text339.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text339.ComponentStyle = "TitleSub2";
this.Text339.Guid = "7807b5d8d1a44d8f9621bac39944f30a";
this.Text339.Name = "Text339";
this.Text339.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text339__GetValue);
this.Text339.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text339.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text339.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text339.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.Text339.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text339.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text339.BeforePrint += new System.EventHandler(this.Text339_BeforePrint);
this.DataBand12.Interaction = null;
//
// DataBand13
//
this.DataBand13 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand13.CanShrink = true;
this.DataBand13.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 34, 190, 6);
this.DataBand13.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand13.DataSourceName = "tblReportValues2";
this.DataBand13.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.DataBand13.Name = "DataBand13";
this.DataBand13.PrintIfDetailEmpty = true;
this.DataBand13.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand13.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.DataBand13.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand13.BusinessObjectGuid = null;
//
// Text371
//
this.Text371 = new Stimulsoft.Report.Components.StiText();
this.Text371.CanGrow = true;
this.Text371.CanShrink = true;
this.Text371.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 168, 4);
this.Text371.ComponentStyle = "Values";
this.Text371.GrowToHeight = true;
this.Text371.Guid = "d557b4d6302b498b8fc291a0c96c4b96";
this.Text371.Name = "Text371";
this.Text371.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text371.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text371__GetValue);
this.Text371.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text371.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text371.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text371.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.Text371.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text371.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text371.Indicator = null;
this.Text371.Interaction = null;
this.Text371.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text371.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text371.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand13.Interaction = null;
//
// DataBand45
//
this.DataBand45 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand45.CanShrink = true;
this.DataBand45.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 48, 190, 8);
this.DataBand45.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand45.DataSourceName = "tblReportValueParts2";
this.DataBand45.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand45.Name = "DataBand45";
this.DataBand45.PrintIfDetailEmpty = true;
this.DataBand45.Sort = new System.String[] {
"ASC",
"{GetDataBand45_Sort1}",
"ASC",
"Column1"};
this.DataBand45.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.DataBand45.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand45.BusinessObjectGuid = null;
//
// Text372
//
this.Text372 = new Stimulsoft.Report.Components.StiText();
this.Text372.CanGrow = true;
this.Text372.CanShrink = true;
this.Text372.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text372.ComponentStyle = "ValuesBorder";
this.Text372.BeforePrint += new System.EventHandler(this.Text372_Conditions);
this.Text372.GrowToHeight = true;
this.Text372.Name = "Text372";
this.Text372.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text372__GetValue);
this.Text372.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text372.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text372.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.Text372.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text372.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text372.Guid = null;
this.Text372.Indicator = null;
this.Text372.Interaction = null;
this.Text372.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text372.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text372.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text373
//
this.Text373 = new Stimulsoft.Report.Components.StiText();
this.Text373.CanGrow = true;
this.Text373.CanShrink = true;
this.Text373.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text373.ComponentStyle = "ValuesBorder";
this.Text373.BeforePrint += new System.EventHandler(this.Text373_Conditions);
this.Text373.GrowToHeight = true;
this.Text373.Name = "Text373";
this.Text373.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text373__GetValue);
this.Text373.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text373.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text373.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.Text373.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text373.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text373.Guid = null;
this.Text373.Indicator = null;
this.Text373.Interaction = null;
this.Text373.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text373.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text373.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text374
//
this.Text374 = new Stimulsoft.Report.Components.StiText();
this.Text374.CanGrow = true;
this.Text374.CanShrink = true;
this.Text374.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text374.ComponentStyle = "ValuesBorder";
this.Text374.BeforePrint += new System.EventHandler(this.Text374_Conditions);
this.Text374.GrowToHeight = true;
this.Text374.Name = "Text374";
this.Text374.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text374__GetValue);
this.Text374.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text374.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text374.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.Text374.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text374.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text374.Guid = null;
this.Text374.Indicator = null;
this.Text374.Interaction = null;
this.Text374.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text374.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text374.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text375
//
this.Text375 = new Stimulsoft.Report.Components.StiText();
this.Text375.CanGrow = true;
this.Text375.CanShrink = true;
this.Text375.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 52, 8);
this.Text375.ComponentStyle = "ValuesBorder";
this.Text375.BeforePrint += new System.EventHandler(this.Text375_Conditions);
this.Text375.GrowToHeight = true;
this.Text375.Name = "Text375";
this.Text375.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text375__GetValue);
this.Text375.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text375.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text375.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.Text375.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text375.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text375.Guid = null;
this.Text375.Indicator = null;
this.Text375.Interaction = null;
this.Text375.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text375.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text375.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text376
//
this.Text376 = new Stimulsoft.Report.Components.StiText();
this.Text376.CanGrow = true;
this.Text376.CanShrink = true;
this.Text376.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 30, 8);
this.Text376.ComponentStyle = "ValuesBorder";
this.Text376.BeforePrint += new System.EventHandler(this.Text376_Conditions);
this.Text376.GrowToHeight = true;
this.Text376.Name = "Text376";
this.Text376.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text376__GetValue);
this.Text376.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text376.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text376.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.Text376.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text376.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text376.Guid = null;
this.Text376.Indicator = null;
this.Text376.Interaction = null;
this.Text376.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text376.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text376.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text377
//
this.Text377 = new Stimulsoft.Report.Components.StiText();
this.Text377.CanGrow = true;
this.Text377.CanShrink = true;
this.Text377.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text377.ComponentStyle = "ValuesBorder";
this.Text377.BeforePrint += new System.EventHandler(this.Text377_Conditions);
this.Text377.GrowToHeight = true;
this.Text377.Guid = "2d60fb89138f42b49707632ef4aa238d";
this.Text377.Name = "Text377";
this.Text377.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text377__GetValue);
this.Text377.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text377.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text377.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.Text377.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text377.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text377.Indicator = null;
this.Text377.Interaction = null;
this.Text377.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text377.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text377.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text378
//
this.Text378 = new Stimulsoft.Report.Components.StiText();
this.Text378.CanGrow = true;
this.Text378.CanShrink = true;
this.Text378.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(174, 0, 14, 8);
this.Text378.ComponentStyle = "ValuesBorder";
this.Text378.BeforePrint += new System.EventHandler(this.Text378_Conditions);
this.Text378.GrowToHeight = true;
this.Text378.Guid = "21de811e65c7401e8011ad472a2ab8fe";
this.Text378.Name = "Text378";
this.Text378.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text378__GetValue);
this.Text378.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text378.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text378.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.Text378.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text378.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text378.Indicator = null;
this.Text378.Interaction = null;
this.Text378.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text378.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text378.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand45.Guid = null;
this.DataBand45.Interaction = null;
this.sectAirQual.ExcelSheetValue = null;
this.sectAirQual.Interaction = null;
this.sectAirQual.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.sectAirQual_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.sectAirQual_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.sectAirQual_Watermark.Image = null;
this.sectAirQual_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.sectAirQual.BeginRender += new System.EventHandler(this.sectAirQual_BeginRender);
//
// matHand
//
this.matHand = new Stimulsoft.Report.Components.StiPage();
this.matHand.Guid = "f21f822b43eb433788e2e62b9e209f9b";
this.matHand.Name = "matHand";
this.matHand.PageHeight = 297;
this.matHand.PageWidth = 210;
this.matHand.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.matHand.PrintHeadersFootersFromPreviousPage = true;
this.matHand.PrintOnPreviousPage = true;
this.matHand.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.matHand.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// matHandTitleMain
//
this.matHandTitleMain = new Stimulsoft.Report.Components.StiDataBand();
this.matHandTitleMain.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.matHandTitleMain__GetBookmark);
this.matHandTitleMain.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 16);
this.matHandTitleMain.DataSourceName = "tblReportValues0";
this.matHandTitleMain.Name = "matHandTitleMain";
this.matHandTitleMain.PrintIfDetailEmpty = true;
this.matHandTitleMain.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.matHandTitleMain.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.matHandTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.matHandTitleMain.BusinessObjectGuid = null;
//
// Text178
//
this.Text178 = new Stimulsoft.Report.Components.StiText();
this.Text178.CanGrow = true;
this.Text178.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text178.ComponentStyle = "TitleMain";
this.Text178.Guid = "9232ea6f56e84be38051a48e5f73b0ce";
this.Text178.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text178.Name = "Text178";
this.Text178.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text178__GetValue);
this.Text178.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text178.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text178.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text178.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text178.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text178.Font = new System.Drawing.Font("Arial Black", 14F);
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.White);
this.Text178.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text178.BeforePrint += new System.EventHandler(this.Text178_BeforePrint);
this.matHandTitleMain.Guid = null;
this.matHandTitleMain.Interaction = null;
this.matHandTitleMain.MasterComponent = null;
//
// PersonalProtection
//
this.PersonalProtection = new Stimulsoft.Report.Components.StiDataBand();
this.PersonalProtection.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.PersonalProtection__GetBookmark);
this.PersonalProtection.CanShrink = true;
this.PersonalProtection.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 8);
this.PersonalProtection.DataRelationName = "tblReportTitles_tblReportValues1";
this.PersonalProtection.DataSourceName = "tblReportValues1";
this.PersonalProtection.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.PersonalProtection.Guid = "e1dd6fb99f6f4f988bc0173cd8a534ab";
this.PersonalProtection.Name = "PersonalProtection";
this.PersonalProtection.PrintIfDetailEmpty = true;
this.PersonalProtection.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.PersonalProtection.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.PersonalProtection.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.PersonalProtection.BusinessObjectGuid = null;
//
// Text188
//
this.Text188 = new Stimulsoft.Report.Components.StiText();
this.Text188.CanGrow = true;
this.Text188.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text188.ComponentStyle = "TitleSub1";
this.Text188.Guid = "2e2185efbc114157892dad1f605562ee";
this.Text188.Name = "Text188";
this.Text188.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text188__GetValue);
this.Text188.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text188.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text188.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text188.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.Text188.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text188.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Text188.BeforePrint += new System.EventHandler(this.Text188_BeforePrint);
this.PersonalProtection.Interaction = null;
//
// Data101
//
this.Data101 = new Stimulsoft.Report.Components.StiDataBand();
this.Data101.CanShrink = true;
this.Data101.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 44, 190, 0);
this.Data101.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data101.DataSourceName = "tblReportValues2";
this.Data101.Guid = "2185233c674c4c8b99c1083cc5987557";
this.Data101.Name = "Data101";
this.Data101.PrintIfDetailEmpty = true;
this.Data101.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data101.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.Data101.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data101.BusinessObjectGuid = null;
this.Data101.Interaction = null;
//
// Data102
//
this.Data102 = new Stimulsoft.Report.Components.StiDataBand();
this.Data102.CanShrink = true;
this.Data102.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 52, 190, 4);
this.Data102.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data102.DataSourceName = "tblReportValues3";
this.Data102.Guid = "68929ad065e24fd6b0914a3575c7eda9";
this.Data102.Name = "Data102";
this.Data102.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data102.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.Data102.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data102.BusinessObjectGuid = null;
//
// Text194
//
this.Text194 = new Stimulsoft.Report.Components.StiText();
this.Text194.CanGrow = true;
this.Text194.CanShrink = true;
this.Text194.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text194.ComponentStyle = "Values";
this.Text194.GrowToHeight = true;
this.Text194.Guid = "ca8f46e05c0642bcbbdb9e5a1977f6db";
this.Text194.Name = "Text194";
this.Text194.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text194__GetValue);
this.Text194.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text194.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text194.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.Text194.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text194.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Data102.Interaction = null;
//
// PPE_Handling
//
this.PPE_Handling = new Stimulsoft.Report.Components.StiDataBand();
this.PPE_Handling.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.PPE_Handling__GetBookmark);
this.PPE_Handling.CanShrink = true;
this.PPE_Handling.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 64, 190, 8);
this.PPE_Handling.DataRelationName = "tblReportTitles_tblReportValues1";
this.PPE_Handling.DataSourceName = "tblReportValues1";
this.PPE_Handling.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.PPE_Handling.Guid = "caebb5cecb914a6a96e537a063ac6c52";
this.PPE_Handling.Name = "PPE_Handling";
this.PPE_Handling.PrintIfDetailEmpty = true;
this.PPE_Handling.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.PPE_Handling.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.PPE_Handling.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.PPE_Handling.BusinessObjectGuid = null;
//
// Text193
//
this.Text193 = new Stimulsoft.Report.Components.StiText();
this.Text193.CanGrow = true;
this.Text193.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text193.ComponentStyle = "TitleSub1";
this.Text193.Guid = "0d57fa58682849da8d85a9fcde013ef5";
this.Text193.Name = "Text193";
this.Text193.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text193__GetValue);
this.Text193.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text193.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text193.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text193.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.Text193.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text193.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text193.BeforePrint += new System.EventHandler(this.Text193_BeforePrint);
this.PPE_Handling.Interaction = null;
//
// Data104
//
this.Data104 = new Stimulsoft.Report.Components.StiDataBand();
this.Data104.CanShrink = true;
this.Data104.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 80, 190, 6);
this.Data104.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data104.DataSourceName = "tblReportValues2";
this.Data104.Guid = "67af96ae784f4e938f70c3fd661355be";
this.Data104.Name = "Data104";
this.Data104.PrintIfDetailEmpty = true;
this.Data104.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data104.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.Data104.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data104.BusinessObjectGuid = null;
//
// Text96
//
this.Text96 = new Stimulsoft.Report.Components.StiText();
this.Text96.CanGrow = true;
this.Text96.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text96.ComponentStyle = "TitleSub2";
this.Text96.BeforePrint += new System.EventHandler(this.Text96_Conditions);
this.Text96.Guid = "9dcb856d0aa04392af1cd3ec84f48f51";
this.Text96.Name = "Text96";
this.Text96.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text96__GetValue);
this.Text96.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text96.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text96.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text96.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.Text96.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text96.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text96.BeforePrint += new System.EventHandler(this.Text96_BeforePrint);
this.Data104.Interaction = null;
//
// Data105
//
this.Data105 = new Stimulsoft.Report.Components.StiDataBand();
this.Data105.CanShrink = true;
this.Data105.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 94, 190, 4);
this.Data105.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data105.DataSourceName = "tblReportValues3";
this.Data105.Name = "Data105";
this.Data105.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data105.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.Data105.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data105.BusinessObjectGuid = null;
//
// Text198
//
this.Text198 = new Stimulsoft.Report.Components.StiText();
this.Text198.CanGrow = true;
this.Text198.CanShrink = true;
this.Text198.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text198.ComponentStyle = "Values";
this.Text198.GrowToHeight = true;
this.Text198.Name = "Text198";
this.Text198.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text198__GetValue);
this.Text198.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text198.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text198.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.Text198.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text198.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text198.Guid = null;
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data105.Guid = null;
this.Data105.Interaction = null;
//
// ConcMeasurement
//
this.ConcMeasurement = new Stimulsoft.Report.Components.StiDataBand();
this.ConcMeasurement.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.ConcMeasurement__GetBookmark);
this.ConcMeasurement.CanShrink = true;
this.ConcMeasurement.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 106, 190, 8);
this.ConcMeasurement.DataRelationName = "tblReportTitles_tblReportValues1";
this.ConcMeasurement.DataSourceName = "tblReportValues1";
this.ConcMeasurement.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.ConcMeasurement.Name = "ConcMeasurement";
this.ConcMeasurement.PrintIfDetailEmpty = true;
this.ConcMeasurement.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.ConcMeasurement.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.ConcMeasurement.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.ConcMeasurement.BusinessObjectGuid = null;
//
// Text195
//
this.Text195 = new Stimulsoft.Report.Components.StiText();
this.Text195.CanGrow = true;
this.Text195.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text195.ComponentStyle = "TitleSub1";
this.Text195.Guid = "c9e4d96f43164989aaccee0f6ad4d226";
this.Text195.Name = "Text195";
this.Text195.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text195__GetValue);
this.Text195.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text195.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text195.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text195.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.Text195.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text195.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Text195.BeforePrint += new System.EventHandler(this.Text195_BeforePrint);
this.ConcMeasurement.Guid = null;
this.ConcMeasurement.Interaction = null;
//
// Data107
//
this.Data107 = new Stimulsoft.Report.Components.StiDataBand();
this.Data107.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 122, 190, 6);
this.Data107.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data107.DataSourceName = "tblReportValues2";
this.Data107.Name = "Data107";
this.Data107.PrintIfDetailEmpty = true;
this.Data107.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data107.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.Data107.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data107.BusinessObjectGuid = null;
//
// Text197
//
this.Text197 = new Stimulsoft.Report.Components.StiText();
this.Text197.CanGrow = true;
this.Text197.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text197.ComponentStyle = "TitleSub2";
this.Text197.Guid = "4620e575a55949d8b0dc659c32c4d917";
this.Text197.Name = "Text197";
this.Text197.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text197__GetValue);
this.Text197.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text197.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text197.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text197.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.Text197.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text197.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Text197.BeforePrint += new System.EventHandler(this.Text197_BeforePrint);
this.Data107.Guid = null;
this.Data107.Interaction = null;
//
// Data108
//
this.Data108 = new Stimulsoft.Report.Components.StiDataBand();
this.Data108.CanShrink = true;
this.Data108.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 136, 190, 0);
this.Data108.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data108.DataSourceName = "tblReportValues3";
this.Data108.Name = "Data108";
this.Data108.Sort = new System.String[0];
this.Data108.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.Data108.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.Data108.BusinessObjectGuid = null;
this.Data108.Guid = null;
this.Data108.Interaction = null;
//
// Dräger
//
this.Dräger = new Stimulsoft.Report.Components.StiDataBand();
this.Dräger.CanShrink = true;
this.Dräger.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 144, 190, 4);
this.Dräger.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.Dräger.DataSourceName = "tblReportValueParts3";
this.Dräger.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Dräger.Name = "Dräger";
this.Dräger.Sort = new System.String[] {
"ASC",
"Order"};
this.Dräger.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.Dräger.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Dräger.BusinessObjectGuid = null;
//
// Text201
//
this.Text201 = new Stimulsoft.Report.Components.StiText();
this.Text201.CanGrow = true;
this.Text201.CanShrink = true;
this.Text201.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 42, 4);
this.Text201.ComponentStyle = "ValuesBorder";
this.Text201.BeforePrint += new System.EventHandler(this.Text201_Conditions);
this.Text201.GrowToHeight = true;
this.Text201.Name = "Text201";
this.Text201.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text201__GetValue);
this.Text201.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text201.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.Text201.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text201.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text201.Guid = null;
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.CanGrow = true;
this.Text202.CanShrink = true;
this.Text202.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(62, 0, 42, 4);
this.Text202.ComponentStyle = "ValuesBorder";
this.Text202.BeforePrint += new System.EventHandler(this.Text202_Conditions);
this.Text202.GrowToHeight = true;
this.Text202.Name = "Text202";
this.Text202.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text202__GetValue);
this.Text202.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text202.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.Text202.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text202.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text202.Guid = null;
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.CanGrow = true;
this.Text203.CanShrink = true;
this.Text203.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(104, 0, 42, 4);
this.Text203.ComponentStyle = "ValuesBorder";
this.Text203.BeforePrint += new System.EventHandler(this.Text203_Conditions);
this.Text203.GrowToHeight = true;
this.Text203.Name = "Text203";
this.Text203.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text203__GetValue);
this.Text203.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text203.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.Text203.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text203.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text203.Guid = null;
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.CanGrow = true;
this.Text204.CanShrink = true;
this.Text204.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(146, 0, 42, 4);
this.Text204.ComponentStyle = "ValuesBorder";
this.Text204.BeforePrint += new System.EventHandler(this.Text204_Conditions);
this.Text204.GrowToHeight = true;
this.Text204.Name = "Text204";
this.Text204.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text204__GetValue);
this.Text204.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text204.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.Text204.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text204.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text204.Guid = null;
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);
this.Dräger.Guid = null;
this.Dräger.Interaction = null;
//
// Auer_Rae
//
this.Auer_Rae = new Stimulsoft.Report.Components.StiDataBand();
this.Auer_Rae.CanShrink = true;
this.Auer_Rae.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 156, 190, 4);
this.Auer_Rae.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.Auer_Rae.DataSourceName = "tblReportValueParts3";
this.Auer_Rae.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Auer_Rae.Guid = "2a530cd15b3b4d8696cacaca692fb0b2";
this.Auer_Rae.Name = "Auer_Rae";
this.Auer_Rae.Sort = new System.String[] {
"ASC",
"Order"};
this.Auer_Rae.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.Auer_Rae.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Auer_Rae.BusinessObjectGuid = null;
//
// Text43
//
this.Text43 = new Stimulsoft.Report.Components.StiText();
this.Text43.CanGrow = true;
this.Text43.CanShrink = true;
this.Text43.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 42, 4);
this.Text43.ComponentStyle = "ValuesBorder";
this.Text43.BeforePrint += new System.EventHandler(this.Text43_Conditions);
this.Text43.GrowToHeight = true;
this.Text43.Guid = "60e1a88b99214d10ab3f34b6efdc1210";
this.Text43.Name = "Text43";
this.Text43.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text43__GetValue);
this.Text43.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text173
//
this.Text173 = new Stimulsoft.Report.Components.StiText();
this.Text173.CanGrow = true;
this.Text173.CanShrink = true;
this.InitializeComponent12();
}
public void InitializeComponent12()
{
this.Text173.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(62, 0, 42, 4);
this.Text173.ComponentStyle = "ValuesBorder";
this.Text173.BeforePrint += new System.EventHandler(this.Text173_Conditions);
this.Text173.GrowToHeight = true;
this.Text173.Guid = "e8c246027e0f4d47b95b902faab06038";
this.Text173.Name = "Text173";
this.Text173.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text173__GetValue);
this.Text173.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text173.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.Text173.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text173.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Auer_Rae.Interaction = null;
//
// GASTEC
//
this.GASTEC = new Stimulsoft.Report.Components.StiDataBand();
this.GASTEC.CanShrink = true;
this.GASTEC.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 168, 190, 12);
this.GASTEC.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.GASTEC.DataSourceName = "tblReportValueParts3";
this.GASTEC.Guid = "3d2ea79bf6be41d4bbb23c69db837f49";
this.GASTEC.Name = "GASTEC";
this.GASTEC.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.GASTEC.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.GASTEC.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.GASTEC.BusinessObjectGuid = null;
//
// Text205
//
this.Text205 = new Stimulsoft.Report.Components.StiText();
this.Text205.CanGrow = true;
this.Text205.CanShrink = true;
this.Text205.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 26, 12);
this.Text205.ComponentStyle = "ValuesBorder";
this.Text205.BeforePrint += new System.EventHandler(this.Text205_Conditions);
this.Text205.GrowToHeight = true;
this.Text205.Guid = "d802769e22b64f808448ce5f069876cc";
this.Text205.Name = "Text205";
this.Text205.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text205__GetValue);
this.Text205.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text205.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.Text205.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text205.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.CanGrow = true;
this.Text206.CanShrink = true;
this.Text206.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(46, 0, 10, 12);
this.Text206.ComponentStyle = "ValuesBorder";
this.Text206.BeforePrint += new System.EventHandler(this.Text206_Conditions);
this.Text206.GrowToHeight = true;
this.Text206.Guid = "953744aa70664efcb04e7e5f8c011563";
this.Text206.Name = "Text206";
this.Text206.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text206__GetValue);
this.Text206.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text206.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.Text206.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text206.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text207
//
this.Text207 = new Stimulsoft.Report.Components.StiText();
this.Text207.CanGrow = true;
this.Text207.CanShrink = true;
this.Text207.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(86, 0, 18, 12);
this.Text207.ComponentStyle = "ValuesBorder";
this.Text207.BeforePrint += new System.EventHandler(this.Text207_Conditions);
this.Text207.GrowToHeight = true;
this.Text207.Guid = "fcaa134545e94c938c70a6470b8d733b";
this.Text207.Name = "Text207";
this.Text207.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text207__GetValue);
this.Text207.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text208
//
this.Text208 = new Stimulsoft.Report.Components.StiText();
this.Text208.CanGrow = true;
this.Text208.CanShrink = true;
this.Text208.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(56, 0, 30, 12);
this.Text208.ComponentStyle = "ValuesBorder";
this.Text208.BeforePrint += new System.EventHandler(this.Text208_Conditions);
this.Text208.GrowToHeight = true;
this.Text208.Guid = "119e7f10804d4e8783cdb4104b2d4319";
this.Text208.Name = "Text208";
this.Text208.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text208__GetValue);
this.Text208.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text209
//
this.Text209 = new Stimulsoft.Report.Components.StiText();
this.Text209.CanGrow = true;
this.Text209.CanShrink = true;
this.Text209.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(120, 0, 14, 12);
this.Text209.ComponentStyle = "ValuesBorder";
this.Text209.BeforePrint += new System.EventHandler(this.Text209_Conditions);
this.Text209.GrowToHeight = true;
this.Text209.Guid = "554274ea51df4c319b81e03e7cd6505a";
this.Text209.Name = "Text209";
this.Text209.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text209__GetValue);
this.Text209.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text210
//
this.Text210 = new Stimulsoft.Report.Components.StiText();
this.Text210.CanGrow = true;
this.Text210.CanShrink = true;
this.Text210.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(134, 0, 14, 12);
this.Text210.ComponentStyle = "ValuesBorder";
this.Text210.BeforePrint += new System.EventHandler(this.Text210_Conditions);
this.Text210.GrowToHeight = true;
this.Text210.Guid = "2529db99ec7f4c4da39184d2467e7c76";
this.Text210.Name = "Text210";
this.Text210.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text210__GetValue);
this.Text210.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text211
//
this.Text211 = new Stimulsoft.Report.Components.StiText();
this.Text211.CanGrow = true;
this.Text211.CanShrink = true;
this.Text211.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(164, 0, 24, 12);
this.Text211.ComponentStyle = "ValuesBorder";
this.Text211.BeforePrint += new System.EventHandler(this.Text211_Conditions);
this.Text211.GrowToHeight = true;
this.Text211.Guid = "598f164cd64240b7892512bbf5cd4818";
this.Text211.Name = "Text211";
this.Text211.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text211__GetValue);
this.Text211.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text41
//
this.Text41 = new Stimulsoft.Report.Components.StiText();
this.Text41.CanGrow = true;
this.Text41.CanShrink = true;
this.Text41.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(104, 0, 16, 12);
this.Text41.ComponentStyle = "ValuesBorder";
this.Text41.BeforePrint += new System.EventHandler(this.Text41_Conditions);
this.Text41.GrowToHeight = true;
this.Text41.Guid = "96c4a7d80eb64ca0b769fd5ac516d171";
this.Text41.Name = "Text41";
this.Text41.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text41__GetValue);
this.Text41.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.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.CanGrow = true;
this.Text42.CanShrink = true;
this.Text42.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(148, 0, 16, 12);
this.Text42.ComponentStyle = "ValuesBorder";
this.Text42.BeforePrint += new System.EventHandler(this.Text42_Conditions);
this.Text42.GrowToHeight = true;
this.Text42.Guid = "5ca451adc889490e9710c11b586ef710";
this.Text42.Name = "Text42";
this.Text42.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text42__GetValue);
this.Text42.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text42.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.Text42.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text42.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
this.GASTEC.Interaction = null;
//
// DataBand345
//
this.DataBand345 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand345.CanShrink = true;
this.DataBand345.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 188, 190, 12);
this.DataBand345.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand345.DataSourceName = "tblReportValueParts3";
this.DataBand345.Guid = "239dbe9ca88c46d3a21fa7afde16d6cf";
this.DataBand345.Name = "DataBand345";
this.DataBand345.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand345.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.DataBand345.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand345.BusinessObjectGuid = null;
//
// Text941
//
this.Text941 = new Stimulsoft.Report.Components.StiText();
this.Text941.CanGrow = true;
this.Text941.CanShrink = true;
this.Text941.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 26, 12);
this.Text941.ComponentStyle = "ValuesBorder";
this.Text941.BeforePrint += new System.EventHandler(this.Text941_Conditions);
this.Text941.GrowToHeight = true;
this.Text941.Guid = "7884c33315b0499e905baa0ad3cc36cc";
this.Text941.Name = "Text941";
this.Text941.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text941__GetValue);
this.Text941.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text941.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.Text941.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text941.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text941.Indicator = null;
this.Text941.Interaction = null;
this.Text941.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text941.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text941.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text942
//
this.Text942 = new Stimulsoft.Report.Components.StiText();
this.Text942.CanGrow = true;
this.Text942.CanShrink = true;
this.Text942.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(46, 0, 10, 12);
this.Text942.ComponentStyle = "ValuesBorder";
this.Text942.BeforePrint += new System.EventHandler(this.Text942_Conditions);
this.Text942.GrowToHeight = true;
this.Text942.Guid = "6c853385440342b0a81ab091aaf6425f";
this.Text942.Name = "Text942";
this.Text942.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text942__GetValue);
this.Text942.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text942.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.Text942.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text942.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text942.Indicator = null;
this.Text942.Interaction = null;
this.Text942.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text942.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text942.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text943
//
this.Text943 = new Stimulsoft.Report.Components.StiText();
this.Text943.CanGrow = true;
this.Text943.CanShrink = true;
this.Text943.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(86, 0, 18, 12);
this.Text943.ComponentStyle = "ValuesBorder";
this.Text943.BeforePrint += new System.EventHandler(this.Text943_Conditions);
this.Text943.GrowToHeight = true;
this.Text943.Guid = "3301be8043804c1e8962722d74ceaa7b";
this.Text943.Name = "Text943";
this.Text943.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text943__GetValue);
this.Text943.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text943.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.Text943.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text943.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text943.Indicator = null;
this.Text943.Interaction = null;
this.Text943.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text943.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text943.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text944
//
this.Text944 = new Stimulsoft.Report.Components.StiText();
this.Text944.CanGrow = true;
this.Text944.CanShrink = true;
this.Text944.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(56, 0, 30, 12);
this.Text944.ComponentStyle = "ValuesBorder";
this.Text944.BeforePrint += new System.EventHandler(this.Text944_Conditions);
this.Text944.GrowToHeight = true;
this.Text944.Guid = "dc2fac48d4d74aa5af101e95b7c33f8e";
this.Text944.Name = "Text944";
this.Text944.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text944__GetValue);
this.Text944.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text944.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.Text944.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text944.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text944.Indicator = null;
this.Text944.Interaction = null;
this.Text944.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text944.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text944.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text945
//
this.Text945 = new Stimulsoft.Report.Components.StiText();
this.Text945.CanGrow = true;
this.Text945.CanShrink = true;
this.Text945.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(120, 0, 14, 12);
this.Text945.ComponentStyle = "ValuesBorder";
this.Text945.BeforePrint += new System.EventHandler(this.Text945_Conditions);
this.Text945.GrowToHeight = true;
this.Text945.Guid = "7d57d9a113ba4daf9e793d79afa010a3";
this.Text945.Name = "Text945";
this.Text945.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text945__GetValue);
this.Text945.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text945.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.Text945.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text945.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text945.Indicator = null;
this.Text945.Interaction = null;
this.Text945.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text945.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text945.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text946
//
this.Text946 = new Stimulsoft.Report.Components.StiText();
this.Text946.CanGrow = true;
this.Text946.CanShrink = true;
this.Text946.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(134, 0, 14, 12);
this.Text946.ComponentStyle = "ValuesBorder";
this.Text946.BeforePrint += new System.EventHandler(this.Text946_Conditions);
this.Text946.GrowToHeight = true;
this.Text946.Guid = "a670949dbc78472884525b43531c030a";
this.Text946.Name = "Text946";
this.Text946.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text946__GetValue);
this.Text946.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text946.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.Text946.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text946.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text946.Indicator = null;
this.Text946.Interaction = null;
this.Text946.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text946.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text946.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text947
//
this.Text947 = new Stimulsoft.Report.Components.StiText();
this.Text947.CanGrow = true;
this.Text947.CanShrink = true;
this.Text947.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(164, 0, 24, 12);
this.Text947.ComponentStyle = "ValuesBorder";
this.Text947.BeforePrint += new System.EventHandler(this.Text947_Conditions);
this.Text947.GrowToHeight = true;
this.Text947.Guid = "4f7c3b5ac0ed45fa9df4acde8f5e4f2d";
this.Text947.Name = "Text947";
this.Text947.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text947__GetValue);
this.Text947.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text947.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.Text947.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text947.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text947.Indicator = null;
this.Text947.Interaction = null;
this.Text947.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text947.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text947.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text948
//
this.Text948 = new Stimulsoft.Report.Components.StiText();
this.Text948.CanGrow = true;
this.Text948.CanShrink = true;
this.Text948.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(104, 0, 16, 12);
this.Text948.ComponentStyle = "ValuesBorder";
this.Text948.BeforePrint += new System.EventHandler(this.Text948_Conditions);
this.Text948.GrowToHeight = true;
this.Text948.Guid = "54b8a3daac8d4eb2b0e8a3265e80bb31";
this.Text948.Name = "Text948";
this.Text948.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text948__GetValue);
this.Text948.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text948.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.Text948.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text948.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text948.Indicator = null;
this.Text948.Interaction = null;
this.Text948.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text948.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text948.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text949
//
this.Text949 = new Stimulsoft.Report.Components.StiText();
this.Text949.CanGrow = true;
this.Text949.CanShrink = true;
this.Text949.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(148, 0, 16, 12);
this.Text949.ComponentStyle = "ValuesBorder";
this.Text949.BeforePrint += new System.EventHandler(this.Text949_Conditions);
this.Text949.GrowToHeight = true;
this.Text949.Guid = "0d196eb9263b41b1b13e369e843e8c85";
this.Text949.Name = "Text949";
this.Text949.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text949__GetValue);
this.Text949.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text949.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.Text949.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text949.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text949.Indicator = null;
this.Text949.Interaction = null;
this.Text949.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text949.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text949.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand345.Interaction = null;
//
// PID
//
this.PID = new Stimulsoft.Report.Components.StiDataBand();
this.PID.CanShrink = true;
this.PID.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 208, 190, 8);
this.PID.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.PID.DataSourceName = "tblReportValueParts3";
this.PID.Name = "PID";
this.PID.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.PID.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.PID.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.PID.BusinessObjectGuid = null;
//
// Text219
//
this.Text219 = new Stimulsoft.Report.Components.StiText();
this.Text219.CanGrow = true;
this.Text219.CanShrink = true;
this.Text219.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 24, 8);
this.Text219.ComponentStyle = "ValuesBorder";
this.Text219.BeforePrint += new System.EventHandler(this.Text219_Conditions);
this.Text219.GrowToHeight = true;
this.Text219.Guid = "4497198f51884d6c8d561e4e3ad97c38";
this.Text219.Name = "Text219";
this.Text219.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text219__GetValue);
this.Text219.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text220
//
this.Text220 = new Stimulsoft.Report.Components.StiText();
this.Text220.CanGrow = true;
this.Text220.CanShrink = true;
this.Text220.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(44, 0, 28, 8);
this.Text220.ComponentStyle = "ValuesBorder";
this.Text220.BeforePrint += new System.EventHandler(this.Text220_Conditions);
this.Text220.GrowToHeight = true;
this.Text220.Guid = "aae0f9b631db4572808275b47965f9f6";
this.Text220.Name = "Text220";
this.Text220.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text220__GetValue);
this.Text220.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text221
//
this.Text221 = new Stimulsoft.Report.Components.StiText();
this.Text221.CanGrow = true;
this.Text221.CanShrink = true;
this.Text221.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(100, 0, 28, 8);
this.Text221.ComponentStyle = "ValuesBorder";
this.Text221.BeforePrint += new System.EventHandler(this.Text221_Conditions);
this.Text221.GrowToHeight = true;
this.Text221.Guid = "f8db48ff14bb443f80fa7047a7e58c28";
this.Text221.Name = "Text221";
this.Text221.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text221__GetValue);
this.Text221.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text221.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.Text221.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text221.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text222
//
this.Text222 = new Stimulsoft.Report.Components.StiText();
this.Text222.CanGrow = true;
this.Text222.CanShrink = true;
this.Text222.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(72, 0, 28, 8);
this.Text222.ComponentStyle = "ValuesBorder";
this.Text222.BeforePrint += new System.EventHandler(this.Text222_Conditions);
this.Text222.GrowToHeight = true;
this.Text222.Guid = "342d323771214d9084b1e3e6981df06d";
this.Text222.Name = "Text222";
this.Text222.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text222__GetValue);
this.Text222.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text223
//
this.Text223 = new Stimulsoft.Report.Components.StiText();
this.Text223.CanGrow = true;
this.Text223.CanShrink = true;
this.Text223.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(128, 0, 28, 8);
this.Text223.ComponentStyle = "ValuesBorder";
this.Text223.BeforePrint += new System.EventHandler(this.Text223_Conditions);
this.Text223.GrowToHeight = true;
this.Text223.Name = "Text223";
this.Text223.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text223__GetValue);
this.Text223.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text223.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.Text223.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text223.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text223.Guid = null;
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text224
//
this.Text224 = new Stimulsoft.Report.Components.StiText();
this.Text224.CanGrow = true;
this.Text224.CanShrink = true;
this.Text224.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(156, 0, 32, 8);
this.Text224.ComponentStyle = "ValuesBorder";
this.Text224.BeforePrint += new System.EventHandler(this.Text224_Conditions);
this.Text224.GrowToHeight = true;
this.Text224.Name = "Text224";
this.Text224.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text224__GetValue);
this.Text224.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text224.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.PID.Guid = null;
this.PID.Interaction = null;
//
// DataBand344
//
this.DataBand344 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand344.CanShrink = true;
this.DataBand344.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 224, 190, 8);
this.DataBand344.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand344.DataSourceName = "tblReportValueParts3";
this.DataBand344.Guid = "d0c00743f4184d5ca4d6fddb08feca9d";
this.DataBand344.Name = "DataBand344";
this.DataBand344.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand344.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.DataBand344.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand344.BusinessObjectGuid = null;
//
// Text909
//
this.Text909 = new Stimulsoft.Report.Components.StiText();
this.Text909.CanGrow = true;
this.Text909.CanShrink = true;
this.Text909.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 24, 8);
this.Text909.ComponentStyle = "ValuesBorder";
this.Text909.BeforePrint += new System.EventHandler(this.Text909_Conditions);
this.Text909.GrowToHeight = true;
this.Text909.Guid = "0224bc589f7c4022865bf8bb757f380e";
this.Text909.Name = "Text909";
this.Text909.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text909__GetValue);
this.Text909.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text909.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.Text909.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text909.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text909.Indicator = null;
this.Text909.Interaction = null;
this.Text909.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text909.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text909.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text936
//
this.Text936 = new Stimulsoft.Report.Components.StiText();
this.Text936.CanGrow = true;
this.Text936.CanShrink = true;
this.Text936.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(44, 0, 28, 8);
this.Text936.ComponentStyle = "ValuesBorder";
this.Text936.BeforePrint += new System.EventHandler(this.Text936_Conditions);
this.Text936.GrowToHeight = true;
this.Text936.Guid = "48eaa47301d94e16aaf3dd4ce8ba055f";
this.Text936.Name = "Text936";
this.Text936.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text936__GetValue);
this.Text936.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text936.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.Text936.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text936.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text936.Indicator = null;
this.Text936.Interaction = null;
this.Text936.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text936.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text936.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text937
//
this.Text937 = new Stimulsoft.Report.Components.StiText();
this.Text937.CanGrow = true;
this.Text937.CanShrink = true;
this.Text937.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(100, 0, 28, 8);
this.Text937.ComponentStyle = "ValuesBorder";
this.Text937.BeforePrint += new System.EventHandler(this.Text937_Conditions);
this.Text937.GrowToHeight = true;
this.Text937.Guid = "47462cf1d0d54796b30b8801e6f4268a";
this.Text937.Name = "Text937";
this.Text937.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text937__GetValue);
this.Text937.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text937.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.Text937.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text937.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text937.Indicator = null;
this.Text937.Interaction = null;
this.Text937.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text937.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text937.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text938
//
this.Text938 = new Stimulsoft.Report.Components.StiText();
this.Text938.CanGrow = true;
this.Text938.CanShrink = true;
this.Text938.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(72, 0, 28, 8);
this.Text938.ComponentStyle = "ValuesBorder";
this.Text938.BeforePrint += new System.EventHandler(this.Text938_Conditions);
this.Text938.GrowToHeight = true;
this.Text938.Guid = "bf56831726b04a1989f170639be65f62";
this.Text938.Name = "Text938";
this.Text938.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text938__GetValue);
this.Text938.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text938.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.Text938.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text938.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text938.Indicator = null;
this.Text938.Interaction = null;
this.Text938.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text938.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text938.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text939
//
this.Text939 = new Stimulsoft.Report.Components.StiText();
this.Text939.CanGrow = true;
this.Text939.CanShrink = true;
this.Text939.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(128, 0, 28, 8);
this.Text939.ComponentStyle = "ValuesBorder";
this.Text939.BeforePrint += new System.EventHandler(this.Text939_Conditions);
this.Text939.GrowToHeight = true;
this.Text939.Guid = "d7057705d50c4a0089d3eddad40cf485";
this.Text939.Name = "Text939";
this.Text939.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text939__GetValue);
this.Text939.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text939.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.Text939.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text939.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text939.Indicator = null;
this.Text939.Interaction = null;
this.Text939.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text939.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text939.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text940
//
this.Text940 = new Stimulsoft.Report.Components.StiText();
this.Text940.CanGrow = true;
this.Text940.CanShrink = true;
this.Text940.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(156, 0, 32, 8);
this.Text940.ComponentStyle = "ValuesBorder";
this.Text940.BeforePrint += new System.EventHandler(this.Text940_Conditions);
this.Text940.GrowToHeight = true;
this.Text940.Guid = "1a73a1f0265b497e8b15517ecaf68e27";
this.Text940.Name = "Text940";
this.Text940.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text940__GetValue);
this.Text940.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text940.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.Text940.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text940.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text940.Indicator = null;
this.Text940.Interaction = null;
this.Text940.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text940.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text940.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand344.Interaction = null;
this.matHand.ExcelSheetValue = null;
this.matHand.Interaction = null;
this.matHand.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.matHand_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.matHand_Watermark.Font = new System.Drawing.Font("Calibri", 110F);
this.matHand_Watermark.Image = null;
this.matHand_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// sampling
//
this.sampling = new Stimulsoft.Report.Components.StiPage();
this.sampling.Guid = "dd4200933ef44d7e872ce57088daeb94";
this.sampling.Name = "sampling";
this.sampling.PageHeight = 297;
this.sampling.PageWidth = 210;
this.sampling.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.sampling.PrintHeadersFootersFromPreviousPage = true;
this.sampling.PrintOnPreviousPage = true;
this.sampling.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.sampling.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Data114
//
this.Data114 = new Stimulsoft.Report.Components.StiDataBand();
this.Data114.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data114__GetBookmark);
this.Data114.CanShrink = true;
this.Data114.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 4);
this.Data114.DataSourceName = "tblReportValues0";
this.Data114.Guid = "8281998184904c13b43e9fc0e3bb7eba";
this.Data114.Name = "Data114";
this.Data114.PrintIfDetailEmpty = true;
this.Data114.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data114.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.Data114.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data114.BusinessObjectGuid = null;
this.Data114.Interaction = null;
this.Data114.MasterComponent = null;
//
// SamplingMethods
//
this.SamplingMethods = new Stimulsoft.Report.Components.StiDataBand();
this.SamplingMethods.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.SamplingMethods__GetBookmark);
this.SamplingMethods.CanShrink = true;
this.SamplingMethods.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 16, 190, 10);
this.SamplingMethods.DataRelationName = "tblReportTitles_tblReportValues1";
this.SamplingMethods.DataSourceName = "tblReportValues1";
this.SamplingMethods.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.SamplingMethods.Guid = "db3d266bc0854749beeb70552c62dd32";
this.SamplingMethods.Name = "SamplingMethods";
this.SamplingMethods.PrintIfDetailEmpty = true;
this.SamplingMethods.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.SamplingMethods.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.SamplingMethods.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.SamplingMethods.BusinessObjectGuid = null;
//
// Text199
//
this.Text199 = new Stimulsoft.Report.Components.StiText();
this.Text199.CanGrow = true;
this.Text199.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text199.ComponentStyle = "TitleSub1";
this.Text199.Guid = "6f34a6ccffd14d6eb218d4828fc2006e";
this.Text199.Name = "Text199";
this.Text199.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text199__GetValue);
this.Text199.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text199.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text199.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text199.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.Text199.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text199.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Text199.BeforePrint += new System.EventHandler(this.Text199_BeforePrint);
this.SamplingMethods.Interaction = null;
//
// Data116
//
this.Data116 = new Stimulsoft.Report.Components.StiDataBand();
this.Data116.CanShrink = true;
this.Data116.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 34, 190, 10);
this.Data116.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data116.DataSourceName = "tblReportValues2";
this.Data116.Guid = "d0145fa90f794f2da1bb27f213b950f4";
this.Data116.Name = "Data116";
this.Data116.PrintIfDetailEmpty = true;
this.Data116.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data116.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.Data116.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data116.BusinessObjectGuid = null;
//
// Text226
//
this.Text226 = new Stimulsoft.Report.Components.StiText();
this.Text226.CanGrow = true;
this.Text226.CanShrink = true;
this.Text226.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(128, 2, 60, 6);
this.Text226.ComponentStyle = "Values";
this.Text226.BeforePrint += new System.EventHandler(this.Text226_Conditions);
this.Text226.Enabled = false;
this.Text226.GrowToHeight = true;
this.Text226.Guid = "7a603a0f8f4b444ca96a1f7d9356c44b";
this.Text226.Name = "Text226";
this.Text226.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text226__GetValue);
this.Text226.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text227
//
this.Text227 = new Stimulsoft.Report.Components.StiText();
this.Text227.CanGrow = true;
this.Text227.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 118, 6);
this.Text227.ComponentStyle = "TitleSub2";
this.Text227.Guid = "77202731cd4747b7a28da589b7309872";
this.Text227.Name = "Text227";
this.Text227.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text227__GetValue);
this.Text227.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text227.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text227.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text227.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.Text227.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text227.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text227.BeforePrint += new System.EventHandler(this.Text227_BeforePrint);
this.Data116.Interaction = null;
//
// Data117
//
this.Data117 = new Stimulsoft.Report.Components.StiDataBand();
this.Data117.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 52, 190, 4);
this.Data117.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.Data117.DataSourceName = "tblReportValueParts2";
this.Data117.Guid = "2b4ebd3b5d0f45e5976db65f29cba6eb";
this.Data117.Name = "Data117";
this.Data117.Sort = new System.String[] {
"ASC",
"virt_Order"};
this.Data117.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.Data117.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data117.BusinessObjectGuid = null;
//
// Text228
//
this.Text228 = new Stimulsoft.Report.Components.StiText();
this.Text228.CanGrow = true;
this.Text228.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 56, 4);
this.Text228.BeforePrint += new System.EventHandler(this.Text228_Conditions);
this.Text228.GrowToHeight = true;
this.Text228.Guid = "ae03391ffe06476bb7f0b6bac7bb6199";
this.Text228.Name = "Text228";
this.Text228.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text228__GetValue);
this.Text228.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 8.5F);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text229
//
this.Text229 = new Stimulsoft.Report.Components.StiText();
this.Text229.CanGrow = true;
this.Text229.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(76, 0, 30, 4);
this.Text229.BeforePrint += new System.EventHandler(this.Text229_Conditions);
this.Text229.GrowToHeight = true;
this.Text229.Guid = "48a012d9baf34a85aaf2a8aa8c82c75a";
this.Text229.Name = "Text229";
this.Text229.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text229__GetValue);
this.Text229.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text229.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.Text229.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text229.Font = new System.Drawing.Font("Calibri", 8.5F);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text230
//
this.Text230 = new Stimulsoft.Report.Components.StiText();
this.Text230.CanGrow = true;
this.Text230.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(106, 0, 22, 4);
this.Text230.BeforePrint += new System.EventHandler(this.Text230_Conditions);
this.Text230.GrowToHeight = true;
this.Text230.Guid = "c28cbe1a2c8640e488043880cbf6d3b5";
this.Text230.Name = "Text230";
this.Text230.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text230__GetValue);
this.Text230.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text230.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.Text230.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text230.Font = new System.Drawing.Font("Calibri", 8.5F);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text231
//
this.Text231 = new Stimulsoft.Report.Components.StiText();
this.Text231.CanGrow = true;
this.Text231.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(128, 0, 22, 4);
this.Text231.BeforePrint += new System.EventHandler(this.Text231_Conditions);
this.Text231.GrowToHeight = true;
this.Text231.Guid = "5a5424713ab9468e995f4b6e65f74701";
this.Text231.Name = "Text231";
this.Text231.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text231__GetValue);
this.Text231.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 8.5F);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text232
//
this.Text232 = new Stimulsoft.Report.Components.StiText();
this.Text232.CanGrow = true;
this.Text232.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(150, 0, 38, 4);
this.Text232.BeforePrint += new System.EventHandler(this.Text232_Conditions);
this.Text232.GrowToHeight = true;
this.Text232.Guid = "6eb7e87ffeb346029d8590e1481e0707";
this.Text232.Name = "Text232";
this.Text232.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text232__GetValue);
this.Text232.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text232.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
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("Calibri", 8.5F);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data117.Interaction = null;
//
// DataBand346
//
this.DataBand346 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand346.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 64, 190, 4);
this.DataBand346.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand346.DataSourceName = "tblReportValueParts2";
this.InitializeComponent13();
}
public void InitializeComponent13()
{
this.DataBand346.Guid = "863177763c7e4e10aec229b5c13c570f";
this.DataBand346.Name = "DataBand346";
this.DataBand346.Sort = new System.String[] {
"ASC",
"virt_Order"};
this.DataBand346.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.DataBand346.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand346.BusinessObjectGuid = null;
//
// Text950
//
this.Text950 = new Stimulsoft.Report.Components.StiText();
this.Text950.CanGrow = true;
this.Text950.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 56, 4);
this.Text950.BeforePrint += new System.EventHandler(this.Text950_Conditions);
this.Text950.GrowToHeight = true;
this.Text950.Guid = "d770ff156dd04cc2ba3c2277b2d4471b";
this.Text950.Name = "Text950";
this.Text950.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text950__GetValue);
this.Text950.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text950.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text950.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.Text950.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text950.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text950.Indicator = null;
this.Text950.Interaction = null;
this.Text950.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text950.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text950.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text951
//
this.Text951 = new Stimulsoft.Report.Components.StiText();
this.Text951.CanGrow = true;
this.Text951.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(76, 0, 30, 4);
this.Text951.BeforePrint += new System.EventHandler(this.Text951_Conditions);
this.Text951.GrowToHeight = true;
this.Text951.Guid = "d8e87e6a474843c2818271439806cd4d";
this.Text951.Name = "Text951";
this.Text951.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text951__GetValue);
this.Text951.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text951.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.Text951.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text951.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text951.Indicator = null;
this.Text951.Interaction = null;
this.Text951.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text951.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text951.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text952
//
this.Text952 = new Stimulsoft.Report.Components.StiText();
this.Text952.CanGrow = true;
this.Text952.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(106, 0, 22, 4);
this.Text952.BeforePrint += new System.EventHandler(this.Text952_Conditions);
this.Text952.GrowToHeight = true;
this.Text952.Guid = "aaf1e23ed4504c52a3407ab1457d4b73";
this.Text952.Name = "Text952";
this.Text952.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text952__GetValue);
this.Text952.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text952.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.Text952.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text952.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text952.Indicator = null;
this.Text952.Interaction = null;
this.Text952.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text952.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text952.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text953
//
this.Text953 = new Stimulsoft.Report.Components.StiText();
this.Text953.CanGrow = true;
this.Text953.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(128, 0, 22, 4);
this.Text953.BeforePrint += new System.EventHandler(this.Text953_Conditions);
this.Text953.GrowToHeight = true;
this.Text953.Guid = "210d9bc5020a49698f7db00df715f025";
this.Text953.Name = "Text953";
this.Text953.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text953__GetValue);
this.Text953.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text953.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.Text953.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text953.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text953.Indicator = null;
this.Text953.Interaction = null;
this.Text953.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text953.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text953.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text954
//
this.Text954 = new Stimulsoft.Report.Components.StiText();
this.Text954.CanGrow = true;
this.Text954.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(150, 0, 38, 4);
this.Text954.BeforePrint += new System.EventHandler(this.Text954_Conditions);
this.Text954.GrowToHeight = true;
this.Text954.Guid = "c28745e0c7b54d76ae1dfc92d32e6f16";
this.Text954.Name = "Text954";
this.Text954.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text954__GetValue);
this.Text954.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text954.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
this.Text954.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.Text954.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text954.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text954.Indicator = null;
this.Text954.Interaction = null;
this.Text954.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text954.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text954.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand346.Interaction = null;
//
// PackageMaterials
//
this.PackageMaterials = new Stimulsoft.Report.Components.StiDataBand();
this.PackageMaterials.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.PackageMaterials__GetBookmark);
this.PackageMaterials.CanShrink = true;
this.PackageMaterials.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 76, 190, 10);
this.PackageMaterials.DataRelationName = "tblReportTitles_tblReportValues1";
this.PackageMaterials.DataSourceName = "tblReportValues1";
this.PackageMaterials.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.PackageMaterials.Guid = "dea14e4a22d045ceab10f92dc14536c6";
this.PackageMaterials.Name = "PackageMaterials";
this.PackageMaterials.PrintIfDetailEmpty = true;
this.PackageMaterials.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.PackageMaterials.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.PackageMaterials.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.PackageMaterials.BusinessObjectGuid = null;
//
// Text225
//
this.Text225 = new Stimulsoft.Report.Components.StiText();
this.Text225.CanGrow = true;
this.Text225.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text225.ComponentStyle = "TitleSub1";
this.Text225.Guid = "72a0ee21060c4b3693412b7d8294e0f4";
this.Text225.Name = "Text225";
this.Text225.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text225__GetValue);
this.Text225.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text225.BeforePrint += new System.EventHandler(this.Text225_BeforePrint);
this.PackageMaterials.Interaction = null;
//
// Data119
//
this.Data119 = new Stimulsoft.Report.Components.StiDataBand();
this.Data119.CanShrink = true;
this.Data119.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 94, 190, 4);
this.Data119.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data119.DataSourceName = "tblReportValues2";
this.Data119.Guid = "522804fdaa7d493aae0e4f5f9d200fd9";
this.Data119.Name = "Data119";
this.Data119.PrintIfDetailEmpty = true;
this.Data119.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data119.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.Data119.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data119.BusinessObjectGuid = null;
//
// Text234
//
this.Text234 = new Stimulsoft.Report.Components.StiText();
this.Text234.CanGrow = true;
this.Text234.CanShrink = true;
this.Text234.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(130, 0, 56, 4);
this.Text234.ComponentStyle = "Values";
this.Text234.BeforePrint += new System.EventHandler(this.Text234_Conditions);
this.Text234.Enabled = false;
this.Text234.GrowToHeight = true;
this.Text234.Guid = "c5fa913ac3474ffc977af0c38428bc7f";
this.Text234.Name = "Text234";
this.Text234.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text234__GetValue);
this.Text234.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.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.CanGrow = true;
this.Text200.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 0, 120, 4);
this.Text200.BeforePrint += new System.EventHandler(this.Text200_Conditions);
this.Text200.Guid = "762f6e3bfb9a4f06b947ddd3b7df3cd3";
this.Text200.Name = "Text200";
this.Text200.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text200__GetValue);
this.Text200.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text200.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text200.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text200.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.Text200.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text200.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic);
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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text200.BeforePrint += new System.EventHandler(this.Text200_BeforePrint);
this.Data119.Interaction = null;
//
// Data120
//
this.Data120 = new Stimulsoft.Report.Components.StiDataBand();
this.Data120.CanShrink = true;
this.Data120.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 106, 190, 4);
this.Data120.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data120.DataSourceName = "tblReportValues3";
this.Data120.Name = "Data120";
this.Data120.Sort = new System.String[] {
"ASC",
"ValueOrder"};
this.Data120.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.Data120.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data120.BusinessObjectGuid = null;
//
// Text236
//
this.Text236 = new Stimulsoft.Report.Components.StiText();
this.Text236.CanGrow = true;
this.Text236.CanShrink = true;
this.Text236.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 4);
this.Text236.ComponentStyle = "Values";
this.Text236.GrowToHeight = true;
this.Text236.Name = "Text236";
this.Text236.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text236__GetValue);
this.Text236.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text236.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text236.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.Text236.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text236.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text236.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data120.Guid = null;
this.Data120.Interaction = null;
//
// PackageSpecReq_Storage
//
this.PackageSpecReq_Storage = new Stimulsoft.Report.Components.StiDataBand();
this.PackageSpecReq_Storage.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.PackageSpecReq_Storage__GetBookmark);
this.PackageSpecReq_Storage.CanShrink = true;
this.PackageSpecReq_Storage.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 118, 190, 10);
this.PackageSpecReq_Storage.DataRelationName = "tblReportTitles_tblReportValues1";
this.PackageSpecReq_Storage.DataSourceName = "tblReportValues1";
this.PackageSpecReq_Storage.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.PackageSpecReq_Storage.Guid = "e7b61ec6618e4ae9bbf72168cecd7c37";
this.PackageSpecReq_Storage.Name = "PackageSpecReq_Storage";
this.PackageSpecReq_Storage.PrintIfDetailEmpty = true;
this.PackageSpecReq_Storage.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.PackageSpecReq_Storage.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.PackageSpecReq_Storage.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.PackageSpecReq_Storage.BusinessObjectGuid = null;
//
// Text233
//
this.Text233 = new Stimulsoft.Report.Components.StiText();
this.Text233.CanGrow = true;
this.Text233.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text233.ComponentStyle = "TitleSub1";
this.Text233.Guid = "c6582644b0634a7dbabff4bbd86ee57b";
this.Text233.Name = "Text233";
this.Text233.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text233__GetValue);
this.Text233.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text233.BeforePrint += new System.EventHandler(this.Text233_BeforePrint);
this.PackageSpecReq_Storage.Interaction = null;
//
// Data122
//
this.Data122 = new Stimulsoft.Report.Components.StiDataBand();
this.Data122.CanShrink = true;
this.Data122.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 136, 190, 4);
this.Data122.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data122.DataSourceName = "tblReportValues2";
this.Data122.Guid = "6713a4a92e7f43cd82282a553e665d1c";
this.Data122.Name = "Data122";
this.Data122.PrintIfDetailEmpty = true;
this.Data122.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data122.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.Data122.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data122.BusinessObjectGuid = null;
//
// Text238
//
this.Text238 = new Stimulsoft.Report.Components.StiText();
this.Text238.CanGrow = true;
this.Text238.CanShrink = true;
this.Text238.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 0, 174, 4);
this.Text238.ComponentStyle = "Values";
this.Text238.BeforePrint += new System.EventHandler(this.Text238_Conditions);
this.Text238.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text238_ConditionsTextValue);
this.Text238.GrowToHeight = true;
this.Text238.Guid = "52be42b763ae4cdf9fed01240476ac16";
this.Text238.Name = "Text238";
this.Text238.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text238__GetValue);
this.Text238.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text238.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text238.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text238.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.Text238.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text238.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data122.Interaction = null;
//
// MixedStorage
//
this.MixedStorage = new Stimulsoft.Report.Components.StiDataBand();
this.MixedStorage.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.MixedStorage__GetBookmark);
this.MixedStorage.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 148, 190, 8);
this.MixedStorage.DataRelationName = "tblReportTitles_tblReportValues1";
this.MixedStorage.DataSourceName = "tblReportValues1";
this.MixedStorage.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.MixedStorage.Guid = "590e2d28eaae4819ac0636c0c8e28306";
this.MixedStorage.Name = "MixedStorage";
this.MixedStorage.PrintIfDetailEmpty = true;
this.MixedStorage.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.MixedStorage.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.MixedStorage.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.MixedStorage.BusinessObjectGuid = null;
//
// Text410
//
this.Text410 = new Stimulsoft.Report.Components.StiText();
this.Text410.CanGrow = true;
this.Text410.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text410.ComponentStyle = "TitleSub1";
this.Text410.Guid = "729730613eb741e59d29aab95ed0b22e";
this.Text410.Name = "Text410";
this.Text410.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text410__GetValue);
this.Text410.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text410.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text410.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text410.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.Text410.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text410.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text410.Indicator = null;
this.Text410.Interaction = null;
this.Text410.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text410.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text410.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text410.BeforePrint += new System.EventHandler(this.Text410_BeforePrint);
this.MixedStorage.Interaction = null;
//
// DataBand151
//
this.DataBand151 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand151.CanShrink = true;
this.DataBand151.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 164, 190, 6);
this.DataBand151.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand151.DataSourceName = "tblReportValues2";
this.DataBand151.Guid = "fa92f3e7d31e499bb3b366569ded4f11";
this.DataBand151.Name = "DataBand151";
this.DataBand151.Sort = new System.String[] {
"ASC",
"{GetDataBand151_Sort1}"};
this.DataBand151.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.DataBand151.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand151.BusinessObjectGuid = null;
//
// Text411
//
this.Text411 = new Stimulsoft.Report.Components.StiText();
this.Text411.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2, 10, 4);
this.Text411.Enabled = false;
this.Text411.Guid = "c79ddcc4bd2d4224a35b8b47559f705d";
this.Text411.Name = "Text411";
this.Text411.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text411__GetValue);
this.Text411.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text411.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.Text411.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text411.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text411.Indicator = null;
this.Text411.Interaction = null;
this.Text411.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text411.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text411.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text444
//
this.Text444 = new Stimulsoft.Report.Components.StiText();
this.Text444.CanGrow = true;
this.Text444.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text444.BeforePrint += new System.EventHandler(this.Text444_Conditions);
this.Text444.Guid = "235faea55f9a43d88b7dd7fee6275713";
this.Text444.Name = "Text444";
this.Text444.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text444__GetValue);
this.Text444.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text444.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text444.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text444.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.Text444.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text444.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic);
this.Text444.Indicator = null;
this.Text444.Interaction = null;
this.Text444.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text444.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text444.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text444.BeforePrint += new System.EventHandler(this.Text444_BeforePrint);
this.DataBand151.Interaction = null;
//
// DataBand152
//
this.DataBand152 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand152.CanShrink = true;
this.DataBand152.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 178, 190, 4);
this.DataBand152.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand152.DataSourceName = "tblReportValues3";
this.DataBand152.Guid = "9eb1cce7313f46e6af8cd07f48014fca";
this.DataBand152.Name = "DataBand152";
this.DataBand152.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand152.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.DataBand152.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand152.BusinessObjectGuid = null;
//
// Text445
//
this.Text445 = new Stimulsoft.Report.Components.StiText();
this.Text445.CanGrow = true;
this.Text445.CanShrink = true;
this.Text445.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 170, 4);
this.Text445.BeforePrint += new System.EventHandler(this.Text445_Conditions);
this.Text445.GrowToHeight = true;
this.Text445.Guid = "7b76aa2d3dd74ded95a06faabbd89573";
this.Text445.Name = "Text445";
this.Text445.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text445__GetValue);
this.Text445.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text445.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text445.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.Text445.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text445.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text445.Indicator = null;
this.Text445.Interaction = null;
this.Text445.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text445.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text445.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text446
//
this.Text446 = new Stimulsoft.Report.Components.StiText();
this.Text446.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6, 0, 10, 4);
this.Text446.Enabled = false;
this.Text446.Guid = "1a3b7f90a1f64684bab01c6d605ff620";
this.Text446.Name = "Text446";
this.Text446.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text446__GetValue);
this.Text446.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text446.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.Text446.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text446.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text446.Indicator = null;
this.Text446.Interaction = null;
this.Text446.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text446.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text446.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand152.Interaction = null;
this.sampling.ExcelSheetValue = null;
this.sampling.Interaction = null;
this.sampling.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.sampling_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.sampling_Watermark.Font = new System.Drawing.Font("Calibri", 110F);
this.sampling_Watermark.Image = null;
this.sampling_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// adrGen
//
this.adrGen = new Stimulsoft.Report.Components.StiPage();
this.adrGen.Guid = "9b628960e9524074b3383d3bd76a46a1";
this.adrGen.Name = "adrGen";
this.adrGen.PageHeight = 297;
this.adrGen.PageWidth = 210;
this.adrGen.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.adrGen.PrintHeadersFootersFromPreviousPage = true;
this.adrGen.PrintOnPreviousPage = true;
this.adrGen.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.adrGen.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// transTitleMain
//
this.transTitleMain = new Stimulsoft.Report.Components.StiDataBand();
this.transTitleMain.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 14);
this.transTitleMain.DataSourceName = "tblReportValues0";
this.transTitleMain.Name = "transTitleMain";
this.transTitleMain.Sort = new System.String[0];
this.transTitleMain.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.transTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.transTitleMain.BusinessObjectGuid = null;
//
// Text192
//
this.Text192 = new Stimulsoft.Report.Components.StiText();
this.Text192.CanGrow = true;
this.Text192.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text192.ComponentStyle = "TitleMain";
this.Text192.Guid = "d1a71fd5b7a34cf4806ba25988e32315";
this.Text192.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text192.Name = "Text192";
this.Text192.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text192__GetValue);
this.Text192.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text192.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text192.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text192.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text192.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text192.Font = new System.Drawing.Font("Arial Black", 14F);
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.White);
this.Text192.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text192.BeforePrint += new System.EventHandler(this.Text192_BeforePrint);
this.transTitleMain.Guid = null;
this.transTitleMain.Interaction = null;
this.transTitleMain.MasterComponent = null;
//
// Data125
//
this.Data125 = new Stimulsoft.Report.Components.StiDataBand();
this.Data125.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 26, 190, 8);
this.Data125.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data125.DataSourceName = "tblReportValues1";
this.Data125.Name = "Data125";
this.Data125.Sort = new System.String[0];
this.Data125.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.Data125.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data125.BusinessObjectGuid = null;
//
// Text244
//
this.Text244 = new Stimulsoft.Report.Components.StiText();
this.Text244.CanGrow = true;
this.Text244.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text244.ComponentStyle = "TitleSub1";
this.Text244.Guid = "757dfdd52f044778bc711aa73020ac2e";
this.Text244.Name = "Text244";
this.Text244.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text244__GetValue);
this.Text244.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text244.BeforePrint += new System.EventHandler(this.Text244_BeforePrint);
this.Data125.Guid = null;
this.Data125.Interaction = null;
//
// Data126
//
this.Data126 = new Stimulsoft.Report.Components.StiDataBand();
this.Data126.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 42, 190, 6);
this.Data126.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data126.DataSourceName = "tblReportValues2";
this.Data126.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data126.Name = "Data126";
this.Data126.PrintIfDetailEmpty = true;
this.Data126.Sort = new System.String[0];
this.Data126.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.Data126.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data126.BusinessObjectGuid = null;
//
// Text245
//
this.Text245 = new Stimulsoft.Report.Components.StiText();
this.Text245.CanGrow = true;
this.Text245.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text245.ComponentStyle = "TitleSub2";
this.Text245.Guid = "c21a176fb3f94ababe1e1fb6773033e5";
this.Text245.Name = "Text245";
this.Text245.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text245__GetValue);
this.Text245.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text245.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text245.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text245.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.Text245.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text245.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text245.BeforePrint += new System.EventHandler(this.Text245_BeforePrint);
this.Data126.Guid = null;
this.Data126.Interaction = null;
//
// DataBand135
//
this.DataBand135 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand135.CanShrink = true;
this.DataBand135.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 56, 190, 4);
this.DataBand135.DataSourceName = "ProductNames";
this.DataBand135.Enabled = false;
this.DataBand135.Guid = "7ffaf75abef0449b872b80cc77c5517e";
this.DataBand135.Name = "DataBand135";
this.DataBand135.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand135.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.DataBand135.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand135.BusinessObjectGuid = null;
//
// Text275
//
this.Text275 = new Stimulsoft.Report.Components.StiText();
this.Text275.CanGrow = true;
this.Text275.CanShrink = true;
this.Text275.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text275.ComponentStyle = "ValuesBorder";
this.Text275.GrowToHeight = true;
this.Text275.Guid = "a4c10db970ee4256a619451902ac795a";
this.Text275.Name = "Text275";
this.Text275.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text275__GetValue);
this.Text275.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.Text275.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text275.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
//
// Text277
//
this.Text277 = new Stimulsoft.Report.Components.StiText();
this.Text277.CanGrow = true;
this.Text277.CanShrink = true;
this.Text277.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text277.ComponentStyle = "ValuesBorder";
this.Text277.GrowToHeight = true;
this.Text277.Guid = "d19d66d65b5e4f93bfbd39cd417445a5";
this.Text277.Name = "Text277";
this.Text277.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text277__GetValue);
this.Text277.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.Text277.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text277.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand135.DataRelationName = null;
this.DataBand135.Interaction = null;
//
// Data127
//
this.Data127 = new Stimulsoft.Report.Components.StiDataBand();
this.Data127.CanShrink = true;
this.Data127.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 68, 190, 4);
this.Data127.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data127.DataSourceName = "tblReportValues3";
this.Data127.Guid = "73227682772a4d989ae1e8f41a96c5ce";
this.Data127.Name = "Data127";
this.Data127.PrintIfDetailEmpty = true;
this.Data127.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data127.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.Data127.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data127.BusinessObjectGuid = null;
//
// Text246
//
this.Text246 = new Stimulsoft.Report.Components.StiText();
this.Text246.CanGrow = true;
this.Text246.CanShrink = true;
this.Text246.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text246.ComponentStyle = "ValuesBorder";
this.Text246.GrowToHeight = true;
this.Text246.Guid = "5deb62e286664beab1c6dc59f5b9388a";
this.Text246.Name = "Text246";
this.Text246.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text246.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text246__GetValue);
this.Text246.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text247
//
this.Text247 = new Stimulsoft.Report.Components.StiText();
this.Text247.CanGrow = true;
this.Text247.CanShrink = true;
this.Text247.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text247.ComponentStyle = "ValuesBorder";
this.Text247.GrowToHeight = true;
this.Text247.Guid = "fe45012e049a4cc986e11dc0900b29c2";
this.Text247.Name = "Text247";
this.Text247.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text247__GetValue);
this.Text247.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data127.Interaction = null;
//
// Data128
//
this.Data128 = new Stimulsoft.Report.Components.StiDataBand();
this.Data128.CanShrink = true;
this.Data128.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 80, 190, 6);
this.Data128.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data128.DataSourceName = "tblReportValues3";
this.Data128.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data128.Guid = "b18db61b57574b90a07a50113f54a16e";
this.Data128.Name = "Data128";
this.Data128.PrintIfDetailEmpty = true;
this.Data128.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data128.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.Data128.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data128.BusinessObjectGuid = null;
//
// Panel45
//
this.Panel45 = new Stimulsoft.Report.Components.StiPanel();
this.Panel45.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel45.Guid = "257782ba34a045cfbd98fc5f988279b2";
this.Panel45.Name = "Panel45";
this.Panel45.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel45.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
//
// Text761
//
this.Text761 = new Stimulsoft.Report.Components.StiText();
this.Text761.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text761.ComponentStyle = "Values";
this.Text761.Guid = "f735e48dfffa48a3bf8ce03c45053b3b";
this.Text761.Name = "Text761";
this.Text761.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text761__GetValue);
this.Text761.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text761.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text761.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.Text761.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text761.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text761.Indicator = null;
this.Text761.Interaction = null;
this.Text761.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text761.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text761.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel45.Interaction = null;
this.Data128.Interaction = null;
//
// Data129
//
this.Data129 = new Stimulsoft.Report.Components.StiDataBand();
this.Data129.CanShrink = true;
this.Data129.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 94, 190, 20);
this.Data129.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.Data129.DataSourceName = "tblReportValueParts3";
this.Data129.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data129.Name = "Data129";
this.Data129.PrintIfDetailEmpty = true;
this.Data129.Sort = new System.String[0];
this.Data129.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.Data129.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data129.BusinessObjectGuid = null;
//
// Panel19
//
this.Panel19 = new Stimulsoft.Report.Components.StiPanel();
this.Panel19.CanGrow = true;
this.Panel19.CanShrink = true;
this.Panel19.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 18);
this.Panel19.GrowToHeight = true;
this.Panel19.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel19.Name = "Panel19";
this.Panel19.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel19.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image2
//
this.Image2 = new Stimulsoft.Report.Components.StiImage();
this.Image2.AspectRatio = true;
this.Image2.CanShrink = true;
this.Image2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image2.DataColumn = "tblReportValueParts3.PictValue1";
this.Image2.Guid = "cec81302563e49b99a303c8d607b34a2";
this.Image2.Name = "Image2";
this.Image2.Stretch = true;
this.Image2.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.Image2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image2.Image = null;
this.Image2.Interaction = null;
//
// Image8
//
this.Image8 = new Stimulsoft.Report.Components.StiImage();
this.Image8.AspectRatio = true;
this.Image8.CanShrink = true;
this.Image8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 16, 16);
this.Image8.DataColumn = "tblReportValueParts3.PictValue2";
this.Image8.Guid = "665e5e9591274c2480bf055337735680";
this.Image8.Name = "Image8";
this.Image8.Stretch = true;
this.Image8.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.Image8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image8.Image = null;
this.Image8.Interaction = null;
//
// Image9
//
this.Image9 = new Stimulsoft.Report.Components.StiImage();
this.Image9.AspectRatio = true;
this.Image9.CanShrink = true;
this.Image9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(56, 0, 16, 16);
this.Image9.DataColumn = "tblReportValueParts3.PictValue4";
this.Image9.Guid = "246b59bce9ac4a298c392dcf096875e1";
this.Image9.Name = "Image9";
this.Image9.Stretch = true;
this.Image9.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.Image9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image9.Image = null;
this.Image9.Interaction = null;
//
// Image23
//
this.Image23 = new Stimulsoft.Report.Components.StiImage();
this.Image23.AspectRatio = true;
this.Image23.CanShrink = true;
this.Image23.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(38, 0, 16, 16);
this.Image23.DataColumn = "tblReportValueParts3.PictValue3";
this.Image23.Guid = "0ec2a412079f4f1e8baadb1f6aa949f9";
this.Image23.Name = "Image23";
this.Image23.Stretch = true;
this.Image23.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.Image23.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image23.Image = null;
this.Image23.Interaction = null;
this.Panel19.Guid = null;
this.Panel19.Interaction = null;
this.Data129.Guid = null;
this.Data129.Interaction = null;
//
// Data130
//
this.Data130 = new Stimulsoft.Report.Components.StiDataBand();
this.Data130.CanShrink = true;
this.Data130.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 122, 190, 6);
this.Data130.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data130.DataSourceName = "tblReportValues3";
this.Data130.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data130.Guid = "50df8a123e584781ae8ada849c964c16";
this.Data130.Name = "Data130";
this.Data130.PrintIfDetailEmpty = true;
this.Data130.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data130.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.Data130.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data130.BusinessObjectGuid = null;
//
// Panel44
//
this.Panel44 = new Stimulsoft.Report.Components.StiPanel();
this.Panel44.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel44.Name = "Panel44";
this.Panel44.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel44.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
//
// Text249
//
this.Text249 = new Stimulsoft.Report.Components.StiText();
this.Text249.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text249.ComponentStyle = "Values";
this.Text249.Name = "Text249";
this.Text249.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text249__GetValue);
this.Text249.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text249.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text249.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.Text249.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text249.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text249.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel44.Guid = null;
this.Panel44.Interaction = null;
this.Data130.Interaction = null;
//
// Data131
//
this.Data131 = new Stimulsoft.Report.Components.StiDataBand();
this.Data131.CanShrink = true;
this.Data131.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 136, 190, 20);
this.Data131.DataSourceName = "tblReportValues3";
this.Data131.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data131.Name = "Data131";
this.Data131.PrintIfDetailEmpty = true;
this.Data131.Sort = new System.String[0];
this.Data131.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.Data131.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data131.BusinessObjectGuid = null;
//
// Panel20
//
this.Panel20 = new Stimulsoft.Report.Components.StiPanel();
this.Panel20.CanGrow = true;
this.Panel20.CanShrink = true;
this.Panel20.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 20);
this.Panel20.GrowToHeight = true;
this.Panel20.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel20.Name = "Panel20";
this.Panel20.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel20.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image24
//
this.Image24 = new Stimulsoft.Report.Components.StiImage();
this.Image24.AspectRatio = true;
this.Image24.CanShrink = true;
this.Image24.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image24.DataColumn = "tblReportValues3.PictValue";
this.Image24.Guid = "c427d96c8aa24e99819eef1d5a0579f8";
this.Image24.Name = "Image24";
this.Image24.Stretch = true;
this.Image24.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.Image24.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image24.Image = null;
this.Image24.Interaction = null;
//
// Text159
//
this.Text159 = new Stimulsoft.Report.Components.StiText();
this.Text159.CanGrow = true;
this.Text159.CanShrink = true;
this.Text159.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 6);
this.Text159.BeforePrint += new System.EventHandler(this.Text159_Conditions);
this.Text159.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text159.Name = "Text159";
this.Text159.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text159__GetValue);
this.Text159.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.Text159.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text159.Font = new System.Drawing.Font("Calibri", 9F);
this.Text159.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel20.Guid = null;
this.Panel20.Interaction = null;
this.Data131.DataRelationName = null;
this.Data131.Guid = null;
this.Data131.Interaction = null;
//
// DataBand41
//
this.DataBand41 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand41.CanShrink = true;
this.DataBand41.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 164, 190, 6);
this.DataBand41.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand41.DataSourceName = "tblReportValues3";
this.DataBand41.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand41.Guid = "46a907a274f745269d23390ef32fc9fc";
this.DataBand41.Name = "DataBand41";
this.DataBand41.PrintIfDetailEmpty = true;
this.DataBand41.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand41.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.DataBand41.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand41.BusinessObjectGuid = null;
//
// Panel16
//
this.Panel16 = new Stimulsoft.Report.Components.StiPanel();
this.Panel16.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel16.Guid = "1ad6e24d82a84575ab1518ec3d0eb413";
this.Panel16.Name = "Panel16";
this.Panel16.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel16.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
//
this.InitializeComponent14();
}
public void InitializeComponent14()
{
// Text31
//
this.Text31 = new Stimulsoft.Report.Components.StiText();
this.Text31.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text31.ComponentStyle = "Values";
this.Text31.Guid = "c7f937f5b8354a0bb415b060009c7169";
this.Text31.Name = "Text31";
this.Text31.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text31__GetValue);
this.Text31.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text31.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text31.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.Text31.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text31.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel16.Interaction = null;
this.DataBand41.Interaction = null;
//
// DataBand160
//
this.DataBand160 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand160.CanShrink = true;
this.DataBand160.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 178, 190, 20);
this.DataBand160.DataSourceName = "tblReportValues3";
this.DataBand160.Guid = "70d80c5142f74d77a8cc3a50a5aae190";
this.DataBand160.Name = "DataBand160";
this.DataBand160.PrintIfDetailEmpty = true;
this.DataBand160.Sort = new System.String[0];
this.DataBand160.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.DataBand160.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand160.BusinessObjectGuid = null;
//
// Panel17
//
this.Panel17 = new Stimulsoft.Report.Components.StiPanel();
this.Panel17.CanGrow = true;
this.Panel17.CanShrink = true;
this.Panel17.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 20);
this.Panel17.GrowToHeight = true;
this.Panel17.Guid = "b1d7686a200a47d1ae791245dbb2b390";
this.Panel17.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel17.Name = "Panel17";
this.Panel17.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel17.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image21
//
this.Image21 = new Stimulsoft.Report.Components.StiImage();
this.Image21.AspectRatio = true;
this.Image21.CanShrink = true;
this.Image21.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image21.DataColumn = "tblReportValues3.PictValue";
this.Image21.Guid = "ca9b5b6c81204f479894844d4bf0e1fd";
this.Image21.Name = "Image21";
this.Image21.Stretch = true;
this.Image21.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.Image21.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image21.Image = null;
this.Image21.Interaction = null;
this.Panel17.Interaction = null;
this.DataBand160.DataRelationName = null;
this.DataBand160.Interaction = null;
//
// DataBand219
//
this.DataBand219 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand219.CanShrink = true;
this.DataBand219.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 206, 190, 2);
this.DataBand219.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand219.DataSourceName = "tblReportValues3";
this.DataBand219.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand219.Guid = "b595c3bb19ac442ab89cde397b87f3c9";
this.DataBand219.Name = "DataBand219";
this.DataBand219.PrintIfDetailEmpty = true;
this.DataBand219.Sort = new System.String[0];
this.DataBand219.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.DataBand219.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand219.BusinessObjectGuid = null;
//
// Panel56
//
this.Panel56 = new Stimulsoft.Report.Components.StiPanel();
this.Panel56.CanGrow = true;
this.Panel56.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 2);
this.Panel56.GrowToHeight = true;
this.Panel56.Guid = "63df2628e85a482598ea20ed26135cef";
this.Panel56.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel56.Name = "Panel56";
this.Panel56.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.Top, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel56.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Panel56.Interaction = null;
this.DataBand219.Interaction = null;
//
// Data132
//
this.Data132 = new Stimulsoft.Report.Components.StiDataBand();
this.Data132.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 216, 190, 6);
this.Data132.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data132.DataSourceName = "tblReportValues2";
this.Data132.Guid = "00902c5f185a44cd9f55600f7806ed31";
this.Data132.Name = "Data132";
this.Data132.Sort = new System.String[0];
this.Data132.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.Data132.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data132.BusinessObjectGuid = null;
//
// Text250
//
this.Text250 = new Stimulsoft.Report.Components.StiText();
this.Text250.CanGrow = true;
this.Text250.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text250.ComponentStyle = "TitleSub2";
this.Text250.Guid = "5637cc90c10b490b86f1557273a94633";
this.Text250.Name = "Text250";
this.Text250.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text250__GetValue);
this.Text250.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text250.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text250.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text250.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.Text250.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text250.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text250.BeforePrint += new System.EventHandler(this.Text250_BeforePrint);
this.Data132.Interaction = null;
//
// Data133
//
this.Data133 = new Stimulsoft.Report.Components.StiDataBand();
this.Data133.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 230, 190, 0);
this.Data133.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data133.DataSourceName = "tblReportValues3";
this.Data133.FilterOn = false;
this.Data133.Guid = "52fe651feb5a441795babdaaff9aa2dc";
this.Data133.Name = "Data133";
this.Data133.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data133.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.Data133.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data133.BusinessObjectGuid = null;
this.Data133.Interaction = null;
//
// Data134
//
this.Data134 = new Stimulsoft.Report.Components.StiDataBand();
this.Data134.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 238, 190, 8);
this.Data134.DataSourceName = "tblReportValueParts3";
this.Data134.Name = "Data134";
this.Data134.Sort = new System.String[0];
this.Data134.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.Data134.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data134.BusinessObjectGuid = null;
//
// Text251
//
this.Text251 = new Stimulsoft.Report.Components.StiText();
this.Text251.CanGrow = true;
this.Text251.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 46, 8);
this.Text251.ComponentStyle = "ValuesHeaderBorder";
this.Text251.GrowToHeight = true;
this.Text251.Guid = "bdcd1685d9ac402f9bc75f4520808744";
this.Text251.Name = "Text251";
this.Text251.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text251__GetValue);
this.Text251.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.LightSteelBlue);
this.Text251.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text252
//
this.Text252 = new Stimulsoft.Report.Components.StiText();
this.Text252.CanGrow = true;
this.Text252.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(66, 0, 32, 8);
this.Text252.ComponentStyle = "ValuesHeaderBorder";
this.Text252.GrowToHeight = true;
this.Text252.Guid = "16a6c43726a54e1e843f1b3ecda331bb";
this.Text252.Name = "Text252";
this.Text252.ShrinkFontToFit = true;
this.Text252.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text252__GetValue);
this.Text252.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.LightSteelBlue);
this.Text252.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text253
//
this.Text253 = new Stimulsoft.Report.Components.StiText();
this.Text253.CanGrow = true;
this.Text253.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(98, 0, 58, 8);
this.Text253.ComponentStyle = "ValuesHeaderBorder";
this.Text253.GrowToHeight = true;
this.Text253.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text253.Name = "Text253";
this.Text253.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text253__GetValue);
this.Text253.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.LightSteelBlue);
this.Text253.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text253.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text254
//
this.Text254 = new Stimulsoft.Report.Components.StiText();
this.Text254.CanGrow = true;
this.Text254.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(156, 0, 20, 8);
this.Text254.ComponentStyle = "ValuesHeaderBorder";
this.Text254.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text254.Name = "Text254";
this.Text254.ShrinkFontToFit = true;
this.Text254.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text254__GetValue);
this.Text254.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.LightSteelBlue);
this.Text254.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text254.Guid = null;
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data134.DataRelationName = null;
this.Data134.Guid = null;
this.Data134.Interaction = null;
//
// Data135
//
this.Data135 = new Stimulsoft.Report.Components.StiDataBand();
this.Data135.CanShrink = true;
this.Data135.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 254, 190, 14);
this.Data135.DataSourceName = "tblReportValueParts3";
this.Data135.Name = "Data135";
this.Data135.Sort = new System.String[0];
this.Data135.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.Data135.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data135.BusinessObjectGuid = null;
//
// Text257
//
this.Text257 = new Stimulsoft.Report.Components.StiText();
this.Text257.CanGrow = true;
this.Text257.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(66, 0, 32, 14);
this.Text257.ComponentStyle = "ValuesBorder";
this.Text257.Name = "Text257";
this.Text257.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text257__GetValue);
this.Text257.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text257.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Panel47
//
this.Panel47 = new Stimulsoft.Report.Components.StiPanel();
this.Panel47.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(156, 0, 20, 14);
this.Panel47.Guid = "1ff7f9183db04f7b9aa985dae855ffcd";
this.Panel47.Name = "Panel47";
this.Panel47.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.Panel47.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image29
//
this.Image29 = new Stimulsoft.Report.Components.StiImage();
this.Image29.AspectRatio = true;
this.Image29.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 16, 10);
this.Image29.DataColumn = "tblReportValueParts3.PictValue7";
this.Image29.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image29.Name = "Image29";
this.Image29.Stretch = true;
this.Image29.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image29.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.Image29.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image29.Guid = null;
this.Image29.Image = null;
this.Image29.Interaction = null;
//
// Text255
//
this.Text255 = new Stimulsoft.Report.Components.StiText();
this.Text255.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2.5, 16, 4);
this.Text255.ComponentStyle = "Values";
this.Text255.BeforePrint += new System.EventHandler(this.Text255_Conditions);
this.Text255.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text255.Name = "Text255";
this.Text255.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text255__GetValue);
this.Text255.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text255.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text255.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.Text255.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text255.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text255.Guid = null;
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);
//
// Text258
//
this.Text258 = new Stimulsoft.Report.Components.StiText();
this.Text258.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 7.5, 16, 4);
this.Text258.ComponentStyle = "Values";
this.Text258.BeforePrint += new System.EventHandler(this.Text258_Conditions);
this.Text258.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text258.Name = "Text258";
this.Text258.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text258__GetValue);
this.Text258.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text258.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text258.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.Text258.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text258.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text258.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text403
//
this.Text403 = new Stimulsoft.Report.Components.StiText();
this.Text403.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 20, 14);
this.Text403.ComponentStyle = "ValuesBorder";
this.Text403.BeforePrint += new System.EventHandler(this.Text403_Conditions);
this.Text403.Guid = "aaac03c0041f4258885367a583f75610";
this.Text403.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text403.Name = "Text403";
this.Text403.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text403__GetValue);
this.Text403.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text403.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text403.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.Text403.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text403.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text403.Indicator = null;
this.Text403.Interaction = null;
this.Text403.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text403.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text403.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel47.Interaction = null;
//
// Panel46
//
this.Panel46 = new Stimulsoft.Report.Components.StiPanel();
this.Panel46.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(98, 0, 58, 14);
this.Panel46.Name = "Panel46";
this.Panel46.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.Panel46.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image28
//
this.Image28 = new Stimulsoft.Report.Components.StiImage();
this.Image28.AspectRatio = true;
this.Image28.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 10, 10);
this.Image28.DataColumn = "tblReportValueParts3.PictValue3";
this.Image28.Name = "Image28";
this.Image28.Stretch = true;
this.Image28.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.Image28.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image28.Guid = null;
this.Image28.Image = null;
this.Image28.Interaction = null;
//
// Image25
//
this.Image25 = new Stimulsoft.Report.Components.StiImage();
this.Image25.AspectRatio = true;
this.Image25.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(44, 2, 10, 10);
this.Image25.DataColumn = "tblReportValueParts3.PictValue6";
this.Image25.Name = "Image25";
this.Image25.Stretch = true;
this.Image25.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.Image25.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image25.Guid = null;
this.Image25.Image = null;
this.Image25.Interaction = null;
//
// Image26
//
this.Image26 = new Stimulsoft.Report.Components.StiImage();
this.Image26.AspectRatio = true;
this.Image26.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(30, 2, 10, 10);
this.Image26.DataColumn = "tblReportValueParts3.PictValue5";
this.Image26.Name = "Image26";
this.Image26.Stretch = true;
this.Image26.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.Image26.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image26.Guid = null;
this.Image26.Image = null;
this.Image26.Interaction = null;
//
// Image27
//
this.Image27 = new Stimulsoft.Report.Components.StiImage();
this.Image27.AspectRatio = true;
this.Image27.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2, 10, 10);
this.Image27.DataColumn = "tblReportValueParts3.PictValue4";
this.Image27.Name = "Image27";
this.Image27.Stretch = true;
this.Image27.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.Image27.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image27.Guid = null;
this.Image27.Image = null;
this.Image27.Interaction = null;
//
// Text402
//
this.Text402 = new Stimulsoft.Report.Components.StiText();
this.Text402.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 12, 12);
this.Text402.ComponentStyle = "Values";
this.Text402.BeforePrint += new System.EventHandler(this.Text402_Conditions);
this.Text402.Guid = "405fc1e927f9402b9d735cd91083a570";
this.Text402.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text402.Name = "Text402";
this.Text402.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text402__GetValue);
this.Text402.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text402.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text402.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.Text402.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text402.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text402.Indicator = null;
this.Text402.Interaction = null;
this.Text402.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text402.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text402.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel46.Guid = null;
this.Panel46.Interaction = null;
//
// Text50
//
this.Text50 = new Stimulsoft.Report.Components.StiText();
this.Text50.CanGrow = true;
this.Text50.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 46, 14);
this.Text50.ComponentStyle = "TransportModi";
this.Text50.Guid = "ca830df4d45f4ed186a014ba26049ca8";
this.Text50.Name = "Text50";
this.Text50.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text50__GetValue);
this.Text50.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text50.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text50.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.Text50.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 219, 229, 241));
this.Text50.Font = new System.Drawing.Font("Calibri", 9F);
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);
this.Data135.DataRelationName = null;
this.Data135.Guid = null;
this.Data135.Interaction = null;
this.adrGen.ExcelSheetValue = null;
this.adrGen.Interaction = null;
this.adrGen.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.adrGen_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.adrGen_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.adrGen_Watermark.Image = null;
this.adrGen_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// adrCond
//
this.adrCond = new Stimulsoft.Report.Components.StiPage();
this.adrCond.Guid = "56e081f1e4394ce0bf61a46b5271d34d";
this.adrCond.Name = "adrCond";
this.adrCond.PageHeight = 297;
this.adrCond.PageWidth = 210;
this.adrCond.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.adrCond.PrintHeadersFootersFromPreviousPage = true;
this.adrCond.PrintOnPreviousPage = true;
this.adrCond.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.adrCond.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand71
//
this.DataBand71 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand71.CanShrink = true;
this.DataBand71.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand71.DataSourceName = "tblReportValues0";
this.DataBand71.Guid = "4f34cddc59db45f29f7c6592ee98d3fd";
this.DataBand71.Name = "DataBand71";
this.DataBand71.Sort = new System.String[0];
this.DataBand71.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.DataBand71.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand71.BusinessObjectGuid = null;
this.DataBand71.Interaction = null;
this.DataBand71.MasterComponent = null;
//
// Data137
//
this.Data137 = new Stimulsoft.Report.Components.StiDataBand();
this.Data137.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 0);
this.Data137.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data137.DataSourceName = "tblReportValues1";
this.Data137.Guid = "03f1a3ef203842628150a1ce8d895977";
this.Data137.Name = "Data137";
this.Data137.Sort = new System.String[0];
this.Data137.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.Data137.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data137.BusinessObjectGuid = null;
this.Data137.Interaction = null;
//
// Data138
//
this.Data138 = new Stimulsoft.Report.Components.StiDataBand();
this.Data138.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 20, 190, 6);
this.Data138.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data138.DataSourceName = "tblReportValues2";
this.Data138.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data138.Guid = "25c8d533ef664457a3b65f7f91ab8a24";
this.Data138.Name = "Data138";
this.Data138.PrintIfDetailEmpty = true;
this.Data138.Sort = new System.String[0];
this.Data138.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.Data138.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data138.BusinessObjectGuid = null;
//
// Text259
//
this.Text259 = new Stimulsoft.Report.Components.StiText();
this.Text259.CanGrow = true;
this.Text259.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text259.ComponentStyle = "TitleSub2";
this.Text259.Guid = "a42db540ccc542a29738a551e2b7be6a";
this.Text259.Name = "Text259";
this.Text259.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text259__GetValue);
this.Text259.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text259.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text259.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text259.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.Text259.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text259.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text259.BeforePrint += new System.EventHandler(this.Text259_BeforePrint);
this.Data138.Interaction = null;
//
// Data139
//
this.Data139 = new Stimulsoft.Report.Components.StiDataBand();
this.Data139.CanShrink = true;
this.Data139.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 34, 190, 4);
this.Data139.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data139.DataSourceName = "tblReportValues3";
this.Data139.FilterOn = false;
this.Data139.Guid = "ef6e780e4a28438fa96f962a00850ce5";
this.Data139.Name = "Data139";
this.Data139.PrintIfDetailEmpty = true;
this.Data139.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data139.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.Data139.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data139.BusinessObjectGuid = null;
//
// Text260
//
this.Text260 = new Stimulsoft.Report.Components.StiText();
this.Text260.CanGrow = true;
this.Text260.CanShrink = true;
this.Text260.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text260.ComponentStyle = "ValuesBorder";
this.Text260.GrowToHeight = true;
this.Text260.Guid = "1b2743ae279b41f69c8486ba5e857ef0";
this.Text260.Name = "Text260";
this.Text260.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text260.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text260__GetValue);
this.Text260.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text260.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.Text260.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text260.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text49
//
this.Text49 = new Stimulsoft.Report.Components.StiText();
this.Text49.CanGrow = true;
this.Text49.CanShrink = true;
this.Text49.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text49.ComponentStyle = "ValuesBorder";
this.Text49.BeforePrint += new System.EventHandler(this.Text49_Conditions);
this.Text49.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text49_ConditionsTextValue);
this.Text49.GrowToHeight = true;
this.Text49.Guid = "66958bea525b4aed803d73eef2e397aa";
this.Text49.Name = "Text49";
this.Text49.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text49__GetValue);
this.Text49.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data139.Interaction = null;
//
// Data140
//
this.Data140 = new Stimulsoft.Report.Components.StiDataBand();
this.Data140.CanShrink = true;
this.Data140.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 4);
this.Data140.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data140.DataSourceName = "tblReportValues3";
this.Data140.Enabled = false;
this.Data140.Guid = "3464270a07614036b5ab2b6cf3a8b8cb";
this.Data140.Name = "Data140";
this.Data140.PrintIfDetailEmpty = true;
this.Data140.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data140.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.Data140.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 146, 208, 80));
this.Data140.BusinessObjectGuid = null;
//
// Text262
//
this.Text262 = new Stimulsoft.Report.Components.StiText();
this.Text262.CanGrow = true;
this.Text262.CanShrink = true;
this.Text262.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text262.ComponentStyle = "ValuesBorder";
this.Text262.GrowToHeight = true;
this.Text262.Guid = "ba3e564a1b77467db3a1c511f38b6032";
this.Text262.Name = "Text262";
this.Text262.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text262.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text262__GetValue);
this.Text262.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text262.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.Text262.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text262.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text263
//
this.Text263 = new Stimulsoft.Report.Components.StiText();
this.Text263.CanGrow = true;
this.Text263.CanShrink = true;
this.Text263.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text263.ComponentStyle = "ValuesBorder";
this.Text263.GrowToHeight = true;
this.Text263.Guid = "b219b118da7049a89202323aed3f71b3";
this.Text263.Name = "Text263";
this.Text263.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text263__GetValue);
this.Text263.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data140.Interaction = null;
this.Data140.MasterComponent = null;
this.adrCond.ExcelSheetValue = null;
this.adrCond.Interaction = null;
this.adrCond.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.adrCond_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.adrCond_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.adrCond_Watermark.Image = null;
this.adrCond_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// adrTunn
//
this.adrTunn = new Stimulsoft.Report.Components.StiPage();
this.adrTunn.Guid = "e58d5c62958a46d6a9e8ad9e8b935519";
this.adrTunn.Name = "adrTunn";
this.adrTunn.PageHeight = 297;
this.adrTunn.PageWidth = 210;
this.adrTunn.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.adrTunn.PrintHeadersFootersFromPreviousPage = true;
this.adrTunn.PrintOnPreviousPage = true;
this.adrTunn.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.adrTunn.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand72
//
this.DataBand72 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand72.CanShrink = true;
this.DataBand72.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand72.DataSourceName = "tblReportValues0";
this.DataBand72.Guid = "9b10d65edd874c8b975dc85c96f33309";
this.DataBand72.Name = "DataBand72";
this.DataBand72.Sort = new System.String[0];
this.DataBand72.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.DataBand72.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand72.BusinessObjectGuid = null;
this.DataBand72.Interaction = null;
this.DataBand72.MasterComponent = null;
//
// Data141
//
this.Data141 = new Stimulsoft.Report.Components.StiDataBand();
this.Data141.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 0);
this.Data141.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data141.DataSourceName = "tblReportValues1";
this.Data141.Guid = "bef09814bb61461b867b36cee1c0c2b0";
this.Data141.Name = "Data141";
this.Data141.PrintIfDetailEmpty = true;
this.Data141.Sort = new System.String[0];
this.Data141.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.Data141.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data141.BusinessObjectGuid = null;
this.Data141.Interaction = null;
//
// Europe
//
this.Europe = new Stimulsoft.Report.Components.StiDataBand();
this.Europe.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 20, 190, 6);
this.Europe.DataRelationName = "tblReportValues1_tblReportValues2";
this.Europe.DataSourceName = "tblReportValues2";
this.Europe.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Europe.Guid = "7ece8c5020694198be5927fe8db747a9";
this.Europe.Name = "Europe";
this.Europe.Sort = new System.String[0];
this.Europe.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.Europe.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Europe.BusinessObjectGuid = null;
//
// Text264
//
this.Text264 = new Stimulsoft.Report.Components.StiText();
this.Text264.CanGrow = true;
this.Text264.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text264.ComponentStyle = "TitleSub2";
this.Text264.Guid = "0b3959aa578c4440aa87f9e0cc409a11";
this.Text264.Name = "Text264";
this.Text264.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text264__GetValue);
this.Text264.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text264.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text264.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text264.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.Text264.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text264.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text264.BeforePrint += new System.EventHandler(this.Text264_BeforePrint);
this.Europe.Interaction = null;
//
// Data143
//
this.Data143 = new Stimulsoft.Report.Components.StiDataBand();
this.Data143.CanShrink = true;
this.Data143.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 34, 190, 6);
this.Data143.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data143.DataSourceName = "tblReportValues3";
this.Data143.Name = "Data143";
this.Data143.PrintIfDetailEmpty = true;
this.Data143.Sort = new System.String[0];
this.Data143.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.Data143.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data143.BusinessObjectGuid = null;
//
// Text265
//
this.Text265 = new Stimulsoft.Report.Components.StiText();
this.Text265.CanGrow = true;
this.Text265.CanShrink = true;
this.Text265.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 62, 4);
this.Text265.GrowToHeight = true;
this.Text265.Name = "Text265";
this.Text265.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text265__GetValue);
this.Text265.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 8.5F);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data143.Guid = null;
this.Data143.Interaction = null;
//
// Data144
//
this.Data144 = new Stimulsoft.Report.Components.StiDataBand();
this.Data144.CanShrink = true;
this.Data144.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 48, 190, 6);
this.Data144.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.Data144.DataSourceName = "tblReportValueParts3";
this.Data144.Name = "Data144";
this.Data144.PrintIfDetailEmpty = true;
this.Data144.Sort = new System.String[] {
"ASC",
"Order"};
this.Data144.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.Data144.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data144.BusinessObjectGuid = null;
//
// Text266
//
this.Text266 = new Stimulsoft.Report.Components.StiText();
this.Text266.CanGrow = true;
this.Text266.CanShrink = true;
this.Text266.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 24, 6);
this.Text266.ComponentStyle = "TransportModi";
this.Text266.BeforePrint += new System.EventHandler(this.Text266_Conditions);
this.Text266.GrowToHeight = true;
this.Text266.Name = "Text266";
this.Text266.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text266__GetValue);
this.Text266.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text266.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.Text266.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 219, 229, 241));
this.Text266.Font = new System.Drawing.Font("Calibri", 9F);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text267
//
this.Text267 = new Stimulsoft.Report.Components.StiText();
this.Text267.CanGrow = true;
this.Text267.CanShrink = true;
this.Text267.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(44, 0, 22, 6);
this.Text267.ComponentStyle = "ValuesBorder";
this.Text267.BeforePrint += new System.EventHandler(this.Text267_Conditions);
this.Text267.GrowToHeight = true;
this.Text267.Name = "Text267";
this.Text267.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text267__GetValue);
this.Text267.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text267.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.Text267.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text267.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text267.Guid = null;
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.CanGrow = true;
this.Text268.CanShrink = true;
this.Text268.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(66, 0, 22, 6);
this.Text268.ComponentStyle = "ValuesBorder";
this.Text268.BeforePrint += new System.EventHandler(this.Text268_Conditions);
this.Text268.GrowToHeight = true;
this.Text268.Name = "Text268";
this.Text268.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text268__GetValue);
this.Text268.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text268.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.Text268.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text268.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text268.Guid = null;
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.CanGrow = true;
this.Text269.CanShrink = true;
this.Text269.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(88, 0, 22, 6);
this.Text269.ComponentStyle = "ValuesBorder";
this.Text269.BeforePrint += new System.EventHandler(this.Text269_Conditions);
this.Text269.GrowToHeight = true;
this.Text269.Name = "Text269";
this.Text269.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text269__GetValue);
this.Text269.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text269.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.Text269.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text269.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.CanGrow = true;
this.Text270.CanShrink = true;
this.Text270.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(110, 0, 22, 6);
this.Text270.ComponentStyle = "ValuesBorder";
this.Text270.BeforePrint += new System.EventHandler(this.Text270_Conditions);
this.Text270.GrowToHeight = true;
this.Text270.Name = "Text270";
this.Text270.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text270__GetValue);
this.Text270.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text270.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.Text270.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text270.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.CanGrow = true;
this.Text271.CanShrink = true;
this.Text271.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(132, 0, 22, 6);
this.Text271.ComponentStyle = "ValuesBorder";
this.Text271.BeforePrint += new System.EventHandler(this.Text271_Conditions);
this.Text271.GrowToHeight = true;
this.Text271.Name = "Text271";
this.Text271.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text271__GetValue);
this.Text271.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text271.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.Text271.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text271.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.CanGrow = true;
this.Text272.CanShrink = true;
this.Text272.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(154, 0, 22, 6);
this.Text272.ComponentStyle = "ValuesBorder";
this.Text272.BeforePrint += new System.EventHandler(this.Text272_Conditions);
this.Text272.GrowToHeight = true;
this.Text272.Name = "Text272";
this.Text272.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text272__GetValue);
this.Text272.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text272.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.Text272.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text272.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Data144.Guid = null;
this.Data144.Interaction = null;
//
// Belgium
//
this.Belgium = new Stimulsoft.Report.Components.StiDataBand();
this.Belgium.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 62, 190, 6);
this.Belgium.DataRelationName = "tblReportValues1_tblReportValues2";
this.Belgium.DataSourceName = "tblReportValues2";
this.Belgium.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Belgium.Guid = "84fdbbf1cc924cf9844275d93651bb1c";
this.Belgium.Name = "Belgium";
this.Belgium.Sort = new System.String[0];
this.Belgium.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.Belgium.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Belgium.BusinessObjectGuid = null;
//
// Text273
//
this.Text273 = new Stimulsoft.Report.Components.StiText();
this.InitializeComponent15();
}
public void InitializeComponent15()
{
this.Text273.CanGrow = true;
this.Text273.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text273.ComponentStyle = "TitleSub2";
this.Text273.Guid = "446c7565766f42f9965308c4b058cd64";
this.Text273.Name = "Text273";
this.Text273.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text273__GetValue);
this.Text273.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text273.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text273.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text273.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.Text273.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text273.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Text273.BeforePrint += new System.EventHandler(this.Text273_BeforePrint);
this.Belgium.Interaction = null;
//
// Data148
//
this.Data148 = new Stimulsoft.Report.Components.StiDataBand();
this.Data148.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 76, 190, 2);
this.Data148.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data148.DataSourceName = "tblReportValues3";
this.Data148.Guid = "6f884d10f3cd4f56be57945a5c73e28d";
this.Data148.Name = "Data148";
this.Data148.Sort = new System.String[0];
this.Data148.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.Data148.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data148.BusinessObjectGuid = null;
this.Data148.Interaction = null;
//
// Data149
//
this.Data149 = new Stimulsoft.Report.Components.StiDataBand();
this.Data149.CanShrink = true;
this.Data149.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 86, 190, 6);
this.Data149.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.Data149.DataSourceName = "tblReportValueParts3";
this.Data149.Guid = "6e71074bee044ee4b9faee5ca9931752";
this.Data149.Name = "Data149";
this.Data149.Sort = new System.String[] {
"ASC",
"Order"};
this.Data149.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.Data149.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data149.BusinessObjectGuid = null;
//
// Text284
//
this.Text284 = new Stimulsoft.Report.Components.StiText();
this.Text284.CanGrow = true;
this.Text284.CanShrink = true;
this.Text284.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 26, 6);
this.Text284.ComponentStyle = "TransportModi";
this.Text284.BeforePrint += new System.EventHandler(this.Text284_Conditions);
this.Text284.GrowToHeight = true;
this.Text284.Guid = "b0d891c893e945dfaacb71ac0493912d";
this.Text284.Name = "Text284";
this.Text284.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text284__GetValue);
this.Text284.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text284.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.Text284.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 219, 229, 241));
this.Text284.Font = new System.Drawing.Font("Calibri", 9F);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text285
//
this.Text285 = new Stimulsoft.Report.Components.StiText();
this.Text285.CanGrow = true;
this.Text285.CanShrink = true;
this.Text285.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(46, 0, 26, 6);
this.Text285.ComponentStyle = "ValuesBorder";
this.Text285.BeforePrint += new System.EventHandler(this.Text285_Conditions);
this.Text285.GrowToHeight = true;
this.Text285.Guid = "5d8c47a8d7e642dea0551391a27e671f";
this.Text285.Name = "Text285";
this.Text285.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text285__GetValue);
this.Text285.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text285.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.Text285.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text285.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.CanGrow = true;
this.Text286.CanShrink = true;
this.Text286.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(72, 0, 26, 6);
this.Text286.ComponentStyle = "ValuesBorder";
this.Text286.BeforePrint += new System.EventHandler(this.Text286_Conditions);
this.Text286.GrowToHeight = true;
this.Text286.Guid = "bf1d0ec512c44e449c103c76adc7c46d";
this.Text286.Name = "Text286";
this.Text286.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text286__GetValue);
this.Text286.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text286.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.Text286.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text286.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.CanGrow = true;
this.Text287.CanShrink = true;
this.Text287.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(98, 0, 26, 6);
this.Text287.ComponentStyle = "ValuesBorder";
this.Text287.BeforePrint += new System.EventHandler(this.Text287_Conditions);
this.Text287.GrowToHeight = true;
this.Text287.Guid = "bedcda966351452bb92d25d607687ed9";
this.Text287.Name = "Text287";
this.Text287.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text287__GetValue);
this.Text287.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text287.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.Text287.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text287.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.CanGrow = true;
this.Text288.CanShrink = true;
this.Text288.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(124, 0, 26, 6);
this.Text288.ComponentStyle = "ValuesBorder";
this.Text288.BeforePrint += new System.EventHandler(this.Text288_Conditions);
this.Text288.GrowToHeight = true;
this.Text288.Guid = "a2954258635e4fd8b82127e721638f2c";
this.Text288.Name = "Text288";
this.Text288.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text288__GetValue);
this.Text288.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text288.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.Text288.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text288.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.CanGrow = true;
this.Text289.CanShrink = true;
this.Text289.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(150, 0, 26, 6);
this.Text289.ComponentStyle = "ValuesBorder";
this.Text289.BeforePrint += new System.EventHandler(this.Text289_Conditions);
this.Text289.GrowToHeight = true;
this.Text289.Guid = "fcbc8b0559d4417d8e51b904e148a643";
this.Text289.Name = "Text289";
this.Text289.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text289__GetValue);
this.Text289.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text289.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.Text289.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text289.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data149.Interaction = null;
//
// Netherlands
//
this.Netherlands = new Stimulsoft.Report.Components.StiDataBand();
this.Netherlands.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 100, 190, 6);
this.Netherlands.DataRelationName = "tblReportValues1_tblReportValues2";
this.Netherlands.DataSourceName = "tblReportValues2";
this.Netherlands.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Netherlands.Guid = "f496c7f394ef44f79d7df3e9d4295319";
this.Netherlands.KeepChildTogether = true;
this.Netherlands.KeepDetailsTogether = true;
this.Netherlands.Name = "Netherlands";
this.Netherlands.Sort = new System.String[0];
this.Netherlands.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.Netherlands.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Netherlands.BusinessObjectGuid = null;
//
// Text290
//
this.Text290 = new Stimulsoft.Report.Components.StiText();
this.Text290.CanGrow = true;
this.Text290.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text290.ComponentStyle = "TitleSub2";
this.Text290.Guid = "fee4c6d86dd245de90fb6941554677d6";
this.Text290.Name = "Text290";
this.Text290.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text290__GetValue);
this.Text290.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text290.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text290.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text290.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.Text290.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text290.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text290.BeforePrint += new System.EventHandler(this.Text290_BeforePrint);
this.Netherlands.Interaction = null;
//
// Data151
//
this.Data151 = new Stimulsoft.Report.Components.StiDataBand();
this.Data151.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 114, 190, 6);
this.Data151.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data151.DataSourceName = "tblReportValues3";
this.Data151.Guid = "a978981e49dd48bdaf1f7ea838809e8a";
this.Data151.KeepChildTogether = true;
this.Data151.KeepDetailsTogether = true;
this.Data151.Name = "Data151";
this.Data151.PrintIfDetailEmpty = true;
this.Data151.Sort = new System.String[0];
this.Data151.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.Data151.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data151.BusinessObjectGuid = null;
//
// Text291
//
this.Text291 = new Stimulsoft.Report.Components.StiText();
this.Text291.CanGrow = true;
this.Text291.CanShrink = true;
this.Text291.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 170, 4);
this.Text291.ComponentStyle = "Values";
this.Text291.Name = "Text291";
this.Text291.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text291__GetValue);
this.Text291.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text291.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.Text291.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text291.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text291.Guid = null;
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);
this.Data151.Interaction = null;
//
// DataBand126
//
this.DataBand126 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand126.CanBreak = true;
this.DataBand126.CanShrink = true;
this.DataBand126.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 128, 190, 8);
this.DataBand126.Columns = 7;
this.DataBand126.ComponentStyle = "ValuesHeaderBorder";
this.DataBand126.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand126.DataSourceName = "tblReportValueParts3";
this.DataBand126.Guid = "da6fb9bc7e1043ef9f9b43e9a654a047";
this.DataBand126.Name = "DataBand126";
this.DataBand126.PrintIfDetailEmpty = true;
this.DataBand126.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand126.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.DataBand126.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
this.DataBand126.BusinessObjectGuid = null;
//
// Text89
//
this.Text89 = new Stimulsoft.Report.Components.StiText();
this.Text89.CanGrow = true;
this.Text89.CanShrink = true;
this.Text89.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 27, 8);
this.Text89.ComponentStyle = "TransportModi";
this.Text89.BeforePrint += new System.EventHandler(this.Text89_Conditions);
this.Text89.GrowToHeight = true;
this.Text89.Guid = "890602e714a7464ba29f088aa0e2c60b";
this.Text89.Name = "Text89";
this.Text89.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text89__GetValue);
this.Text89.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text89.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.Text89.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 219, 229, 241));
this.Text89.Font = new System.Drawing.Font("Calibri", 9F);
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);
this.DataBand126.Interaction = null;
this.DataBand126.MasterComponent = null;
//
// DataBand127
//
this.DataBand127 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand127.CanBreak = true;
this.DataBand127.CanShrink = true;
this.DataBand127.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 144, 190, 8);
this.DataBand127.Columns = 7;
this.DataBand127.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand127.DataSourceName = "tblReportValueParts3";
this.DataBand127.Guid = "11d34358047c486b8012cc151402437b";
this.DataBand127.Name = "DataBand127";
this.DataBand127.PrintIfDetailEmpty = true;
this.DataBand127.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand127.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.DataBand127.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand127.BusinessObjectGuid = null;
//
// Text162
//
this.Text162 = new Stimulsoft.Report.Components.StiText();
this.Text162.CanGrow = true;
this.Text162.CanShrink = true;
this.Text162.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 27, 8);
this.Text162.ComponentStyle = "ValuesBorder";
this.Text162.BeforePrint += new System.EventHandler(this.Text162_Conditions);
this.Text162.GrowToHeight = true;
this.Text162.Guid = "a0cdaf1cda474efea32b86c1cf64b784";
this.Text162.Name = "Text162";
this.Text162.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text162__GetValue);
this.Text162.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand127.Interaction = null;
this.DataBand127.MasterComponent = null;
//
// DataBand128
//
this.DataBand128 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand128.CanBreak = true;
this.DataBand128.CanShrink = true;
this.DataBand128.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 160, 190, 8);
this.DataBand128.Columns = 7;
this.DataBand128.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand128.DataSourceName = "tblReportValueParts3";
this.DataBand128.Guid = "82fce0511cc646ccaf2013b3e47eb259";
this.DataBand128.Name = "DataBand128";
this.DataBand128.PrintIfDetailEmpty = true;
this.DataBand128.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand128.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.DataBand128.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand128.BusinessObjectGuid = null;
//
// Text176
//
this.Text176 = new Stimulsoft.Report.Components.StiText();
this.Text176.CanGrow = true;
this.Text176.CanShrink = true;
this.Text176.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 27, 8);
this.Text176.ComponentStyle = "ValuesBorder";
this.Text176.BeforePrint += new System.EventHandler(this.Text176_Conditions);
this.Text176.GrowToHeight = true;
this.Text176.Guid = "d7de51ce1d7b48df864e8a6f067a7416";
this.Text176.Name = "Text176";
this.Text176.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text176__GetValue);
this.Text176.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text176.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.Text176.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text176.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
this.DataBand128.Interaction = null;
this.DataBand128.MasterComponent = null;
//
// DataBand129
//
this.DataBand129 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand129.CanBreak = true;
this.DataBand129.CanShrink = true;
this.DataBand129.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 176, 190, 8);
this.DataBand129.Columns = 7;
this.DataBand129.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand129.DataSourceName = "tblReportValueParts3";
this.DataBand129.Guid = "dae37e3f852c42bb8979c8003875d2ce";
this.DataBand129.Name = "DataBand129";
this.DataBand129.PrintIfDetailEmpty = true;
this.DataBand129.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand129.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.DataBand129.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand129.BusinessObjectGuid = null;
//
// Text177
//
this.Text177 = new Stimulsoft.Report.Components.StiText();
this.Text177.CanGrow = true;
this.Text177.CanShrink = true;
this.Text177.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 27, 8);
this.Text177.ComponentStyle = "ValuesBorder";
this.Text177.BeforePrint += new System.EventHandler(this.Text177_Conditions);
this.Text177.GrowToHeight = true;
this.Text177.Guid = "782d6b0fbaaf4bda94ab3a53ac036e8a";
this.Text177.Name = "Text177";
this.Text177.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text177__GetValue);
this.Text177.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text177.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.Text177.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text177.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
this.DataBand129.Interaction = null;
this.DataBand129.MasterComponent = null;
//
// DataBand130
//
this.DataBand130 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand130.CanBreak = true;
this.DataBand130.CanShrink = true;
this.DataBand130.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 192, 190, 8);
this.DataBand130.Columns = 7;
this.DataBand130.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand130.DataSourceName = "tblReportValueParts3";
this.DataBand130.Guid = "9cfd981eb85f4d3d92067414b0e2695e";
this.DataBand130.Name = "DataBand130";
this.DataBand130.PrintIfDetailEmpty = true;
this.DataBand130.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand130.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.DataBand130.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand130.BusinessObjectGuid = null;
//
// Text297
//
this.Text297 = new Stimulsoft.Report.Components.StiText();
this.Text297.CanGrow = true;
this.Text297.CanShrink = true;
this.Text297.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 27, 8);
this.Text297.ComponentStyle = "ValuesBorder";
this.Text297.BeforePrint += new System.EventHandler(this.Text297_Conditions);
this.Text297.GrowToHeight = true;
this.Text297.Guid = "b17add7d67e548fd957ecaee7b7eb1bb";
this.Text297.Name = "Text297";
this.Text297.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text297__GetValue);
this.Text297.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand130.Interaction = null;
this.DataBand130.MasterComponent = null;
//
// DataBand133
//
this.DataBand133 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand133.CanBreak = true;
this.DataBand133.CanShrink = true;
this.DataBand133.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 208, 190, 8);
this.DataBand133.Columns = 7;
this.DataBand133.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand133.DataSourceName = "tblReportValueParts3";
this.DataBand133.Guid = "ed944e52a23c4da5abd1ba0256e6ab3f";
this.DataBand133.Name = "DataBand133";
this.DataBand133.PrintIfDetailEmpty = true;
this.DataBand133.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand133.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.DataBand133.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand133.BusinessObjectGuid = null;
//
// Text361
//
this.Text361 = new Stimulsoft.Report.Components.StiText();
this.Text361.CanGrow = true;
this.Text361.CanShrink = true;
this.Text361.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 27, 8);
this.Text361.ComponentStyle = "ValuesBorder";
this.Text361.BeforePrint += new System.EventHandler(this.Text361_Conditions);
this.Text361.GrowToHeight = true;
this.Text361.Guid = "38f50e7ccb2041bea80361bfdf2bcf1a";
this.Text361.Name = "Text361";
this.Text361.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text361__GetValue);
this.Text361.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand133.Interaction = null;
this.DataBand133.MasterComponent = null;
//
// DataBand132
//
this.DataBand132 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand132.CanBreak = true;
this.DataBand132.CanShrink = true;
this.DataBand132.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 224, 190, 8);
this.DataBand132.Columns = 7;
this.DataBand132.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand132.DataSourceName = "tblReportValueParts3";
this.DataBand132.Guid = "201eea2de63d441bb8129582054a6a10";
this.DataBand132.Name = "DataBand132";
this.DataBand132.PrintIfDetailEmpty = true;
this.DataBand132.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand132.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.DataBand132.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand132.BusinessObjectGuid = null;
//
// Text338
//
this.Text338 = new Stimulsoft.Report.Components.StiText();
this.Text338.CanGrow = true;
this.Text338.CanShrink = true;
this.Text338.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 27, 8);
this.Text338.ComponentStyle = "ValuesBorder";
this.Text338.BeforePrint += new System.EventHandler(this.Text338_Conditions);
this.Text338.GrowToHeight = true;
this.Text338.Guid = "7799bf9462ff4bdb95f539e4ac139f8c";
this.Text338.Name = "Text338";
this.Text338.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text338__GetValue);
this.Text338.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand132.Interaction = null;
this.DataBand132.MasterComponent = null;
//
// DataBand131
//
this.DataBand131 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand131.CanBreak = true;
this.DataBand131.CanShrink = true;
this.DataBand131.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 240, 190, 8);
this.DataBand131.Columns = 7;
this.DataBand131.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand131.DataSourceName = "tblReportValueParts3";
this.DataBand131.Guid = "7fc955eac93d486f8ffa189750ab689d";
this.DataBand131.Name = "DataBand131";
this.DataBand131.PrintIfDetailEmpty = true;
this.DataBand131.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand131.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.DataBand131.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand131.BusinessObjectGuid = null;
//
// Text301
//
this.Text301 = new Stimulsoft.Report.Components.StiText();
this.Text301.CanGrow = true;
this.Text301.CanShrink = true;
this.Text301.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 27, 8);
this.Text301.ComponentStyle = "ValuesBorder";
this.Text301.BeforePrint += new System.EventHandler(this.Text301_Conditions);
this.Text301.GrowToHeight = true;
this.Text301.Guid = "9e4bc0d02b4d417a84171448ddef4e2f";
this.Text301.Name = "Text301";
this.Text301.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text301__GetValue);
this.Text301.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand131.Interaction = null;
this.DataBand131.MasterComponent = null;
this.adrTunn.ExcelSheetValue = null;
this.adrTunn.Interaction = null;
this.adrTunn.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.adrTunn_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.adrTunn_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.adrTunn_Watermark.Image = null;
this.adrTunn_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// adrOverv
//
this.adrOverv = new Stimulsoft.Report.Components.StiPage();
this.adrOverv.Guid = "f8cbd37a2da74bc59287ed141a972c5f";
this.adrOverv.Name = "adrOverv";
this.adrOverv.PageHeight = 297;
this.adrOverv.PageWidth = 210;
this.adrOverv.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.adrOverv.PrintHeadersFootersFromPreviousPage = true;
this.adrOverv.PrintOnPreviousPage = true;
this.adrOverv.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.adrOverv.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand73
//
this.DataBand73 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand73.CanShrink = true;
this.DataBand73.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand73.DataSourceName = "tblReportValues0";
this.DataBand73.Guid = "595a3adfd7e14197a7c80766d4c62545";
this.DataBand73.Name = "DataBand73";
this.DataBand73.Sort = new System.String[0];
this.DataBand73.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.DataBand73.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand73.BusinessObjectGuid = null;
this.DataBand73.Interaction = null;
this.DataBand73.MasterComponent = null;
//
// Data152
//
this.Data152 = new Stimulsoft.Report.Components.StiDataBand();
this.Data152.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 0);
this.Data152.DataSourceName = "tblReportValues1";
this.Data152.Name = "Data152";
this.Data152.Sort = new System.String[0];
this.Data152.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.Data152.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data152.BusinessObjectGuid = null;
this.Data152.DataRelationName = null;
this.Data152.Guid = null;
this.Data152.Interaction = null;
//
// Data153
//
this.Data153 = new Stimulsoft.Report.Components.StiDataBand();
this.Data153.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 20, 190, 6);
this.Data153.DataSourceName = "tblReportValues2";
this.Data153.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data153.Name = "Data153";
this.Data153.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data153.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.Data153.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data153.BusinessObjectGuid = null;
//
// Text293
//
this.Text293 = new Stimulsoft.Report.Components.StiText();
this.Text293.CanGrow = true;
this.Text293.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text293.ComponentStyle = "TitleSub2";
this.Text293.Guid = "f0e97e01e2ca408daee58bdcc94ede23";
this.Text293.Name = "Text293";
this.Text293.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text293__GetValue);
this.Text293.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text293.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text293.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text293.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.Text293.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text293.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Text293.BeforePrint += new System.EventHandler(this.Text293_BeforePrint);
this.Data153.DataRelationName = null;
this.Data153.Guid = null;
this.Data153.Interaction = null;
//
// Data154
//
this.Data154 = new Stimulsoft.Report.Components.StiDataBand();
this.Data154.CanShrink = true;
this.Data154.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 34, 190, 4);
this.Data154.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data154.DataSourceName = "tblReportValues3";
this.Data154.Name = "Data154";
this.Data154.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data154.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.Data154.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data154.BusinessObjectGuid = null;
//
// Text294
//
this.Text294 = new Stimulsoft.Report.Components.StiText();
this.Text294.CanGrow = true;
this.Text294.CanShrink = true;
this.Text294.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text294.ComponentStyle = "ValuesBorder";
this.Text294.GrowToHeight = true;
this.Text294.Name = "Text294";
this.Text294.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text294__GetValue);
this.Text294.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text294.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.Text294.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text294.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text294.Guid = null;
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.CanGrow = true;
this.Text295.CanShrink = true;
this.Text295.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text295.ComponentStyle = "ValuesBorder";
this.Text295.GrowToHeight = true;
this.Text295.Name = "Text295";
this.Text295.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text295__GetValue);
this.Text295.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text295.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.Text295.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text295.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text295.Guid = null;
this.Text295.Indicator = null;
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.Data154.Guid = null;
this.Data154.Interaction = null;
//
// DataBand136
//
this.DataBand136 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand136.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 6);
this.DataBand136.DataSourceName = "tblReportValues2";
this.DataBand136.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand136.Guid = "8ea12b47bdef4ecba0bf0114d7cdba3a";
this.DataBand136.Name = "DataBand136";
this.DataBand136.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand136.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.DataBand136.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand136.BusinessObjectGuid = null;
//
// Text274
//
this.Text274 = new Stimulsoft.Report.Components.StiText();
this.Text274.CanGrow = true;
this.Text274.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text274.ComponentStyle = "TitleSub2";
this.Text274.Guid = "29cdcbea23c14f0181b34750f470bd9b";
this.Text274.Name = "Text274";
this.Text274.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text274__GetValue);
this.Text274.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text274.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text274.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text274.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.Text274.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text274.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Text274.BeforePrint += new System.EventHandler(this.Text274_BeforePrint);
this.DataBand136.DataRelationName = null;
this.DataBand136.Interaction = null;
//
// DataBand137
//
this.DataBand137 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand137.CanShrink = true;
this.DataBand137.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 60, 190, 4);
this.DataBand137.DataSourceName = "ProductNames";
this.DataBand137.Guid = "fca1d3e2630b49be905f25ac1736b2ca";
this.DataBand137.Name = "DataBand137";
this.DataBand137.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand137.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.DataBand137.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand137.BusinessObjectGuid = null;
//
// Text276
//
this.Text276 = new Stimulsoft.Report.Components.StiText();
this.Text276.CanGrow = true;
this.Text276.CanShrink = true;
this.Text276.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text276.ComponentStyle = "ValuesBorder";
this.Text276.GrowToHeight = true;
this.Text276.Guid = "9781a72cb93c455d87b0ff505c195faa";
this.Text276.Name = "Text276";
this.Text276.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text276__GetValue);
this.Text276.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text276.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.Text276.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text276.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
//
// Text279
//
this.Text279 = new Stimulsoft.Report.Components.StiText();
this.Text279.CanGrow = true;
this.Text279.CanShrink = true;
this.Text279.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text279.ComponentStyle = "ValuesBorder";
this.Text279.GrowToHeight = true;
this.Text279.Guid = "9896ec16f7074dfa96557fa2991d195e";
this.Text279.Name = "Text279";
this.Text279.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text279__GetValue);
this.Text279.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.Text279.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text279.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, false, 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(158, 0, 16, 4);
this.Text81.ComponentStyle = "Variables";
this.Text81.Enabled = false;
this.Text81.Name = "Text81";
this.Text81.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text81__GetValue);
this.Text81.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, 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", 8F, System.Drawing.FontStyle.Bold);
this.Text81.Guid = null;
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.FromArgb(255, 255, 0, 0));
this.Text81.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(174, 0, 16, 4);
this.Text82.ComponentStyle = "Variables";
this.Text82.Enabled = false;
this.Text82.Name = "Text82";
this.Text82.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text82__GetValue);
this.Text82.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, 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", 8F, System.Drawing.FontStyle.Bold);
this.Text82.Guid = null;
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.FromArgb(255, 255, 0, 0));
this.Text82.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(128, 0, 14, 4);
this.Text142.ComponentStyle = "HelpValues";
this.Text142.Enabled = false;
this.Text142.Name = "Text142";
this.Text142.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text142__GetValue);
this.Text142.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, 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", 8F, System.Drawing.FontStyle.Bold);
this.Text142.Guid = null;
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.FromArgb(255, 0, 176, 80));
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(142, 0, 16, 4);
this.Text143.ComponentStyle = "HelpValues";
this.Text143.Enabled = false;
this.Text143.Name = "Text143";
this.Text143.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text143__GetValue);
this.Text143.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, 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", 8F, System.Drawing.FontStyle.Bold);
this.Text143.Guid = null;
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.FromArgb(255, 0, 176, 80));
this.Text143.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand137.DataRelationName = null;
this.DataBand137.Interaction = null;
this.DataBand137.BeforePrint += new System.EventHandler(this.DataBand137_BeforePrint);
//
// DataBand138
//
this.DataBand138 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand138.CanShrink = true;
this.DataBand138.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 72, 190, 4);
this.DataBand138.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand138.DataSourceName = "tblReportValues3";
this.DataBand138.Guid = "00024a8a8d9c428890574516714c4d33";
this.DataBand138.Name = "DataBand138";
this.DataBand138.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand138.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.DataBand138.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand138.BusinessObjectGuid = null;
//
// Text280
//
this.Text280 = new Stimulsoft.Report.Components.StiText();
this.Text280.CanGrow = true;
this.Text280.CanShrink = true;
this.Text280.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text280.ComponentStyle = "ValuesBorder";
this.Text280.GrowToHeight = true;
this.Text280.Guid = "cc33c5ed6cc04090b093077a926b4365";
this.Text280.Name = "Text280";
this.Text280.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text280__GetValue);
this.Text280.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text280.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.Text280.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text280.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.CanGrow = true;
this.Text281.CanShrink = true;
this.Text281.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text281.ComponentStyle = "ValuesBorder";
this.Text281.GrowToHeight = true;
this.Text281.Guid = "c0282a8938aa45aa9c5de95c63b8a763";
this.Text281.Name = "Text281";
this.Text281.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text281__GetValue);
this.Text281.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text281.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.Text281.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text281.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
this.DataBand138.Interaction = null;
//
// DataBand144
//
this.DataBand144 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand144.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 84, 190, 6);
this.DataBand144.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand144.DataSourceName = "tblReportValues2";
this.DataBand144.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand144.Guid = "607f7ed1e03740e2a3d3b2fc8731c2d8";
this.DataBand144.Name = "DataBand144";
this.DataBand144.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand144.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.DataBand144.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand144.BusinessObjectGuid = null;
//
// Text53
//
this.Text53 = new Stimulsoft.Report.Components.StiText();
this.Text53.CanGrow = true;
this.Text53.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 2, 174, 4);
this.Text53.ComponentStyle = "TitleSub3";
this.Text53.Guid = "07a6bb64ed224c1e931b0ad0f286f2f8";
this.Text53.Name = "Text53";
this.Text53.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text53__GetValue);
this.Text53.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text53.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text53.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text53.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.Text53.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text53.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text53.BeforePrint += new System.EventHandler(this.Text53_BeforePrint);
this.DataBand144.Interaction = null;
this.DataBand144.MasterComponent = null;
//
// DataBand143
//
this.DataBand143 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand143.CanShrink = true;
this.DataBand143.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 98, 190, 4);
this.DataBand143.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand143.DataSourceName = "tblReportValues3";
this.DataBand143.Guid = "2b14a69f17674f6a8ba887d01f06fd54";
this.DataBand143.Name = "DataBand143";
this.DataBand143.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.InitializeComponent16();
}
public void InitializeComponent16()
{
this.DataBand143.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.DataBand143.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand143.BusinessObjectGuid = null;
//
// Text51
//
this.Text51 = new Stimulsoft.Report.Components.StiText();
this.Text51.CanGrow = true;
this.Text51.CanShrink = true;
this.Text51.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text51.ComponentStyle = "ValuesBorder";
this.Text51.GrowToHeight = true;
this.Text51.Guid = "c6fb046bd81f4d3b9ff9935126043f4d";
this.Text51.Name = "Text51";
this.Text51.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text51.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text51__GetValue);
this.Text51.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text52
//
this.Text52 = new Stimulsoft.Report.Components.StiText();
this.Text52.CanGrow = true;
this.Text52.CanShrink = true;
this.Text52.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text52.ComponentStyle = "ValuesBorder";
this.Text52.GrowToHeight = true;
this.Text52.Guid = "0b4bf2d43461452f97b1df3e04d9e2c9";
this.Text52.Name = "Text52";
this.Text52.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text52__GetValue);
this.Text52.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand143.Interaction = null;
this.adrOverv.ExcelSheetValue = null;
this.adrOverv.Interaction = null;
this.adrOverv.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.adrOverv_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.adrOverv_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.adrOverv_Watermark.Image = null;
this.adrOverv_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// rid
//
this.rid = new Stimulsoft.Report.Components.StiPage();
this.rid.Guid = "3e03513ca0d34e4ca39d097ed1a090dc";
this.rid.Name = "rid";
this.rid.PageHeight = 297;
this.rid.PageWidth = 210;
this.rid.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.rid.PrintHeadersFootersFromPreviousPage = true;
this.rid.PrintOnPreviousPage = true;
this.rid.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.rid.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255));
//
// DataBand74
//
this.DataBand74 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand74.CanShrink = true;
this.DataBand74.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand74.DataSourceName = "tblReportValues0";
this.DataBand74.Guid = "1e085ffd320049ad8312dde4c43aef52";
this.DataBand74.Name = "DataBand74";
this.DataBand74.Sort = new System.String[0];
this.DataBand74.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.DataBand74.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand74.BusinessObjectGuid = null;
this.DataBand74.Interaction = null;
this.DataBand74.MasterComponent = null;
//
// DataBand54
//
this.DataBand54 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand54.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 8);
this.DataBand54.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand54.DataSourceName = "tblReportValues1";
this.DataBand54.Guid = "9f59d85fe27c420498fe7a81ba34e03f";
this.DataBand54.Name = "DataBand54";
this.DataBand54.PrintIfDetailEmpty = true;
this.DataBand54.Sort = new System.String[0];
this.DataBand54.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.DataBand54.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand54.BusinessObjectGuid = null;
//
// Text370
//
this.Text370 = new Stimulsoft.Report.Components.StiText();
this.Text370.CanGrow = true;
this.Text370.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text370.ComponentStyle = "TitleSub1";
this.Text370.Guid = "db7deedea3764d9fa6d7a91f9ecc3fbb";
this.Text370.Name = "Text370";
this.Text370.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text370__GetValue);
this.Text370.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text370.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text370.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text370.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.Text370.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text370.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text370.Indicator = null;
this.Text370.Interaction = null;
this.Text370.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text370.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text370.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text370.BeforePrint += new System.EventHandler(this.Text370_BeforePrint);
this.DataBand54.Interaction = null;
//
// DataBand56
//
this.DataBand56 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand56.CanShrink = true;
this.DataBand56.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 6);
this.DataBand56.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand56.DataSourceName = "tblReportValues2";
this.DataBand56.Guid = "5f0b3600cf22497c876adbfa761b9198";
this.DataBand56.Name = "DataBand56";
this.DataBand56.PrintIfDetailEmpty = true;
this.DataBand56.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand56.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.DataBand56.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand56.BusinessObjectGuid = null;
//
// Text494
//
this.Text494 = new Stimulsoft.Report.Components.StiText();
this.Text494.CanGrow = true;
this.Text494.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text494.ComponentStyle = "TitleSub2";
this.Text494.Guid = "9016d24d4d524a51be02cee7e9200f00";
this.Text494.Name = "Text494";
this.Text494.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text494__GetValue);
this.Text494.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text494.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text494.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text494.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.Text494.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text494.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text494.Indicator = null;
this.Text494.Interaction = null;
this.Text494.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text494.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text494.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text494.BeforePrint += new System.EventHandler(this.Text494_BeforePrint);
this.DataBand56.Interaction = null;
//
// DataBand57
//
this.DataBand57 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand57.CanShrink = true;
this.DataBand57.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 42, 190, 4);
this.DataBand57.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand57.DataSourceName = "tblReportValues3";
this.DataBand57.Guid = "52bc18b0dc3d478e8e78e4c51c698fef";
this.DataBand57.Name = "DataBand57";
this.DataBand57.PrintIfDetailEmpty = true;
this.DataBand57.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand57.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.DataBand57.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand57.BusinessObjectGuid = null;
//
// Text397
//
this.Text397 = new Stimulsoft.Report.Components.StiText();
this.Text397.CanGrow = true;
this.Text397.CanShrink = true;
this.Text397.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text397.ComponentStyle = "ValuesBorder";
this.Text397.GrowToHeight = true;
this.Text397.Guid = "9a6439365b26406a8204e3dfbe89eb61";
this.Text397.Name = "Text397";
this.Text397.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text397__GetValue);
this.Text397.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text397.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.Text397.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text397.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text397.Indicator = null;
this.Text397.Interaction = null;
this.Text397.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text397.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text397.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text398
//
this.Text398 = new Stimulsoft.Report.Components.StiText();
this.Text398.CanGrow = true;
this.Text398.CanShrink = true;
this.Text398.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text398.ComponentStyle = "ValuesBorder";
this.Text398.GrowToHeight = true;
this.Text398.Guid = "f8e0b9deef394cb296af3334ab586898";
this.Text398.Name = "Text398";
this.Text398.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text398__GetValue);
this.Text398.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text398.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.Text398.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text398.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text398.Indicator = null;
this.Text398.Interaction = null;
this.Text398.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text398.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text398.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand57.Interaction = null;
//
// DataBand59
//
this.DataBand59 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand59.CanShrink = true;
this.DataBand59.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 54, 190, 6);
this.DataBand59.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand59.DataSourceName = "tblReportValues3";
this.DataBand59.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand59.Guid = "f6f2e587b5a74ba29a0557cf0a121051";
this.DataBand59.Name = "DataBand59";
this.DataBand59.PrintIfDetailEmpty = true;
this.DataBand59.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand59.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.DataBand59.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand59.BusinessObjectGuid = null;
//
// Panel48
//
this.Panel48 = new Stimulsoft.Report.Components.StiPanel();
this.Panel48.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel48.Name = "Panel48";
this.Panel48.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel48.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text282
//
this.Text282 = new Stimulsoft.Report.Components.StiText();
this.Text282.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text282.ComponentStyle = "Values";
this.Text282.Guid = "85f605c3c22c411780e58596f9b3e23b";
this.Text282.Name = "Text282";
this.Text282.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text282__GetValue);
this.Text282.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text282.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text282.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.Text282.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text282.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Panel48.Guid = null;
this.Panel48.Interaction = null;
this.DataBand59.Interaction = null;
//
// DataBand60
//
this.DataBand60 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand60.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 68, 190, 18);
this.DataBand60.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand60.DataSourceName = "tblReportValueParts3";
this.DataBand60.Guid = "b76f512b2c324deea9909747d39ad09b";
this.DataBand60.Name = "DataBand60";
this.DataBand60.Sort = new System.String[0];
this.DataBand60.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.DataBand60.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand60.BusinessObjectGuid = null;
//
// Panel8
//
this.Panel8 = new Stimulsoft.Report.Components.StiPanel();
this.Panel8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 18);
this.Panel8.Guid = "00a40520635340eb9d4836c13c10ee3f";
this.Panel8.Name = "Panel8";
this.Panel8.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image1
//
this.Image1 = new Stimulsoft.Report.Components.StiImage();
this.Image1.AspectRatio = true;
this.Image1.CanShrink = true;
this.Image1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image1.DataColumn = "tblReportValueParts3.PictValue1";
this.Image1.Guid = "146a59c8b270438c962ea80d9805306e";
this.Image1.Name = "Image1";
this.Image1.Stretch = true;
this.Image1.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.Image1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image1.Image = null;
this.Image1.Interaction = null;
//
// Image12
//
this.Image12 = new Stimulsoft.Report.Components.StiImage();
this.Image12.AspectRatio = true;
this.Image12.CanShrink = true;
this.Image12.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 16, 16);
this.Image12.DataColumn = "tblReportValueParts3.PictValue2";
this.Image12.Guid = "65a509c5de3b43e6a248cafaee92c1ad";
this.Image12.Name = "Image12";
this.Image12.Stretch = true;
this.Image12.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.Image12.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image12.Image = null;
this.Image12.Interaction = null;
//
// Image13
//
this.Image13 = new Stimulsoft.Report.Components.StiImage();
this.Image13.AspectRatio = true;
this.Image13.CanShrink = true;
this.Image13.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(38, 0, 16, 16);
this.Image13.DataColumn = "tblReportValueParts3.PictValue3";
this.Image13.Guid = "d52a98ae666041999b1ee65689112d74";
this.Image13.Name = "Image13";
this.Image13.Stretch = true;
this.Image13.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.Image13.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image13.Image = null;
this.Image13.Interaction = null;
//
// Image14
//
this.Image14 = new Stimulsoft.Report.Components.StiImage();
this.Image14.AspectRatio = true;
this.Image14.CanShrink = true;
this.Image14.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(56, 0, 16, 16);
this.Image14.DataColumn = "tblReportValueParts3.PictValue4";
this.Image14.Guid = "9da9746c823544299ce6eccebec2817b";
this.Image14.Name = "Image14";
this.Image14.Stretch = true;
this.Image14.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.Image14.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image14.Image = null;
this.Image14.Interaction = null;
this.Panel8.Interaction = null;
this.DataBand60.Interaction = null;
//
// DataBand161
//
this.DataBand161 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand161.CanShrink = true;
this.DataBand161.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 94, 190, 6);
this.DataBand161.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand161.DataSourceName = "tblReportValues3";
this.DataBand161.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand161.Guid = "8643ca256ffe4889a7b71453154100a4";
this.DataBand161.Name = "DataBand161";
this.DataBand161.PrintIfDetailEmpty = true;
this.DataBand161.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand161.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.DataBand161.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand161.BusinessObjectGuid = null;
//
// Panel18
//
this.Panel18 = new Stimulsoft.Report.Components.StiPanel();
this.Panel18.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel18.Guid = "8609b4001f08427cb3c7d940b4acafdc";
this.Panel18.Name = "Panel18";
this.Panel18.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel18.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
//
// Text32
//
this.Text32 = new Stimulsoft.Report.Components.StiText();
this.Text32.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text32.ComponentStyle = "Values";
this.Text32.Guid = "4077667a91144ea08bd908a95d3a9eb4";
this.Text32.Name = "Text32";
this.Text32.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text32__GetValue);
this.Text32.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text32.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text32.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.Text32.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text32.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel18.Interaction = null;
this.DataBand161.Interaction = null;
//
// DataBand162
//
this.DataBand162 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand162.CanShrink = true;
this.DataBand162.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 108, 190, 20);
this.DataBand162.DataSourceName = "tblReportValues3";
this.DataBand162.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand162.Guid = "64b8b638d66a423985469685196e717a";
this.DataBand162.Name = "DataBand162";
this.DataBand162.PrintIfDetailEmpty = true;
this.DataBand162.Sort = new System.String[0];
this.DataBand162.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.DataBand162.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand162.BusinessObjectGuid = null;
//
// Panel21
//
this.Panel21 = new Stimulsoft.Report.Components.StiPanel();
this.Panel21.CanGrow = true;
this.Panel21.CanShrink = true;
this.Panel21.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 20);
this.Panel21.GrowToHeight = true;
this.Panel21.Guid = "7738026e08bd429f8b6363eb5b82da38";
this.Panel21.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel21.Name = "Panel21";
this.Panel21.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel21.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image22
//
this.Image22 = new Stimulsoft.Report.Components.StiImage();
this.Image22.AspectRatio = true;
this.Image22.CanShrink = true;
this.Image22.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image22.DataColumn = "tblReportValues3.PictValue";
this.Image22.Guid = "5dc531f34c6b4189b611e1f5285f5c1a";
this.Image22.Name = "Image22";
this.Image22.Stretch = true;
this.Image22.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.Image22.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image22.Image = null;
this.Image22.Interaction = null;
//
// Text157
//
this.Text157 = new Stimulsoft.Report.Components.StiText();
this.Text157.CanGrow = true;
this.Text157.CanShrink = true;
this.Text157.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 6);
this.Text157.BeforePrint += new System.EventHandler(this.Text157_Conditions);
this.Text157.Guid = "293cebe0f1ab450fa217c32749e2e7c9";
this.Text157.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text157.Name = "Text157";
this.Text157.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text157__GetValue);
this.Text157.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.Text157.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text157.Font = new System.Drawing.Font("Calibri", 9F);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel21.Interaction = null;
this.DataBand162.DataRelationName = null;
this.DataBand162.Interaction = null;
//
// DataBand61
//
this.DataBand61 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand61.CanShrink = true;
this.DataBand61.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 136, 190, 6);
this.DataBand61.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand61.DataSourceName = "tblReportValues3";
this.DataBand61.Guid = "9b91109f16a4448f8ea719be244d666e";
this.DataBand61.Name = "DataBand61";
this.DataBand61.PrintIfDetailEmpty = true;
this.DataBand61.Sort = new System.String[0];
this.DataBand61.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.DataBand61.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand61.BusinessObjectGuid = null;
//
// Panel11
//
this.Panel11 = new Stimulsoft.Report.Components.StiPanel();
this.Panel11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel11.Guid = "3152b09f427a42ed889674d7c218f54f";
this.Panel11.Name = "Panel11";
this.Panel11.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text278
//
this.Text278 = new Stimulsoft.Report.Components.StiText();
this.Text278.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text278.ComponentStyle = "Values";
this.Text278.Guid = "53032b276a0c455e87ad5f456c1f6881";
this.Text278.Name = "Text278";
this.Text278.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text278__GetValue);
this.Text278.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text278.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text278.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.Text278.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text278.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel11.Interaction = null;
this.DataBand61.Interaction = null;
//
// DataBand169
//
this.DataBand169 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand169.CanShrink = true;
this.DataBand169.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 150, 190, 20);
this.DataBand169.DataSourceName = "tblReportValues3";
this.DataBand169.Guid = "572cfbba7dff47d09f2ff32d91ee7257";
this.DataBand169.Name = "DataBand169";
this.DataBand169.PrintIfDetailEmpty = true;
this.DataBand169.Sort = new System.String[0];
this.DataBand169.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.DataBand169.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand169.BusinessObjectGuid = null;
//
// Panel22
//
this.Panel22 = new Stimulsoft.Report.Components.StiPanel();
this.Panel22.CanGrow = true;
this.Panel22.CanShrink = true;
this.Panel22.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 20);
this.Panel22.GrowToHeight = true;
this.Panel22.Guid = "00f6a0edf4134fe3952ecdc5a01f5544";
this.Panel22.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel22.Name = "Panel22";
this.Panel22.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel22.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image50
//
this.Image50 = new Stimulsoft.Report.Components.StiImage();
this.Image50.AspectRatio = true;
this.Image50.CanShrink = true;
this.Image50.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image50.DataColumn = "tblReportValues3.PictValue";
this.Image50.Guid = "c45dd8f5ba2b4b3ca64c5a976b702e9c";
this.Image50.Name = "Image50";
this.Image50.Stretch = true;
this.Image50.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.Image50.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image50.Image = null;
this.Image50.Interaction = null;
this.Panel22.Interaction = null;
this.DataBand169.DataRelationName = null;
this.DataBand169.Interaction = null;
//
// DataBand63
//
this.DataBand63 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand63.CanShrink = true;
this.DataBand63.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 178, 190, 6);
this.DataBand63.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand63.DataSourceName = "tblReportValues3";
this.DataBand63.Name = "DataBand63";
this.DataBand63.PrintIfDetailEmpty = true;
this.DataBand63.Sort = new System.String[0];
this.DataBand63.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.DataBand63.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand63.BusinessObjectGuid = null;
//
// Panel49
//
this.Panel49 = new Stimulsoft.Report.Components.StiPanel();
this.Panel49.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel49.Name = "Panel49";
this.Panel49.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel49.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text283
//
this.Text283 = new Stimulsoft.Report.Components.StiText();
this.Text283.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text283.ComponentStyle = "Values";
this.Text283.Guid = "ea2298a5770a4ce8b87d1298df87dd3e";
this.Text283.Name = "Text283";
this.Text283.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text283__GetValue);
this.Text283.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text283.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text283.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.Text283.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text283.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel49.Guid = null;
this.Panel49.Interaction = null;
this.DataBand63.Guid = null;
this.DataBand63.Interaction = null;
//
// DataBand64
//
this.DataBand64 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand64.CanShrink = true;
this.DataBand64.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 192, 190, 18);
this.DataBand64.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand64.DataSourceName = "tblReportValues3";
this.DataBand64.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand64.Name = "DataBand64";
this.DataBand64.PrintIfDetailEmpty = true;
this.DataBand64.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand64.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.DataBand64.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand64.BusinessObjectGuid = null;
//
// Panel51
//
this.Panel51 = new Stimulsoft.Report.Components.StiPanel();
this.Panel51.CanGrow = true;
this.Panel51.CanShrink = true;
this.Panel51.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 18);
this.Panel51.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel51.Name = "Panel51";
this.Panel51.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel51.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
//
// Image15
//
this.Image15 = new Stimulsoft.Report.Components.StiImage();
this.Image15.AspectRatio = true;
this.Image15.CanShrink = true;
this.Image15.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image15.BeforePrint += new System.EventHandler(this.Image15_Conditions);
this.Image15.DataColumn = "tblReportValues3.PictValue";
this.Image15.Guid = "fa2a1c3fa32546d7833d2ca7973403c4";
this.Image15.Name = "Image15";
this.Image15.Stretch = true;
this.Image15.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.Image15.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image15.Image = null;
this.Image15.Interaction = null;
this.Panel51.Guid = null;
this.Panel51.Interaction = null;
this.DataBand64.Guid = null;
this.DataBand64.Interaction = null;
//
// DataBand140
//
this.DataBand140 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand140.CanShrink = true;
this.DataBand140.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 218, 190, 2);
this.DataBand140.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand140.DataSourceName = "tblReportValues3";
this.DataBand140.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand140.Guid = "dbeddf29af374612bc341613350cd414";
this.DataBand140.Name = "DataBand140";
this.DataBand140.PrintIfDetailEmpty = true;
this.DataBand140.Sort = new System.String[0];
this.DataBand140.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.DataBand140.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand140.BusinessObjectGuid = null;
//
// Panel12
//
this.Panel12 = new Stimulsoft.Report.Components.StiPanel();
this.Panel12.CanGrow = true;
this.Panel12.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 2);
this.Panel12.GrowToHeight = true;
this.Panel12.Guid = "935ab414f0634eaf8ca224b58f43cc73";
this.Panel12.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel12.Name = "Panel12";
this.Panel12.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.Top, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel12.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Panel12.Interaction = null;
this.DataBand140.Interaction = null;
//
// DataBand134
//
this.DataBand134 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand134.CanShrink = true;
this.DataBand134.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 228, 190, 6);
this.DataBand134.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand134.DataSourceName = "tblReportValues2";
this.DataBand134.Guid = "afc30456ebfd4365ba2cdda2339e2d78";
this.DataBand134.Name = "DataBand134";
this.DataBand134.PrintIfDetailEmpty = true;
this.DataBand134.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand134.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.DataBand134.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand134.BusinessObjectGuid = null;
//
// Text44
//
this.Text44 = new Stimulsoft.Report.Components.StiText();
this.Text44.CanGrow = true;
this.Text44.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text44.ComponentStyle = "TitleSub2";
this.Text44.Guid = "d7fb0a7827c841c38d572af8ee206f44";
this.Text44.Name = "Text44";
this.Text44.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text44__GetValue);
this.Text44.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text44.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text44.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text44.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.Text44.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text44.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text44.BeforePrint += new System.EventHandler(this.Text44_BeforePrint);
this.DataBand134.Interaction = null;
//
// DataBand170
//
this.DataBand170 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand170.CanShrink = true;
this.DataBand170.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 242, 190, 4);
this.DataBand170.DataSourceName = "ProductNames";
this.DataBand170.Guid = "89e407197c0b4f198fb0aa22a060ad64";
this.DataBand170.Name = "DataBand170";
this.DataBand170.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand170.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.DataBand170.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand170.BusinessObjectGuid = null;
//
// Text56
//
this.Text56 = new Stimulsoft.Report.Components.StiText();
this.Text56.CanGrow = true;
this.Text56.CanShrink = true;
this.Text56.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text56.ComponentStyle = "ValuesBorder";
this.Text56.GrowToHeight = true;
this.Text56.Guid = "016d9c08af2f445591ea8d4b7a8e7967";
this.Text56.Name = "Text56";
this.Text56.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text56__GetValue);
this.Text56.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.Text56.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text56.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
//
// Text45
//
this.Text45 = new Stimulsoft.Report.Components.StiText();
this.Text45.CanGrow = true;
this.Text45.CanShrink = true;
this.Text45.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text45.ComponentStyle = "ValuesBorder";
this.Text45.GrowToHeight = true;
this.Text45.Guid = "a52facee33284a0888808aa6be4e949c";
this.Text45.Name = "Text45";
this.Text45.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text45__GetValue);
this.Text45.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text45.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.Text45.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text45.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
this.DataBand170.DataRelationName = null;
this.DataBand170.Interaction = null;
this.DataBand170.BeforePrint += new System.EventHandler(this.DataBand170_BeforePrint);
//
// DataBand171
//
this.DataBand171 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand171.CanShrink = true;
this.DataBand171.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 254, 190, 4);
this.DataBand171.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand171.DataSourceName = "tblReportValues3";
this.DataBand171.Guid = "4187680450504cbe9cbd2b02d339bcb0";
this.DataBand171.Name = "DataBand171";
this.DataBand171.PrintIfDetailEmpty = true;
this.DataBand171.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand171.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.DataBand171.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand171.BusinessObjectGuid = null;
//
// Text71
//
this.Text71 = new Stimulsoft.Report.Components.StiText();
this.Text71.CanGrow = true;
this.Text71.CanShrink = true;
this.Text71.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text71.ComponentStyle = "ValuesBorder";
this.Text71.GrowToHeight = true;
this.Text71.Guid = "bb773f4e623b4a3390f558c6957c69fd";
this.Text71.Name = "Text71";
this.Text71.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text71__GetValue);
this.Text71.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text212
//
this.Text212 = new Stimulsoft.Report.Components.StiText();
this.Text212.CanGrow = true;
this.Text212.CanShrink = true;
this.Text212.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text212.ComponentStyle = "ValuesBorder";
this.Text212.GrowToHeight = true;
this.Text212.Guid = "8b360b29ce264f30aadb92be9cca19d3";
this.Text212.Name = "Text212";
this.Text212.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text212__GetValue);
this.Text212.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand171.Interaction = null;
this.rid.ExcelSheetValue = null;
this.rid.Interaction = null;
this.rid.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.rid_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.rid_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.rid_Watermark.Image = null;
this.rid_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// adn
//
this.adn = new Stimulsoft.Report.Components.StiPage();
this.adn.Guid = "08a7348aeb6e408988d889cfb58d17fd";
this.adn.Name = "adn";
this.adn.PageHeight = 297;
this.adn.PageWidth = 210;
this.adn.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.adn.PrintHeadersFootersFromPreviousPage = true;
this.adn.PrintOnPreviousPage = true;
this.adn.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.adn.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand75
//
this.DataBand75 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand75.CanShrink = true;
this.DataBand75.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand75.DataSourceName = "tblReportValues0";
this.DataBand75.Guid = "eb48e544f5d24a62af5ac8c3f39c1002";
this.DataBand75.Name = "DataBand75";
this.DataBand75.Sort = new System.String[0];
this.DataBand75.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.DataBand75.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand75.BusinessObjectGuid = null;
this.DataBand75.Interaction = null;
this.DataBand75.MasterComponent = null;
//
// Data159
//
this.Data159 = new Stimulsoft.Report.Components.StiDataBand();
this.Data159.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 8);
this.Data159.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data159.DataSourceName = "tblReportValues1";
this.Data159.Guid = "9f59d85fe27c420498fe7a81ba34e03f";
this.Data159.Name = "Data159";
this.Data159.PrintIfDetailEmpty = true;
this.Data159.Sort = new System.String[0];
this.Data159.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.Data159.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data159.BusinessObjectGuid = null;
//
// Text302
//
this.Text302 = new Stimulsoft.Report.Components.StiText();
this.Text302.CanGrow = true;
this.Text302.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text302.ComponentStyle = "TitleSub1";
this.Text302.Guid = "db7deedea3764d9fa6d7a91f9ecc3fbb";
this.Text302.Name = "Text302";
this.Text302.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text302__GetValue);
this.Text302.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text302.BeforePrint += new System.EventHandler(this.Text302_BeforePrint);
this.Data159.Interaction = null;
//
// Data160
//
this.Data160 = new Stimulsoft.Report.Components.StiDataBand();
this.Data160.CanShrink = true;
this.Data160.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 6);
this.Data160.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data160.DataSourceName = "tblReportValues2";
this.Data160.Guid = "5f0b3600cf22497c876adbfa761b9198";
this.Data160.Name = "Data160";
this.Data160.PrintIfDetailEmpty = true;
this.Data160.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data160.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.Data160.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data160.BusinessObjectGuid = null;
//
// Text303
//
this.Text303 = new Stimulsoft.Report.Components.StiText();
this.Text303.CanGrow = true;
this.Text303.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text303.ComponentStyle = "TitleSub2";
this.Text303.Guid = "91547163f1d04d74a09548a33bb4c5ea";
this.Text303.Name = "Text303";
this.Text303.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text303__GetValue);
this.Text303.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text303.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text303.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text303.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.Text303.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text303.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text303.BeforePrint += new System.EventHandler(this.Text303_BeforePrint);
this.Data160.Interaction = null;
//
// Data161
//
this.Data161 = new Stimulsoft.Report.Components.StiDataBand();
this.Data161.CanShrink = true;
this.Data161.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 42, 190, 4);
this.Data161.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data161.DataSourceName = "tblReportValues3";
this.Data161.Guid = "52bc18b0dc3d478e8e78e4c51c698fef";
this.Data161.Name = "Data161";
this.Data161.PrintIfDetailEmpty = true;
this.Data161.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data161.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.Data161.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data161.BusinessObjectGuid = null;
//
// Text305
//
this.Text305 = new Stimulsoft.Report.Components.StiText();
this.Text305.CanGrow = true;
this.Text305.CanShrink = true;
this.Text305.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text305.ComponentStyle = "ValuesBorder";
this.Text305.GrowToHeight = true;
this.Text305.Guid = "9a6439365b26406a8204e3dfbe89eb61";
this.Text305.Name = "Text305";
this.Text305.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text305__GetValue);
this.Text305.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text306
//
this.Text306 = new Stimulsoft.Report.Components.StiText();
this.Text306.CanGrow = true;
this.Text306.CanShrink = true;
this.Text306.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text306.ComponentStyle = "ValuesBorder";
this.Text306.GrowToHeight = true;
this.Text306.Guid = "f8e0b9deef394cb296af3334ab586898";
this.Text306.Name = "Text306";
this.Text306.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text306__GetValue);
this.Text306.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data161.Interaction = null;
//
// Data162
//
this.Data162 = new Stimulsoft.Report.Components.StiDataBand();
this.Data162.CanShrink = true;
this.Data162.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 54, 190, 6);
this.Data162.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data162.DataSourceName = "tblReportValues3";
this.Data162.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data162.Guid = "f6f2e587b5a74ba29a0557cf0a121051";
this.Data162.Name = "Data162";
this.InitializeComponent17();
}
public void InitializeComponent17()
{
this.Data162.PrintIfDetailEmpty = true;
this.Data162.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data162.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.Data162.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data162.BusinessObjectGuid = null;
//
// Panel52
//
this.Panel52 = new Stimulsoft.Report.Components.StiPanel();
this.Panel52.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel52.Name = "Panel52";
this.Panel52.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel52.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text307
//
this.Text307 = new Stimulsoft.Report.Components.StiText();
this.Text307.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text307.ComponentStyle = "Values";
this.Text307.Guid = "a157b91539554a44ad136280b4393d0e";
this.Text307.Name = "Text307";
this.Text307.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text307__GetValue);
this.Text307.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text307.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text307.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.Text307.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text307.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel52.Guid = null;
this.Panel52.Interaction = null;
this.Data162.Interaction = null;
//
// DataBand179
//
this.DataBand179 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand179.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 68, 190, 18);
this.DataBand179.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand179.DataSourceName = "tblReportValueParts3";
this.DataBand179.Guid = "dfd7c3ae3a7a4b50a32f96d0b36cf12c";
this.DataBand179.Name = "DataBand179";
this.DataBand179.Sort = new System.String[0];
this.DataBand179.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.DataBand179.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand179.BusinessObjectGuid = null;
//
// Panel27
//
this.Panel27 = new Stimulsoft.Report.Components.StiPanel();
this.Panel27.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 18);
this.Panel27.Guid = "11d03629384a4b09b9330b1f854c7f48";
this.Panel27.Name = "Panel27";
this.Panel27.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel27.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image51
//
this.Image51 = new Stimulsoft.Report.Components.StiImage();
this.Image51.AspectRatio = true;
this.Image51.CanShrink = true;
this.Image51.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image51.DataColumn = "tblReportValueParts3.PictValue1";
this.Image51.Guid = "56ba07394f5745b28c657ab3edd43507";
this.Image51.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image51.Name = "Image51";
this.Image51.Stretch = true;
this.Image51.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image51.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.Image51.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image51.Image = null;
this.Image51.Interaction = null;
//
// Image52
//
this.Image52 = new Stimulsoft.Report.Components.StiImage();
this.Image52.AspectRatio = true;
this.Image52.CanShrink = true;
this.Image52.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 16, 16);
this.Image52.DataColumn = "tblReportValueParts3.PictValue2";
this.Image52.Guid = "784f186ef4764a629340b4bb8f7e1d66";
this.Image52.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image52.Name = "Image52";
this.Image52.Stretch = true;
this.Image52.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image52.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.Image52.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image52.Image = null;
this.Image52.Interaction = null;
//
// Image53
//
this.Image53 = new Stimulsoft.Report.Components.StiImage();
this.Image53.AspectRatio = true;
this.Image53.CanShrink = true;
this.Image53.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(38, 0, 16, 16);
this.Image53.DataColumn = "tblReportValueParts3.PictValue3";
this.Image53.Guid = "6ec471ab45d948d08e9e4f81525cd151";
this.Image53.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image53.Name = "Image53";
this.Image53.Stretch = true;
this.Image53.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image53.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.Image53.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image53.Image = null;
this.Image53.Interaction = null;
//
// Image60
//
this.Image60 = new Stimulsoft.Report.Components.StiImage();
this.Image60.AspectRatio = true;
this.Image60.CanShrink = true;
this.Image60.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(56, 0, 16, 16);
this.Image60.DataColumn = "tblReportValueParts3.PictValue4";
this.Image60.Guid = "0265b59ac9fb426799fa447410f95312";
this.Image60.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image60.Name = "Image60";
this.Image60.Stretch = true;
this.Image60.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image60.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.Image60.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image60.Image = null;
this.Image60.Interaction = null;
this.Panel27.Interaction = null;
this.DataBand179.Interaction = null;
//
// DataBand189
//
this.DataBand189 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand189.CanShrink = true;
this.DataBand189.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 94, 190, 4);
this.DataBand189.BeforePrint += new System.EventHandler(this.DataBand189_Conditions);
this.DataBand189.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand189.DataSourceName = "tblReportValueParts3";
this.DataBand189.Guid = "1b9adc3336324630a2665db39d5d9b1c";
this.DataBand189.Name = "DataBand189";
this.DataBand189.PrintIfDetailEmpty = true;
this.DataBand189.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand189.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.DataBand189.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand189.BusinessObjectGuid = null;
//
// Panel30
//
this.Panel30 = new Stimulsoft.Report.Components.StiPanel();
this.Panel30.CanGrow = true;
this.Panel30.CanShrink = true;
this.Panel30.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 4);
this.Panel30.BeforePrint += new System.EventHandler(this.Panel30_Conditions);
this.Panel30.Guid = "51d8c893030540f084f5ae948d82a46b";
this.Panel30.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel30.Name = "Panel30";
this.Panel30.Border = new Stimulsoft.Base.Drawing.StiBorder(((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel30.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
//
// Text314
//
this.Text314 = new Stimulsoft.Report.Components.StiText();
this.Text314.CanGrow = true;
this.Text314.CanShrink = true;
this.Text314.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 28, 4);
this.Text314.GrowToHeight = true;
this.Text314.Guid = "257901a0dfbe47a1ae0b47c6984633a1";
this.Text314.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text314.Name = "Text314";
this.Text314.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text314__GetValue);
this.Text314.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text314.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.Text314.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text314.Font = new System.Drawing.Font("Calibri", 8.5F);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text315
//
this.Text315 = new Stimulsoft.Report.Components.StiText();
this.Text315.CanGrow = true;
this.Text315.CanShrink = true;
this.Text315.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(30, 0, 28, 4);
this.Text315.BeforePrint += new System.EventHandler(this.Text315_Conditions);
this.Text315.GrowToHeight = true;
this.Text315.Guid = "3c1f6e36ab0248f4bebe51228231e15b";
this.Text315.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text315.Name = "Text315";
this.Text315.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text315__GetValue);
this.Text315.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text315.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.Text315.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text315.Font = new System.Drawing.Font("Calibri", 8.5F);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text316
//
this.Text316 = new Stimulsoft.Report.Components.StiText();
this.Text316.CanGrow = true;
this.Text316.CanShrink = true;
this.Text316.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(60, 0, 28, 4);
this.Text316.BeforePrint += new System.EventHandler(this.Text316_Conditions);
this.Text316.GrowToHeight = true;
this.Text316.Guid = "715cffc10df140bcbd7912a514a187ff";
this.Text316.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text316.Name = "Text316";
this.Text316.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text316__GetValue);
this.Text316.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text316.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.Text316.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text316.Font = new System.Drawing.Font("Calibri", 8.5F);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel30.Interaction = null;
this.DataBand189.Interaction = null;
//
// Data164
//
this.Data164 = new Stimulsoft.Report.Components.StiDataBand();
this.Data164.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 106, 190, 18);
this.Data164.BeforePrint += new System.EventHandler(this.Data164_Conditions);
this.Data164.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.Data164.DataSourceName = "tblReportValueParts3";
this.Data164.Guid = "57a0db28772f4c279fe27c0228a0e9b2";
this.Data164.Name = "Data164";
this.Data164.PrintIfDetailEmpty = true;
this.Data164.Sort = new System.String[] {
"ASC",
"Order"};
this.Data164.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.Data164.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data164.BusinessObjectGuid = null;
//
// Panel54
//
this.Panel54 = new Stimulsoft.Report.Components.StiPanel();
this.Panel54.CanGrow = true;
this.Panel54.CanShrink = true;
this.Panel54.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 18);
this.Panel54.BeforePrint += new System.EventHandler(this.Panel54_Conditions);
this.Panel54.GrowToHeight = true;
this.Panel54.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel54.Name = "Panel54";
this.Panel54.Border = new Stimulsoft.Base.Drawing.StiBorder(((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel54.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
//
// Image7
//
this.Image7 = new Stimulsoft.Report.Components.StiImage();
this.Image7.AspectRatio = true;
this.Image7.CanShrink = true;
this.Image7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 0, 16, 16);
this.Image7.DataColumn = "tblReportValueParts3.PictValue1";
this.Image7.Guid = "d8b8abafbd844a85a9a4d1bab5028be3";
this.Image7.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image7.Name = "Image7";
this.Image7.Stretch = true;
this.Image7.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image7.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.Image7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image7.Image = null;
this.Image7.Interaction = null;
//
// Image10
//
this.Image10 = new Stimulsoft.Report.Components.StiImage();
this.Image10.AspectRatio = true;
this.Image10.CanShrink = true;
this.Image10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(40, 0, 16, 16);
this.Image10.DataColumn = "tblReportValueParts3.PictValue2";
this.Image10.Guid = "d429dcea1dbf4b73ad397c35e7e98a22";
this.Image10.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image10.Name = "Image10";
this.Image10.Stretch = true;
this.Image10.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image10.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.Image10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image10.Image = null;
this.Image10.Interaction = null;
//
// Image11
//
this.Image11 = new Stimulsoft.Report.Components.StiImage();
this.Image11.AspectRatio = true;
this.Image11.CanShrink = true;
this.Image11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(70, 0, 16, 16);
this.Image11.DataColumn = "tblReportValueParts3.PictValue3";
this.Image11.Guid = "20d61463e79241aab352e920f61122f4";
this.Image11.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image11.Name = "Image11";
this.Image11.Stretch = true;
this.Image11.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image11.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.Image11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image11.Image = null;
this.Image11.Interaction = null;
this.Panel54.Guid = null;
this.Panel54.Interaction = null;
this.Data164.Interaction = null;
//
// Data166
//
this.Data166 = new Stimulsoft.Report.Components.StiDataBand();
this.Data166.CanShrink = true;
this.Data166.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 132, 190, 6);
this.Data166.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data166.DataSourceName = "tblReportValues3";
this.Data166.Name = "Data166";
this.Data166.PrintIfDetailEmpty = true;
this.Data166.Sort = new System.String[0];
this.Data166.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.Data166.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data166.BusinessObjectGuid = null;
//
// Panel55
//
this.Panel55 = new Stimulsoft.Report.Components.StiPanel();
this.Panel55.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel55.Name = "Panel55";
this.Panel55.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel55.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text308
//
this.Text308 = new Stimulsoft.Report.Components.StiText();
this.Text308.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text308.ComponentStyle = "Values";
this.Text308.Guid = "5a40322c7591465d80ba37ab5309a129";
this.Text308.Name = "Text308";
this.Text308.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text308__GetValue);
this.Text308.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text308.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text308.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.Text308.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text308.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel55.Guid = null;
this.Panel55.Interaction = null;
this.Data166.Guid = null;
this.Data166.Interaction = null;
//
// DataBand193
//
this.DataBand193 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand193.CanShrink = true;
this.DataBand193.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 146, 190, 18);
this.DataBand193.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand193.DataSourceName = "tblReportValues3";
this.DataBand193.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand193.Guid = "b8fe90145723488cbe514ee35e60eae4";
this.DataBand193.Name = "DataBand193";
this.DataBand193.PrintIfDetailEmpty = true;
this.DataBand193.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand193.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.DataBand193.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand193.BusinessObjectGuid = null;
//
// Panel28
//
this.Panel28 = new Stimulsoft.Report.Components.StiPanel();
this.Panel28.CanGrow = true;
this.Panel28.CanShrink = true;
this.Panel28.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 18);
this.Panel28.Guid = "d42766fced1e429bbadda8a29753ef8f";
this.Panel28.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel28.Name = "Panel28";
this.Panel28.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel28.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
//
// Image3
//
this.Image3 = new Stimulsoft.Report.Components.StiImage();
this.Image3.AspectRatio = true;
this.Image3.CanShrink = true;
this.Image3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image3.DataColumn = "tblReportValues3.PictValue";
this.Image3.Guid = "1cc3fa4780a7480c9fa8f47c32b934c9";
this.Image3.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image3.Name = "Image3";
this.Image3.Stretch = true;
this.Image3.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image3.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.Image3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image3.Image = null;
this.Image3.Interaction = null;
//
// Text158
//
this.Text158 = new Stimulsoft.Report.Components.StiText();
this.Text158.CanGrow = true;
this.Text158.CanShrink = true;
this.Text158.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 6);
this.Text158.BeforePrint += new System.EventHandler(this.Text158_Conditions);
this.Text158.Guid = "e6b4a8a6ed4346a79293dfcd23ad3cc6";
this.Text158.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text158.Name = "Text158";
this.Text158.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text158__GetValue);
this.Text158.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.Text158.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text158.Font = new System.Drawing.Font("Calibri", 9F);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel28.Interaction = null;
this.DataBand193.Interaction = null;
//
// DataBand139
//
this.DataBand139 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand139.CanShrink = true;
this.DataBand139.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 172, 190, 6);
this.DataBand139.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand139.DataSourceName = "tblReportValues3";
this.DataBand139.Guid = "b5cd23a7b3964c88baadbe42d576b75a";
this.DataBand139.Name = "DataBand139";
this.DataBand139.PrintIfDetailEmpty = true;
this.DataBand139.Sort = new System.String[0];
this.DataBand139.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.DataBand139.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand139.BusinessObjectGuid = null;
//
// Panel24
//
this.Panel24 = new Stimulsoft.Report.Components.StiPanel();
this.Panel24.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel24.Guid = "7f68a903047c44d398e264405876e5bf";
this.Panel24.Name = "Panel24";
this.Panel24.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel24.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text218
//
this.Text218 = new Stimulsoft.Report.Components.StiText();
this.Text218.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text218.ComponentStyle = "Values";
this.Text218.Guid = "10c2dfad2e7347808f60f5525e2a263d";
this.Text218.Name = "Text218";
this.Text218.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text218__GetValue);
this.Text218.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text218.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text218.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.Text218.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text218.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel24.Interaction = null;
this.DataBand139.Interaction = null;
//
// DataBand178
//
this.DataBand178 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand178.CanShrink = true;
this.DataBand178.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 186, 190, 18);
this.DataBand178.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand178.DataSourceName = "tblReportValues3";
this.DataBand178.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand178.Guid = "ad6423ec85584b06841c02f079f7f9ea";
this.DataBand178.Name = "DataBand178";
this.DataBand178.PrintIfDetailEmpty = true;
this.DataBand178.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand178.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.DataBand178.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand178.BusinessObjectGuid = null;
//
// Panel25
//
this.Panel25 = new Stimulsoft.Report.Components.StiPanel();
this.Panel25.CanGrow = true;
this.Panel25.CanShrink = true;
this.Panel25.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 18);
this.Panel25.Guid = "1b0bb38d4386420499a3fb4a160b33a3";
this.Panel25.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel25.Name = "Panel25";
this.Panel25.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel25.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
//
// Image16
//
this.Image16 = new Stimulsoft.Report.Components.StiImage();
this.Image16.AspectRatio = true;
this.Image16.CanShrink = true;
this.Image16.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image16.BeforePrint += new System.EventHandler(this.Image16_Conditions);
this.Image16.DataColumn = "tblReportValues3.PictValue";
this.Image16.Guid = "7f837b2458874677b1730a4e67d44b6c";
this.Image16.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image16.Name = "Image16";
this.Image16.Stretch = true;
this.Image16.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image16.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.Image16.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image16.Image = null;
this.Image16.Interaction = null;
this.Panel25.Interaction = null;
this.DataBand178.Interaction = null;
//
// DataBand172
//
this.DataBand172 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand172.CanShrink = true;
this.DataBand172.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 212, 190, 2);
this.DataBand172.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand172.DataSourceName = "tblReportValues3";
this.DataBand172.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand172.Guid = "955e37b52fda4b969901e9ad8aed11be";
this.DataBand172.Name = "DataBand172";
this.DataBand172.PrintIfDetailEmpty = true;
this.DataBand172.Sort = new System.String[0];
this.DataBand172.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.DataBand172.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand172.BusinessObjectGuid = null;
//
// Panel23
//
this.Panel23 = new Stimulsoft.Report.Components.StiPanel();
this.Panel23.CanGrow = true;
this.Panel23.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 2);
this.Panel23.GrowToHeight = true;
this.Panel23.Guid = "ba42852ca03c49178d96bf00e729d854";
this.Panel23.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel23.Name = "Panel23";
this.Panel23.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.Top, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel23.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Panel23.Interaction = null;
this.DataBand172.Interaction = null;
//
// DataBand175
//
this.DataBand175 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand175.CanShrink = true;
this.DataBand175.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 222, 190, 6);
this.DataBand175.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand175.DataSourceName = "tblReportValues2";
this.DataBand175.Guid = "c402acce834d42edac5467b1fa4360c8";
this.DataBand175.Name = "DataBand175";
this.DataBand175.PrintIfDetailEmpty = true;
this.DataBand175.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand175.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.DataBand175.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand175.BusinessObjectGuid = null;
//
// Text213
//
this.Text213 = new Stimulsoft.Report.Components.StiText();
this.Text213.CanGrow = true;
this.Text213.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text213.ComponentStyle = "TitleSub2";
this.Text213.Guid = "aac3d8815867496e9f670da0c34d5e8d";
this.Text213.Name = "Text213";
this.Text213.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text213__GetValue);
this.Text213.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text213.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text213.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text213.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.Text213.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text213.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text213.BeforePrint += new System.EventHandler(this.Text213_BeforePrint);
this.DataBand175.Interaction = null;
//
// DataBand176
//
this.DataBand176 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand176.CanShrink = true;
this.DataBand176.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 236, 190, 4);
this.DataBand176.DataSourceName = "ProductNames";
this.DataBand176.Guid = "035d14a2853b4b69a1478117b26ca2bc";
this.DataBand176.Name = "DataBand176";
this.DataBand176.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand176.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.DataBand176.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand176.BusinessObjectGuid = null;
//
// Text215
//
this.Text215 = new Stimulsoft.Report.Components.StiText();
this.Text215.CanGrow = true;
this.Text215.CanShrink = true;
this.Text215.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text215.ComponentStyle = "ValuesBorder";
this.Text215.GrowToHeight = true;
this.Text215.Guid = "a631e3e8233a49d2b814ef585294ea6b";
this.Text215.Name = "Text215";
this.Text215.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text215__GetValue);
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text147
//
this.Text147 = new Stimulsoft.Report.Components.StiText();
this.Text147.CanGrow = true;
this.Text147.CanShrink = true;
this.Text147.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text147.ComponentStyle = "ValuesBorder";
this.Text147.GrowToHeight = true;
this.Text147.Guid = "802679c7b2fd4ee08f45de48d6907bc0";
this.Text147.Name = "Text147";
this.Text147.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text147__GetValue);
this.Text147.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text147.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.Text147.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text147.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand176.DataRelationName = null;
this.DataBand176.Interaction = null;
this.DataBand176.BeforePrint += new System.EventHandler(this.DataBand176_BeforePrint);
//
// DataBand177
//
this.DataBand177 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand177.CanShrink = true;
this.DataBand177.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 248, 190, 4);
this.DataBand177.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand177.DataSourceName = "tblReportValues3";
this.DataBand177.Guid = "49715b54e47f44a28017a78612f9250b";
this.DataBand177.Name = "DataBand177";
this.DataBand177.PrintIfDetailEmpty = true;
this.DataBand177.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand177.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.DataBand177.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand177.BusinessObjectGuid = null;
//
// Text216
//
this.Text216 = new Stimulsoft.Report.Components.StiText();
this.Text216.CanGrow = true;
this.Text216.CanShrink = true;
this.Text216.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text216.ComponentStyle = "ValuesBorder";
this.Text216.GrowToHeight = true;
this.Text216.Guid = "69be08ce59ad4d6c884df0feb0561144";
this.Text216.Name = "Text216";
this.Text216.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text216__GetValue);
this.Text216.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text217
//
this.Text217 = new Stimulsoft.Report.Components.StiText();
this.Text217.CanGrow = true;
this.Text217.CanShrink = true;
this.Text217.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text217.ComponentStyle = "ValuesBorder";
this.Text217.GrowToHeight = true;
this.Text217.Guid = "923f4e97ec694140a32dee4ac8ccedd5";
this.Text217.Name = "Text217";
this.Text217.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text217__GetValue);
this.Text217.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand177.Interaction = null;
this.adn.ExcelSheetValue = null;
this.adn.Interaction = null;
this.adn.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.adn_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.adn_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.adn_Watermark.Image = null;
this.adn_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// imdg
//
this.imdg = new Stimulsoft.Report.Components.StiPage();
this.imdg.Guid = "94ab3a9a00be4fc6b84f766cd4e51ba1";
this.imdg.Name = "imdg";
this.imdg.PageHeight = 297;
this.imdg.PageWidth = 210;
this.imdg.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.imdg.PrintHeadersFootersFromPreviousPage = true;
this.imdg.PrintOnPreviousPage = true;
this.imdg.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.imdg.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand76
//
this.DataBand76 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand76.CanShrink = true;
this.DataBand76.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand76.DataSourceName = "tblReportValues0";
this.DataBand76.Guid = "7113db0659a74a39a28667302fcb9576";
this.DataBand76.Name = "DataBand76";
this.DataBand76.Sort = new System.String[0];
this.DataBand76.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.DataBand76.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand76.BusinessObjectGuid = null;
this.DataBand76.Interaction = null;
this.DataBand76.MasterComponent = null;
//
// Data168
//
this.Data168 = new Stimulsoft.Report.Components.StiDataBand();
this.Data168.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 8);
this.Data168.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data168.DataSourceName = "tblReportValues1";
this.Data168.Guid = "23eaf5b931494c799ab1c991be3ee6c7";
this.Data168.Name = "Data168";
this.Data168.PrintIfDetailEmpty = true;
this.Data168.Sort = new System.String[0];
this.Data168.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.Data168.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data168.BusinessObjectGuid = null;
//
// Text318
//
this.Text318 = new Stimulsoft.Report.Components.StiText();
this.Text318.CanGrow = true;
this.Text318.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text318.ComponentStyle = "TitleSub1";
this.Text318.Guid = "3783e08553b14d98a6bda7893c9fa916";
this.Text318.Name = "Text318";
this.Text318.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text318__GetValue);
this.Text318.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text318.BeforePrint += new System.EventHandler(this.Text318_BeforePrint);
this.Data168.Interaction = null;
//
// Data169
//
this.Data169 = new Stimulsoft.Report.Components.StiDataBand();
this.Data169.CanShrink = true;
this.Data169.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 6);
this.Data169.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data169.DataSourceName = "tblReportValues2";
this.Data169.Guid = "24e966a2ab5142b7b7bb9018602e7541";
this.Data169.Name = "Data169";
this.Data169.PrintIfDetailEmpty = true;
this.Data169.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data169.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.Data169.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data169.BusinessObjectGuid = null;
//
// Text304
//
this.Text304 = new Stimulsoft.Report.Components.StiText();
this.Text304.CanGrow = true;
this.Text304.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text304.ComponentStyle = "TitleSub2";
this.Text304.Guid = "f680a00797a74f338ef0cfb8dd6929e7";
this.Text304.Name = "Text304";
this.Text304.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text304__GetValue);
this.Text304.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text304.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text304.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text304.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.Text304.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text304.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text304.BeforePrint += new System.EventHandler(this.Text304_BeforePrint);
this.Data169.Interaction = null;
//
// DataBand141
//
this.DataBand141 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand141.CanShrink = true;
this.DataBand141.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 42, 190, 4);
this.DataBand141.DataSourceName = "ProductNames";
this.DataBand141.Enabled = false;
this.DataBand141.Guid = "685875beb2ee4e75b7cfc9f25ac46b9e";
this.DataBand141.Name = "DataBand141";
this.DataBand141.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand141.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.DataBand141.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand141.BusinessObjectGuid = null;
//
// Text365
//
this.Text365 = new Stimulsoft.Report.Components.StiText();
this.Text365.CanGrow = true;
this.Text365.CanShrink = true;
this.Text365.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text365.ComponentStyle = "ValuesBorder";
this.Text365.GrowToHeight = true;
this.Text365.Guid = "780835c37f014fa4bb13fe6b83a73e59";
this.Text365.Name = "Text365";
this.Text365.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text365__GetValue);
this.Text365.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.Text365.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text365.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text365.Indicator = null;
this.Text365.Interaction = null;
this.Text365.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text365.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text365.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text366
//
this.Text366 = new Stimulsoft.Report.Components.StiText();
this.Text366.CanGrow = true;
this.Text366.CanShrink = true;
this.Text366.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text366.ComponentStyle = "ValuesBorder";
this.Text366.GrowToHeight = true;
this.Text366.Guid = "26bddce1687345eaaa50dd193ab1fc48";
this.Text366.Name = "Text366";
this.Text366.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text366__GetValue);
this.Text366.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.Text366.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text366.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text366.Indicator = null;
this.Text366.Interaction = null;
this.Text366.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text366.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text366.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand141.DataRelationName = null;
this.DataBand141.Interaction = null;
//
// Data170
//
this.Data170 = new Stimulsoft.Report.Components.StiDataBand();
this.Data170.CanShrink = true;
this.Data170.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 54, 190, 4);
this.Data170.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data170.DataSourceName = "tblReportValues3";
this.Data170.Guid = "c87717aede364390bffe23f12261f763";
this.Data170.Name = "Data170";
this.Data170.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data170.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.Data170.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data170.BusinessObjectGuid = null;
//
// Text321
//
this.Text321 = new Stimulsoft.Report.Components.StiText();
this.Text321.CanGrow = true;
this.Text321.CanShrink = true;
this.Text321.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text321.ComponentStyle = "ValuesBorder";
this.Text321.GrowToHeight = true;
this.Text321.Guid = "48965ebb154346908be99b54e109ffb8";
this.Text321.Name = "Text321";
this.Text321.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text321.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text321__GetValue);
this.Text321.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text322
//
this.Text322 = new Stimulsoft.Report.Components.StiText();
this.Text322.CanGrow = true;
this.Text322.CanShrink = true;
this.Text322.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text322.ComponentStyle = "ValuesBorder";
this.Text322.GrowToHeight = true;
this.Text322.Guid = "1dd64880f9a64540ac14771565a09746";
this.Text322.Name = "Text322";
this.Text322.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text322__GetValue);
this.Text322.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data170.Interaction = null;
//
// DataBand199
//
this.DataBand199 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand199.CanShrink = true;
this.DataBand199.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 66, 190, 6);
this.DataBand199.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand199.DataSourceName = "tblReportValues3";
this.DataBand199.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand199.Guid = "e36428af383b422dbac93eef72ed7278";
this.DataBand199.Name = "DataBand199";
this.DataBand199.PrintIfDetailEmpty = true;
this.DataBand199.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand199.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.DataBand199.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand199.BusinessObjectGuid = null;
//
// Panel35
//
this.Panel35 = new Stimulsoft.Report.Components.StiPanel();
this.Panel35.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel35.Guid = "495d4024b73546c39aad18d5e204b7b5";
this.Panel35.Name = "Panel35";
this.Panel35.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel35.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text342
//
this.Text342 = new Stimulsoft.Report.Components.StiText();
this.Text342.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text342.ComponentStyle = "Values";
this.Text342.Guid = "6c9c09c7ff234fa48be02e19787c6f47";
this.Text342.Name = "Text342";
this.Text342.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text342__GetValue);
this.Text342.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text342.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text342.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.Text342.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text342.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Panel35.Interaction = null;
this.DataBand199.Interaction = null;
//
// DataBand200
//
this.DataBand200 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand200.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 80, 190, 18);
this.DataBand200.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand200.DataSourceName = "tblReportValueParts3";
this.DataBand200.Guid = "b00b90622b944c6fa5b94f89048de54f";
this.DataBand200.Name = "DataBand200";
this.DataBand200.Sort = new System.String[0];
this.DataBand200.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.DataBand200.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand200.BusinessObjectGuid = null;
//
// Panel36
//
this.Panel36 = new Stimulsoft.Report.Components.StiPanel();
this.Panel36.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 18);
this.Panel36.Guid = "3ab2eddbaf294eb78ac5a75ee2f5ef8d";
this.Panel36.Name = "Panel36";
this.Panel36.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel36.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image6
//
this.Image6 = new Stimulsoft.Report.Components.StiImage();
this.Image6.AspectRatio = true;
this.Image6.CanShrink = true;
this.Image6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image6.DataColumn = "tblReportValueParts3.PictValue1";
this.Image6.Guid = "f323335da3a04bc4b7a6215787e0d6e3";
this.Image6.Name = "Image6";
this.Image6.Stretch = true;
this.Image6.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.Image6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image6.Image = null;
this.Image6.Interaction = null;
this.InitializeComponent18();
}
public void InitializeComponent18()
{
//
// Image30
//
this.Image30 = new Stimulsoft.Report.Components.StiImage();
this.Image30.AspectRatio = true;
this.Image30.CanShrink = true;
this.Image30.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 16, 16);
this.Image30.DataColumn = "tblReportValueParts3.PictValue2";
this.Image30.Guid = "77f2b29567bf449c802734f96eaf7c20";
this.Image30.Name = "Image30";
this.Image30.Stretch = true;
this.Image30.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.Image30.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image30.Image = null;
this.Image30.Interaction = null;
//
// Image31
//
this.Image31 = new Stimulsoft.Report.Components.StiImage();
this.Image31.AspectRatio = true;
this.Image31.CanShrink = true;
this.Image31.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(38, 0, 16, 16);
this.Image31.DataColumn = "tblReportValueParts3.PictValue3";
this.Image31.Guid = "e1cbdcf0184f497989b18f6454c9119d";
this.Image31.Name = "Image31";
this.Image31.Stretch = true;
this.Image31.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.Image31.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image31.Image = null;
this.Image31.Interaction = null;
//
// Image40
//
this.Image40 = new Stimulsoft.Report.Components.StiImage();
this.Image40.AspectRatio = true;
this.Image40.CanShrink = true;
this.Image40.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(56, 0, 16, 16);
this.Image40.DataColumn = "tblReportValueParts3.PictValue4";
this.Image40.Guid = "54ab4288fd8b46aab21052cb5d7da9b5";
this.Image40.Name = "Image40";
this.Image40.Stretch = true;
this.Image40.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.Image40.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image40.Image = null;
this.Image40.Interaction = null;
this.Panel36.Interaction = null;
this.DataBand200.Interaction = null;
//
// DataBand194
//
this.DataBand194 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand194.CanShrink = true;
this.DataBand194.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 106, 190, 6);
this.DataBand194.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand194.DataSourceName = "tblReportValues3";
this.DataBand194.Guid = "224bd43e4a194b01967147a36f6c5a83";
this.DataBand194.Name = "DataBand194";
this.DataBand194.PrintIfDetailEmpty = true;
this.DataBand194.Sort = new System.String[0];
this.DataBand194.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.DataBand194.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand194.BusinessObjectGuid = null;
//
// Panel29
//
this.Panel29 = new Stimulsoft.Report.Components.StiPanel();
this.Panel29.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel29.Guid = "20cdb7e8fba148b8a11901ba1142b18b";
this.Panel29.Name = "Panel29";
this.Panel29.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel29.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text317
//
this.Text317 = new Stimulsoft.Report.Components.StiText();
this.Text317.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text317.ComponentStyle = "Values";
this.Text317.Guid = "37eecab7044643d0ac3d1837828b3e51";
this.Text317.Name = "Text317";
this.Text317.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text317__GetValue);
this.Text317.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text317.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text317.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.Text317.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text317.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel29.Interaction = null;
this.DataBand194.Interaction = null;
//
// DataBand195
//
this.DataBand195 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand195.CanShrink = true;
this.DataBand195.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 120, 190, 18);
this.DataBand195.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand195.DataSourceName = "tblReportValues3";
this.DataBand195.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand195.Guid = "bd0dd5d898734cbea0c161e61419bc5f";
this.DataBand195.Name = "DataBand195";
this.DataBand195.PrintIfDetailEmpty = true;
this.DataBand195.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand195.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.DataBand195.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand195.BusinessObjectGuid = null;
//
// Panel31
//
this.Panel31 = new Stimulsoft.Report.Components.StiPanel();
this.Panel31.CanGrow = true;
this.Panel31.CanShrink = true;
this.Panel31.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 18);
this.Panel31.Guid = "41a90aa8e4cd4fca9546a4731e1c1503";
this.Panel31.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel31.Name = "Panel31";
this.Panel31.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel31.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
//
// Image4
//
this.Image4 = new Stimulsoft.Report.Components.StiImage();
this.Image4.AspectRatio = true;
this.Image4.CanShrink = true;
this.Image4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image4.DataColumn = "tblReportValues3.PictValue";
this.Image4.Guid = "5361738df4264cf79a97792ebe49a5f2";
this.Image4.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image4.Name = "Image4";
this.Image4.Stretch = true;
this.Image4.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image4.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.Image4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image4.Image = null;
this.Image4.Interaction = null;
//
// Text160
//
this.Text160 = new Stimulsoft.Report.Components.StiText();
this.Text160.CanGrow = true;
this.Text160.CanShrink = true;
this.Text160.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 6);
this.Text160.BeforePrint += new System.EventHandler(this.Text160_Conditions);
this.Text160.Guid = "6b9fb1e44b184d2a93bbfca71f6d3213";
this.Text160.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text160.Name = "Text160";
this.Text160.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text160__GetValue);
this.Text160.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.Text160.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text160.Font = new System.Drawing.Font("Calibri", 9F);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel31.Interaction = null;
this.DataBand195.Interaction = null;
//
// DataBand196
//
this.DataBand196 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand196.CanShrink = true;
this.DataBand196.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 146, 190, 6);
this.DataBand196.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand196.DataSourceName = "tblReportValues3";
this.DataBand196.Guid = "211cab77351141c388c09e4b45e12447";
this.DataBand196.Name = "DataBand196";
this.DataBand196.PrintIfDetailEmpty = true;
this.DataBand196.Sort = new System.String[0];
this.DataBand196.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.DataBand196.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand196.BusinessObjectGuid = null;
//
// Panel32
//
this.Panel32 = new Stimulsoft.Report.Components.StiPanel();
this.Panel32.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel32.Guid = "7f00eb4c72b74492b8d89137faff83e2";
this.Panel32.Name = "Panel32";
this.Panel32.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel32.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text323
//
this.Text323 = new Stimulsoft.Report.Components.StiText();
this.Text323.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text323.ComponentStyle = "Values";
this.Text323.Guid = "0a2a3d3ec7f04963ae837506b7128315";
this.Text323.Name = "Text323";
this.Text323.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text323__GetValue);
this.Text323.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text323.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text323.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.Text323.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text323.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Panel32.Interaction = null;
this.DataBand196.Interaction = null;
//
// DataBand197
//
this.DataBand197 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand197.CanShrink = true;
this.DataBand197.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 160, 190, 18);
this.DataBand197.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand197.DataSourceName = "tblReportValues3";
this.DataBand197.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand197.Guid = "c722114548d74d20ad61a85176ba631f";
this.DataBand197.Name = "DataBand197";
this.DataBand197.PrintIfDetailEmpty = true;
this.DataBand197.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand197.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.DataBand197.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand197.BusinessObjectGuid = null;
//
// Panel33
//
this.Panel33 = new Stimulsoft.Report.Components.StiPanel();
this.Panel33.CanGrow = true;
this.Panel33.CanShrink = true;
this.Panel33.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 18);
this.Panel33.Guid = "57db7f0cb7554d39b2fb8b39900e0cb3";
this.Panel33.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel33.Name = "Panel33";
this.Panel33.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel33.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
//
// Image5
//
this.Image5 = new Stimulsoft.Report.Components.StiImage();
this.Image5.AspectRatio = true;
this.Image5.CanShrink = true;
this.Image5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image5.BeforePrint += new System.EventHandler(this.Image5_Conditions);
this.Image5.DataColumn = "tblReportValues3.PictValue";
this.Image5.Guid = "68a7e7b1d8bb4d31bcea8773f14b9aae";
this.Image5.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image5.Name = "Image5";
this.Image5.Stretch = true;
this.Image5.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image5.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.Image5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image5.Image = null;
this.Image5.Interaction = null;
this.Panel33.Interaction = null;
this.DataBand197.Interaction = null;
//
// DataBand198
//
this.DataBand198 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand198.CanShrink = true;
this.DataBand198.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 186, 190, 2);
this.DataBand198.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand198.DataSourceName = "tblReportValues3";
this.DataBand198.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand198.Guid = "832dc2c302d94836bc479b120369b6d1";
this.DataBand198.Name = "DataBand198";
this.DataBand198.PrintIfDetailEmpty = true;
this.DataBand198.Sort = new System.String[0];
this.DataBand198.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.DataBand198.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand198.BusinessObjectGuid = null;
//
// Panel34
//
this.Panel34 = new Stimulsoft.Report.Components.StiPanel();
this.Panel34.CanGrow = true;
this.Panel34.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 2);
this.Panel34.GrowToHeight = true;
this.Panel34.Guid = "c54fa0b129da4a3885b99ae61fcf4bbc";
this.Panel34.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel34.Name = "Panel34";
this.Panel34.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.Top, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel34.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Panel34.Interaction = null;
this.DataBand198.Interaction = null;
//
// DataBand201
//
this.DataBand201 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand201.CanShrink = true;
this.DataBand201.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 196, 190, 6);
this.DataBand201.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand201.DataSourceName = "tblReportValues2";
this.DataBand201.Guid = "92e9556463d44fbebe542922124b38b7";
this.DataBand201.Name = "DataBand201";
this.DataBand201.PrintIfDetailEmpty = true;
this.DataBand201.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand201.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.DataBand201.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand201.BusinessObjectGuid = null;
//
// Text309
//
this.Text309 = new Stimulsoft.Report.Components.StiText();
this.Text309.CanGrow = true;
this.Text309.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text309.ComponentStyle = "TitleSub2";
this.Text309.Guid = "1ab9a3fc6d8a44c08af02acc482810cc";
this.Text309.Name = "Text309";
this.Text309.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text309__GetValue);
this.Text309.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text309.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text309.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text309.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.Text309.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text309.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text309.BeforePrint += new System.EventHandler(this.Text309_BeforePrint);
this.DataBand201.Interaction = null;
//
// DataBand202
//
this.DataBand202 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand202.CanShrink = true;
this.DataBand202.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 210, 190, 4);
this.DataBand202.DataSourceName = "ProductNames";
this.DataBand202.Guid = "0dd76036fb1e434293fada1324b1a5ae";
this.DataBand202.Name = "DataBand202";
this.DataBand202.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand202.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.DataBand202.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand202.BusinessObjectGuid = null;
//
// Text311
//
this.Text311 = new Stimulsoft.Report.Components.StiText();
this.Text311.CanGrow = true;
this.Text311.CanShrink = true;
this.Text311.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text311.ComponentStyle = "ValuesBorder";
this.Text311.GrowToHeight = true;
this.Text311.Guid = "f92b480627e24c23ac111b5ffa610832";
this.Text311.Name = "Text311";
this.Text311.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text311__GetValue);
this.Text311.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.Text311.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text311.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
//
// Text148
//
this.Text148 = new Stimulsoft.Report.Components.StiText();
this.Text148.CanGrow = true;
this.Text148.CanShrink = true;
this.Text148.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text148.ComponentStyle = "ValuesBorder";
this.Text148.GrowToHeight = true;
this.Text148.Guid = "bdaa80fd35dc4974a5bf1c04a79f998d";
this.Text148.Name = "Text148";
this.Text148.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text148__GetValue);
this.Text148.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text148.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.Text148.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text148.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand202.DataRelationName = null;
this.DataBand202.Interaction = null;
this.DataBand202.BeforePrint += new System.EventHandler(this.DataBand202_BeforePrint);
//
// DataBand203
//
this.DataBand203 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand203.CanShrink = true;
this.DataBand203.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 222, 190, 4);
this.DataBand203.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand203.DataSourceName = "tblReportValues3";
this.DataBand203.Guid = "7d6006a7578943a085ddd4260f683412";
this.DataBand203.Name = "DataBand203";
this.DataBand203.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand203.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.DataBand203.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand203.BusinessObjectGuid = null;
//
// Text324
//
this.Text324 = new Stimulsoft.Report.Components.StiText();
this.Text324.CanGrow = true;
this.Text324.CanShrink = true;
this.Text324.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text324.ComponentStyle = "ValuesBorder";
this.Text324.GrowToHeight = true;
this.Text324.Guid = "8e8badf1a3f947b3bdb1d91fa0406739";
this.Text324.Name = "Text324";
this.Text324.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text324.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text324__GetValue);
this.Text324.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text325
//
this.Text325 = new Stimulsoft.Report.Components.StiText();
this.Text325.CanGrow = true;
this.Text325.CanShrink = true;
this.Text325.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text325.ComponentStyle = "ValuesBorder";
this.Text325.GrowToHeight = true;
this.Text325.Guid = "603253ce24284a4b84a1d7db8280a44f";
this.Text325.Name = "Text325";
this.Text325.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text325__GetValue);
this.Text325.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text325.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.Text325.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text325.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand203.Interaction = null;
this.imdg.ExcelSheetValue = null;
this.imdg.Interaction = null;
this.imdg.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.imdg_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.imdg_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.imdg_Watermark.Image = null;
this.imdg_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// icao_genInfo
//
this.icao_genInfo = new Stimulsoft.Report.Components.StiPage();
this.icao_genInfo.Guid = "f3b9a002b8994e2c8f011fb564a0d5b6";
this.icao_genInfo.Name = "icao_genInfo";
this.icao_genInfo.PageHeight = 297;
this.icao_genInfo.PageWidth = 210;
this.icao_genInfo.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.icao_genInfo.PrintHeadersFootersFromPreviousPage = true;
this.icao_genInfo.PrintOnPreviousPage = true;
this.icao_genInfo.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.icao_genInfo.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255));
//
// DataBand77
//
this.DataBand77 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand77.CanShrink = true;
this.DataBand77.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand77.DataSourceName = "tblReportValues0";
this.DataBand77.Guid = "16d6f3a3275345fdb6e7af5ed2de418e";
this.DataBand77.Name = "DataBand77";
this.DataBand77.Sort = new System.String[0];
this.DataBand77.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.DataBand77.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand77.BusinessObjectGuid = null;
this.DataBand77.Interaction = null;
this.DataBand77.MasterComponent = null;
//
// Data177
//
this.Data177 = new Stimulsoft.Report.Components.StiDataBand();
this.Data177.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 8);
this.Data177.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data177.DataSourceName = "tblReportValues1";
this.Data177.Guid = "f2562dd9271d4dbd95f9792f9e743d6d";
this.Data177.Name = "Data177";
this.Data177.PrintIfDetailEmpty = true;
this.Data177.Sort = new System.String[0];
this.Data177.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.Data177.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data177.BusinessObjectGuid = null;
//
// Text326
//
this.Text326 = new Stimulsoft.Report.Components.StiText();
this.Text326.CanGrow = true;
this.Text326.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text326.ComponentStyle = "TitleSub1";
this.Text326.Guid = "c52673c5d91d4654bbec122bd93bf954";
this.Text326.Name = "Text326";
this.Text326.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text326__GetValue);
this.Text326.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text326.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text326.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text326.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.Text326.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text326.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text326.BeforePrint += new System.EventHandler(this.Text326_BeforePrint);
this.Data177.Interaction = null;
//
// Data178
//
this.Data178 = new Stimulsoft.Report.Components.StiDataBand();
this.Data178.CanShrink = true;
this.Data178.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 6);
this.Data178.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data178.DataSourceName = "tblReportValues2";
this.Data178.Guid = "b56a72d8d60f48f69303216c25e2f662";
this.Data178.Name = "Data178";
this.Data178.PrintIfDetailEmpty = true;
this.Data178.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data178.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.Data178.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data178.BusinessObjectGuid = null;
//
// Text319
//
this.Text319 = new Stimulsoft.Report.Components.StiText();
this.Text319.CanGrow = true;
this.Text319.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text319.ComponentStyle = "TitleSub2";
this.Text319.Guid = "53024643b6344dd89d9ba6e75994ddc8";
this.Text319.Name = "Text319";
this.Text319.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text319__GetValue);
this.Text319.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text319.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text319.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text319.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.Text319.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text319.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text319.BeforePrint += new System.EventHandler(this.Text319_BeforePrint);
this.Data178.Interaction = null;
//
// DataBand142
//
this.DataBand142 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand142.CanShrink = true;
this.DataBand142.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 42, 190, 4);
this.DataBand142.DataSourceName = "ProductNames";
this.DataBand142.Enabled = false;
this.DataBand142.Guid = "3702eb38b79a4f53a218af6333560ab3";
this.DataBand142.Name = "DataBand142";
this.DataBand142.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand142.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.DataBand142.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand142.BusinessObjectGuid = null;
//
// Text389
//
this.Text389 = new Stimulsoft.Report.Components.StiText();
this.Text389.CanGrow = true;
this.Text389.CanShrink = true;
this.Text389.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text389.ComponentStyle = "ValuesBorder";
this.Text389.GrowToHeight = true;
this.Text389.Guid = "b9a5ad838e0c4f8bb360a5c8798480b0";
this.Text389.Name = "Text389";
this.Text389.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text389__GetValue);
this.Text389.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.Text389.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text389.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text389.Indicator = null;
this.Text389.Interaction = null;
this.Text389.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text389.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text389.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text390
//
this.Text390 = new Stimulsoft.Report.Components.StiText();
this.Text390.CanGrow = true;
this.Text390.CanShrink = true;
this.Text390.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text390.ComponentStyle = "ValuesBorder";
this.Text390.GrowToHeight = true;
this.Text390.Guid = "e4d0b0d942ff4e6c8a4f5728a1b3c3bf";
this.Text390.Name = "Text390";
this.Text390.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text390__GetValue);
this.Text390.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.Text390.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text390.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text390.Indicator = null;
this.Text390.Interaction = null;
this.Text390.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text390.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text390.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand142.DataRelationName = null;
this.DataBand142.Interaction = null;
//
// Data179
//
this.Data179 = new Stimulsoft.Report.Components.StiDataBand();
this.Data179.CanShrink = true;
this.Data179.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 54, 190, 4);
this.Data179.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data179.DataSourceName = "tblReportValues3";
this.Data179.Guid = "4e5c6b829c2940148a0a294e6d6613c7";
this.Data179.Name = "Data179";
this.Data179.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data179.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.Data179.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data179.BusinessObjectGuid = null;
//
// Text329
//
this.Text329 = new Stimulsoft.Report.Components.StiText();
this.Text329.CanGrow = true;
this.Text329.CanShrink = true;
this.Text329.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text329.ComponentStyle = "ValuesBorder";
this.Text329.GrowToHeight = true;
this.Text329.Guid = "8456048bed0540f686c4a4b927ef58e6";
this.Text329.Name = "Text329";
this.Text329.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text329__GetValue);
this.Text329.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text330
//
this.Text330 = new Stimulsoft.Report.Components.StiText();
this.Text330.CanGrow = true;
this.Text330.CanShrink = true;
this.Text330.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text330.ComponentStyle = "ValuesBorder";
this.Text330.GrowToHeight = true;
this.Text330.Guid = "36a1fea46f574e0d886dc62090299b78";
this.Text330.Name = "Text330";
this.Text330.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text330__GetValue);
this.Text330.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data179.Interaction = null;
//
// DataBand204
//
this.DataBand204 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand204.CanShrink = true;
this.DataBand204.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 66, 190, 6);
this.DataBand204.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand204.DataSourceName = "tblReportValues3";
this.DataBand204.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand204.Guid = "385d1ffcf8d14d3983ff19797c9c3932";
this.DataBand204.Name = "DataBand204";
this.DataBand204.PrintIfDetailEmpty = true;
this.DataBand204.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand204.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.DataBand204.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand204.BusinessObjectGuid = null;
//
// Panel41
//
this.Panel41 = new Stimulsoft.Report.Components.StiPanel();
this.Panel41.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel41.Guid = "868dae5539694653b5b0b16ca77c7357";
this.Panel41.Name = "Panel41";
this.Panel41.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel41.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text331
//
this.Text331 = new Stimulsoft.Report.Components.StiText();
this.Text331.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text331.ComponentStyle = "Values";
this.Text331.Guid = "4de49acafb234f93a8f5c9200f7915c8";
this.Text331.Name = "Text331";
this.Text331.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text331__GetValue);
this.Text331.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text331.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text331.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.Text331.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text331.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel41.Interaction = null;
this.DataBand204.Interaction = null;
//
// DataBand205
//
this.DataBand205 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand205.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 80, 190, 18);
this.DataBand205.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand205.DataSourceName = "tblReportValueParts3";
this.DataBand205.Guid = "97da2364bec149648aef0ab9d13459bd";
this.DataBand205.Name = "DataBand205";
this.DataBand205.Sort = new System.String[0];
this.DataBand205.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.DataBand205.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand205.BusinessObjectGuid = null;
//
// Panel42
//
this.Panel42 = new Stimulsoft.Report.Components.StiPanel();
this.Panel42.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 18);
this.Panel42.Guid = "d48b191ef37b471f97a0ad0ded1a0682";
this.Panel42.Name = "Panel42";
this.Panel42.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel42.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image32
//
this.Image32 = new Stimulsoft.Report.Components.StiImage();
this.Image32.AspectRatio = true;
this.Image32.CanShrink = true;
this.Image32.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image32.DataColumn = "tblReportValueParts3.PictValue1";
this.Image32.Guid = "0119271adb9c47738789c91ed58cf2db";
this.Image32.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image32.Name = "Image32";
this.Image32.Stretch = true;
this.Image32.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image32.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.Image32.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image32.Image = null;
this.Image32.Interaction = null;
//
// Image33
//
this.Image33 = new Stimulsoft.Report.Components.StiImage();
this.Image33.AspectRatio = true;
this.Image33.CanShrink = true;
this.Image33.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 16, 16);
this.Image33.DataColumn = "tblReportValueParts3.PictValue2";
this.Image33.Guid = "ec0ae6e5758e4964bd549c427da490cb";
this.Image33.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image33.Name = "Image33";
this.Image33.Stretch = true;
this.Image33.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image33.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.Image33.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image33.Image = null;
this.Image33.Interaction = null;
//
// Image34
//
this.Image34 = new Stimulsoft.Report.Components.StiImage();
this.Image34.AspectRatio = true;
this.Image34.CanShrink = true;
this.Image34.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(38, 0, 16, 16);
this.Image34.DataColumn = "tblReportValueParts3.PictValue3";
this.Image34.Guid = "3ad9690b816445c292e61820c5989671";
this.Image34.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image34.Name = "Image34";
this.Image34.Stretch = true;
this.Image34.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image34.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.Image34.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image34.Image = null;
this.Image34.Interaction = null;
//
// Image35
//
this.Image35 = new Stimulsoft.Report.Components.StiImage();
this.Image35.AspectRatio = true;
this.Image35.CanShrink = true;
this.Image35.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(56, 0, 16, 16);
this.Image35.DataColumn = "tblReportValueParts3.PictValue4";
this.Image35.Guid = "0afaa4c7ff354b5fa06e09a5a03fdfe6";
this.Image35.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image35.Name = "Image35";
this.Image35.Stretch = true;
this.Image35.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image35.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.Image35.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image35.Image = null;
this.Image35.Interaction = null;
this.Panel42.Interaction = null;
this.DataBand205.Interaction = null;
//
// DataBand206
//
this.DataBand206 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand206.CanShrink = true;
this.DataBand206.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 106, 190, 6);
this.DataBand206.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand206.DataSourceName = "tblReportValues3";
this.DataBand206.Guid = "ad15b0a9c7574eb8a45af0ad10638cc6";
this.DataBand206.Name = "DataBand206";
this.DataBand206.PrintIfDetailEmpty = true;
this.DataBand206.Sort = new System.String[0];
this.DataBand206.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.DataBand206.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand206.BusinessObjectGuid = null;
//
// Panel43
//
this.Panel43 = new Stimulsoft.Report.Components.StiPanel();
this.Panel43.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel43.Guid = "634160f67a324f56a482003c9d51ec37";
this.Panel43.Name = "Panel43";
this.Panel43.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel43.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text332
//
this.Text332 = new Stimulsoft.Report.Components.StiText();
this.Text332.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text332.ComponentStyle = "Values";
this.Text332.Guid = "389a9768cbca4cd4a873c5216d75c3b8";
this.Text332.Name = "Text332";
this.Text332.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text332__GetValue);
this.Text332.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text332.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text332.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.Text332.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text332.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel43.Interaction = null;
this.DataBand206.Interaction = null;
//
// DataBand207
//
this.DataBand207 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand207.CanShrink = true;
this.DataBand207.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 120, 190, 18);
this.DataBand207.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand207.DataSourceName = "tblReportValues3";
this.DataBand207.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand207.Guid = "21031720184f4d90b2e2501ed022545a";
this.DataBand207.Name = "DataBand207";
this.DataBand207.PrintIfDetailEmpty = true;
this.DataBand207.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand207.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.DataBand207.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand207.BusinessObjectGuid = null;
//
// Panel50
//
this.Panel50 = new Stimulsoft.Report.Components.StiPanel();
this.Panel50.CanGrow = true;
this.Panel50.CanShrink = true;
this.Panel50.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 18);
this.Panel50.Guid = "8a92268245554df39b9b026fe335fa98";
this.Panel50.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel50.Name = "Panel50";
this.Panel50.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel50.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
//
// Image36
//
this.Image36 = new Stimulsoft.Report.Components.StiImage();
this.Image36.AspectRatio = true;
this.Image36.CanShrink = true;
this.Image36.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image36.DataColumn = "tblReportValues3.PictValue";
this.Image36.Guid = "a93b7e31ef3c4c5c8d4abf6d24e22976";
this.Image36.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image36.Name = "Image36";
this.Image36.Stretch = true;
this.Image36.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image36.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.Image36.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image36.Image = null;
this.Image36.Interaction = null;
//
// Text165
//
this.Text165 = new Stimulsoft.Report.Components.StiText();
this.Text165.CanGrow = true;
this.Text165.CanShrink = true;
this.Text165.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 6);
this.Text165.BeforePrint += new System.EventHandler(this.Text165_Conditions);
this.Text165.Guid = "11652732950c4b2597da081fd67d7f34";
this.Text165.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text165.Name = "Text165";
this.Text165.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text165__GetValue);
this.Text165.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.Text165.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text165.Font = new System.Drawing.Font("Calibri", 9F);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel50.Interaction = null;
this.DataBand207.Interaction = null;
//
// DataBand208
//
this.DataBand208 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand208.CanShrink = true;
this.DataBand208.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 146, 190, 6);
this.DataBand208.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand208.DataSourceName = "tblReportValues3";
this.DataBand208.Guid = "cfd007cf979c482fa12007ae18e1a387";
this.DataBand208.Name = "DataBand208";
this.DataBand208.PrintIfDetailEmpty = true;
this.DataBand208.Sort = new System.String[0];
this.DataBand208.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.DataBand208.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand208.BusinessObjectGuid = null;
//
// Panel53
//
this.Panel53 = new Stimulsoft.Report.Components.StiPanel();
this.Panel53.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 6);
this.Panel53.Guid = "9ce7c300f7364d3884e5c3850ea313d4";
this.Panel53.Name = "Panel53";
this.Panel53.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel53.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text341
//
this.Text341 = new Stimulsoft.Report.Components.StiText();
this.Text341.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 160, 4);
this.Text341.ComponentStyle = "Values";
this.Text341.Guid = "64675c9bf2bf47d9aa29cd73a8469bf6";
this.Text341.Name = "Text341";
this.Text341.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text341__GetValue);
this.Text341.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text341.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text341.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.Text341.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text341.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Panel53.Interaction = null;
this.DataBand208.Interaction = null;
//
// DataBand209
//
this.DataBand209 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand209.CanShrink = true;
this.DataBand209.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 160, 190, 0);
this.DataBand209.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand209.DataSourceName = "tblReportValues3";
this.DataBand209.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand209.Guid = "23da94f7c486437b9d719d8ae87c78d6";
this.DataBand209.Name = "DataBand209";
this.DataBand209.PrintIfDetailEmpty = true;
this.DataBand209.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand209.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.DataBand209.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 112, 48, 160));
this.DataBand209.BusinessObjectGuid = null;
this.DataBand209.Interaction = null;
//
// DataBand211
//
this.DataBand211 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand211.CanShrink = true;
this.DataBand211.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 168, 190, 18);
this.DataBand211.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand211.DataSourceName = "tblReportValues3";
this.DataBand211.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand211.Guid = "ed431a7a4f0d43158c964949a7e9d977";
this.DataBand211.Name = "DataBand211";
this.DataBand211.PrintIfDetailEmpty = true;
this.DataBand211.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand211.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.DataBand211.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand211.BusinessObjectGuid = null;
//
// Panel58
//
this.Panel58 = new Stimulsoft.Report.Components.StiPanel();
this.Panel58.CanGrow = true;
this.Panel58.CanShrink = true;
this.Panel58.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 18);
this.Panel58.Guid = "0dfb3d8c70fb445097f9fc630964c42c";
this.Panel58.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel58.Name = "Panel58";
this.Panel58.Border = new Stimulsoft.Base.Drawing.StiBorder(((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel58.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
//
// Image37
this.InitializeComponent19();
}
public void InitializeComponent19()
{
//
this.Image37 = new Stimulsoft.Report.Components.StiImage();
this.Image37.AspectRatio = true;
this.Image37.CanShrink = true;
this.Image37.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image37.DataColumn = "tblReportValues3.PictValue";
this.Image37.Guid = "617a25931d2d42b18939684257c40344";
this.Image37.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image37.Name = "Image37";
this.Image37.Stretch = true;
this.Image37.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image37.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.Image37.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image37.Image = null;
this.Image37.Interaction = null;
this.Panel58.Interaction = null;
this.DataBand211.Interaction = null;
//
// DataBand212
//
this.DataBand212 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand212.CanShrink = true;
this.DataBand212.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 194, 190, 18);
this.DataBand212.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand212.DataSourceName = "tblReportValueParts3";
this.DataBand212.Guid = "b467f9155f9c4092977bb9b544fa3eed";
this.DataBand212.Name = "DataBand212";
this.DataBand212.Sort = new System.String[0];
this.DataBand212.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.DataBand212.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand212.BusinessObjectGuid = null;
//
// Panel59
//
this.Panel59 = new Stimulsoft.Report.Components.StiPanel();
this.Panel59.CanGrow = true;
this.Panel59.CanShrink = true;
this.Panel59.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 18);
this.Panel59.Guid = "da2835771d384e5c982ea3de4d9eb6db";
this.Panel59.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel59.Name = "Panel59";
this.Panel59.Border = new Stimulsoft.Base.Drawing.StiBorder(((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel59.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image38
//
this.Image38 = new Stimulsoft.Report.Components.StiImage();
this.Image38.AspectRatio = true;
this.Image38.CanShrink = true;
this.Image38.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 16, 16);
this.Image38.DataColumn = "tblReportValueParts3.PictValue1";
this.Image38.Guid = "b879fb6dbc7b4015a3342ac58f36042e";
this.Image38.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image38.Name = "Image38";
this.Image38.Stretch = true;
this.Image38.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image38.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.Image38.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image38.Image = null;
this.Image38.Interaction = null;
//
// Image39
//
this.Image39 = new Stimulsoft.Report.Components.StiImage();
this.Image39.AspectRatio = true;
this.Image39.CanShrink = true;
this.Image39.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(22, 0, 16, 16);
this.Image39.DataColumn = "tblReportValueParts3.PictValue2";
this.Image39.Guid = "475495d3d56d41e5b0648721a25cc1f2";
this.Image39.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image39.Name = "Image39";
this.Image39.Stretch = true;
this.Image39.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image39.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.Image39.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image39.Image = null;
this.Image39.Interaction = null;
//
// Image43
//
this.Image43 = new Stimulsoft.Report.Components.StiImage();
this.Image43.AspectRatio = true;
this.Image43.CanShrink = true;
this.Image43.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 16);
this.Image43.DataColumn = "tblReportValueParts3.PictValue3";
this.Image43.Guid = "183a6899dff14209b804abbc00b70e13";
this.Image43.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image43.Name = "Image43";
this.Image43.Stretch = true;
this.Image43.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image43.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.Image43.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image43.Image = null;
this.Image43.Interaction = null;
this.Panel59.Interaction = null;
this.DataBand212.Interaction = null;
//
// DataBand210
//
this.DataBand210 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand210.CanShrink = true;
this.DataBand210.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 220, 190, 2);
this.DataBand210.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand210.DataSourceName = "tblReportValues3";
this.DataBand210.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand210.Guid = "488ed20a0ede4068a4f5f772b402e63a";
this.DataBand210.Name = "DataBand210";
this.DataBand210.PrintIfDetailEmpty = true;
this.DataBand210.Sort = new System.String[0];
this.DataBand210.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.DataBand210.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand210.BusinessObjectGuid = null;
//
// Panel57
//
this.Panel57 = new Stimulsoft.Report.Components.StiPanel();
this.Panel57.CanGrow = true;
this.Panel57.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 160, 2);
this.Panel57.GrowToHeight = true;
this.Panel57.Guid = "ae907a1633f54992bca41ba8b2553cae";
this.Panel57.MinSize = new Stimulsoft.Base.Drawing.SizeD(160, 0);
this.Panel57.Name = "Panel57";
this.Panel57.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.Top, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel57.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Panel57.Interaction = null;
this.DataBand210.Interaction = null;
this.icao_genInfo.ExcelSheetValue = null;
this.icao_genInfo.Interaction = null;
this.icao_genInfo.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.icao_genInfo_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.icao_genInfo_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.icao_genInfo_Watermark.Image = null;
this.icao_genInfo_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// icao_overview
//
this.icao_overview = new Stimulsoft.Report.Components.StiPage();
this.icao_overview.Guid = "2102b08ce93a44c892744c850c9416ff";
this.icao_overview.Name = "icao_overview";
this.icao_overview.PageHeight = 297;
this.icao_overview.PageWidth = 210;
this.icao_overview.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.icao_overview.PrintHeadersFootersFromPreviousPage = true;
this.icao_overview.PrintOnPreviousPage = true;
this.icao_overview.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.icao_overview.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255));
//
// DataBand214
//
this.DataBand214 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand214.CanShrink = true;
this.DataBand214.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand214.DataSourceName = "tblReportValues0";
this.DataBand214.Guid = "16d6f3a3275345fdb6e7af5ed2de418e";
this.DataBand214.Name = "DataBand214";
this.DataBand214.Sort = new System.String[0];
this.DataBand214.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.DataBand214.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand214.BusinessObjectGuid = null;
this.DataBand214.Interaction = null;
this.DataBand214.MasterComponent = null;
//
// DataBand215
//
this.DataBand215 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand215.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 0);
this.DataBand215.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand215.DataSourceName = "tblReportValues1";
this.DataBand215.Guid = "f2562dd9271d4dbd95f9792f9e743d6d";
this.DataBand215.Name = "DataBand215";
this.DataBand215.PrintIfDetailEmpty = true;
this.DataBand215.Sort = new System.String[0];
this.DataBand215.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.DataBand215.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand215.BusinessObjectGuid = null;
this.DataBand215.Interaction = null;
//
// DataBand216
//
this.DataBand216 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand216.CanShrink = true;
this.DataBand216.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 20, 190, 6);
this.DataBand216.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand216.DataSourceName = "tblReportValues2";
this.DataBand216.Guid = "b56a72d8d60f48f69303216c25e2f662";
this.DataBand216.Name = "DataBand216";
this.DataBand216.PrintIfDetailEmpty = true;
this.DataBand216.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand216.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.DataBand216.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand216.BusinessObjectGuid = null;
//
// Text313
//
this.Text313 = new Stimulsoft.Report.Components.StiText();
this.Text313.CanGrow = true;
this.Text313.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text313.ComponentStyle = "TitleSub2";
this.Text313.Guid = "53024643b6344dd89d9ba6e75994ddc8";
this.Text313.Name = "Text313";
this.Text313.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text313__GetValue);
this.Text313.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text313.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text313.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text313.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.Text313.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text313.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text313.BeforePrint += new System.EventHandler(this.Text313_BeforePrint);
this.DataBand216.Interaction = null;
//
// DataBand217
//
this.DataBand217 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand217.CanShrink = true;
this.DataBand217.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 34, 190, 4);
this.DataBand217.DataSourceName = "ProductNames";
this.DataBand217.Guid = "3702eb38b79a4f53a218af6333560ab3";
this.DataBand217.Name = "DataBand217";
this.DataBand217.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand217.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.DataBand217.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand217.BusinessObjectGuid = null;
//
// Text346
//
this.Text346 = new Stimulsoft.Report.Components.StiText();
this.Text346.CanGrow = true;
this.Text346.CanShrink = true;
this.Text346.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text346.ComponentStyle = "ValuesBorder";
this.Text346.GrowToHeight = true;
this.Text346.Guid = "e4d0b0d942ff4e6c8a4f5728a1b3c3bf";
this.Text346.Name = "Text346";
this.Text346.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text346__GetValue);
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.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.CanGrow = true;
this.Text149.CanShrink = true;
this.Text149.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text149.ComponentStyle = "ValuesBorder";
this.Text149.GrowToHeight = true;
this.Text149.Guid = "64debdab931e41b490ed137001369e37";
this.Text149.Name = "Text149";
this.Text149.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text149__GetValue);
this.Text149.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand217.DataRelationName = null;
this.DataBand217.Interaction = null;
this.DataBand217.BeforePrint += new System.EventHandler(this.DataBand217_BeforePrint);
//
// DataBand218
//
this.DataBand218 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand218.CanShrink = true;
this.DataBand218.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 4);
this.DataBand218.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand218.DataSourceName = "tblReportValues3";
this.DataBand218.Guid = "4e5c6b829c2940148a0a294e6d6613c7";
this.DataBand218.Name = "DataBand218";
this.DataBand218.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand218.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.DataBand218.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand218.BusinessObjectGuid = null;
//
// Text362
//
this.Text362 = new Stimulsoft.Report.Components.StiText();
this.Text362.CanGrow = true;
this.Text362.CanShrink = true;
this.Text362.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text362.ComponentStyle = "ValuesBorder";
this.Text362.GrowToHeight = true;
this.Text362.Guid = "8456048bed0540f686c4a4b927ef58e6";
this.Text362.Name = "Text362";
this.Text362.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text362__GetValue);
this.Text362.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text364
//
this.Text364 = new Stimulsoft.Report.Components.StiText();
this.Text364.CanGrow = true;
this.Text364.CanShrink = true;
this.Text364.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text364.ComponentStyle = "ValuesBorder";
this.Text364.GrowToHeight = true;
this.Text364.Guid = "36a1fea46f574e0d886dc62090299b78";
this.Text364.Name = "Text364";
this.Text364.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text364__GetValue);
this.Text364.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text364.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.Text364.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text364.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text364.Indicator = null;
this.Text364.Interaction = null;
this.Text364.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text364.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text364.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand218.Interaction = null;
this.icao_overview.ExcelSheetValue = null;
this.icao_overview.Interaction = null;
this.icao_overview.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.icao_overview_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.icao_overview_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.icao_overview_Watermark.Image = null;
this.icao_overview_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// uno
//
this.uno = new Stimulsoft.Report.Components.StiPage();
this.uno.Guid = "ee19a5b8049f467ebffd72ce6ca67bc0";
this.uno.Name = "uno";
this.uno.PageHeight = 297;
this.uno.PageWidth = 210;
this.uno.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.uno.PrintHeadersFootersFromPreviousPage = true;
this.uno.PrintOnPreviousPage = true;
this.uno.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.uno.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand78
//
this.DataBand78 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand78.CanShrink = true;
this.DataBand78.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand78.DataSourceName = "tblReportValues0";
this.DataBand78.Guid = "7a07fd457918452aa4e5b7234c15f163";
this.DataBand78.Name = "DataBand78";
this.DataBand78.Sort = new System.String[0];
this.DataBand78.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.DataBand78.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand78.BusinessObjectGuid = null;
this.DataBand78.Interaction = null;
this.DataBand78.MasterComponent = null;
//
// Data184
//
this.Data184 = new Stimulsoft.Report.Components.StiDataBand();
this.Data184.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 8);
this.Data184.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data184.DataSourceName = "tblReportValues1";
this.Data184.Guid = "465f2b238c0b4202bb0196f0fa1b51ff";
this.Data184.Name = "Data184";
this.Data184.PrintIfDetailEmpty = true;
this.Data184.Sort = new System.String[0];
this.Data184.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.Data184.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data184.BusinessObjectGuid = null;
//
// Text333
//
this.Text333 = new Stimulsoft.Report.Components.StiText();
this.Text333.CanGrow = true;
this.Text333.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text333.ComponentStyle = "TitleSub1";
this.Text333.Guid = "0d9e722c561a4e1fbcec7a2ca0034ff8";
this.Text333.Name = "Text333";
this.Text333.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text333__GetValue);
this.Text333.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text333.BeforePrint += new System.EventHandler(this.Text333_BeforePrint);
this.Data184.Interaction = null;
//
// Data185
//
this.Data185 = new Stimulsoft.Report.Components.StiDataBand();
this.Data185.CanShrink = true;
this.Data185.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 6);
this.Data185.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data185.DataSourceName = "tblReportValues2";
this.Data185.Guid = "7d232115eda4481390bea9e245b14d38";
this.Data185.Name = "Data185";
this.Data185.PrintIfDetailEmpty = true;
this.Data185.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data185.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.Data185.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data185.BusinessObjectGuid = null;
//
// Text320
//
this.Text320 = new Stimulsoft.Report.Components.StiText();
this.Text320.CanGrow = true;
this.Text320.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 4);
this.Text320.ComponentStyle = "TitleSub2";
this.Text320.Guid = "18a18504bd064a74801d5dc7451475fb";
this.Text320.Name = "Text320";
this.Text320.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text320__GetValue);
this.Text320.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text320.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text320.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text320.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.Text320.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text320.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text320.BeforePrint += new System.EventHandler(this.Text320_BeforePrint);
this.Data185.Interaction = null;
//
// Data186
//
this.Data186 = new Stimulsoft.Report.Components.StiDataBand();
this.Data186.CanShrink = true;
this.Data186.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 42, 190, 4);
this.Data186.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data186.DataSourceName = "tblReportValues3";
this.Data186.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data186.Guid = "9fd3c6c785514ef19bd4bd8613f98024";
this.Data186.Name = "Data186";
this.Data186.PrintIfDetailEmpty = true;
this.Data186.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data186.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.Data186.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data186.BusinessObjectGuid = null;
//
// Text336
//
this.Text336 = new Stimulsoft.Report.Components.StiText();
this.Text336.CanGrow = true;
this.Text336.CanShrink = true;
this.Text336.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 48, 4);
this.Text336.ComponentStyle = "ValuesBorder";
this.Text336.GrowToHeight = true;
this.Text336.Guid = "33f30af1896b4ddb97e6db9d9c6c0158";
this.Text336.Name = "Text336";
this.Text336.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text336__GetValue);
this.Text336.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text337
//
this.Text337 = new Stimulsoft.Report.Components.StiText();
this.Text337.CanGrow = true;
this.Text337.CanShrink = true;
this.Text337.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(68, 0, 112, 4);
this.Text337.ComponentStyle = "ValuesBorder";
this.Text337.GrowToHeight = true;
this.Text337.Guid = "0e97d27b8e3d402fb322b1ada592bb4f";
this.Text337.Name = "Text337";
this.Text337.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text337__GetValue);
this.Text337.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data186.Interaction = null;
this.uno.ExcelSheetValue = null;
this.uno.Interaction = null;
this.uno.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.uno_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.uno_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.uno_Watermark.Image = null;
this.uno_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// cnlDSD
//
this.cnlDSD = new Stimulsoft.Report.Components.StiPage();
this.cnlDSD.Guid = "dc0570d6ed324f058502d14b851e9be3";
this.cnlDSD.Name = "cnlDSD";
this.cnlDSD.PageHeight = 297;
this.cnlDSD.PageWidth = 210;
this.cnlDSD.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.cnlDSD.PrintHeadersFootersFromPreviousPage = true;
this.cnlDSD.PrintOnPreviousPage = true;
this.cnlDSD.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.cnlDSD.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// cnlMainTitle
//
this.cnlMainTitle = new Stimulsoft.Report.Components.StiDataBand();
this.cnlMainTitle.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.cnlMainTitle__GetBookmark);
this.cnlMainTitle.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 16);
this.cnlMainTitle.DataSourceName = "tblReportValues0";
this.cnlMainTitle.Name = "cnlMainTitle";
this.cnlMainTitle.PrintIfDetailEmpty = true;
this.cnlMainTitle.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.cnlMainTitle.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.cnlMainTitle.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.cnlMainTitle.BusinessObjectGuid = null;
//
// Text243
//
this.Text243 = new Stimulsoft.Report.Components.StiText();
this.Text243.CanGrow = true;
this.Text243.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text243.ComponentStyle = "TitleMain";
this.Text243.Guid = "ebab968f8835443db086c8e01eac43ae";
this.Text243.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text243.Name = "Text243";
this.Text243.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text243__GetValue);
this.Text243.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text243.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text243.Font = new System.Drawing.Font("Arial Black", 14F);
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.White);
this.Text243.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text243.BeforePrint += new System.EventHandler(this.Text243_BeforePrint);
this.cnlMainTitle.Guid = null;
this.cnlMainTitle.Interaction = null;
this.cnlMainTitle.MasterComponent = null;
//
// Data188
//
this.Data188 = new Stimulsoft.Report.Components.StiDataBand();
this.Data188.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data188__GetBookmark);
this.Data188.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 10);
this.Data188.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data188.DataSourceName = "tblReportValues1";
this.Data188.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data188.Guid = "24022e6856334f9bbf5e4af05968ccdd";
this.Data188.Name = "Data188";
this.Data188.PrintIfDetailEmpty = true;
this.Data188.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data188.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.Data188.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data188.BusinessObjectGuid = null;
//
// Text327
//
this.Text327 = new Stimulsoft.Report.Components.StiText();
this.Text327.CanGrow = true;
this.Text327.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text327.ComponentStyle = "TitleSub1";
this.Text327.Guid = "857e4212ec574c9eb01a2472fb4d6d0b";
this.Text327.Name = "Text327";
this.Text327.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text327__GetValue);
this.Text327.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text327.BeforePrint += new System.EventHandler(this.Text327_BeforePrint);
this.Data188.Interaction = null;
//
// Data189
//
this.Data189 = new Stimulsoft.Report.Components.StiDataBand();
this.Data189.CanShrink = true;
this.Data189.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 8);
this.Data189.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data189.DataSourceName = "tblReportValues2";
this.Data189.Name = "Data189";
this.Data189.PrintIfDetailEmpty = true;
this.Data189.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data189.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.Data189.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data189.BusinessObjectGuid = null;
//
// Text334
//
this.Text334 = new Stimulsoft.Report.Components.StiText();
this.Text334.CanGrow = true;
this.Text334.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text334.ComponentStyle = "TitleSub2";
this.Text334.Guid = "220d5493dcdf4401a0067c4aa98701e7";
this.Text334.Name = "Text334";
this.Text334.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text334__GetValue);
this.Text334.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text334.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text334.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text334.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.Text334.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text334.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text334.BeforePrint += new System.EventHandler(this.Text334_BeforePrint);
this.Data189.Guid = null;
this.Data189.Interaction = null;
//
// Data190
//
this.Data190 = new Stimulsoft.Report.Components.StiDataBand();
this.Data190.CanShrink = true;
this.Data190.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 62, 190, 4);
this.Data190.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data190.DataSourceName = "tblReportValues3";
this.Data190.Guid = "18ff3b4f1d2f4bedad3275c32b4c9825";
this.Data190.Name = "Data190";
this.Data190.PrintIfDetailEmpty = true;
this.Data190.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data190.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.Data190.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data190.BusinessObjectGuid = null;
//
// Text196
//
this.Text196 = new Stimulsoft.Report.Components.StiText();
this.Text196.CanGrow = true;
this.Text196.CanShrink = true;
this.Text196.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text196.ComponentStyle = "Values";
this.Text196.BeforePrint += new System.EventHandler(this.Text196_Conditions);
this.Text196.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text196_ConditionsTextValue);
this.Text196.GrowToHeight = true;
this.Text196.Guid = "623ed4330eaa4e9c96f4e05bb29400b7";
this.Text196.Name = "Text196";
this.Text196.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text196__GetValue);
this.Text196.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text196.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text196.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.Text196.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text196.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Data190.Interaction = null;
//
// Data191
//
this.Data191 = new Stimulsoft.Report.Components.StiDataBand();
this.Data191.CanShrink = true;
this.Data191.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 74, 190, 8);
this.Data191.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.Data191.DataSourceName = "tblReportValueParts3";
this.Data191.Name = "Data191";
this.Data191.PrintIfDetailEmpty = true;
this.Data191.Sort = new System.String[] {
"ASC",
"Order"};
this.Data191.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.Data191.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data191.BusinessObjectGuid = null;
//
// Text344
//
this.Text344 = new Stimulsoft.Report.Components.StiText();
this.Text344.CanGrow = true;
this.Text344.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 74, 4);
this.Text344.ComponentStyle = "ValuesBorder";
this.Text344.BeforePrint += new System.EventHandler(this.Text344_Conditions);
this.Text344.Name = "Text344";
this.Text344.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text344__GetValue);
this.Text344.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text344.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text345
//
this.Text345 = new Stimulsoft.Report.Components.StiText();
this.Text345.CanGrow = true;
this.Text345.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(94, 0, 90, 4);
this.Text345.ComponentStyle = "ValuesBorder";
this.Text345.BeforePrint += new System.EventHandler(this.Text345_Conditions);
this.Text345.Name = "Text345";
this.Text345.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text345__GetValue);
this.Text345.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text345.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data191.Guid = null;
this.Data191.Interaction = null;
//
// DataBand150
//
this.DataBand150 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand150.CanShrink = true;
this.DataBand150.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 90, 190, 28);
this.DataBand150.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand150.DataSourceName = "tblReportValueParts3";
this.DataBand150.Guid = "79d65788e6e24709b309c8faab0ac9b6";
this.DataBand150.Name = "DataBand150";
this.DataBand150.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand150.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.DataBand150.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand150.BusinessObjectGuid = null;
//
// Panel13
//
this.Panel13 = new Stimulsoft.Report.Components.StiPanel();
this.Panel13.CanGrow = true;
this.Panel13.CanShrink = true;
this.Panel13.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 18, 180, 4);
this.Panel13.Guid = "0f7348c6a26c4af8948817265a8ab10e";
this.Panel13.Name = "Panel13";
this.Panel13.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.Panel13.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text431
//
this.Text431 = new Stimulsoft.Report.Components.StiText();
this.Text431.CanGrow = true;
this.Text431.CanShrink = true;
this.Text431.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 40, 4);
this.Text431.ComponentStyle = "Values";
this.Text431.GrowToHeight = true;
this.Text431.Guid = "17f7abb982644e2096ea2a1482add76c";
this.Text431.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text431.Name = "Text431";
this.Text431.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text431__GetValue);
this.Text431.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text431.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.Text431.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text431.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text431.Indicator = null;
this.Text431.Interaction = null;
this.Text431.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text431.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text431.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text432
//
this.Text432 = new Stimulsoft.Report.Components.StiText();
this.Text432.CanGrow = true;
this.Text432.CanShrink = true;
this.Text432.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(46, 0, 40, 4);
this.Text432.ComponentStyle = "Values";
this.Text432.GrowToHeight = true;
this.Text432.Guid = "87c4ba197fe14d8d9c36b7b7db45de62";
this.Text432.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text432.Name = "Text432";
this.Text432.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text432__GetValue);
this.Text432.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text432.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.Text432.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text432.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text432.Indicator = null;
this.Text432.Interaction = null;
this.Text432.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text432.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text432.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text434
//
this.Text434 = new Stimulsoft.Report.Components.StiText();
this.Text434.CanGrow = true;
this.Text434.CanShrink = true;
this.Text434.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(92, 0, 40, 4);
this.Text434.ComponentStyle = "Values";
this.Text434.GrowToHeight = true;
this.Text434.Guid = "aabb8dd93928462ba6a00cbefe910ae3";
this.Text434.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text434.Name = "Text434";
this.Text434.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text434__GetValue);
this.Text434.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text434.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
this.Text434.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.Text434.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text434.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text434.Indicator = null;
this.Text434.Interaction = null;
this.Text434.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text434.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text434.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text435
//
this.Text435 = new Stimulsoft.Report.Components.StiText();
this.Text435.CanGrow = true;
this.Text435.CanShrink = true;
this.Text435.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(138, 0, 40, 4);
this.Text435.ComponentStyle = "Values";
this.Text435.GrowToHeight = true;
this.Text435.Guid = "2f694faee4094ba6a953126ccf1656fc";
this.Text435.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text435.Name = "Text435";
this.Text435.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text435__GetValue);
this.Text435.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text435.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.Text435.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text435.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text435.Indicator = null;
this.Text435.Interaction = null;
this.Text435.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text435.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text435.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel13.Interaction = null;
//
// Panel14
//
this.Panel14 = new Stimulsoft.Report.Components.StiPanel();
this.Panel14.CanGrow = true;
this.Panel14.CanShrink = true;
this.Panel14.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 22, 180, 4);
this.Panel14.Guid = "a93500625f15478d8c15fa83e45d45fb";
this.Panel14.Name = "Panel14";
this.Panel14.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.Panel14.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text436
//
this.Text436 = new Stimulsoft.Report.Components.StiText();
this.Text436.CanGrow = true;
this.Text436.CanShrink = true;
this.Text436.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 16, 4);
this.Text436.ComponentStyle = "Values";
this.Text436.GrowToHeight = true;
this.Text436.Guid = "59665ad00d814bdbac006ae7a4df3c83";
this.Text436.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text436.Name = "Text436";
this.Text436.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text436__GetValue);
this.Text436.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text436.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.Text436.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text436.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text436.Indicator = null;
this.Text436.Interaction = null;
this.Text436.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text436.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text436.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text437
//
this.Text437 = new Stimulsoft.Report.Components.StiText();
this.Text437.CanGrow = true;
this.Text437.CanShrink = true;
this.Text437.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 4);
this.Text437.ComponentStyle = "Values";
this.Text437.GrowToHeight = true;
this.Text437.Guid = "b3691e95c2e049dab09fd11eda4dba92";
this.Text437.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text437.Name = "Text437";
this.Text437.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text437__GetValue);
this.Text437.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text437.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.Text437.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text437.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text437.Indicator = null;
this.Text437.Interaction = null;
this.Text437.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text437.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text437.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text438
//
this.Text438 = new Stimulsoft.Report.Components.StiText();
this.Text438.CanGrow = true;
this.Text438.CanShrink = true;
this.Text438.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(104, 0, 16, 4);
this.Text438.ComponentStyle = "Values";
this.Text438.GrowToHeight = true;
this.Text438.Guid = "87f588cfb5ee41b8acf41bbee72dea56";
this.Text438.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text438.Name = "Text438";
this.Text438.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text438__GetValue);
this.Text438.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text438.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
this.Text438.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.Text438.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text438.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text438.Indicator = null;
this.Text438.Interaction = null;
this.Text438.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text438.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text438.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text439
//
this.Text439 = new Stimulsoft.Report.Components.StiText();
this.Text439.CanGrow = true;
this.Text439.CanShrink = true;
this.Text439.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(150, 0, 16, 4);
this.Text439.ComponentStyle = "Values";
this.Text439.GrowToHeight = true;
this.Text439.Guid = "01e81695c6a64128a226f80554e188d0";
this.Text439.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text439.Name = "Text439";
this.Text439.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text439__GetValue);
this.Text439.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text439.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
this.Text439.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.Text439.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text439.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text439.Indicator = null;
this.Text439.Interaction = null;
this.Text439.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text439.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text439.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel14.Interaction = null;
//
// Panel15
//
this.Panel15 = new Stimulsoft.Report.Components.StiPanel();
this.Panel15.CanGrow = true;
this.Panel15.CanShrink = true;
this.Panel15.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 0, 182, 18);
this.Panel15.Guid = "f7d1c2310f8f497c8782958b4ba278be";
this.Panel15.Name = "Panel15";
this.Panel15.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.Panel15.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image17
//
this.Image17 = new Stimulsoft.Report.Components.StiImage();
this.Image17.AspectRatio = true;
this.Image17.CanShrink = true;
this.Image17.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 2, 16, 16);
this.Image17.DataColumn = "tblReportValueParts3.PictValue1";
this.Image17.Guid = "79a581f2950841589a574e768fa184b2";
this.Image17.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image17.Name = "Image17";
this.Image17.Stretch = true;
this.Image17.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image17.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.Image17.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image17.Image = null;
this.Image17.Interaction = null;
//
// Image18
//
this.Image18 = new Stimulsoft.Report.Components.StiImage();
this.Image18.AspectRatio = true;
this.Image18.CanShrink = true;
this.Image18.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 2, 16, 16);
this.Image18.DataColumn = "tblReportValueParts3.PictValue2";
this.Image18.Guid = "5d295289b3ef40089637058ff341b84c";
this.Image18.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image18.Name = "Image18";
this.Image18.Stretch = true;
this.Image18.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image18.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.Image18.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image18.Image = null;
this.Image18.Interaction = null;
//
// Image19
//
this.Image19 = new Stimulsoft.Report.Components.StiImage();
this.Image19.AspectRatio = true;
this.Image19.CanShrink = true;
this.Image19.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(104, 2, 16, 16);
this.InitializeComponent20();
}
public void InitializeComponent20()
{
this.Image19.DataColumn = "tblReportValueParts3.PictValue3";
this.Image19.Guid = "b7c7a5dd4113498d9a59ebe4d92d9e64";
this.Image19.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image19.Name = "Image19";
this.Image19.Stretch = true;
this.Image19.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image19.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.Image19.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image19.Image = null;
this.Image19.Interaction = null;
//
// Image20
//
this.Image20 = new Stimulsoft.Report.Components.StiImage();
this.Image20.AspectRatio = true;
this.Image20.CanShrink = true;
this.Image20.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(150, 2, 16, 16);
this.Image20.DataColumn = "tblReportValueParts3.PictValue4";
this.Image20.Guid = "3a8f1ac07d674f8da670b52265d5e56b";
this.Image20.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image20.Name = "Image20";
this.Image20.Stretch = true;
this.Image20.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image20.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.Image20.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image20.Image = null;
this.Image20.Interaction = null;
this.Panel15.Interaction = null;
this.DataBand150.Interaction = null;
this.cnlDSD.ExcelSheetValue = null;
this.cnlDSD.Interaction = null;
this.cnlDSD.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.cnlDSD_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.cnlDSD_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.cnlDSD_Watermark.Image = null;
this.cnlDSD_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// cnlCLP
//
this.cnlCLP = new Stimulsoft.Report.Components.StiPage();
this.cnlCLP.Guid = "196ff9ca2f554343a20b2b49b948fb5a";
this.cnlCLP.Name = "cnlCLP";
this.cnlCLP.PageHeight = 297;
this.cnlCLP.PageWidth = 210;
this.cnlCLP.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.cnlCLP.PrintHeadersFootersFromPreviousPage = true;
this.cnlCLP.PrintOnPreviousPage = true;
this.cnlCLP.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.cnlCLP.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand79
//
this.DataBand79 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand79.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand79__GetBookmark);
this.DataBand79.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand79.DataSourceName = "tblReportValues0";
this.DataBand79.Guid = "a0a783a9c4f54c9cb3086bf3a0af1951";
this.DataBand79.Name = "DataBand79";
this.DataBand79.PrintIfDetailEmpty = true;
this.DataBand79.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand79.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.DataBand79.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand79.BusinessObjectGuid = null;
this.DataBand79.Interaction = null;
this.DataBand79.MasterComponent = null;
//
// Data194
//
this.Data194 = new Stimulsoft.Report.Components.StiDataBand();
this.Data194.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data194__GetBookmark);
this.Data194.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 10);
this.Data194.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data194.DataSourceName = "tblReportValues1";
this.Data194.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data194.Guid = "e924f1ce204047d5b34c2b94e2177463";
this.Data194.Name = "Data194";
this.Data194.PrintIfDetailEmpty = true;
this.Data194.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data194.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.Data194.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data194.BusinessObjectGuid = null;
//
// Text328
//
this.Text328 = new Stimulsoft.Report.Components.StiText();
this.Text328.CanGrow = true;
this.Text328.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text328.ComponentStyle = "TitleSub1";
this.Text328.Guid = "9f2cd58baddb4180ab7a4c8e3ad1c1cc";
this.Text328.Name = "Text328";
this.Text328.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text328__GetValue);
this.Text328.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text328.BeforePrint += new System.EventHandler(this.Text328_BeforePrint);
this.Data194.Interaction = null;
//
// Data195
//
this.Data195 = new Stimulsoft.Report.Components.StiDataBand();
this.Data195.CanShrink = true;
this.Data195.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 30, 190, 8);
this.Data195.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data195.DataSourceName = "tblReportValues2";
this.Data195.Guid = "f83db5aee6984d9087d3974dc868e451";
this.Data195.Name = "Data195";
this.Data195.PrintIfDetailEmpty = true;
this.Data195.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data195.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.Data195.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data195.BusinessObjectGuid = null;
//
// Text335
//
this.Text335 = new Stimulsoft.Report.Components.StiText();
this.Text335.CanGrow = true;
this.Text335.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text335.ComponentStyle = "TitleSub2";
this.Text335.Guid = "37ce30602e004fd393e7dd29c205fc53";
this.Text335.Name = "Text335";
this.Text335.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text335__GetValue);
this.Text335.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text335.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text335.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text335.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.Text335.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text335.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text335.BeforePrint += new System.EventHandler(this.Text335_BeforePrint);
this.Data195.Interaction = null;
//
// Data196
//
this.Data196 = new Stimulsoft.Report.Components.StiDataBand();
this.Data196.CanShrink = true;
this.Data196.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 4);
this.Data196.DataSourceName = "tblReportValueParts3";
this.Data196.Guid = "a5167e26cb6e4cbf9dc310cb4ac96fd7";
this.Data196.Name = "Data196";
this.Data196.PrintIfDetailEmpty = true;
this.Data196.Sort = new System.String[] {
"ASC",
"Order"};
this.Data196.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.Data196.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data196.BusinessObjectGuid = null;
//
// Text356
//
this.Text356 = new Stimulsoft.Report.Components.StiText();
this.Text356.CanGrow = true;
this.Text356.CanShrink = true;
this.Text356.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 42, 4);
this.Text356.ComponentStyle = "ValuesBorder";
this.Text356.BeforePrint += new System.EventHandler(this.Text356_Conditions);
this.Text356.GrowToHeight = true;
this.Text356.Name = "Text356";
this.Text356.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text356__GetValue);
this.Text356.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text356.Guid = null;
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text357
//
this.Text357 = new Stimulsoft.Report.Components.StiText();
this.Text357.CanGrow = true;
this.Text357.CanShrink = true;
this.Text357.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(62, 0, 24, 4);
this.Text357.ComponentStyle = "ValuesBorder";
this.Text357.BeforePrint += new System.EventHandler(this.Text357_Conditions);
this.Text357.GrowToHeight = true;
this.Text357.Name = "Text357";
this.Text357.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text357__GetValue);
this.Text357.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text357.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text358
//
this.Text358 = new Stimulsoft.Report.Components.StiText();
this.Text358.CanGrow = true;
this.Text358.CanShrink = true;
this.Text358.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(86, 0, 98, 4);
this.Text358.ComponentStyle = "ValuesBorder";
this.Text358.BeforePrint += new System.EventHandler(this.Text358_Conditions);
this.Text358.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text358_ConditionsTextValue);
this.Text358.GrowToHeight = true;
this.Text358.Guid = "e4942ba124a74e90ad450b825bf3de78";
this.Text358.Name = "Text358";
this.Text358.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text358__GetValue);
this.Text358.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text358.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data196.DataRelationName = null;
this.Data196.Interaction = null;
//
// DataBand220
//
this.DataBand220 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand220.CanShrink = true;
this.DataBand220.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 58, 190, 8);
this.DataBand220.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand220.DataSourceName = "tblReportValues2";
this.DataBand220.Guid = "83f8c2aa13374469b57bd7cc931d6006";
this.DataBand220.Name = "DataBand220";
this.DataBand220.PrintIfDetailEmpty = true;
this.DataBand220.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand220.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.DataBand220.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand220.BusinessObjectGuid = null;
//
// Text312
//
this.Text312 = new Stimulsoft.Report.Components.StiText();
this.Text312.CanGrow = true;
this.Text312.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text312.ComponentStyle = "TitleSub2";
this.Text312.Guid = "47f50a94adc84b0e8f60d37d90b45cb7";
this.Text312.Name = "Text312";
this.Text312.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text312__GetValue);
this.Text312.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text312.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text312.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text312.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.Text312.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text312.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text312.BeforePrint += new System.EventHandler(this.Text312_BeforePrint);
this.DataBand220.Interaction = null;
//
// DataBand221
//
this.DataBand221 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand221.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 74, 190, 0);
this.DataBand221.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand221.DataSourceName = "tblReportValues3";
this.DataBand221.Name = "DataBand221";
this.DataBand221.Sort = new System.String[0];
this.DataBand221.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.DataBand221.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand221.BusinessObjectGuid = null;
this.DataBand221.Guid = null;
this.DataBand221.Interaction = null;
//
// DataBand222
//
this.DataBand222 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand222.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 82, 190, 4);
this.DataBand222.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand222.DataSourceName = "tblReportValueParts3";
this.DataBand222.Name = "DataBand222";
this.DataBand222.Sort = new System.String[0];
this.DataBand222.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.DataBand222.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand222.BusinessObjectGuid = null;
//
// Text400
//
this.Text400 = new Stimulsoft.Report.Components.StiText();
this.Text400.CanGrow = true;
this.Text400.CanShrink = true;
this.Text400.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 66, 4);
this.Text400.ComponentStyle = "ValuesBorder";
this.Text400.BeforePrint += new System.EventHandler(this.Text400_Conditions);
this.Text400.GrowToHeight = true;
this.Text400.Guid = "82d8a6513be54502986986f96a179fe1";
this.Text400.Name = "Text400";
this.Text400.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text400__GetValue);
this.Text400.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text400.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.Text400.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text400.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text400.Indicator = null;
this.Text400.Interaction = null;
this.Text400.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text400.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text400.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text442
//
this.Text442 = new Stimulsoft.Report.Components.StiText();
this.Text442.CanGrow = true;
this.Text442.CanShrink = true;
this.Text442.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(86, 0, 98, 4);
this.Text442.ComponentStyle = "ValuesBorder";
this.Text442.BeforePrint += new System.EventHandler(this.Text442_Conditions);
this.Text442.GrowToHeight = true;
this.Text442.Guid = "7600d0afdba944cf916e4af788477885";
this.Text442.Name = "Text442";
this.Text442.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text442__GetValue);
this.Text442.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text442.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.Text442.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text442.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text442.Indicator = null;
this.Text442.Interaction = null;
this.Text442.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text442.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text442.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand222.Guid = null;
this.DataBand222.Interaction = null;
//
// DataBand223
//
this.DataBand223 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand223.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 94, 190, 4);
this.DataBand223.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand223.DataSourceName = "tblReportValueParts3";
this.DataBand223.Guid = "21021f7afbf7404ea9a611f1e6c5a7b1";
this.DataBand223.Name = "DataBand223";
this.DataBand223.Sort = new System.String[0];
this.DataBand223.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.DataBand223.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand223.BusinessObjectGuid = null;
//
// Text456
//
this.Text456 = new Stimulsoft.Report.Components.StiText();
this.Text456.CanGrow = true;
this.Text456.CanShrink = true;
this.Text456.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 66, 4);
this.Text456.ComponentStyle = "ValuesBorder";
this.Text456.BeforePrint += new System.EventHandler(this.Text456_Conditions);
this.Text456.GrowToHeight = true;
this.Text456.Guid = "47dbb84fcd6642468813a17d39d5b830";
this.Text456.Name = "Text456";
this.Text456.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text456__GetValue);
this.Text456.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text456.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.Text456.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text456.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text456.Indicator = null;
this.Text456.Interaction = null;
this.Text456.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text456.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text456.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text457
//
this.Text457 = new Stimulsoft.Report.Components.StiText();
this.Text457.CanGrow = true;
this.Text457.CanShrink = true;
this.Text457.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(86, 0, 98, 4);
this.Text457.ComponentStyle = "ValuesBorder";
this.Text457.BeforePrint += new System.EventHandler(this.Text457_Conditions);
this.Text457.GrowToHeight = true;
this.Text457.Guid = "f8d7f1eec9814f36a5ce4c05ff5d238a";
this.Text457.Name = "Text457";
this.Text457.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text457__GetValue);
this.Text457.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text457.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.Text457.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text457.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text457.Indicator = null;
this.Text457.Interaction = null;
this.Text457.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text457.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text457.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand223.Interaction = null;
//
// Data197
//
this.Data197 = new Stimulsoft.Report.Components.StiDataBand();
this.Data197.CanShrink = true;
this.Data197.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 106, 190, 8);
this.Data197.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data197.DataSourceName = "tblReportValues2";
this.Data197.Guid = "064de4df34054a678184e94f406669a9";
this.Data197.Name = "Data197";
this.Data197.PrintIfDetailEmpty = true;
this.Data197.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data197.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.Data197.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data197.BusinessObjectGuid = null;
//
// Text340
//
this.Text340 = new Stimulsoft.Report.Components.StiText();
this.Text340.CanGrow = true;
this.Text340.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text340.ComponentStyle = "TitleSub2";
this.Text340.Guid = "dc17d7087ebc4e2f9450d178a8f2fab5";
this.Text340.Name = "Text340";
this.Text340.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text340__GetValue);
this.Text340.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text340.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text340.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text340.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.Text340.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text340.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text340.BeforePrint += new System.EventHandler(this.Text340_BeforePrint);
this.Data197.Interaction = null;
//
// Data198
//
this.Data198 = new Stimulsoft.Report.Components.StiDataBand();
this.Data198.CanShrink = true;
this.Data198.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 122, 190, 0);
this.Data198.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data198.DataSourceName = "tblReportValues3";
this.Data198.Guid = "7773d2086b444c629709965b07e2c6b9";
this.Data198.Name = "Data198";
this.Data198.PrintIfDetailEmpty = true;
this.Data198.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data198.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.Data198.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data198.BusinessObjectGuid = null;
this.Data198.Interaction = null;
//
// Data199
//
this.Data199 = new Stimulsoft.Report.Components.StiDataBand();
this.Data199.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 130, 190, 20);
this.Data199.Columns = 7;
this.Data199.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.Data199.DataSourceName = "tblReportValueParts3";
this.Data199.Guid = "1f61f042ed0f419eb122135b9c238be8";
this.Data199.Name = "Data199";
this.Data199.PrintIfDetailEmpty = true;
this.Data199.Sort = new System.String[0];
this.Data199.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.Data199.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data199.BusinessObjectGuid = null;
//
// Image54
//
this.Image54 = new Stimulsoft.Report.Components.StiImage();
this.Image54.AspectRatio = true;
this.Image54.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 16, 16);
this.Image54.DataColumn = "tblReportValueParts3.PictValue1";
this.Image54.Name = "Image54";
this.Image54.Stretch = true;
this.Image54.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.Image54.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image54.Guid = null;
this.Image54.Image = null;
this.Image54.Interaction = null;
this.Data199.Interaction = null;
this.cnlCLP.ExcelSheetValue = null;
this.cnlCLP.Interaction = null;
this.cnlCLP.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.cnlCLP_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.cnlCLP_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.cnlCLP_Watermark.Image = null;
this.cnlCLP_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// cnlCLP2
//
this.cnlCLP2 = new Stimulsoft.Report.Components.StiPage();
this.cnlCLP2.Guid = "51b44dd4610444f4ba01254133932cf9";
this.cnlCLP2.Name = "cnlCLP2";
this.cnlCLP2.PageHeight = 297;
this.cnlCLP2.PageWidth = 210;
this.cnlCLP2.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.cnlCLP2.PrintHeadersFootersFromPreviousPage = true;
this.cnlCLP2.PrintOnPreviousPage = true;
this.cnlCLP2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.cnlCLP2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand173
//
this.DataBand173 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand173.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand173__GetBookmark);
this.DataBand173.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand173.DataSourceName = "tblReportValues0";
this.DataBand173.Guid = "a0a783a9c4f54c9cb3086bf3a0af1951";
this.DataBand173.Name = "DataBand173";
this.DataBand173.PrintIfDetailEmpty = true;
this.DataBand173.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand173.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.DataBand173.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand173.BusinessObjectGuid = null;
this.DataBand173.Interaction = null;
this.DataBand173.MasterComponent = null;
//
// DataBand174
//
this.DataBand174 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand174.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand174__GetBookmark);
this.DataBand174.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 2);
this.DataBand174.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand174.DataSourceName = "tblReportValues1";
this.DataBand174.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand174.Guid = "e924f1ce204047d5b34c2b94e2177463";
this.DataBand174.Name = "DataBand174";
this.DataBand174.PrintIfDetailEmpty = true;
this.DataBand174.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand174.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.DataBand174.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand174.BusinessObjectGuid = null;
this.DataBand174.Interaction = null;
//
// DataBand180
//
this.DataBand180 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand180.CanShrink = true;
this.DataBand180.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 22, 190, 8);
this.DataBand180.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand180.DataSourceName = "tblReportValues2";
this.DataBand180.Guid = "3963ac87345544de89cbaa7a89f30a04";
this.DataBand180.Name = "DataBand180";
this.DataBand180.PrintIfDetailEmpty = true;
this.DataBand180.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand180.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.DataBand180.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand180.BusinessObjectGuid = null;
//
// Text347
//
this.Text347 = new Stimulsoft.Report.Components.StiText();
this.Text347.CanGrow = true;
this.Text347.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text347.ComponentStyle = "TitleSub2";
this.Text347.Guid = "a92d4dc2ec0c4a58aaecfe5ed5f61d4d";
this.Text347.Name = "Text347";
this.Text347.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text347__GetValue);
this.Text347.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text347.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text347.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text347.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.Text347.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text347.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text347.BeforePrint += new System.EventHandler(this.Text347_BeforePrint);
this.DataBand180.Interaction = null;
//
// DataBand181
//
this.DataBand181 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand181.CanShrink = true;
this.DataBand181.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 38, 190, 6);
this.DataBand181.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand181.DataSourceName = "tblReportValues3";
this.DataBand181.Guid = "76a92167841b4092b6ffa8360bab5959";
this.DataBand181.Name = "DataBand181";
this.DataBand181.PrintIfDetailEmpty = true;
this.DataBand181.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand181.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.DataBand181.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand181.BusinessObjectGuid = null;
//
// Text348
//
this.Text348 = new Stimulsoft.Report.Components.StiText();
this.Text348.CanGrow = true;
this.Text348.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 0, 80, 4);
this.Text348.ComponentStyle = "TitleSub3";
this.Text348.Guid = "5673fe9150ee445791fafbe7be594404";
this.Text348.Name = "Text348";
this.Text348.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text348__GetValue);
this.Text348.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text348.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.Text348.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text348.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand181.Interaction = null;
//
// DataBand182
//
this.DataBand182 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand182.CanShrink = true;
this.DataBand182.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 52, 190, 4);
this.DataBand182.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand182.DataSourceName = "tblReportValues3";
this.DataBand182.Guid = "9c3fa6359dd14be4921156f12c72aa1a";
this.DataBand182.Name = "DataBand182";
this.DataBand182.PrintIfDetailEmpty = true;
this.DataBand182.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand182.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.DataBand182.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand182.BusinessObjectGuid = null;
//
// Text349
//
this.Text349 = new Stimulsoft.Report.Components.StiText();
this.Text349.CanGrow = true;
this.Text349.CanShrink = true;
this.Text349.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text349.ComponentStyle = "Values";
this.Text349.GrowToHeight = true;
this.Text349.Guid = "c3392833493e4a108090c608cea6a1d3";
this.Text349.Name = "Text349";
this.Text349.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text349__GetValue);
this.Text349.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text349.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text349.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text349.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.Text349.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text349.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand182.Interaction = null;
//
// DataBand183
//
this.DataBand183 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand183.CanShrink = true;
this.DataBand183.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 64, 190, 8);
this.DataBand183.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand183.DataSourceName = "tblReportValues3";
this.DataBand183.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand183.Guid = "90c5c83fc7bb4386b82e1964966a2ba0";
this.DataBand183.Name = "DataBand183";
this.DataBand183.PrintIfDetailEmpty = true;
this.DataBand183.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand183.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.DataBand183.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand183.BusinessObjectGuid = null;
//
// Text350
//
this.Text350 = new Stimulsoft.Report.Components.StiText();
this.Text350.CanGrow = true;
this.Text350.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2, 80, 4);
this.Text350.ComponentStyle = "TitleSub3";
this.Text350.Guid = "1178ccceb04148478dc7aaa43defb1dc";
this.Text350.Name = "Text350";
this.Text350.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text350__GetValue);
this.Text350.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text350.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.Text350.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text350.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand183.Interaction = null;
//
// DataBand184
//
this.DataBand184 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand184.CanShrink = true;
this.DataBand184.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 80, 190, 4);
this.DataBand184.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand184.DataSourceName = "tblReportValueParts3";
this.DataBand184.Guid = "dc672874d3bb4d8fb0a59563ddf9e514";
this.DataBand184.Name = "DataBand184";
this.DataBand184.PrintIfDetailEmpty = true;
this.DataBand184.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand184.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.DataBand184.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand184.BusinessObjectGuid = null;
//
// Text351
//
this.Text351 = new Stimulsoft.Report.Components.StiText();
this.Text351.CanGrow = true;
this.Text351.CanShrink = true;
this.Text351.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text351.ComponentStyle = "Values";
this.Text351.BeforePrint += new System.EventHandler(this.Text351_Conditions);
this.Text351.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text351_ConditionsTextValue);
this.Text351.GrowToHeight = true;
this.Text351.Guid = "efe768c7dd7d4a0b814d3c57c5634452";
this.Text351.Name = "Text351";
this.Text351.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text351__GetValue);
this.Text351.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text351.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text351.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text351.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.Text351.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text351.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand184.Interaction = null;
//
// DataBand185
//
this.DataBand185 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand185.CanShrink = true;
this.DataBand185.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 92, 190, 8);
this.DataBand185.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand185.DataSourceName = "tblReportValues3";
this.DataBand185.Guid = "3630038ec2ba45fa8aa03e1925d82f9f";
this.DataBand185.Name = "DataBand185";
this.DataBand185.PrintIfDetailEmpty = true;
this.DataBand185.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand185.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.DataBand185.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand185.BusinessObjectGuid = null;
//
// Text352
//
this.Text352 = new Stimulsoft.Report.Components.StiText();
this.Text352.CanGrow = true;
this.Text352.CanShrink = true;
this.Text352.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2, 80, 4);
this.Text352.ComponentStyle = "TitleSub3";
this.Text352.GrowToHeight = true;
this.Text352.Guid = "13085a101e584049bcebc2a28fc641a7";
this.Text352.Name = "Text352";
this.Text352.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text352.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text352__GetValue);
this.Text352.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text352.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.Text352.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text352.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand185.Interaction = null;
//
// DataBand186
//
this.DataBand186 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand186.CanShrink = true;
this.DataBand186.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 108, 190, 4);
this.DataBand186.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand186.DataSourceName = "tblReportValues3";
this.DataBand186.Guid = "6770125c12e6415387be07771af969e6";
this.DataBand186.Name = "DataBand186";
this.DataBand186.PrintIfDetailEmpty = true;
this.DataBand186.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand186.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.DataBand186.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand186.BusinessObjectGuid = null;
//
// Text353
//
this.Text353 = new Stimulsoft.Report.Components.StiText();
this.Text353.CanGrow = true;
this.Text353.CanShrink = true;
this.Text353.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text353.ComponentStyle = "Values";
this.Text353.BeforePrint += new System.EventHandler(this.Text353_Conditions);
this.Text353.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text353_ConditionsTextValue);
this.Text353.GrowToHeight = true;
this.Text353.Guid = "c3869274ce074d6488db8fa83caaa981";
this.Text353.Name = "Text353";
this.Text353.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text353__GetValue);
this.Text353.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text353.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text353.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.Text353.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text353.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand186.Interaction = null;
//
// DataBand187
//
this.DataBand187 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand187.CanShrink = true;
this.DataBand187.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 120, 190, 8);
this.DataBand187.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand187.DataSourceName = "tblReportValues3";
this.DataBand187.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand187.Guid = "7fd779f79f624cbe8d9e06b5a550496d";
this.DataBand187.Name = "DataBand187";
this.DataBand187.PrintIfDetailEmpty = true;
this.DataBand187.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand187.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.DataBand187.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand187.BusinessObjectGuid = null;
//
// Text368
//
this.Text368 = new Stimulsoft.Report.Components.StiText();
this.Text368.CanGrow = true;
this.Text368.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2, 80, 4);
this.Text368.ComponentStyle = "TitleSub3";
this.Text368.Name = "Text368";
this.Text368.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text368__GetValue);
this.Text368.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text368.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.Text368.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text368.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text368.Guid = null;
this.Text368.Indicator = null;
this.Text368.Interaction = null;
this.Text368.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text368.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text368.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand187.Interaction = null;
//
// DataBand188
//
this.DataBand188 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand188.CanShrink = true;
this.DataBand188.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 136, 190, 4);
this.DataBand188.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand188.DataSourceName = "tblReportValueParts3";
this.DataBand188.Name = "DataBand188";
this.DataBand188.PrintIfDetailEmpty = true;
this.DataBand188.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand188.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.DataBand188.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand188.BusinessObjectGuid = null;
//
// Text369
//
this.Text369 = new Stimulsoft.Report.Components.StiText();
this.Text369.CanGrow = true;
this.Text369.CanShrink = true;
this.Text369.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text369.ComponentStyle = "Values";
this.Text369.BeforePrint += new System.EventHandler(this.Text369_Conditions);
this.Text369.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text369_ConditionsTextValue);
this.Text369.GrowToHeight = true;
this.Text369.Guid = "a6d266bd3d6044f19da0de7ffd0b64b5";
this.Text369.Name = "Text369";
this.Text369.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text369__GetValue);
this.Text369.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text369.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text369.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text369.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.Text369.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text369.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text369.Indicator = null;
this.Text369.Interaction = null;
this.Text369.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text369.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text369.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand188.Guid = null;
this.DataBand188.Interaction = null;
//
// DataBand1
//
this.DataBand1 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand1.CanShrink = true;
this.DataBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 148, 190, 8);
this.DataBand1.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand1.DataSourceName = "tblReportValues2";
this.DataBand1.Guid = "859ddf9d77774494bb74cce5816262f1";
this.DataBand1.Name = "DataBand1";
this.DataBand1.PrintIfDetailEmpty = true;
this.DataBand1.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
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;
//
// Text2
//
this.Text2 = new Stimulsoft.Report.Components.StiText();
this.Text2.CanGrow = true;
this.Text2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2, 80, 4);
this.Text2.ComponentStyle = "TitleSub3";
this.Text2.Guid = "7ec1a409b361452c88a8c13929e6a73f";
this.Text2.Name = "Text2";
this.Text2.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text2.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text2__GetValue);
this.Text2.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text2.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
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("Calibri", 9F, System.Drawing.FontStyle.Bold);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand1.Interaction = null;
//
// DataBand190
//
this.DataBand190 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand190.CanShrink = true;
this.DataBand190.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 164, 190, 4);
this.DataBand190.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand190.DataSourceName = "tblReportValues3";
this.DataBand190.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand190.Guid = "d9daa05db4134b30bdb4a2e7e2e7c18c";
this.DataBand190.Name = "DataBand190";
this.DataBand190.PrintIfDetailEmpty = true;
this.DataBand190.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand190.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.DataBand190.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand190.BusinessObjectGuid = null;
//
// Text443
//
this.Text443 = new Stimulsoft.Report.Components.StiText();
this.Text443.CanGrow = true;
this.Text443.CanShrink = true;
this.Text443.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text443.ComponentStyle = "Values";
this.Text443.BeforePrint += new System.EventHandler(this.Text443_Conditions);
this.Text443.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text443_ConditionsTextValue);
this.Text443.GrowToHeight = true;
this.Text443.Guid = "23256683502e458db6f75477197c268a";
this.Text443.Name = "Text443";
this.Text443.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text443__GetValue);
this.Text443.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text443.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text443.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.Text443.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text443.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text443.Indicator = null;
this.Text443.Interaction = null;
this.Text443.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text443.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text443.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand190.Interaction = null;
//
// DataBand11
//
this.DataBand11 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand11.CanShrink = true;
this.DataBand11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 176, 190, 0);
this.DataBand11.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand11.DataSourceName = "tblReportValues2";
this.DataBand11.Guid = "aefda7956c1744a08e96190f9ce0f24b";
this.DataBand11.Name = "DataBand11";
this.DataBand11.PrintIfDetailEmpty = true;
this.DataBand11.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand11.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.DataBand11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand11.BusinessObjectGuid = null;
this.DataBand11.Interaction = null;
//
// DataBand191
//
this.DataBand191 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand191.CanShrink = true;
this.DataBand191.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 184, 190, 8);
this.DataBand191.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand191.DataSourceName = "tblReportValues3";
this.DataBand191.Guid = "585fb9c48e5147f4a0dd9f520567a347";
this.DataBand191.Name = "DataBand191";
this.DataBand191.PrintIfDetailEmpty = true;
this.DataBand191.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand191.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.DataBand191.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand191.BusinessObjectGuid = null;
//
// Text453
//
this.Text453 = new Stimulsoft.Report.Components.StiText();
this.Text453.CanGrow = true;
this.Text453.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2, 80, 4);
this.Text453.ComponentStyle = "TitleSub3";
this.Text453.Guid = "7a5b6df78a6b4d20ac06c2e56ce546bd";
this.Text453.Name = "Text453";
this.Text453.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text453.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text453__GetValue);
this.Text453.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text453.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.Text453.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text453.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text453.Indicator = null;
this.InitializeComponent21();
}
public void InitializeComponent21()
{
this.Text453.Interaction = null;
this.Text453.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text453.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text453.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand191.Interaction = null;
//
// DataBand192
//
this.DataBand192 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand192.CanShrink = true;
this.DataBand192.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 200, 190, 4);
this.DataBand192.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand192.DataSourceName = "tblReportValues3";
this.DataBand192.Guid = "1a3694674d564440a5e03ec1f1ea2666";
this.DataBand192.Name = "DataBand192";
this.DataBand192.PrintIfDetailEmpty = true;
this.DataBand192.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand192.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.DataBand192.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand192.BusinessObjectGuid = null;
//
// Text454
//
this.Text454 = new Stimulsoft.Report.Components.StiText();
this.Text454.CanGrow = true;
this.Text454.CanShrink = true;
this.Text454.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text454.ComponentStyle = "Values";
this.Text454.GrowToHeight = true;
this.Text454.Guid = "aa4c22d62a0140d9b299cde5c2c3cb0b";
this.Text454.Name = "Text454";
this.Text454.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text454__GetValue);
this.Text454.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text454.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text454.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text454.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.Text454.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text454.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text454.Indicator = null;
this.Text454.Interaction = null;
this.Text454.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text454.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text454.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand192.Interaction = null;
this.cnlCLP2.ExcelSheetValue = null;
this.cnlCLP2.Interaction = null;
this.cnlCLP2.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.cnlCLP2_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.cnlCLP2_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.cnlCLP2_Watermark.Image = null;
this.cnlCLP2_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// pnuUseReach
//
this.pnuUseReach = new Stimulsoft.Report.Components.StiPage();
this.pnuUseReach.Guid = "66009b3cd2904fbfb2db2ac95544352c";
this.pnuUseReach.Name = "pnuUseReach";
this.pnuUseReach.PageHeight = 297;
this.pnuUseReach.PageWidth = 210;
this.pnuUseReach.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.pnuUseReach.PrintHeadersFootersFromPreviousPage = true;
this.pnuUseReach.PrintOnPreviousPage = true;
this.pnuUseReach.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.pnuUseReach.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// pnuTitleMain
//
this.pnuTitleMain = new Stimulsoft.Report.Components.StiDataBand();
this.pnuTitleMain.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 14);
this.pnuTitleMain.DataSourceName = "tblReportValues0";
this.pnuTitleMain.Guid = "8cec3c3b7a0647b3a7af5e6efb0a7722";
this.pnuTitleMain.Name = "pnuTitleMain";
this.pnuTitleMain.PrintIfDetailEmpty = true;
this.pnuTitleMain.Sort = new System.String[0];
this.pnuTitleMain.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.pnuTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.pnuTitleMain.BusinessObjectGuid = null;
//
// Text91
//
this.Text91 = new Stimulsoft.Report.Components.StiText();
this.Text91.CanGrow = true;
this.Text91.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text91.ComponentStyle = "TitleMain";
this.Text91.Guid = "8cdc2dd0ddd24670991b813cfaa36637";
this.Text91.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text91.Name = "Text91";
this.Text91.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text91__GetValue);
this.Text91.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text91.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text91.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text91.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text91.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text91.Font = new System.Drawing.Font("Arial Black", 14F);
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.White);
this.Text91.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text91.BeforePrint += new System.EventHandler(this.Text91_BeforePrint);
this.pnuTitleMain.DataRelationName = null;
this.pnuTitleMain.Interaction = null;
this.pnuTitleMain.MasterComponent = null;
//
// DataBand6
//
this.DataBand6 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 26, 190, 10);
this.DataBand6.DataSourceName = "tblReportValues0";
this.DataBand6.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand6.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.DataBand6.Name = "DataBand6";
this.DataBand6.PrintIfDetailEmpty = true;
this.DataBand6.Sort = new System.String[] {
"ASC",
"NameOrder"};
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.FromArgb(0, 0, 0, 0));
this.DataBand6.BusinessObjectGuid = null;
//
// Text92
//
this.Text92 = new Stimulsoft.Report.Components.StiText();
this.Text92.CanGrow = true;
this.Text92.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 4, 182, 6);
this.Text92.ComponentStyle = "TitleSub1";
this.Text92.Guid = "c350ecadbe0a49209f0ed4d2bea5278d";
this.Text92.Name = "Text92";
this.Text92.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text92__GetValue);
this.Text92.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text92.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text92.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text92.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.Text92.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text92.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Text92.BeforePrint += new System.EventHandler(this.Text92_BeforePrint);
this.DataBand6.DataRelationName = null;
this.DataBand6.Interaction = null;
this.DataBand6.MasterComponent = null;
//
// DataBand7
//
this.DataBand7 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand7.CanShrink = true;
this.DataBand7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 44, 190, 6);
this.DataBand7.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand7.DataSourceName = "tblReportValues1";
this.DataBand7.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.DataBand7.Name = "DataBand7";
this.DataBand7.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand7.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.DataBand7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand7.BusinessObjectGuid = null;
//
// Text93
//
this.Text93 = new Stimulsoft.Report.Components.StiText();
this.Text93.CanGrow = true;
this.Text93.CanShrink = true;
this.Text93.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 64, 6);
this.Text93.ComponentStyle = "ValuesBorder";
this.Text93.BeforePrint += new System.EventHandler(this.Text93_Conditions);
this.Text93.GrowToHeight = true;
this.Text93.Guid = "ccb6a975102349cfbbd821e3241082c6";
this.Text93.Name = "Text93";
this.Text93.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text93.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text93__GetValue);
this.Text93.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text93.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text93.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.Text93.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text93.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text93.Indicator = null;
this.Text93.Interaction = null;
this.Text93.Margins = new Stimulsoft.Report.Components.StiMargins(5, 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);
//
// Text567
//
this.Text567 = new Stimulsoft.Report.Components.StiText();
this.Text567.CanGrow = true;
this.Text567.CanShrink = true;
this.Text567.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(84, 0, 102, 6);
this.Text567.ComponentStyle = "ValuesBorder";
this.Text567.GrowToHeight = true;
this.Text567.Guid = "7ef04244ac8a493ea5499bff560334f9";
this.Text567.Name = "Text567";
this.Text567.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text567__GetValue);
this.Text567.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text567.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text567.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text567.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.Text567.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text567.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text567.Indicator = null;
this.Text567.Interaction = null;
this.Text567.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text567.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text567.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand7.Interaction = null;
this.pnuUseReach.ExcelSheetValue = null;
this.pnuUseReach.Interaction = null;
this.pnuUseReach.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.pnuUseReach_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.pnuUseReach_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.pnuUseReach_Watermark.Image = null;
this.pnuUseReach_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// pnuCandList
//
this.pnuCandList = new Stimulsoft.Report.Components.StiPage();
this.pnuCandList.Guid = "d8d228817bbb49999f0ef43ab97768e0";
this.pnuCandList.Name = "pnuCandList";
this.pnuCandList.PageHeight = 297;
this.pnuCandList.PageWidth = 210;
this.pnuCandList.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.pnuCandList.PrintHeadersFootersFromPreviousPage = true;
this.pnuCandList.PrintOnPreviousPage = true;
this.pnuCandList.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.pnuCandList.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand32
//
this.DataBand32 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand32.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 10);
this.DataBand32.DataSourceName = "tblReportValues0";
this.DataBand32.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.DataBand32.Name = "DataBand32";
this.DataBand32.PrintIfDetailEmpty = true;
this.DataBand32.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand32.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.DataBand32.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand32.BusinessObjectGuid = null;
//
// Text538
//
this.Text538 = new Stimulsoft.Report.Components.StiText();
this.Text538.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 6, 8, 4);
this.Text538.ComponentStyle = "Variables";
this.Text538.Enabled = false;
this.Text538.Guid = "2edc84cf6eda42cb9739186ae2343648";
this.Text538.Name = "Text538";
this.Text538.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text538__GetValue);
this.Text538.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text538.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text538.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text538.Indicator = null;
this.Text538.Interaction = null;
this.Text538.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text538.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
this.Text538.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.CanGrow = true;
this.Text354.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 4, 182, 6);
this.Text354.ComponentStyle = "TitleSub1";
this.Text354.Guid = "adf6d5a25c1245908bf52ac0463fef48";
this.Text354.Name = "Text354";
this.Text354.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text354__GetValue);
this.Text354.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text354.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text354.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text354.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.Text354.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text354.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text354.BeforePrint += new System.EventHandler(this.Text354_BeforePrint);
this.DataBand32.DataRelationName = null;
this.DataBand32.Interaction = null;
this.DataBand32.MasterComponent = null;
//
// DataBand35
//
this.DataBand35 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand35.CanShrink = true;
this.DataBand35.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 22, 190, 8);
this.DataBand35.DataSourceName = "tblReportValues1";
this.DataBand35.Guid = "f267bb53db7f48b89c1232ff5e85609e";
this.DataBand35.Name = "DataBand35";
this.DataBand35.PrintIfDetailEmpty = true;
this.DataBand35.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand35.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.DataBand35.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand35.BusinessObjectGuid = null;
//
// Text539
//
this.Text539 = new Stimulsoft.Report.Components.StiText();
this.Text539.CanGrow = true;
this.Text539.CanShrink = true;
this.Text539.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 2, 174, 6);
this.Text539.ComponentStyle = "Values";
this.Text539.Guid = "7b623723967141f58d671922d582bee1";
this.Text539.Name = "Text539";
this.Text539.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text539__GetValue);
this.Text539.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text539.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text539.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.Text539.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text539.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text539.Indicator = null;
this.Text539.Interaction = null;
this.Text539.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text539.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text539.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text539.BeforePrint += new System.EventHandler(this.Text539_BeforePrint);
//
// Text540
//
this.Text540 = new Stimulsoft.Report.Components.StiText();
this.Text540.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2, 8, 6);
this.Text540.ComponentStyle = "Variables";
this.Text540.Enabled = false;
this.Text540.Guid = "4a23062f675c466499b440d91c9bb550";
this.Text540.Name = "Text540";
this.Text540.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text540__GetValue);
this.Text540.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text540.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text540.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text540.Indicator = null;
this.Text540.Interaction = null;
this.Text540.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text540.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
this.Text540.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand35.DataRelationName = null;
this.DataBand35.Interaction = null;
//
// DataBand36
//
this.DataBand36 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand36.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 38, 190, 2);
this.DataBand36.BeforePrint += new System.EventHandler(this.DataBand36_Conditions);
this.DataBand36.DataSourceName = "tblReportValues1";
this.DataBand36.Guid = "10d7af1aab334823b34c4a302a6eb65d";
this.DataBand36.Name = "DataBand36";
this.DataBand36.PrintIfDetailEmpty = true;
this.DataBand36.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand36.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.DataBand36.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand36.BusinessObjectGuid = null;
this.DataBand36.DataRelationName = null;
this.DataBand36.Interaction = null;
this.DataBand36.BeginRender += new System.EventHandler(this.DataBand36_BeginRender);
//
// DataBand37
//
this.DataBand37 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand37.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 48, 190, 8);
this.DataBand37.BeforePrint += new System.EventHandler(this.DataBand37_Conditions);
this.DataBand37.DataSourceName = "tblReportValues1";
this.DataBand37.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.DataBand37.Name = "DataBand37";
this.DataBand37.PrintIfDetailEmpty = true;
this.DataBand37.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand37.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.DataBand37.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand37.BusinessObjectGuid = null;
//
// Text541
//
this.Text541 = new Stimulsoft.Report.Components.StiText();
this.Text541.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text541.ComponentStyle = "TitleSub2";
this.Text541.Guid = "b7470b2ba337465c8ccd0a7057d6af13";
this.Text541.Name = "Text541";
this.Text541.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text541__GetValue);
this.Text541.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text541.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text541.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.Text541.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text541.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text541.Indicator = null;
this.Text541.Interaction = null;
this.Text541.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text541.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text541.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text542
//
this.Text542 = new Stimulsoft.Report.Components.StiText();
this.Text542.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2, 8, 4);
this.Text542.ComponentStyle = "Variables";
this.Text542.Enabled = false;
this.Text542.Name = "Text542";
this.Text542.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text542__GetValue);
this.Text542.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text542.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text542.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text542.Guid = null;
this.Text542.Indicator = null;
this.Text542.Interaction = null;
this.Text542.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text542.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
this.Text542.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand37.DataRelationName = null;
this.DataBand37.Interaction = null;
//
// DataBand38
//
this.DataBand38 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand38.CanShrink = true;
this.DataBand38.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 64, 190, 8);
this.DataBand38.BeforePrint += new System.EventHandler(this.DataBand38_Conditions);
this.DataBand38.DataRelationName = "tblReportValues1_tblReportValueParts1";
this.DataBand38.DataSourceName = "tblReportValueParts1";
this.DataBand38.Name = "DataBand38";
this.DataBand38.PrintIfDetailEmpty = true;
this.DataBand38.Sort = new System.String[] {
"ASC",
"virt_prod_bignr",
"ASC",
"Order"};
this.DataBand38.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.DataBand38.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand38.BusinessObjectGuid = null;
//
// Text543
//
this.Text543 = new Stimulsoft.Report.Components.StiText();
this.Text543.CanGrow = true;
this.Text543.CanShrink = true;
this.Text543.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 40, 8);
this.Text543.ComponentStyle = "ValuesBorder";
this.Text543.BeforePrint += new System.EventHandler(this.Text543_Conditions);
this.Text543.GrowToHeight = true;
this.Text543.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text543.Name = "Text543";
this.Text543.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text543__GetValue);
this.Text543.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text543.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text543.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.Text543.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text543.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text543.Guid = null;
this.Text543.Indicator = null;
this.Text543.Interaction = null;
this.Text543.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text543.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text543.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text544
//
this.Text544 = new Stimulsoft.Report.Components.StiText();
this.Text544.CanGrow = true;
this.Text544.CanShrink = true;
this.Text544.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 46, 8);
this.Text544.ComponentStyle = "ValuesBorder";
this.Text544.BeforePrint += new System.EventHandler(this.Text544_Conditions);
this.Text544.GrowToHeight = true;
this.Text544.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text544.Name = "Text544";
this.Text544.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text544__GetValue);
this.Text544.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text544.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text544.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.Text544.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text544.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text544.Guid = null;
this.Text544.Indicator = null;
this.Text544.Interaction = null;
this.Text544.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text544.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text544.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text545
//
this.Text545 = new Stimulsoft.Report.Components.StiText();
this.Text545.CanGrow = true;
this.Text545.CanShrink = true;
this.Text545.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(138, 0, 20, 8);
this.Text545.ComponentStyle = "ValuesBorder";
this.Text545.BeforePrint += new System.EventHandler(this.Text545_Conditions);
this.Text545.GrowToHeight = true;
this.Text545.Guid = "32b69035b0ec48288d9e7c45716d9509";
this.Text545.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text545.Name = "Text545";
this.Text545.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text545__GetValue);
this.Text545.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text545.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text545.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.Text545.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text545.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text545.Indicator = null;
this.Text545.Interaction = null;
this.Text545.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text545.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text545.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text546
//
this.Text546 = new Stimulsoft.Report.Components.StiText();
this.Text546.CanGrow = true;
this.Text546.CanShrink = true;
this.Text546.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(118, 0, 20, 8);
this.Text546.ComponentStyle = "ValuesBorder";
this.Text546.BeforePrint += new System.EventHandler(this.Text546_Conditions);
this.Text546.GrowToHeight = true;
this.Text546.Guid = "49dfee69dfcc41839c0f0eafeffb772b";
this.Text546.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text546.Name = "Text546";
this.Text546.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text546__GetValue);
this.Text546.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text546.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text546.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.Text546.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text546.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text546.Indicator = null;
this.Text546.Interaction = null;
this.Text546.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text546.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text546.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text557
//
this.Text557 = new Stimulsoft.Report.Components.StiText();
this.Text557.CanGrow = true;
this.Text557.CanShrink = true;
this.Text557.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(98, 0, 20, 8);
this.Text557.ComponentStyle = "ValuesBorder";
this.Text557.BeforePrint += new System.EventHandler(this.Text557_Conditions);
this.Text557.GrowToHeight = true;
this.Text557.Guid = "297b741e6c5744b9b7de6f91fb36c86a";
this.Text557.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text557.Name = "Text557";
this.Text557.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text557__GetValue);
this.Text557.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text557.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text557.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.Text557.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text557.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text557.Indicator = null;
this.Text557.Interaction = null;
this.Text557.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text557.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text557.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text558
//
this.Text558 = new Stimulsoft.Report.Components.StiText();
this.Text558.CanGrow = true;
this.Text558.CanShrink = true;
this.Text558.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(158, 0, 30, 8);
this.Text558.ComponentStyle = "ValuesBorder";
this.Text558.BeforePrint += new System.EventHandler(this.Text558_Conditions);
this.Text558.GrowToHeight = true;
this.Text558.Guid = "beba8254a72d4dfcbf8f7ad90dac7980";
this.Text558.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text558.Name = "Text558";
this.Text558.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text558__GetValue);
this.Text558.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text558.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text558.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.Text558.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text558.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text558.Indicator = null;
this.Text558.Interaction = null;
this.Text558.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text558.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text558.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand38.Guid = null;
this.DataBand38.Interaction = null;
//
// DataBand39
//
this.DataBand39 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand39.CanShrink = true;
this.DataBand39.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 80, 190, 8);
this.DataBand39.BeforePrint += new System.EventHandler(this.DataBand39_Conditions);
this.DataBand39.DataRelationName = "tblReportValues1_tblReportValueParts1";
this.DataBand39.DataSourceName = "tblReportValueParts1";
this.DataBand39.Guid = "662477b98c604751a7949af55d6ecff5";
this.DataBand39.Name = "DataBand39";
this.DataBand39.PrintIfDetailEmpty = true;
this.DataBand39.Sort = new System.String[] {
"ASC",
"virt_prod_bignr",
"ASC",
"Order"};
this.DataBand39.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.DataBand39.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand39.BusinessObjectGuid = null;
//
// Text560
//
this.Text560 = new Stimulsoft.Report.Components.StiText();
this.Text560.CanGrow = true;
this.Text560.CanShrink = true;
this.Text560.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 40, 8);
this.Text560.ComponentStyle = "ValuesBorder";
this.Text560.BeforePrint += new System.EventHandler(this.Text560_Conditions);
this.Text560.GrowToHeight = true;
this.Text560.Guid = "0e249f88499541ff81523d058996c7aa";
this.Text560.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text560.Name = "Text560";
this.Text560.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text560__GetValue);
this.Text560.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text560.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text560.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.Text560.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text560.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text560.Indicator = null;
this.Text560.Interaction = null;
this.Text560.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text560.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text560.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text561
//
this.Text561 = new Stimulsoft.Report.Components.StiText();
this.Text561.CanGrow = true;
this.Text561.CanShrink = true;
this.Text561.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 46, 8);
this.Text561.ComponentStyle = "ValuesBorder";
this.Text561.BeforePrint += new System.EventHandler(this.Text561_Conditions);
this.Text561.GrowToHeight = true;
this.Text561.Guid = "eaa0d7c438504ce9b4dcf357366f151f";
this.Text561.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text561.Name = "Text561";
this.Text561.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text561__GetValue);
this.Text561.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text561.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text561.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.Text561.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text561.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text561.Indicator = null;
this.Text561.Interaction = null;
this.Text561.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text561.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text561.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text562
//
this.Text562 = new Stimulsoft.Report.Components.StiText();
this.Text562.CanGrow = true;
this.Text562.CanShrink = true;
this.Text562.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(138, 0, 20, 8);
this.Text562.ComponentStyle = "ValuesBorder";
this.Text562.BeforePrint += new System.EventHandler(this.Text562_Conditions);
this.Text562.GrowToHeight = true;
this.Text562.Guid = "17e1932d11874e248b697e2e3ae7654f";
this.Text562.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text562.Name = "Text562";
this.Text562.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text562__GetValue);
this.Text562.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text562.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text562.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.Text562.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text562.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text562.Indicator = null;
this.Text562.Interaction = null;
this.Text562.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text562.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text562.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text563
//
this.Text563 = new Stimulsoft.Report.Components.StiText();
this.Text563.CanGrow = true;
this.Text563.CanShrink = true;
this.Text563.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(118, 0, 20, 8);
this.Text563.ComponentStyle = "ValuesBorder";
this.Text563.BeforePrint += new System.EventHandler(this.Text563_Conditions);
this.Text563.GrowToHeight = true;
this.Text563.Guid = "d4003b26a059445dbd78036d97d82ff2";
this.Text563.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text563.Name = "Text563";
this.Text563.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text563__GetValue);
this.Text563.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text563.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text563.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.Text563.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text563.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text563.Indicator = null;
this.Text563.Interaction = null;
this.Text563.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text563.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text563.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text564
//
this.Text564 = new Stimulsoft.Report.Components.StiText();
this.Text564.CanGrow = true;
this.Text564.CanShrink = true;
this.Text564.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(98, 0, 20, 8);
this.Text564.ComponentStyle = "ValuesBorder";
this.Text564.BeforePrint += new System.EventHandler(this.Text564_Conditions);
this.Text564.GrowToHeight = true;
this.Text564.Guid = "e34ee939b0f44ee28f537a17697a813e";
this.Text564.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text564.Name = "Text564";
this.Text564.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text564__GetValue);
this.Text564.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text564.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text564.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.Text564.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text564.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text564.Indicator = null;
this.Text564.Interaction = null;
this.Text564.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text564.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text564.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text565
//
this.Text565 = new Stimulsoft.Report.Components.StiText();
this.Text565.CanGrow = true;
this.Text565.CanShrink = true;
this.Text565.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(158, 0, 30, 8);
this.Text565.ComponentStyle = "ValuesBorder";
this.Text565.BeforePrint += new System.EventHandler(this.Text565_Conditions);
this.Text565.GrowToHeight = true;
this.Text565.Guid = "96f2903bfd234b2faec37235bb7f1e9e";
this.Text565.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text565.Name = "Text565";
this.Text565.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text565__GetValue);
this.Text565.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text565.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text565.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.Text565.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text565.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text565.Indicator = null;
this.Text565.Interaction = null;
this.Text565.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text565.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text565.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand39.Interaction = null;
//
// DataBand40
//
this.DataBand40 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand40.CanShrink = true;
this.DataBand40.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 96, 190, 4);
this.DataBand40.BeforePrint += new System.EventHandler(this.DataBand40_Conditions);
this.DataBand40.Name = "DataBand40";
this.DataBand40.Sort = new System.String[0];
this.DataBand40.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.DataBand40.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand40.Guid = null;
this.DataBand40.Interaction = null;
this.DataBand40.MasterComponent = null;
this.DataBand40.AfterPrint += new System.EventHandler(this.DataBand40_AfterPrint);
this.pnuCandList.ExcelSheetValue = null;
this.pnuCandList.Interaction = null;
this.pnuCandList.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.pnuCandList_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.pnuCandList_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.pnuCandList_Watermark.Image = null;
this.pnuCandList_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.pnuCandList.BeginRender += new System.EventHandler(this.pnuCandList_BeginRender);
//
// pnuXIV
//
this.pnuXIV = new Stimulsoft.Report.Components.StiPage();
this.pnuXIV.Guid = "17be6967d9844c07b7995a2fc6cd09f5";
this.pnuXIV.Name = "pnuXIV";
this.pnuXIV.PageHeight = 297;
this.pnuXIV.PageWidth = 210;
this.pnuXIV.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.pnuXIV.PrintHeadersFootersFromPreviousPage = true;
this.pnuXIV.PrintOnPreviousPage = true;
this.pnuXIV.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.pnuXIV.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand15
//
this.DataBand15 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand15.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 10);
this.DataBand15.DataSourceName = "tblReportValues0";
this.DataBand15.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.DataBand15.Name = "DataBand15";
this.DataBand15.PrintIfDetailEmpty = true;
this.DataBand15.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand15.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.DataBand15.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand15.BusinessObjectGuid = null;
//
// Text526
//
this.Text526 = new Stimulsoft.Report.Components.StiText();
this.Text526.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 6, 8, 4);
this.Text526.ComponentStyle = "Variables";
this.Text526.Enabled = false;
this.Text526.Guid = "2edc84cf6eda42cb9739186ae2343648";
this.Text526.Name = "Text526";
this.Text526.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text526__GetValue);
this.Text526.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text526.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text526.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text526.Indicator = null;
this.Text526.Interaction = null;
this.Text526.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text526.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
this.Text526.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.CanGrow = true;
this.Text355.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 4, 182, 6);
this.Text355.ComponentStyle = "TitleSub1";
this.Text355.Guid = "b2e18990f9074e45861ebde25d40a38c";
this.Text355.Name = "Text355";
this.Text355.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text355__GetValue);
this.Text355.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text355.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text355.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text355.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.Text355.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text355.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text355.BeforePrint += new System.EventHandler(this.Text355_BeforePrint);
this.DataBand15.DataRelationName = null;
this.DataBand15.Interaction = null;
this.DataBand15.MasterComponent = null;
//
// DataBand26
//
this.DataBand26 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand26.CanShrink = true;
this.DataBand26.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 22, 190, 8);
this.DataBand26.DataSourceName = "tblReportValues1";
this.DataBand26.Guid = "f267bb53db7f48b89c1232ff5e85609e";
this.DataBand26.Name = "DataBand26";
this.DataBand26.PrintIfDetailEmpty = true;
this.DataBand26.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand26.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.DataBand26.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand26.BusinessObjectGuid = null;
//
// Text527
//
this.Text527 = new Stimulsoft.Report.Components.StiText();
this.Text527.CanGrow = true;
this.Text527.CanShrink = true;
this.Text527.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 2, 174, 6);
this.Text527.ComponentStyle = "Values";
this.Text527.Guid = "7b623723967141f58d671922d582bee1";
this.Text527.Name = "Text527";
this.Text527.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text527__GetValue);
this.Text527.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text527.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text527.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.Text527.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text527.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text527.Indicator = null;
this.Text527.Interaction = null;
this.Text527.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text527.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text527.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text527.BeforePrint += new System.EventHandler(this.Text527_BeforePrint);
//
// Text528
//
this.Text528 = new Stimulsoft.Report.Components.StiText();
this.Text528.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2, 8, 6);
this.Text528.ComponentStyle = "Variables";
this.Text528.Enabled = false;
this.Text528.Guid = "4a23062f675c466499b440d91c9bb550";
this.Text528.Name = "Text528";
this.Text528.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text528__GetValue);
this.Text528.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text528.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text528.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text528.Indicator = null;
this.Text528.Interaction = null;
this.Text528.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text528.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
this.Text528.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand26.DataRelationName = null;
this.DataBand26.Interaction = null;
//
// DataBand31
//
this.DataBand31 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand31.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 38, 190, 2);
this.DataBand31.BeforePrint += new System.EventHandler(this.DataBand31_Conditions);
this.DataBand31.DataSourceName = "tblReportValues1";
this.DataBand31.Guid = "10d7af1aab334823b34c4a302a6eb65d";
this.DataBand31.Name = "DataBand31";
this.DataBand31.PrintIfDetailEmpty = true;
this.DataBand31.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand31.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.DataBand31.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand31.BusinessObjectGuid = null;
this.DataBand31.DataRelationName = null;
this.DataBand31.Interaction = null;
this.DataBand31.BeginRender += new System.EventHandler(this.DataBand31_BeginRender);
//
// DataBand27
//
this.DataBand27 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand27.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 48, 190, 8);
this.DataBand27.BeforePrint += new System.EventHandler(this.DataBand27_Conditions);
this.DataBand27.DataSourceName = "tblReportValues1";
this.DataBand27.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.DataBand27.Name = "DataBand27";
this.DataBand27.PrintIfDetailEmpty = true;
this.DataBand27.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand27.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.DataBand27.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand27.BusinessObjectGuid = null;
//
// Text529
//
this.Text529 = new Stimulsoft.Report.Components.StiText();
this.Text529.CanGrow = true;
this.Text529.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text529.ComponentStyle = "TitleSub2";
this.Text529.Guid = "b7470b2ba337465c8ccd0a7057d6af13";
this.Text529.Name = "Text529";
this.Text529.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text529__GetValue);
this.Text529.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text529.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text529.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.Text529.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text529.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text529.Indicator = null;
this.Text529.Interaction = null;
this.Text529.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text529.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text529.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text530
//
this.Text530 = new Stimulsoft.Report.Components.StiText();
this.Text530.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2, 8, 4);
this.Text530.ComponentStyle = "Variables";
this.Text530.Enabled = false;
this.Text530.Name = "Text530";
this.Text530.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text530__GetValue);
this.Text530.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text530.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text530.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text530.Guid = null;
this.Text530.Indicator = null;
this.Text530.Interaction = null;
this.Text530.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text530.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
this.Text530.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand27.DataRelationName = null;
this.DataBand27.Interaction = null;
//
// DataBand28
//
this.DataBand28 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand28.CanShrink = true;
this.DataBand28.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 64, 190, 8);
this.DataBand28.BeforePrint += new System.EventHandler(this.DataBand28_Conditions);
this.DataBand28.DataRelationName = "tblReportValues1_tblReportValueParts1";
this.DataBand28.DataSourceName = "tblReportValueParts1";
this.DataBand28.Name = "DataBand28";
this.DataBand28.PrintIfDetailEmpty = true;
this.DataBand28.Sort = new System.String[] {
"ASC",
"virt_prod_bignr",
"ASC",
"Order"};
this.DataBand28.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.DataBand28.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand28.BusinessObjectGuid = null;
//
// Text532
//
this.Text532 = new Stimulsoft.Report.Components.StiText();
this.Text532.CanGrow = true;
this.Text532.CanShrink = true;
this.Text532.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24, 0, 46, 8);
this.Text532.ComponentStyle = "ValuesBorder";
this.Text532.BeforePrint += new System.EventHandler(this.Text532_Conditions);
this.Text532.GrowToHeight = true;
this.Text532.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text532.Name = "Text532";
this.Text532.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text532__GetValue);
this.Text532.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text532.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text532.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.Text532.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text532.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text532.Guid = null;
this.Text532.Indicator = null;
this.Text532.Interaction = null;
this.Text532.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text532.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text532.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text533
//
this.Text533 = new Stimulsoft.Report.Components.StiText();
this.Text533.CanGrow = true;
this.Text533.CanShrink = true;
this.Text533.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 12, 8);
this.Text533.ComponentStyle = "ValuesBorder";
this.Text533.BeforePrint += new System.EventHandler(this.Text533_Conditions);
this.Text533.GrowToHeight = true;
this.Text533.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text533.Name = "Text533";
this.Text533.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text533__GetValue);
this.Text533.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.InitializeComponent22();
}
public void InitializeComponent22()
{
this.Text533.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text533.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.Text533.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text533.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text533.Guid = null;
this.Text533.Indicator = null;
this.Text533.Interaction = null;
this.Text533.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text533.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text533.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text504
//
this.Text504 = new Stimulsoft.Report.Components.StiText();
this.Text504.CanGrow = true;
this.Text504.CanShrink = true;
this.Text504.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(110, 0, 20, 8);
this.Text504.ComponentStyle = "ValuesBorder";
this.Text504.BeforePrint += new System.EventHandler(this.Text504_Conditions);
this.Text504.GrowToHeight = true;
this.Text504.Guid = "32b69035b0ec48288d9e7c45716d9509";
this.Text504.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text504.Name = "Text504";
this.Text504.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text504__GetValue);
this.Text504.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text504.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text504.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.Text504.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text504.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text504.Indicator = null;
this.Text504.Interaction = null;
this.Text504.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text504.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text504.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text548
//
this.Text548 = new Stimulsoft.Report.Components.StiText();
this.Text548.CanGrow = true;
this.Text548.CanShrink = true;
this.Text548.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(90, 0, 20, 8);
this.Text548.ComponentStyle = "ValuesBorder";
this.Text548.BeforePrint += new System.EventHandler(this.Text548_Conditions);
this.Text548.GrowToHeight = true;
this.Text548.Guid = "49dfee69dfcc41839c0f0eafeffb772b";
this.Text548.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text548.Name = "Text548";
this.Text548.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text548__GetValue);
this.Text548.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text548.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text548.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.Text548.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text548.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text548.Indicator = null;
this.Text548.Interaction = null;
this.Text548.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text548.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text548.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text549
//
this.Text549 = new Stimulsoft.Report.Components.StiText();
this.Text549.CanGrow = true;
this.Text549.CanShrink = true;
this.Text549.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(70, 0, 20, 8);
this.Text549.ComponentStyle = "ValuesBorder";
this.Text549.BeforePrint += new System.EventHandler(this.Text549_Conditions);
this.Text549.GrowToHeight = true;
this.Text549.Guid = "297b741e6c5744b9b7de6f91fb36c86a";
this.Text549.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text549.Name = "Text549";
this.Text549.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text549__GetValue);
this.Text549.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text549.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text549.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.Text549.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text549.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text549.Indicator = null;
this.Text549.Interaction = null;
this.Text549.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text549.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text549.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text550
//
this.Text550 = new Stimulsoft.Report.Components.StiText();
this.Text550.CanGrow = true;
this.Text550.CanShrink = true;
this.Text550.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(130, 0, 38, 8);
this.Text550.ComponentStyle = "ValuesBorder";
this.Text550.BeforePrint += new System.EventHandler(this.Text550_Conditions);
this.Text550.GrowToHeight = true;
this.Text550.Guid = "beba8254a72d4dfcbf8f7ad90dac7980";
this.Text550.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text550.Name = "Text550";
this.Text550.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text550__GetValue);
this.Text550.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text550.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text550.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.Text550.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text550.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text550.Indicator = null;
this.Text550.Interaction = null;
this.Text550.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text550.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text550.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text551
//
this.Text551 = new Stimulsoft.Report.Components.StiText();
this.Text551.CanGrow = true;
this.Text551.CanShrink = true;
this.Text551.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(168, 0, 20, 8);
this.Text551.ComponentStyle = "ValuesBorder";
this.Text551.BeforePrint += new System.EventHandler(this.Text551_Conditions);
this.Text551.GrowToHeight = true;
this.Text551.Guid = "74098e0b2ee945d391fb8e364615d21b";
this.Text551.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text551.Name = "Text551";
this.Text551.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text551__GetValue);
this.Text551.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text551.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text551.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.Text551.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text551.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text551.Indicator = null;
this.Text551.Interaction = null;
this.Text551.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text551.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text551.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand28.Guid = null;
this.DataBand28.Interaction = null;
//
// DataBand29
//
this.DataBand29 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand29.CanShrink = true;
this.DataBand29.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 80, 190, 8);
this.DataBand29.BeforePrint += new System.EventHandler(this.DataBand29_Conditions);
this.DataBand29.DataRelationName = "tblReportValues1_tblReportValueParts1";
this.DataBand29.DataSourceName = "tblReportValueParts1";
this.DataBand29.Guid = "662477b98c604751a7949af55d6ecff5";
this.DataBand29.Name = "DataBand29";
this.DataBand29.PrintIfDetailEmpty = true;
this.DataBand29.Sort = new System.String[] {
"ASC",
"virt_prod_bignr",
"ASC",
"Order"};
this.DataBand29.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.DataBand29.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand29.BusinessObjectGuid = null;
//
// Text536
//
this.Text536 = new Stimulsoft.Report.Components.StiText();
this.Text536.CanGrow = true;
this.Text536.CanShrink = true;
this.Text536.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24, 0, 46, 8);
this.Text536.ComponentStyle = "ValuesBorder";
this.Text536.BeforePrint += new System.EventHandler(this.Text536_Conditions);
this.Text536.GrowToHeight = true;
this.Text536.Guid = "0e249f88499541ff81523d058996c7aa";
this.Text536.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text536.Name = "Text536";
this.Text536.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text536__GetValue);
this.Text536.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text536.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text536.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.Text536.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text536.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text536.Indicator = null;
this.Text536.Interaction = null;
this.Text536.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text536.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text536.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text537
//
this.Text537 = new Stimulsoft.Report.Components.StiText();
this.Text537.CanGrow = true;
this.Text537.CanShrink = true;
this.Text537.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 12, 8);
this.Text537.ComponentStyle = "ValuesBorder";
this.Text537.BeforePrint += new System.EventHandler(this.Text537_Conditions);
this.Text537.GrowToHeight = true;
this.Text537.Guid = "eaa0d7c438504ce9b4dcf357366f151f";
this.Text537.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text537.Name = "Text537";
this.Text537.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text537__GetValue);
this.Text537.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text537.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text537.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.Text537.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text537.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text537.Indicator = null;
this.Text537.Interaction = null;
this.Text537.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text537.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text537.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text552
//
this.Text552 = new Stimulsoft.Report.Components.StiText();
this.Text552.CanGrow = true;
this.Text552.CanShrink = true;
this.Text552.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(110, 0, 20, 8);
this.Text552.ComponentStyle = "ValuesBorder";
this.Text552.BeforePrint += new System.EventHandler(this.Text552_Conditions);
this.Text552.GrowToHeight = true;
this.Text552.Guid = "17e1932d11874e248b697e2e3ae7654f";
this.Text552.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text552.Name = "Text552";
this.Text552.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text552__GetValue);
this.Text552.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text552.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text552.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.Text552.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text552.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text552.Indicator = null;
this.Text552.Interaction = null;
this.Text552.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text552.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text552.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text553
//
this.Text553 = new Stimulsoft.Report.Components.StiText();
this.Text553.CanGrow = true;
this.Text553.CanShrink = true;
this.Text553.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(90, 0, 20, 8);
this.Text553.ComponentStyle = "ValuesBorder";
this.Text553.BeforePrint += new System.EventHandler(this.Text553_Conditions);
this.Text553.GrowToHeight = true;
this.Text553.Guid = "d4003b26a059445dbd78036d97d82ff2";
this.Text553.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text553.Name = "Text553";
this.Text553.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text553__GetValue);
this.Text553.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text553.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text553.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.Text553.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text553.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text553.Indicator = null;
this.Text553.Interaction = null;
this.Text553.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text553.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text553.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text554
//
this.Text554 = new Stimulsoft.Report.Components.StiText();
this.Text554.CanGrow = true;
this.Text554.CanShrink = true;
this.Text554.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(70, 0, 20, 8);
this.Text554.ComponentStyle = "ValuesBorder";
this.Text554.BeforePrint += new System.EventHandler(this.Text554_Conditions);
this.Text554.GrowToHeight = true;
this.Text554.Guid = "e34ee939b0f44ee28f537a17697a813e";
this.Text554.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text554.Name = "Text554";
this.Text554.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text554__GetValue);
this.Text554.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text554.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text554.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.Text554.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text554.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text554.Indicator = null;
this.Text554.Interaction = null;
this.Text554.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text554.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text554.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text555
//
this.Text555 = new Stimulsoft.Report.Components.StiText();
this.Text555.CanGrow = true;
this.Text555.CanShrink = true;
this.Text555.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(130, 0, 38, 8);
this.Text555.ComponentStyle = "ValuesBorder";
this.Text555.BeforePrint += new System.EventHandler(this.Text555_Conditions);
this.Text555.GrowToHeight = true;
this.Text555.Guid = "96f2903bfd234b2faec37235bb7f1e9e";
this.Text555.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text555.Name = "Text555";
this.Text555.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text555__GetValue);
this.Text555.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text555.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text555.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.Text555.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text555.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text555.Indicator = null;
this.Text555.Interaction = null;
this.Text555.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text555.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text555.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text556
//
this.Text556 = new Stimulsoft.Report.Components.StiText();
this.Text556.CanGrow = true;
this.Text556.CanShrink = true;
this.Text556.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(168, 0, 20, 8);
this.Text556.ComponentStyle = "ValuesBorder";
this.Text556.BeforePrint += new System.EventHandler(this.Text556_Conditions);
this.Text556.GrowToHeight = true;
this.Text556.Guid = "88fef99e7dd14680a2f12579a82cb737";
this.Text556.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text556.Name = "Text556";
this.Text556.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text556__GetValue);
this.Text556.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text556.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text556.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.Text556.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text556.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text556.Indicator = null;
this.Text556.Interaction = null;
this.Text556.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text556.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text556.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand29.Interaction = null;
//
// DataBand33
//
this.DataBand33 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand33.CanShrink = true;
this.DataBand33.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 96, 190, 4);
this.DataBand33.BeforePrint += new System.EventHandler(this.DataBand33_Conditions);
this.DataBand33.Name = "DataBand33";
this.DataBand33.Sort = new System.String[0];
this.DataBand33.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.DataBand33.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand33.Guid = null;
this.DataBand33.Interaction = null;
this.DataBand33.MasterComponent = null;
this.DataBand33.AfterPrint += new System.EventHandler(this.DataBand33_AfterPrint);
this.pnuXIV.ExcelSheetValue = null;
this.pnuXIV.Interaction = null;
this.pnuXIV.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.pnuXIV_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.pnuXIV_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.pnuXIV_Watermark.Image = null;
this.pnuXIV_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.pnuXIV.BeginRender += new System.EventHandler(this.pnuXIV_BeginRender);
//
// pnuXVII
//
this.pnuXVII = new Stimulsoft.Report.Components.StiPage();
this.pnuXVII.Guid = "2266c1ebd68a459a98bfee3c79ebc0f4";
this.pnuXVII.Name = "pnuXVII";
this.pnuXVII.PageHeight = 297;
this.pnuXVII.PageWidth = 210;
this.pnuXVII.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.pnuXVII.PrintHeadersFootersFromPreviousPage = true;
this.pnuXVII.PrintOnPreviousPage = true;
this.pnuXVII.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.pnuXVII.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand16
//
this.DataBand16 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand16.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 10);
this.DataBand16.DataSourceName = "tblReportValues0";
this.DataBand16.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.DataBand16.Name = "DataBand16";
this.DataBand16.PrintIfDetailEmpty = true;
this.DataBand16.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand16.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.DataBand16.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand16.BusinessObjectGuid = null;
//
// Text523
//
this.Text523 = new Stimulsoft.Report.Components.StiText();
this.Text523.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 6, 8, 4);
this.Text523.ComponentStyle = "Variables";
this.Text523.Enabled = false;
this.Text523.Guid = "2edc84cf6eda42cb9739186ae2343648";
this.Text523.Name = "Text523";
this.Text523.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text523__GetValue);
this.Text523.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text523.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text523.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text523.Indicator = null;
this.Text523.Interaction = null;
this.Text523.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text523.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
this.Text523.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.CanGrow = true;
this.Text360.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 4, 182, 6);
this.Text360.ComponentStyle = "TitleSub1";
this.Text360.Guid = "7a50db1046304c2ea639e7b8527a0a80";
this.Text360.Name = "Text360";
this.Text360.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text360__GetValue);
this.Text360.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text360.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text360.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text360.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.Text360.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text360.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text360.BeforePrint += new System.EventHandler(this.Text360_BeforePrint);
this.DataBand16.DataRelationName = null;
this.DataBand16.Interaction = null;
this.DataBand16.MasterComponent = null;
//
// DataBand25
//
this.DataBand25 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand25.CanShrink = true;
this.DataBand25.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 22, 190, 8);
this.DataBand25.DataSourceName = "tblReportValues1";
this.DataBand25.Guid = "f267bb53db7f48b89c1232ff5e85609e";
this.DataBand25.Name = "DataBand25";
this.DataBand25.PrintIfDetailEmpty = true;
this.DataBand25.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand25.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.DataBand25.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand25.BusinessObjectGuid = null;
//
// Text520
//
this.Text520 = new Stimulsoft.Report.Components.StiText();
this.Text520.CanGrow = true;
this.Text520.CanShrink = true;
this.Text520.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 2, 174, 6);
this.Text520.ComponentStyle = "Values";
this.Text520.Guid = "7b623723967141f58d671922d582bee1";
this.Text520.Name = "Text520";
this.Text520.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text520__GetValue);
this.Text520.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text520.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text520.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.Text520.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text520.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text520.Indicator = null;
this.Text520.Interaction = null;
this.Text520.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text520.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text520.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text520.BeforePrint += new System.EventHandler(this.Text520_BeforePrint);
//
// Text521
//
this.Text521 = new Stimulsoft.Report.Components.StiText();
this.Text521.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2, 8, 6);
this.Text521.ComponentStyle = "Variables";
this.Text521.Enabled = false;
this.Text521.Guid = "4a23062f675c466499b440d91c9bb550";
this.Text521.Name = "Text521";
this.Text521.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text521__GetValue);
this.Text521.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text521.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text521.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text521.Indicator = null;
this.Text521.Interaction = null;
this.Text521.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text521.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
this.Text521.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand25.DataRelationName = null;
this.DataBand25.Interaction = null;
//
// DataBand30
//
this.DataBand30 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand30.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 38, 190, 2);
this.DataBand30.BeforePrint += new System.EventHandler(this.DataBand30_Conditions);
this.DataBand30.DataSourceName = "tblReportValues1";
this.DataBand30.Guid = "298eff60233c4a648724cecfa592c28b";
this.DataBand30.Name = "DataBand30";
this.DataBand30.PrintIfDetailEmpty = true;
this.DataBand30.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand30.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.DataBand30.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand30.BusinessObjectGuid = null;
this.DataBand30.DataRelationName = null;
this.DataBand30.Interaction = null;
this.DataBand30.BeginRender += new System.EventHandler(this.DataBand30_BeginRender);
//
// DataBand17
//
this.DataBand17 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand17.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 48, 190, 8);
this.DataBand17.BeforePrint += new System.EventHandler(this.DataBand17_Conditions);
this.DataBand17.DataSourceName = "tblReportValues1";
this.DataBand17.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.DataBand17.Name = "DataBand17";
this.DataBand17.PrintIfDetailEmpty = true;
this.DataBand17.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand17.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.DataBand17.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand17.BusinessObjectGuid = null;
//
// Text503
//
this.Text503 = new Stimulsoft.Report.Components.StiText();
this.Text503.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text503.ComponentStyle = "TitleSub2";
this.Text503.Guid = "b7470b2ba337465c8ccd0a7057d6af13";
this.Text503.Name = "Text503";
this.Text503.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text503__GetValue);
this.Text503.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text503.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text503.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.Text503.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text503.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text503.Indicator = null;
this.Text503.Interaction = null;
this.Text503.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text503.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text503.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text522
//
this.Text522 = new Stimulsoft.Report.Components.StiText();
this.Text522.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2, 8, 4);
this.Text522.ComponentStyle = "Variables";
this.Text522.Enabled = false;
this.Text522.Name = "Text522";
this.Text522.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text522__GetValue);
this.Text522.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text522.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text522.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text522.Guid = null;
this.Text522.Indicator = null;
this.Text522.Interaction = null;
this.Text522.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text522.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
this.Text522.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand17.DataRelationName = null;
this.DataBand17.Interaction = null;
//
// DataBand18
//
this.DataBand18 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand18.CanShrink = true;
this.DataBand18.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 64, 190, 8);
this.DataBand18.BeforePrint += new System.EventHandler(this.DataBand18_Conditions);
this.DataBand18.DataRelationName = "tblReportValues1_tblReportValueParts1";
this.DataBand18.DataSourceName = "tblReportValueParts1";
this.DataBand18.Name = "DataBand18";
this.DataBand18.PrintIfDetailEmpty = true;
this.DataBand18.Sort = new System.String[] {
"ASC",
"virt_prod_bignr",
"ASC",
"Order"};
this.DataBand18.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.DataBand18.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand18.BusinessObjectGuid = null;
//
// Text505
//
this.Text505 = new Stimulsoft.Report.Components.StiText();
this.Text505.CanGrow = true;
this.Text505.CanShrink = true;
this.Text505.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(146, 0, 20, 8);
this.Text505.ComponentStyle = "ValuesBorder";
this.Text505.BeforePrint += new System.EventHandler(this.Text505_Conditions);
this.Text505.GrowToHeight = true;
this.Text505.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text505.Name = "Text505";
this.Text505.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text505__GetValue);
this.Text505.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text505.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text505.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.Text505.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text505.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text505.Guid = null;
this.Text505.Indicator = null;
this.Text505.Interaction = null;
this.Text505.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text505.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text505.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text506
//
this.Text506 = new Stimulsoft.Report.Components.StiText();
this.Text506.CanGrow = true;
this.Text506.CanShrink = true;
this.Text506.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(32, 0, 114, 8);
this.Text506.ComponentStyle = "ValuesBorder";
this.Text506.BeforePrint += new System.EventHandler(this.Text506_Conditions);
this.Text506.GrowToHeight = true;
this.Text506.Name = "Text506";
this.Text506.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text506__GetValue);
this.Text506.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text506.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text506.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.Text506.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text506.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text506.Guid = null;
this.Text506.Indicator = null;
this.Text506.Interaction = null;
this.Text506.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text506.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text506.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text507
//
this.Text507 = new Stimulsoft.Report.Components.StiText();
this.Text507.CanGrow = true;
this.Text507.CanShrink = true;
this.Text507.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 20, 8);
this.Text507.ComponentStyle = "ValuesBorder";
this.Text507.BeforePrint += new System.EventHandler(this.Text507_Conditions);
this.Text507.GrowToHeight = true;
this.Text507.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text507.Name = "Text507";
this.Text507.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text507__GetValue);
this.Text507.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text507.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text507.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.Text507.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text507.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text507.Guid = null;
this.Text507.Indicator = null;
this.Text507.Interaction = null;
this.Text507.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text507.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text507.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text547
//
this.Text547 = new Stimulsoft.Report.Components.StiText();
this.Text547.CanGrow = true;
this.Text547.CanShrink = true;
this.Text547.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(166, 0, 20, 8);
this.Text547.ComponentStyle = "ValuesBorder";
this.Text547.BeforePrint += new System.EventHandler(this.Text547_Conditions);
this.Text547.GrowToHeight = true;
this.Text547.Guid = "6b96195bb048480181e4f28a81828299";
this.Text547.Name = "Text547";
this.Text547.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text547__GetValue);
this.Text547.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text547.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text547.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.Text547.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text547.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text547.Indicator = null;
this.Text547.Interaction = null;
this.Text547.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text547.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text547.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand18.Guid = null;
this.DataBand18.Interaction = null;
//
// DataBand19
//
this.DataBand19 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand19.CanShrink = true;
this.DataBand19.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 80, 190, 8);
this.DataBand19.BeforePrint += new System.EventHandler(this.DataBand19_Conditions);
this.DataBand19.DataRelationName = "tblReportValues1_tblReportValueParts1";
this.DataBand19.DataSourceName = "tblReportValueParts1";
this.DataBand19.Guid = "662477b98c604751a7949af55d6ecff5";
this.DataBand19.Name = "DataBand19";
this.DataBand19.PrintIfDetailEmpty = true;
this.DataBand19.Sort = new System.String[] {
"ASC",
"virt_prod_bignr",
"ASC",
"Order"};
this.DataBand19.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.DataBand19.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand19.BusinessObjectGuid = null;
//
// Text508
//
this.Text508 = new Stimulsoft.Report.Components.StiText();
this.Text508.CanGrow = true;
this.Text508.CanShrink = true;
this.Text508.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(166, 0, 20, 8);
this.Text508.ComponentStyle = "ValuesBorder";
this.Text508.BeforePrint += new System.EventHandler(this.Text508_Conditions);
this.Text508.GrowToHeight = true;
this.Text508.Guid = "1cc34a2844d54aa8a0dc99b28f44b37f";
this.Text508.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text508.Name = "Text508";
this.Text508.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text508__GetValue);
this.Text508.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text508.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text508.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.Text508.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text508.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text508.Indicator = null;
this.Text508.Interaction = null;
this.Text508.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text508.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text508.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text509
//
this.Text509 = new Stimulsoft.Report.Components.StiText();
this.Text509.CanGrow = true;
this.Text509.CanShrink = true;
this.Text509.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(146, 0, 20, 8);
this.Text509.ComponentStyle = "ValuesBorder";
this.Text509.BeforePrint += new System.EventHandler(this.Text509_Conditions);
this.Text509.GrowToHeight = true;
this.Text509.Guid = "0e249f88499541ff81523d058996c7aa";
this.Text509.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text509.Name = "Text509";
this.Text509.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text509__GetValue);
this.Text509.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text509.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text509.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.Text509.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text509.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text509.Indicator = null;
this.Text509.Interaction = null;
this.Text509.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text509.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text509.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text510
//
this.Text510 = new Stimulsoft.Report.Components.StiText();
this.Text510.CanGrow = true;
this.Text510.CanShrink = true;
this.Text510.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(32, 0, 114, 8);
this.Text510.ComponentStyle = "ValuesBorder";
this.Text510.BeforePrint += new System.EventHandler(this.Text510_Conditions);
this.Text510.GrowToHeight = true;
this.Text510.Guid = "eaa0d7c438504ce9b4dcf357366f151f";
this.Text510.Name = "Text510";
this.Text510.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text510__GetValue);
this.Text510.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text510.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text510.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.Text510.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text510.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text510.Indicator = null;
this.Text510.Interaction = null;
this.Text510.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text510.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text510.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text511
//
this.Text511 = new Stimulsoft.Report.Components.StiText();
this.Text511.CanGrow = true;
this.Text511.CanShrink = true;
this.Text511.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 20, 8);
this.Text511.ComponentStyle = "ValuesBorder";
this.Text511.BeforePrint += new System.EventHandler(this.Text511_Conditions);
this.Text511.GrowToHeight = true;
this.Text511.Guid = "e12afb51df594da7892807925e451c5a";
this.Text511.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text511.Name = "Text511";
this.Text511.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text511__GetValue);
this.Text511.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text511.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text511.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.Text511.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text511.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text511.Indicator = null;
this.Text511.Interaction = null;
this.Text511.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text511.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text511.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand19.Interaction = null;
//
// DataBand20
//
this.DataBand20 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand20.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 96, 190, 8);
this.DataBand20.BeforePrint += new System.EventHandler(this.DataBand20_Conditions);
this.DataBand20.DataSourceName = "tblReportValues1";
this.DataBand20.Guid = "fb15f8e75e2c4fbfa5a12aa19e5efb04";
this.DataBand20.Name = "DataBand20";
this.DataBand20.PrintIfDetailEmpty = true;
this.DataBand20.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand20.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.DataBand20.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand20.BusinessObjectGuid = null;
//
// Text512
//
this.Text512 = new Stimulsoft.Report.Components.StiText();
this.Text512.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text512.ComponentStyle = "TitleSub2";
this.Text512.Guid = "7cb8f8ce0e684df283cd3c37c1a293fd";
this.Text512.Name = "Text512";
this.Text512.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text512__GetValue);
this.Text512.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text512.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text512.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.Text512.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text512.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text512.Indicator = null;
this.Text512.Interaction = null;
this.Text512.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text512.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text512.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand20.Interaction = null;
//
// DataBand21
//
this.DataBand21 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand21.CanShrink = true;
this.DataBand21.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 112, 190, 8);
this.DataBand21.BeforePrint += new System.EventHandler(this.DataBand21_Conditions);
this.DataBand21.DataRelationName = "tblReportValues1_tblReportValueParts1";
this.DataBand21.DataSourceName = "tblReportValueParts1";
this.DataBand21.Guid = "4e3f58b0f9f94d028bdb0a4a4a18af07";
this.DataBand21.Name = "DataBand21";
this.DataBand21.PrintIfDetailEmpty = true;
this.DataBand21.Sort = new System.String[] {
"ASC",
"virt_prod_bignr",
"ASC",
"Order"};
this.DataBand21.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.DataBand21.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand21.BusinessObjectGuid = null;
//
// Text513
//
this.Text513 = new Stimulsoft.Report.Components.StiText();
this.Text513.CanGrow = true;
this.Text513.CanShrink = true;
this.Text513.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(32, 0, 22, 8);
this.Text513.ComponentStyle = "ValuesBorder";
this.Text513.BeforePrint += new System.EventHandler(this.Text513_Conditions);
this.Text513.GrowToHeight = true;
this.Text513.Guid = "fc8bb97f5e354bf5996e156afbeedd98";
this.Text513.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text513.Name = "Text513";
this.Text513.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text513__GetValue);
this.Text513.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text513.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text513.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.Text513.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text513.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text513.Indicator = null;
this.Text513.Interaction = null;
this.Text513.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text513.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text513.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text514
//
this.Text514 = new Stimulsoft.Report.Components.StiText();
this.Text514.CanGrow = true;
this.Text514.CanShrink = true;
this.Text514.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 20, 8);
this.Text514.ComponentStyle = "ValuesBorder";
this.Text514.BeforePrint += new System.EventHandler(this.Text514_Conditions);
this.Text514.GrowToHeight = true;
this.Text514.Guid = "7586eefc45dd418d9a7daee8f5b384c1";
this.Text514.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text514.Name = "Text514";
this.Text514.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text514__GetValue);
this.Text514.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text514.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text514.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.Text514.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text514.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text514.Indicator = null;
this.Text514.Interaction = null;
this.Text514.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text514.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text514.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text515
//
this.Text515 = new Stimulsoft.Report.Components.StiText();
this.Text515.CanGrow = true;
this.Text515.CanShrink = true;
this.Text515.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(54, 0, 132, 8);
this.Text515.ComponentStyle = "ValuesBorder";
this.Text515.BeforePrint += new System.EventHandler(this.Text515_Conditions);
this.Text515.GrowToHeight = true;
this.Text515.Guid = "0fc0fb733b084279a39c5bf164f3c92c";
this.Text515.Name = "Text515";
this.Text515.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text515__GetValue);
this.Text515.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text515.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text515.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.Text515.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text515.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text515.Indicator = null;
this.Text515.Interaction = null;
this.Text515.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text515.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text515.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand21.Interaction = null;
//
// DataBand22
//
this.DataBand22 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand22.CanBreak = true;
this.DataBand22.CanShrink = true;
this.DataBand22.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 128, 190, 20);
this.DataBand22.BeforePrint += new System.EventHandler(this.DataBand22_Conditions);
this.DataBand22.DataRelationName = "tblReportValues1_tblReportValueParts1";
this.DataBand22.DataSourceName = "tblReportValueParts1";
this.DataBand22.Guid = "270b0f13d53d4385a00406853d3c2475";
this.DataBand22.Name = "DataBand22";
this.DataBand22.PrintIfDetailEmpty = true;
this.DataBand22.Sort = new System.String[] {
"ASC",
"virt_prod_bignr",
"ASC",
"Order"};
this.DataBand22.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.DataBand22.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand22.BusinessObjectGuid = null;
//
// Text516
//
this.Text516 = new Stimulsoft.Report.Components.StiText();
this.Text516.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 6, 4);
this.Text516.ComponentStyle = "HelpValues";
this.Text516.Enabled = false;
this.Text516.Name = "Text516";
this.Text516.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text516__GetValue);
this.Text516.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text516.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text516.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text516.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text516.Guid = null;
this.Text516.Indicator = null;
this.Text516.Interaction = null;
this.Text516.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text516.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 176, 80));
this.Text516.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Panel37
//
this.Panel37 = new Stimulsoft.Report.Components.StiPanel();
this.Panel37.CanBreak = true;
this.Panel37.CanGrow = true;
this.Panel37.CanShrink = true;
this.Panel37.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 20, 16);
this.Panel37.GrowToHeight = true;
this.Panel37.Name = "Panel37";
this.Panel37.Border = new Stimulsoft.Base.Drawing.StiBorder(((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel37.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text517
//
this.Text517 = new Stimulsoft.Report.Components.StiText();
this.Text517.CanBreak = true;
this.Text517.CanGrow = true;
this.Text517.CanShrink = true;
this.Text517.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 20, 8);
this.Text517.ComponentStyle = "ValuesBorder";
this.Text517.GrowToHeight = true;
this.Text517.Guid = "4a8bbb13bfb146728639f4e02837267e";
this.Text517.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text517.Name = "Text517";
this.Text517.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text517.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text517__GetValue);
this.Text517.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text517.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text517.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.Text517.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text517.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text517.Indicator = null;
this.Text517.Interaction = null;
this.Text517.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text517.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text517.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel37.Guid = null;
this.Panel37.Interaction = null;
//
// Panel38
//
this.Panel38 = new Stimulsoft.Report.Components.StiPanel();
this.Panel38.CanBreak = true;
this.Panel38.CanGrow = true;
this.Panel38.CanShrink = true;
this.Panel38.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(32, 0, 22, 16);
this.Panel38.GrowToHeight = true;
this.Panel38.Name = "Panel38";
this.Panel38.Border = new Stimulsoft.Base.Drawing.StiBorder(((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel38.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text518
//
this.Text518 = new Stimulsoft.Report.Components.StiText();
this.Text518.CanBreak = true;
this.Text518.CanGrow = true;
this.Text518.CanShrink = true;
this.Text518.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 22, 8);
this.Text518.ComponentStyle = "ValuesBorder";
this.Text518.BeforePrint += new System.EventHandler(this.Text518_Conditions);
this.Text518.GrowToHeight = true;
this.Text518.Guid = "490aa771708f4cec8f8d5d0a00786578";
this.Text518.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text518.Name = "Text518";
this.Text518.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text518.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text518__GetValue);
this.Text518.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text518.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text518.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.Text518.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text518.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text518.Indicator = null;
this.Text518.Interaction = null;
this.Text518.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text518.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text518.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel38.Guid = null;
this.Panel38.Interaction = null;
//
// Panel39
//
this.Panel39 = new Stimulsoft.Report.Components.StiPanel();
this.Panel39.CanBreak = true;
this.InitializeComponent23();
}
public void InitializeComponent23()
{
this.Panel39.CanGrow = true;
this.Panel39.CanShrink = true;
this.Panel39.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(54, 0, 132, 16);
this.Panel39.GrowToHeight = true;
this.Panel39.Name = "Panel39";
this.Panel39.Border = new Stimulsoft.Base.Drawing.StiBorder(((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel39.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text519
//
this.Text519 = new Stimulsoft.Report.Components.StiText();
this.Text519.CanBreak = true;
this.Text519.CanGrow = true;
this.Text519.CanShrink = true;
this.Text519.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 132, 8);
this.Text519.BeforePrint += new System.EventHandler(this.Text519_Conditions);
this.Text519.GrowToHeight = true;
this.Text519.Guid = "f38e2d4fc2624b6591061bad24b8c8bd";
this.Text519.Name = "Text519";
this.Text519.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text519__GetValue);
this.Text519.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text519.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text519.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.Text519.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text519.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text519.Indicator = null;
this.Text519.Interaction = null;
this.Text519.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 10);
this.Text519.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text519.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel39.Guid = null;
this.Panel39.Interaction = null;
this.DataBand22.Interaction = null;
//
// DataBand23
//
this.DataBand23 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand23.CanShrink = true;
this.DataBand23.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 156, 190, 18);
this.DataBand23.BeforePrint += new System.EventHandler(this.DataBand23_Conditions);
this.DataBand23.Name = "DataBand23";
this.DataBand23.Sort = new System.String[0];
this.DataBand23.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.DataBand23.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Panel40
//
this.Panel40 = new Stimulsoft.Report.Components.StiPanel();
this.Panel40.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 174, 4);
this.Panel40.Name = "Panel40";
this.Panel40.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.Top, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel40.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Panel40.Guid = null;
this.Panel40.Interaction = null;
this.DataBand23.Guid = null;
this.DataBand23.Interaction = null;
this.DataBand23.MasterComponent = null;
this.DataBand23.AfterPrint += new System.EventHandler(this.DataBand23_AfterPrint);
this.pnuXVII.ExcelSheetValue = null;
this.pnuXVII.Interaction = null;
this.pnuXVII.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.pnuXVII_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.pnuXVII_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.pnuXVII_Watermark.Image = null;
this.pnuXVII_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.pnuXVII.BeginRender += new System.EventHandler(this.pnuXVII_BeginRender);
//
// pnuPops
//
this.pnuPops = new Stimulsoft.Report.Components.StiPage();
this.pnuPops.Guid = "b3d7b58545bb4f85b6fe72d933bda557";
this.pnuPops.Name = "pnuPops";
this.pnuPops.PageHeight = 297;
this.pnuPops.PageWidth = 210;
this.pnuPops.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.pnuPops.PrintHeadersFootersFromPreviousPage = true;
this.pnuPops.PrintOnPreviousPage = true;
this.pnuPops.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.pnuPops.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand9
//
this.DataBand9 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 10);
this.DataBand9.DataSourceName = "tblReportValues0";
this.DataBand9.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand9.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.DataBand9.Name = "DataBand9";
this.DataBand9.PrintIfDetailEmpty = true;
this.DataBand9.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand9.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.DataBand9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand9.BusinessObjectGuid = null;
//
// Text298
//
this.Text298 = new Stimulsoft.Report.Components.StiText();
this.Text298.CanGrow = true;
this.Text298.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 4, 182, 6);
this.Text298.ComponentStyle = "TitleSub1";
this.Text298.Guid = "85c325afab85403084b719936977247e";
this.Text298.Name = "Text298";
this.Text298.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text298__GetValue);
this.Text298.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text298.BeforePrint += new System.EventHandler(this.Text298_BeforePrint);
this.DataBand9.DataRelationName = null;
this.DataBand9.Interaction = null;
this.DataBand9.MasterComponent = null;
//
// DataBand10
//
this.DataBand10 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand10.CanShrink = true;
this.DataBand10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 22, 190, 6);
this.DataBand10.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand10.DataSourceName = "tblReportValues1";
this.DataBand10.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand10.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.DataBand10.Name = "DataBand10";
this.DataBand10.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand10.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.DataBand10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand10.BusinessObjectGuid = null;
//
// Text299
//
this.Text299 = new Stimulsoft.Report.Components.StiText();
this.Text299.CanGrow = true;
this.Text299.CanShrink = true;
this.Text299.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 72, 6);
this.Text299.ComponentStyle = "ValuesBorder";
this.Text299.BeforePrint += new System.EventHandler(this.Text299_Conditions);
this.Text299.GrowToHeight = true;
this.Text299.Guid = "ccb6a975102349cfbbd821e3241082c6";
this.Text299.Name = "Text299";
this.Text299.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text299.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text299__GetValue);
this.Text299.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text299.Indicator = null;
this.Text299.Interaction = null;
this.Text299.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text299.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text299.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text300
//
this.Text300 = new Stimulsoft.Report.Components.StiText();
this.Text300.CanGrow = true;
this.Text300.CanShrink = true;
this.Text300.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(84, 0, 102, 6);
this.Text300.ComponentStyle = "ValuesBorder";
this.Text300.GrowToHeight = true;
this.Text300.Guid = "7ef04244ac8a493ea5499bff560334f9";
this.Text300.Name = "Text300";
this.Text300.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text300__GetValue);
this.Text300.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text300.Indicator = null;
this.Text300.Interaction = null;
this.Text300.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text300.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text300.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand10.Interaction = null;
//
// DataBand120
//
this.DataBand120 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand120.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 36, 190, 8);
this.DataBand120.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand120.DataSourceName = "tblReportValues1";
this.DataBand120.Name = "DataBand120";
this.DataBand120.Sort = new System.String[0];
this.DataBand120.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.DataBand120.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand120.BusinessObjectGuid = null;
//
// Text723
//
this.Text723 = new Stimulsoft.Report.Components.StiText();
this.Text723.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text723.ComponentStyle = "TitleSub2";
this.Text723.Guid = "baaa570f56ca4bbb86ce025e03b2ccb4";
this.Text723.Name = "Text723";
this.Text723.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text723__GetValue);
this.Text723.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text723.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text723.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.Text723.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text723.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text723.Indicator = null;
this.Text723.Interaction = null;
this.Text723.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text723.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text723.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand120.Guid = null;
this.DataBand120.Interaction = null;
//
// DataBand121
//
this.DataBand121 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand121.CanShrink = true;
this.DataBand121.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 52, 190, 20);
this.DataBand121.DataRelationName = "tblReportValues1_tblReportValueParts1";
this.DataBand121.DataSourceName = "tblReportValueParts1";
this.DataBand121.Enabled = false;
this.DataBand121.Guid = "cc7f56d8cd1f44a6bc8704ccc8bed00c";
this.DataBand121.Name = "DataBand121";
this.DataBand121.Sort = new System.String[0];
this.DataBand121.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.DataBand121.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand121.BusinessObjectGuid = null;
//
// Text754
//
this.Text754 = new Stimulsoft.Report.Components.StiText();
this.Text754.CanGrow = true;
this.Text754.CanShrink = true;
this.Text754.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 68, 8);
this.Text754.ComponentStyle = "ValuesBorder";
this.Text754.BeforePrint += new System.EventHandler(this.Text754_Conditions);
this.Text754.GrowToHeight = true;
this.Text754.Guid = "7a2217b459bc4bd6a7607617c976d5b8";
this.Text754.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text754.Name = "Text754";
this.Text754.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text754__GetValue);
this.Text754.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text754.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text754.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.Text754.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text754.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text754.Indicator = null;
this.Text754.Interaction = null;
this.Text754.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text754.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text754.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text755
//
this.Text755 = new Stimulsoft.Report.Components.StiText();
this.Text755.CanGrow = true;
this.Text755.CanShrink = true;
this.Text755.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 26, 8);
this.Text755.ComponentStyle = "ValuesBorder";
this.Text755.BeforePrint += new System.EventHandler(this.Text755_Conditions);
this.Text755.GrowToHeight = true;
this.Text755.Guid = "7689b7cf20444937b7679d0873fa28f3";
this.Text755.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text755.Name = "Text755";
this.Text755.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text755__GetValue);
this.Text755.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text755.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text755.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.Text755.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text755.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text755.Indicator = null;
this.Text755.Interaction = null;
this.Text755.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text755.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text755.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text756
//
this.Text756 = new Stimulsoft.Report.Components.StiText();
this.Text756.CanGrow = true;
this.Text756.CanShrink = true;
this.Text756.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(106, 0, 24, 8);
this.Text756.ComponentStyle = "ValuesBorder";
this.Text756.BeforePrint += new System.EventHandler(this.Text756_Conditions);
this.Text756.GrowToHeight = true;
this.Text756.Guid = "ce5c317793164241885f533e435a1809";
this.Text756.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text756.Name = "Text756";
this.Text756.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text756__GetValue);
this.Text756.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text756.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text756.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.Text756.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text756.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text756.Indicator = null;
this.Text756.Interaction = null;
this.Text756.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text756.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text756.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text757
//
this.Text757 = new Stimulsoft.Report.Components.StiText();
this.Text757.CanGrow = true;
this.Text757.CanShrink = true;
this.Text757.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(130, 0, 24, 8);
this.Text757.ComponentStyle = "ValuesBorder";
this.Text757.BeforePrint += new System.EventHandler(this.Text757_Conditions);
this.Text757.GrowToHeight = true;
this.Text757.Guid = "b3367cfd50624bcea01e75ebd81dd5c5";
this.Text757.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text757.Name = "Text757";
this.Text757.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text757__GetValue);
this.Text757.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text757.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text757.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.Text757.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text757.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text757.Indicator = null;
this.Text757.Interaction = null;
this.Text757.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text757.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text757.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text758
//
this.Text758 = new Stimulsoft.Report.Components.StiText();
this.Text758.CanGrow = true;
this.Text758.CanShrink = true;
this.Text758.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(154, 0, 34, 8);
this.Text758.ComponentStyle = "ValuesBorder";
this.Text758.BeforePrint += new System.EventHandler(this.Text758_Conditions);
this.Text758.GrowToHeight = true;
this.Text758.Guid = "5dd40d90afd14af986ceb9a1157cdae0";
this.Text758.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text758.Name = "Text758";
this.Text758.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text758__GetValue);
this.Text758.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text758.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text758.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.Text758.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text758.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text758.Indicator = null;
this.Text758.Interaction = null;
this.Text758.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text758.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text758.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand121.Interaction = null;
//
// DataBand286
//
this.DataBand286 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand286.CanShrink = true;
this.DataBand286.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 80, 190, 20);
this.DataBand286.DataRelationName = "tblReportValues1_tblReportValueParts1";
this.DataBand286.DataSourceName = "tblReportValueParts1";
this.DataBand286.Guid = "9d0eb70f677245aebbeee8dfbd72376f";
this.DataBand286.Name = "DataBand286";
this.DataBand286.Sort = new System.String[0];
this.DataBand286.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.DataBand286.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand286.BusinessObjectGuid = null;
//
// Text150
//
this.Text150 = new Stimulsoft.Report.Components.StiText();
this.Text150.AllowHtmlTags = true;
this.Text150.CanGrow = true;
this.Text150.CanShrink = true;
this.Text150.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 68, 18);
this.Text150.ComponentStyle = "ValuesBorder";
this.Text150.BeforePrint += new System.EventHandler(this.Text150_Conditions);
this.Text150.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text150_ConditionsTextValue);
this.Text150.GrowToHeight = true;
this.Text150.Name = "Text150";
this.Text150.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text150__GetValue);
this.Text150.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text150.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text150.Guid = null;
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text156
//
this.Text156 = new Stimulsoft.Report.Components.StiText();
this.Text156.CanGrow = true;
this.Text156.CanShrink = true;
this.Text156.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 108, 18);
this.Text156.ComponentStyle = "ValuesBorder";
this.Text156.BeforePrint += new System.EventHandler(this.Text156_Conditions);
this.Text156.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text156_ConditionsTextValue);
this.Text156.GrowToHeight = true;
this.Text156.Guid = "8bdb4c42019545ccb44b11b08d8d0501";
this.Text156.Name = "Text156";
this.Text156.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text156__GetValue);
this.Text156.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand286.Interaction = null;
this.DataBand286.BeforePrint += new System.EventHandler(this.DataBand286_BeforePrint);
//
// DataBand122
//
this.DataBand122 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand122.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 108, 190, 8);
this.DataBand122.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand122.DataSourceName = "tblReportValues1";
this.DataBand122.Guid = "0aa4ec159c5f4157b85b9570f435d80e";
this.DataBand122.Name = "DataBand122";
this.DataBand122.Sort = new System.String[0];
this.DataBand122.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.DataBand122.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand122.BusinessObjectGuid = null;
//
// Text730
//
this.Text730 = new Stimulsoft.Report.Components.StiText();
this.Text730.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text730.ComponentStyle = "TitleSub2";
this.Text730.Guid = "003b1db1b26048ea8e638042ccd67179";
this.Text730.Name = "Text730";
this.Text730.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text730__GetValue);
this.Text730.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text730.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text730.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.Text730.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text730.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text730.Indicator = null;
this.Text730.Interaction = null;
this.Text730.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text730.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text730.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand122.Interaction = null;
//
// DataBand123
//
this.DataBand123 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand123.CanShrink = true;
this.DataBand123.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 124, 190, 8);
this.DataBand123.DataRelationName = "tblReportValues1_tblReportValueParts1";
this.DataBand123.DataSourceName = "tblReportValueParts1";
this.DataBand123.Guid = "46a83856cf534ef19c8e20813e265dc7";
this.DataBand123.Name = "DataBand123";
this.DataBand123.Sort = new System.String[0];
this.DataBand123.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.DataBand123.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand123.BusinessObjectGuid = null;
//
// Text170
//
this.Text170 = new Stimulsoft.Report.Components.StiText();
this.Text170.CanGrow = true;
this.Text170.CanShrink = true;
this.Text170.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 68, 8);
this.Text170.ComponentStyle = "ValuesBorder";
this.Text170.BeforePrint += new System.EventHandler(this.Text170_Conditions);
this.Text170.GrowToHeight = true;
this.Text170.Guid = "f905db923e274d51b5e5ab0ae3fa56ff";
this.Text170.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text170.Name = "Text170";
this.Text170.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text170__GetValue);
this.Text170.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text170.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text170.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.Text170.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text170.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text759
//
this.Text759 = new Stimulsoft.Report.Components.StiText();
this.Text759.CanGrow = true;
this.Text759.CanShrink = true;
this.Text759.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 44, 8);
this.Text759.ComponentStyle = "ValuesBorder";
this.Text759.BeforePrint += new System.EventHandler(this.Text759_Conditions);
this.Text759.GrowToHeight = true;
this.Text759.Guid = "b6fd4aae44c24246b7e9043ec52883d4";
this.Text759.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text759.Name = "Text759";
this.Text759.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text759__GetValue);
this.Text759.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text759.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text759.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.Text759.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text759.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text759.Indicator = null;
this.Text759.Interaction = null;
this.Text759.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text759.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text759.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text760
//
this.Text760 = new Stimulsoft.Report.Components.StiText();
this.Text760.CanGrow = true;
this.Text760.CanShrink = true;
this.Text760.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(124, 0, 64, 8);
this.Text760.ComponentStyle = "ValuesBorder";
this.Text760.BeforePrint += new System.EventHandler(this.Text760_Conditions);
this.Text760.GrowToHeight = true;
this.Text760.Guid = "efb77ced196a4acebb324d38c81acead";
this.Text760.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text760.Name = "Text760";
this.Text760.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text760__GetValue);
this.Text760.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text760.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text760.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.Text760.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text760.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text760.Indicator = null;
this.Text760.Interaction = null;
this.Text760.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text760.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text760.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand123.Interaction = null;
//
// DataBand124
//
this.DataBand124 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand124.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 140, 190, 8);
this.DataBand124.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand124.DataSourceName = "tblReportValues1";
this.DataBand124.Guid = "3779b2615b824898a20e14b0568d4532";
this.DataBand124.Name = "DataBand124";
this.DataBand124.Sort = new System.String[0];
this.DataBand124.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.DataBand124.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand124.BusinessObjectGuid = null;
//
// Text744
//
this.Text744 = new Stimulsoft.Report.Components.StiText();
this.Text744.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text744.ComponentStyle = "TitleSub2";
this.Text744.Guid = "24174f2ff0704dd0867cc6ff67f2e905";
this.Text744.Name = "Text744";
this.Text744.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text744__GetValue);
this.Text744.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text744.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text744.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.Text744.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text744.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text744.Indicator = null;
this.Text744.Interaction = null;
this.Text744.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text744.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text744.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand124.Interaction = null;
//
// DataBand125
//
this.DataBand125 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand125.CanShrink = true;
this.DataBand125.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 156, 190, 8);
this.DataBand125.DataRelationName = "tblReportValues1_tblReportValueParts1";
this.DataBand125.DataSourceName = "tblReportValueParts1";
this.DataBand125.Guid = "57e74f8b3338403380f8c8bef13f69ee";
this.DataBand125.Name = "DataBand125";
this.DataBand125.Sort = new System.String[0];
this.DataBand125.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.DataBand125.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand125.BusinessObjectGuid = null;
//
// Text669
//
this.Text669 = new Stimulsoft.Report.Components.StiText();
this.Text669.CanGrow = true;
this.Text669.CanShrink = true;
this.Text669.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 68, 8);
this.Text669.ComponentStyle = "ValuesBorder";
this.Text669.BeforePrint += new System.EventHandler(this.Text669_Conditions);
this.Text669.GrowToHeight = true;
this.Text669.Guid = "3443ec38bd534b8bb69859a4c17fc834";
this.Text669.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text669.Name = "Text669";
this.Text669.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text669__GetValue);
this.Text669.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text669.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text669.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.Text669.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text669.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text669.Indicator = null;
this.Text669.Interaction = null;
this.Text669.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text669.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text669.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text763
//
this.Text763 = new Stimulsoft.Report.Components.StiText();
this.Text763.CanGrow = true;
this.Text763.CanShrink = true;
this.Text763.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 26, 8);
this.Text763.ComponentStyle = "ValuesBorder";
this.Text763.BeforePrint += new System.EventHandler(this.Text763_Conditions);
this.Text763.GrowToHeight = true;
this.Text763.Guid = "f79d4899ac754e80b0a3a2f2bd0a3e96";
this.Text763.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text763.Name = "Text763";
this.Text763.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text763__GetValue);
this.Text763.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text763.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text763.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.Text763.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text763.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text763.Indicator = null;
this.Text763.Interaction = null;
this.Text763.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text763.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text763.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text764
//
this.Text764 = new Stimulsoft.Report.Components.StiText();
this.Text764.CanGrow = true;
this.Text764.CanShrink = true;
this.Text764.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(106, 0, 24, 8);
this.Text764.ComponentStyle = "ValuesBorder";
this.Text764.BeforePrint += new System.EventHandler(this.Text764_Conditions);
this.Text764.GrowToHeight = true;
this.Text764.Guid = "1751100e6e994ea7917cfaf15a525d65";
this.Text764.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text764.Name = "Text764";
this.Text764.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text764__GetValue);
this.Text764.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text764.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text764.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.Text764.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text764.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text764.Indicator = null;
this.Text764.Interaction = null;
this.Text764.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text764.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text764.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text765
//
this.Text765 = new Stimulsoft.Report.Components.StiText();
this.Text765.CanGrow = true;
this.Text765.CanShrink = true;
this.Text765.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(130, 0, 34, 8);
this.Text765.ComponentStyle = "ValuesBorder";
this.Text765.BeforePrint += new System.EventHandler(this.Text765_Conditions);
this.Text765.GrowToHeight = true;
this.Text765.Guid = "3089415a407643e994a3ef0667867f12";
this.Text765.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text765.Name = "Text765";
this.Text765.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text765__GetValue);
this.Text765.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text765.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text765.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.Text765.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text765.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text765.Indicator = null;
this.Text765.Interaction = null;
this.Text765.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text765.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text765.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text766
//
this.Text766 = new Stimulsoft.Report.Components.StiText();
this.Text766.CanGrow = true;
this.Text766.CanShrink = true;
this.Text766.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(164, 0, 24, 8);
this.Text766.ComponentStyle = "ValuesBorder";
this.Text766.BeforePrint += new System.EventHandler(this.Text766_Conditions);
this.Text766.GrowToHeight = true;
this.Text766.Guid = "01f65c8a84654dfdb50c9067c3cf98c5";
this.Text766.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text766.Name = "Text766";
this.Text766.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text766__GetValue);
this.Text766.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text766.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text766.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.Text766.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text766.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text766.Indicator = null;
this.Text766.Interaction = null;
this.Text766.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text766.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text766.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand125.Interaction = null;
this.pnuPops.ExcelSheetValue = null;
this.pnuPops.Interaction = null;
this.pnuPops.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.pnuPops_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.pnuPops_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.pnuPops_Watermark.Image = null;
this.pnuPops_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// pnuSeveso
//
this.pnuSeveso = new Stimulsoft.Report.Components.StiPage();
this.pnuSeveso.Guid = "5dea556d403b4e6489b4ccc13eb9a24a";
this.pnuSeveso.Name = "pnuSeveso";
this.pnuSeveso.PageHeight = 297;
this.pnuSeveso.PageWidth = 210;
this.pnuSeveso.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.pnuSeveso.PrintHeadersFootersFromPreviousPage = true;
this.pnuSeveso.PrintOnPreviousPage = true;
this.pnuSeveso.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.pnuSeveso.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand50
//
this.DataBand50 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand50.CanShrink = true;
this.DataBand50.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 10);
this.DataBand50.DataSourceName = "tblReportValues0";
this.DataBand50.Guid = "b1800cd66e9844b8b15c6ce49d1fe0fc";
this.DataBand50.Name = "DataBand50";
this.DataBand50.PrintIfDetailEmpty = true;
this.DataBand50.Sort = new System.String[0];
this.DataBand50.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.DataBand50.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand50.BusinessObjectGuid = null;
//
// Text559
//
this.Text559 = new Stimulsoft.Report.Components.StiText();
this.Text559.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 0, 178, 10);
this.Text559.ComponentStyle = "TitleSub1";
this.Text559.Guid = "2fd413c61c404915bee13dac64461e46";
this.Text559.Name = "Text559";
this.Text559.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text559__GetValue);
this.Text559.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text559.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text559.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text559.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.Text559.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text559.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text559.Indicator = null;
this.Text559.Interaction = null;
this.Text559.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text559.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text559.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand50.DataRelationName = null;
this.DataBand50.Interaction = null;
this.DataBand50.MasterComponent = null;
this.DataBand50.BeforePrint += new System.EventHandler(this.DataBand50_BeforePrint);
//
// DataBand53
//
this.DataBand53 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand53.CanShrink = true;
this.DataBand53.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 22, 190, 10);
this.DataBand53.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand53.DataSourceName = "tblReportValues1";
this.DataBand53.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.DataBand53.Name = "DataBand53";
this.DataBand53.PrintIfDetailEmpty = true;
this.DataBand53.Sort = new System.String[0];
this.DataBand53.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.DataBand53.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand53.BusinessObjectGuid = null;
//
// Text582
//
this.Text582 = new Stimulsoft.Report.Components.StiText();
this.Text582.CanGrow = true;
this.Text582.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 0, 172, 8);
this.Text582.ComponentStyle = "TitleSub2";
this.Text582.BeforePrint += new System.EventHandler(this.Text582_Conditions);
this.Text582.GrowToHeight = true;
this.Text582.Guid = "3bf04d19b37048d7ad42142603e01477";
this.Text582.Name = "Text582";
this.Text582.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text582__GetValue);
this.Text582.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text582.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text582.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text582.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.Text582.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text582.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text582.Indicator = null;
this.Text582.Interaction = null;
this.Text582.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text582.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text582.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand53.Interaction = null;
this.DataBand53.BeforePrint += new System.EventHandler(this.DataBand53_BeforePrint);
//
// DataBand51
//
this.DataBand51 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand51.CanShrink = true;
this.DataBand51.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 40, 190, 10);
this.DataBand51.BeforePrint += new System.EventHandler(this.DataBand51_Conditions);
this.DataBand51.DataSourceName = "tblReportValueParts1";
this.DataBand51.Guid = "41502663b875486299f97e4f64f4ad87";
this.DataBand51.Name = "DataBand51";
this.DataBand51.Sort = new System.String[] {
"DESC",
"virt_Order",
"ASC",
"Order"};
this.DataBand51.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.DataBand51.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand51.BusinessObjectGuid = null;
//
// Text566
//
this.Text566 = new Stimulsoft.Report.Components.StiText();
this.Text566.CanGrow = true;
this.Text566.CanShrink = true;
this.Text566.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 32, 8);
this.Text566.ComponentStyle = "ValuesBorder";
this.Text566.BeforePrint += new System.EventHandler(this.Text566_Conditions);
this.Text566.GrowToHeight = true;
this.Text566.Guid = "4f08fbe80b5b4f76b7880c587befe686";
this.Text566.Name = "Text566";
this.Text566.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text566__GetValue);
this.Text566.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text566.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text566.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.Text566.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text566.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text566.Indicator = null;
this.Text566.Interaction = null;
this.Text566.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text566.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text566.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text569
//
this.Text569 = new Stimulsoft.Report.Components.StiText();
this.Text569.CanGrow = true;
this.Text569.CanShrink = true;
this.Text569.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(44, 0, 32, 8);
this.Text569.ComponentStyle = "ValuesBorder";
this.Text569.BeforePrint += new System.EventHandler(this.Text569_Conditions);
this.Text569.GrowToHeight = true;
this.Text569.Guid = "b858591d94db465ea6ef02c9cb4f7bb5";
this.Text569.Name = "Text569";
this.Text569.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text569__GetValue);
this.Text569.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text569.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text569.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.Text569.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text569.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text569.Indicator = null;
this.Text569.Interaction = null;
this.Text569.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text569.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text569.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text571
//
this.Text571 = new Stimulsoft.Report.Components.StiText();
this.Text571.CanGrow = true;
this.Text571.CanShrink = true;
this.Text571.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(76, 0, 22, 8);
this.Text571.ComponentStyle = "ValuesBorder";
this.Text571.BeforePrint += new System.EventHandler(this.Text571_Conditions);
this.Text571.GrowToHeight = true;
this.Text571.Guid = "3fcd209d06ea467492244fa8d9cd5b7b";
this.Text571.Name = "Text571";
this.Text571.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text571__GetValue);
this.Text571.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text571.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text571.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.Text571.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text571.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text571.Indicator = null;
this.Text571.Interaction = null;
this.Text571.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text571.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text571.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text572
//
this.Text572 = new Stimulsoft.Report.Components.StiText();
this.Text572.CanGrow = true;
this.Text572.CanShrink = true;
this.Text572.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(98, 0, 16, 8);
this.Text572.ComponentStyle = "ValuesBorder";
this.Text572.BeforePrint += new System.EventHandler(this.Text572_Conditions);
this.Text572.GrowToHeight = true;
this.Text572.Guid = "959e70069865432aa18923121312ae97";
this.Text572.Name = "Text572";
this.Text572.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text572__GetValue);
this.Text572.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text572.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text572.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.Text572.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text572.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text572.Indicator = null;
this.Text572.Interaction = null;
this.Text572.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text572.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text572.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text576
//
this.Text576 = new Stimulsoft.Report.Components.StiText();
this.Text576.CanGrow = true;
this.Text576.CanShrink = true;
this.Text576.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(114, 0, 70, 8);
this.Text576.ComponentStyle = "ValuesBorder";
this.Text576.BeforePrint += new System.EventHandler(this.Text576_Conditions);
this.Text576.GrowToHeight = true;
this.Text576.Guid = "eadfa80ddbc94c5c900964d76c0c1dbc";
this.Text576.Name = "Text576";
this.Text576.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text576__GetValue);
this.Text576.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text576.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text576.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.Text576.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text576.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text576.Indicator = null;
this.Text576.Interaction = null;
this.Text576.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text576.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text576.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text578
//
this.Text578 = new Stimulsoft.Report.Components.StiText();
this.Text578.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 10, 6);
this.Text578.Enabled = false;
this.Text578.Guid = "52e669e5b47742998533b04178e749c4";
this.Text578.Name = "Text578";
this.Text578.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text578__GetValue);
this.Text578.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.Text578.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text578.Font = new System.Drawing.Font("Arial Black", 9F);
this.Text578.Indicator = null;
this.Text578.Interaction = null;
this.Text578.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text578.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text578.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand51.DataRelationName = null;
this.DataBand51.Interaction = null;
//
// DataBand347
//
this.DataBand347 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand347.CanShrink = true;
this.DataBand347.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 58, 190, 10);
this.DataBand347.BeforePrint += new System.EventHandler(this.DataBand347_Conditions);
this.DataBand347.DataSourceName = "tblReportValueParts1";
this.DataBand347.Guid = "f566424adb944f729d15c8b9dfef497f";
this.DataBand347.Name = "DataBand347";
this.DataBand347.Sort = new System.String[] {
"DESC",
"virt_Order",
"ASC",
"Order"};
this.DataBand347.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.DataBand347.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand347.BusinessObjectGuid = null;
//
// Text922
//
this.Text922 = new Stimulsoft.Report.Components.StiText();
this.Text922.CanGrow = true;
this.Text922.CanShrink = true;
this.Text922.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 32, 8);
this.Text922.ComponentStyle = "ValuesBorder";
this.Text922.BeforePrint += new System.EventHandler(this.Text922_Conditions);
this.Text922.GrowToHeight = true;
this.Text922.Guid = "c6b270daefd946ab84b92fd11b90386c";
this.Text922.Name = "Text922";
this.Text922.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text922__GetValue);
this.Text922.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text922.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text922.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.Text922.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text922.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text922.Indicator = null;
this.Text922.Interaction = null;
this.Text922.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text922.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text922.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text955
//
this.Text955 = new Stimulsoft.Report.Components.StiText();
this.Text955.CanGrow = true;
this.Text955.CanShrink = true;
this.Text955.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(44, 0, 32, 8);
this.Text955.ComponentStyle = "ValuesBorder";
this.Text955.BeforePrint += new System.EventHandler(this.Text955_Conditions);
this.Text955.GrowToHeight = true;
this.Text955.Guid = "9e0746b69f294afabd6b7a573fcac72d";
this.Text955.Name = "Text955";
this.Text955.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text955__GetValue);
this.Text955.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text955.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.InitializeComponent24();
}
public void InitializeComponent24()
{
this.Text955.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.Text955.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text955.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text955.Indicator = null;
this.Text955.Interaction = null;
this.Text955.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text955.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text955.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text956
//
this.Text956 = new Stimulsoft.Report.Components.StiText();
this.Text956.CanGrow = true;
this.Text956.CanShrink = true;
this.Text956.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(76, 0, 22, 8);
this.Text956.ComponentStyle = "ValuesBorder";
this.Text956.BeforePrint += new System.EventHandler(this.Text956_Conditions);
this.Text956.GrowToHeight = true;
this.Text956.Guid = "b27b5b38a2394b1ca71eedc3a21d8933";
this.Text956.Name = "Text956";
this.Text956.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text956__GetValue);
this.Text956.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text956.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text956.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.Text956.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text956.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text956.Indicator = null;
this.Text956.Interaction = null;
this.Text956.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text956.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text956.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text957
//
this.Text957 = new Stimulsoft.Report.Components.StiText();
this.Text957.CanGrow = true;
this.Text957.CanShrink = true;
this.Text957.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(98, 0, 16, 8);
this.Text957.ComponentStyle = "ValuesBorder";
this.Text957.BeforePrint += new System.EventHandler(this.Text957_Conditions);
this.Text957.GrowToHeight = true;
this.Text957.Guid = "fe42c080e20442abb97739b582e2b076";
this.Text957.Name = "Text957";
this.Text957.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text957__GetValue);
this.Text957.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text957.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text957.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.Text957.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text957.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text957.Indicator = null;
this.Text957.Interaction = null;
this.Text957.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text957.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text957.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text958
//
this.Text958 = new Stimulsoft.Report.Components.StiText();
this.Text958.CanGrow = true;
this.Text958.CanShrink = true;
this.Text958.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(114, 0, 70, 8);
this.Text958.ComponentStyle = "ValuesBorder";
this.Text958.BeforePrint += new System.EventHandler(this.Text958_Conditions);
this.Text958.GrowToHeight = true;
this.Text958.Guid = "1d618e4848dd455a9a51c273c59f89ee";
this.Text958.Name = "Text958";
this.Text958.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text958__GetValue);
this.Text958.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text958.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text958.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.Text958.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text958.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text958.Indicator = null;
this.Text958.Interaction = null;
this.Text958.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text958.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text958.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text959
//
this.Text959 = new Stimulsoft.Report.Components.StiText();
this.Text959.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 10, 6);
this.Text959.Enabled = false;
this.Text959.Guid = "7a95d46e7d2f4029b545c8806841097b";
this.Text959.Name = "Text959";
this.Text959.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text959__GetValue);
this.Text959.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.Text959.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text959.Font = new System.Drawing.Font("Arial Black", 9F);
this.Text959.Indicator = null;
this.Text959.Interaction = null;
this.Text959.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text959.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text959.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand347.DataRelationName = null;
this.DataBand347.Interaction = null;
//
// DataBand52
//
this.DataBand52 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand52.CanShrink = true;
this.DataBand52.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 76, 190, 10);
this.DataBand52.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand52.DataSourceName = "tblReportValues1";
this.DataBand52.Guid = "20bbc854596e4d6a95d1d24ef0085f57";
this.DataBand52.Name = "DataBand52";
this.DataBand52.PrintIfDetailEmpty = true;
this.DataBand52.Sort = new System.String[0];
this.DataBand52.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.DataBand52.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand52.BusinessObjectGuid = null;
//
// Text568
//
this.Text568 = new Stimulsoft.Report.Components.StiText();
this.Text568.CanGrow = true;
this.Text568.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 0, 172, 8);
this.Text568.ComponentStyle = "TitleSub2";
this.Text568.BeforePrint += new System.EventHandler(this.Text568_Conditions);
this.Text568.GrowToHeight = true;
this.Text568.Guid = "86796a6f8a6d4d59aee5198e97ebdd92";
this.Text568.Name = "Text568";
this.Text568.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text568__GetValue);
this.Text568.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text568.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text568.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text568.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.Text568.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text568.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text568.Indicator = null;
this.Text568.Interaction = null;
this.Text568.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text568.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text568.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand52.Interaction = null;
this.DataBand52.BeforePrint += new System.EventHandler(this.DataBand52_BeforePrint);
//
// DataBand55
//
this.DataBand55 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand55.CanShrink = true;
this.DataBand55.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 94, 190, 10);
this.DataBand55.BeforePrint += new System.EventHandler(this.DataBand55_Conditions);
this.DataBand55.DataSourceName = "tblReportValueParts1";
this.DataBand55.Guid = "005a4adf4c6840bea8bf742a617c01a6";
this.DataBand55.Name = "DataBand55";
this.DataBand55.Sort = new System.String[] {
"DESC",
"virt_Order",
"ASC",
"Order"};
this.DataBand55.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.DataBand55.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand55.BusinessObjectGuid = null;
//
// Text570
//
this.Text570 = new Stimulsoft.Report.Components.StiText();
this.Text570.CanGrow = true;
this.Text570.CanShrink = true;
this.Text570.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 32, 8);
this.Text570.ComponentStyle = "ValuesBorder";
this.Text570.BeforePrint += new System.EventHandler(this.Text570_Conditions);
this.Text570.GrowToHeight = true;
this.Text570.Guid = "82c82109ae2049318c4ce74b72cac189";
this.Text570.Name = "Text570";
this.Text570.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text570__GetValue);
this.Text570.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text570.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text570.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text570.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.Text570.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text570.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text570.Indicator = null;
this.Text570.Interaction = null;
this.Text570.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text570.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text570.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text579
//
this.Text579 = new Stimulsoft.Report.Components.StiText();
this.Text579.CanGrow = true;
this.Text579.CanShrink = true;
this.Text579.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(44, 0, 32, 8);
this.Text579.ComponentStyle = "ValuesBorder";
this.Text579.BeforePrint += new System.EventHandler(this.Text579_Conditions);
this.Text579.GrowToHeight = true;
this.Text579.Guid = "1a11c49e1e364970909dba2ddb2d94ce";
this.Text579.Name = "Text579";
this.Text579.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text579__GetValue);
this.Text579.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text579.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text579.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text579.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.Text579.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text579.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text579.Indicator = null;
this.Text579.Interaction = null;
this.Text579.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text579.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text579.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text580
//
this.Text580 = new Stimulsoft.Report.Components.StiText();
this.Text580.CanGrow = true;
this.Text580.CanShrink = true;
this.Text580.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(76, 0, 22, 8);
this.Text580.ComponentStyle = "ValuesBorder";
this.Text580.BeforePrint += new System.EventHandler(this.Text580_Conditions);
this.Text580.GrowToHeight = true;
this.Text580.Guid = "0a279bd37bb448b59db7b30a79200edd";
this.Text580.Name = "Text580";
this.Text580.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text580__GetValue);
this.Text580.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text580.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text580.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text580.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.Text580.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text580.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text580.Indicator = null;
this.Text580.Interaction = null;
this.Text580.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text580.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text580.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text581
//
this.Text581 = new Stimulsoft.Report.Components.StiText();
this.Text581.CanGrow = true;
this.Text581.CanShrink = true;
this.Text581.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(98, 0, 16, 8);
this.Text581.ComponentStyle = "ValuesBorder";
this.Text581.BeforePrint += new System.EventHandler(this.Text581_Conditions);
this.Text581.GrowToHeight = true;
this.Text581.Guid = "561ac735121643f2832e03fd7b834388";
this.Text581.Name = "Text581";
this.Text581.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text581__GetValue);
this.Text581.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text581.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text581.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.Text581.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text581.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text581.Indicator = null;
this.Text581.Interaction = null;
this.Text581.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text581.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text581.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text583
//
this.Text583 = new Stimulsoft.Report.Components.StiText();
this.Text583.CanGrow = true;
this.Text583.CanShrink = true;
this.Text583.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(114, 0, 42, 8);
this.Text583.ComponentStyle = "ValuesBorder";
this.Text583.BeforePrint += new System.EventHandler(this.Text583_Conditions);
this.Text583.GrowToHeight = true;
this.Text583.Guid = "8bb765b6d26b406a95d809e6ff1e12fe";
this.Text583.Name = "Text583";
this.Text583.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text583__GetValue);
this.Text583.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text583.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text583.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.Text583.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text583.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text583.Indicator = null;
this.Text583.Interaction = null;
this.Text583.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text583.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text583.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text584
//
this.Text584 = new Stimulsoft.Report.Components.StiText();
this.Text584.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 10, 6);
this.Text584.Enabled = false;
this.Text584.Guid = "b66d4ac7aa35443e927cfe047447fe4d";
this.Text584.Name = "Text584";
this.Text584.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text584__GetValue);
this.Text584.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.Text584.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text584.Font = new System.Drawing.Font("Arial Black", 9F);
this.Text584.Indicator = null;
this.Text584.Interaction = null;
this.Text584.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text584.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text584.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text585
//
this.Text585 = new Stimulsoft.Report.Components.StiText();
this.Text585.CanGrow = true;
this.Text585.CanShrink = true;
this.Text585.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(156, 0, 28, 8);
this.Text585.ComponentStyle = "ValuesBorder";
this.Text585.BeforePrint += new System.EventHandler(this.Text585_Conditions);
this.Text585.GrowToHeight = true;
this.Text585.Guid = "6d8f71664f78496eb8eae860458a34f6";
this.Text585.Name = "Text585";
this.Text585.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text585__GetValue);
this.Text585.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text585.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text585.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text585.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.Text585.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text585.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text585.Indicator = null;
this.Text585.Interaction = null;
this.Text585.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text585.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text585.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand55.DataRelationName = null;
this.DataBand55.Interaction = null;
//
// DataBand348
//
this.DataBand348 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand348.CanShrink = true;
this.DataBand348.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 112, 190, 10);
this.DataBand348.BeforePrint += new System.EventHandler(this.DataBand348_Conditions);
this.DataBand348.DataSourceName = "tblReportValueParts1";
this.DataBand348.Guid = "1ea99692fb9647b7b0956ca0bb4c7568";
this.DataBand348.Name = "DataBand348";
this.DataBand348.Sort = new System.String[] {
"DESC",
"virt_Order",
"ASC",
"Order"};
this.DataBand348.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.DataBand348.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand348.BusinessObjectGuid = null;
//
// Text960
//
this.Text960 = new Stimulsoft.Report.Components.StiText();
this.Text960.CanGrow = true;
this.Text960.CanShrink = true;
this.Text960.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 32, 8);
this.Text960.ComponentStyle = "ValuesBorder";
this.Text960.BeforePrint += new System.EventHandler(this.Text960_Conditions);
this.Text960.GrowToHeight = true;
this.Text960.Guid = "53c760bd09f843ceb9d04d544fc0e260";
this.Text960.Name = "Text960";
this.Text960.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text960__GetValue);
this.Text960.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text960.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text960.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text960.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.Text960.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text960.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text960.Indicator = null;
this.Text960.Interaction = null;
this.Text960.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text960.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text960.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text961
//
this.Text961 = new Stimulsoft.Report.Components.StiText();
this.Text961.CanGrow = true;
this.Text961.CanShrink = true;
this.Text961.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(44, 0, 32, 8);
this.Text961.ComponentStyle = "ValuesBorder";
this.Text961.BeforePrint += new System.EventHandler(this.Text961_Conditions);
this.Text961.GrowToHeight = true;
this.Text961.Guid = "48b3a302776f43a6b0f9215e0ba17c28";
this.Text961.Name = "Text961";
this.Text961.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text961__GetValue);
this.Text961.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text961.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text961.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text961.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.Text961.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text961.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text961.Indicator = null;
this.Text961.Interaction = null;
this.Text961.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text961.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text961.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text962
//
this.Text962 = new Stimulsoft.Report.Components.StiText();
this.Text962.CanGrow = true;
this.Text962.CanShrink = true;
this.Text962.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(76, 0, 22, 8);
this.Text962.ComponentStyle = "ValuesBorder";
this.Text962.BeforePrint += new System.EventHandler(this.Text962_Conditions);
this.Text962.GrowToHeight = true;
this.Text962.Guid = "dc82181ec0bf446ba9bcdec759931c1f";
this.Text962.Name = "Text962";
this.Text962.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text962__GetValue);
this.Text962.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text962.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text962.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text962.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.Text962.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text962.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text962.Indicator = null;
this.Text962.Interaction = null;
this.Text962.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text962.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text962.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text963
//
this.Text963 = new Stimulsoft.Report.Components.StiText();
this.Text963.CanGrow = true;
this.Text963.CanShrink = true;
this.Text963.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(98, 0, 16, 8);
this.Text963.ComponentStyle = "ValuesBorder";
this.Text963.BeforePrint += new System.EventHandler(this.Text963_Conditions);
this.Text963.GrowToHeight = true;
this.Text963.Guid = "3b1ca6632ab947ad97c6310344c9b2c3";
this.Text963.Name = "Text963";
this.Text963.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text963__GetValue);
this.Text963.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text963.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text963.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.Text963.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text963.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text963.Indicator = null;
this.Text963.Interaction = null;
this.Text963.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text963.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text963.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text964
//
this.Text964 = new Stimulsoft.Report.Components.StiText();
this.Text964.CanGrow = true;
this.Text964.CanShrink = true;
this.Text964.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(114, 0, 42, 8);
this.Text964.ComponentStyle = "ValuesBorder";
this.Text964.BeforePrint += new System.EventHandler(this.Text964_Conditions);
this.Text964.GrowToHeight = true;
this.Text964.Guid = "fd8017870175454496c7a438105c91d2";
this.Text964.Name = "Text964";
this.Text964.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text964__GetValue);
this.Text964.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text964.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text964.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.Text964.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text964.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text964.Indicator = null;
this.Text964.Interaction = null;
this.Text964.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text964.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text964.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text965
//
this.Text965 = new Stimulsoft.Report.Components.StiText();
this.Text965.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 10, 6);
this.Text965.Enabled = false;
this.Text965.Guid = "7aa6299053c24a6e8505fb8724e6814d";
this.Text965.Name = "Text965";
this.Text965.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text965__GetValue);
this.Text965.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.Text965.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text965.Font = new System.Drawing.Font("Arial Black", 9F);
this.Text965.Indicator = null;
this.Text965.Interaction = null;
this.Text965.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text965.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text965.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text966
//
this.Text966 = new Stimulsoft.Report.Components.StiText();
this.Text966.CanGrow = true;
this.Text966.CanShrink = true;
this.Text966.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(156, 0, 28, 8);
this.Text966.ComponentStyle = "ValuesBorder";
this.Text966.BeforePrint += new System.EventHandler(this.Text966_Conditions);
this.Text966.GrowToHeight = true;
this.Text966.Guid = "43bd76642bec4ad5953f942b874a686e";
this.Text966.Name = "Text966";
this.Text966.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text966__GetValue);
this.Text966.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text966.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text966.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text966.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.Text966.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text966.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text966.Indicator = null;
this.Text966.Interaction = null;
this.Text966.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text966.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text966.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand348.DataRelationName = null;
this.DataBand348.Interaction = null;
this.pnuSeveso.ExcelSheetValue = null;
this.pnuSeveso.Interaction = null;
this.pnuSeveso.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.pnuSeveso_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.pnuSeveso_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.pnuSeveso_Watermark.Image = null;
this.pnuSeveso_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// pnuPGS15
//
this.pnuPGS15 = new Stimulsoft.Report.Components.StiPage();
this.pnuPGS15.Guid = "88e6a2424ca947e298a7c5c8e72451c3";
this.pnuPGS15.Name = "pnuPGS15";
this.pnuPGS15.PageHeight = 297;
this.pnuPGS15.PageWidth = 210;
this.pnuPGS15.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.pnuPGS15.PrintHeadersFootersFromPreviousPage = true;
this.pnuPGS15.PrintOnPreviousPage = true;
this.pnuPGS15.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.pnuPGS15.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand42
//
this.DataBand42 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand42.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 10);
this.DataBand42.DataSourceName = "tblReportValues0";
this.DataBand42.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand42.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.DataBand42.Name = "DataBand42";
this.DataBand42.PrintIfDetailEmpty = true;
this.DataBand42.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand42.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.DataBand42.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand42.BusinessObjectGuid = null;
//
// Text363
//
this.Text363 = new Stimulsoft.Report.Components.StiText();
this.Text363.CanGrow = true;
this.Text363.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 4, 182, 6);
this.Text363.ComponentStyle = "TitleSub1";
this.Text363.Guid = "7fa0d490b81748e9933af7d34c6b7da1";
this.Text363.Name = "Text363";
this.Text363.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text363__GetValue);
this.Text363.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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.Text363.BeforePrint += new System.EventHandler(this.Text363_BeforePrint);
this.DataBand42.DataRelationName = null;
this.DataBand42.Interaction = null;
this.DataBand42.MasterComponent = null;
//
// DataBand43
//
this.DataBand43 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand43.CanShrink = true;
this.DataBand43.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 22, 190, 6);
this.DataBand43.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand43.DataSourceName = "tblReportValues1";
this.DataBand43.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.DataBand43.Name = "DataBand43";
this.DataBand43.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand43.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.DataBand43.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand43.BusinessObjectGuid = null;
//
// Text392
//
this.Text392 = new Stimulsoft.Report.Components.StiText();
this.Text392.CanGrow = true;
this.Text392.CanShrink = true;
this.Text392.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 64, 6);
this.Text392.ComponentStyle = "ValuesBorder";
this.Text392.BeforePrint += new System.EventHandler(this.Text392_Conditions);
this.Text392.GrowToHeight = true;
this.Text392.Guid = "ccb6a975102349cfbbd821e3241082c6";
this.Text392.Name = "Text392";
this.Text392.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text392.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text392__GetValue);
this.Text392.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text392.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text392.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.Text392.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text392.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text392.Indicator = null;
this.Text392.Interaction = null;
this.Text392.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text392.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text392.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text393
//
this.Text393 = new Stimulsoft.Report.Components.StiText();
this.Text393.CanGrow = true;
this.Text393.CanShrink = true;
this.Text393.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(84, 0, 102, 6);
this.Text393.ComponentStyle = "ValuesBorder";
this.Text393.GrowToHeight = true;
this.Text393.Guid = "7ef04244ac8a493ea5499bff560334f9";
this.Text393.Name = "Text393";
this.Text393.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text393__GetValue);
this.Text393.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text393.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text393.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text393.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.Text393.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text393.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text393.Indicator = null;
this.Text393.Interaction = null;
this.Text393.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text393.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text393.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand43.Interaction = null;
this.pnuPGS15.ExcelSheetValue = null;
this.pnuPGS15.Interaction = null;
this.pnuPGS15.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.pnuPGS15_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.pnuPGS15_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.pnuPGS15_Watermark.Image = null;
this.pnuPGS15_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// regInfo
//
this.regInfo = new Stimulsoft.Report.Components.StiPage();
this.regInfo.Guid = "af15906cda934438a3e7d9d2dc601f4e";
this.regInfo.Name = "regInfo";
this.regInfo.PageHeight = 297;
this.regInfo.PageWidth = 210;
this.regInfo.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.regInfo.PrintHeadersFootersFromPreviousPage = true;
this.regInfo.PrintOnPreviousPage = true;
this.regInfo.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.regInfo.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// regInfoTitleMain
//
this.regInfoTitleMain = new Stimulsoft.Report.Components.StiDataBand();
this.regInfoTitleMain.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 14);
this.regInfoTitleMain.DataSourceName = "tblReportValues0";
this.regInfoTitleMain.Guid = "b1800cd66e9844b8b15c6ce49d1fe0fc";
this.regInfoTitleMain.Name = "regInfoTitleMain";
this.regInfoTitleMain.PrintIfDetailEmpty = true;
this.regInfoTitleMain.Sort = new System.String[0];
this.regInfoTitleMain.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.regInfoTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.regInfoTitleMain.BusinessObjectGuid = null;
//
// Text391
//
this.Text391 = new Stimulsoft.Report.Components.StiText();
this.Text391.CanGrow = true;
this.Text391.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text391.ComponentStyle = "TitleMain";
this.Text391.Guid = "2a3855ef4d644ba0bdb3c8f0573ee0c0";
this.Text391.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text391.Name = "Text391";
this.Text391.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text391__GetValue);
this.Text391.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text391.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text391.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text391.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text391.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text391.Font = new System.Drawing.Font("Arial Black", 14F);
this.Text391.Indicator = null;
this.Text391.Interaction = null;
this.Text391.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text391.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.White);
this.Text391.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text391.BeforePrint += new System.EventHandler(this.Text391_BeforePrint);
this.regInfoTitleMain.DataRelationName = null;
this.regInfoTitleMain.Interaction = null;
this.regInfoTitleMain.MasterComponent = null;
//
// Data220
//
this.Data220 = new Stimulsoft.Report.Components.StiDataBand();
this.Data220.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 26, 190, 10);
this.Data220.BeforePrint += new System.EventHandler(this.Data220_Conditions);
this.Data220.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data220.DataSourceName = "tblReportValues1";
this.Data220.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.Data220.Name = "Data220";
this.Data220.PrintIfDetailEmpty = true;
this.Data220.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data220.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.Data220.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data220.BusinessObjectGuid = null;
//
// Text395
//
this.Text395 = new Stimulsoft.Report.Components.StiText();
this.Text395.CanGrow = true;
this.Text395.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 4, 182, 6);
this.Text395.ComponentStyle = "TitleSub1";
this.Text395.Guid = "c6ee87817388479c94368c1bc86a410e";
this.Text395.Name = "Text395";
this.Text395.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text395__GetValue);
this.Text395.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text395.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text395.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text395.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.Text395.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text395.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text395.Indicator = null;
this.Text395.Interaction = null;
this.Text395.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text395.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text395.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text395.BeforePrint += new System.EventHandler(this.Text395_BeforePrint);
this.Data220.Interaction = null;
//
// Data221
//
this.Data221 = new Stimulsoft.Report.Components.StiDataBand();
this.Data221.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 44, 190, 8);
this.Data221.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data221.DataSourceName = "tblReportValues2";
this.Data221.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.Data221.Name = "Data221";
this.Data221.PrintIfDetailEmpty = true;
this.Data221.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data221.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.Data221.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data221.BusinessObjectGuid = null;
//
// Text409
//
this.Text409 = new Stimulsoft.Report.Components.StiText();
this.Text409.CanGrow = true;
this.Text409.CanShrink = true;
this.Text409.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 6);
this.Text409.ComponentStyle = "Values";
this.Text409.GrowToHeight = true;
this.Text409.Guid = "b7470b2ba337465c8ccd0a7057d6af13";
this.Text409.Name = "Text409";
this.Text409.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text409__GetValue);
this.Text409.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text409.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.Text409.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text409.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text409.Indicator = null;
this.Text409.Interaction = null;
this.Text409.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text409.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text409.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data221.Interaction = null;
this.regInfo.ExcelSheetValue = null;
this.regInfo.Interaction = null;
this.regInfo.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.regInfo_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.regInfo_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.regInfo_Watermark.Image = null;
this.regInfo_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// overvId
//
this.overvId = new Stimulsoft.Report.Components.StiPage();
this.overvId.Guid = "d86b2f339b8d48dd9569688d2c40d8e1";
this.overvId.Name = "overvId";
this.overvId.PageHeight = 297;
this.overvId.PageWidth = 210;
this.overvId.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.overvId.PrintHeadersFootersFromPreviousPage = true;
this.overvId.PrintOnPreviousPage = true;
this.overvId.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.overvId.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// overvTitleMain
//
this.overvTitleMain = new Stimulsoft.Report.Components.StiDataBand();
this.overvTitleMain.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.overvTitleMain__GetBookmark);
this.overvTitleMain.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 16);
this.overvTitleMain.DataSourceName = "tblReportValues0";
this.overvTitleMain.Name = "overvTitleMain";
this.overvTitleMain.PrintIfDetailEmpty = true;
this.overvTitleMain.Sort = new System.String[0];
this.overvTitleMain.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.overvTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.overvTitleMain.BusinessObjectGuid = null;
//
// Text387
//
this.Text387 = new Stimulsoft.Report.Components.StiText();
this.Text387.CanGrow = true;
this.Text387.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text387.ComponentStyle = "TitleMain";
this.Text387.Guid = "adba0de66cfb4016b7e6ff0294412cbc";
this.Text387.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text387.Name = "Text387";
this.Text387.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text387__GetValue);
this.Text387.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text387.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text387.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text387.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text387.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text387.Font = new System.Drawing.Font("Arial Black", 14F);
this.Text387.Indicator = null;
this.Text387.Interaction = null;
this.Text387.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text387.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.White);
this.Text387.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text387.BeforePrint += new System.EventHandler(this.Text387_BeforePrint);
this.overvTitleMain.Guid = null;
this.overvTitleMain.Interaction = null;
this.overvTitleMain.MasterComponent = null;
//
// Data224
//
this.Data224 = new Stimulsoft.Report.Components.StiDataBand();
this.Data224.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data224__GetBookmark);
this.Data224.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 10);
this.Data224.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data224.DataSourceName = "tblReportValues1";
this.Data224.Name = "Data224";
this.Data224.PrintIfDetailEmpty = true;
this.Data224.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data224.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.Data224.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data224.BusinessObjectGuid = null;
//
// Text413
//
this.Text413 = new Stimulsoft.Report.Components.StiText();
this.Text413.CanGrow = true;
this.Text413.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text413.ComponentStyle = "TitleSub1";
this.Text413.Name = "Text413";
this.Text413.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text413__GetValue);
this.Text413.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text413.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text413.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.Text413.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text413.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text413.Guid = null;
this.Text413.Indicator = null;
this.Text413.Interaction = null;
this.Text413.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text413.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text413.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data224.Guid = null;
this.Data224.Interaction = null;
//
// Data225
//
this.Data225 = new Stimulsoft.Report.Components.StiDataBand();
this.Data225.CanShrink = true;
this.Data225.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 6);
this.Data225.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data225.DataSourceName = "tblReportValues2";
this.Data225.Name = "Data225";
this.Data225.PrintIfDetailEmpty = true;
this.Data225.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data225.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.Data225.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data225.BusinessObjectGuid = null;
//
// Text414
//
this.Text414 = new Stimulsoft.Report.Components.StiText();
this.Text414.CanGrow = true;
this.Text414.CanShrink = true;
this.Text414.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 68, 6);
this.Text414.ComponentStyle = "ValuesBorder";
this.Text414.GrowToHeight = true;
this.Text414.Name = "Text414";
this.Text414.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text414__GetValue);
this.Text414.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text414.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text414.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text414.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.Text414.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text414.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text414.Guid = null;
this.Text414.Indicator = null;
this.Text414.Interaction = null;
this.Text414.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text414.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text414.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text415
//
this.Text415 = new Stimulsoft.Report.Components.StiText();
this.Text415.CanGrow = true;
this.Text415.CanShrink = true;
this.Text415.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 106, 6);
this.Text415.ComponentStyle = "ValuesBorder";
this.Text415.GrowToHeight = true;
this.Text415.Name = "Text415";
this.Text415.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text415__GetValue);
this.Text415.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text415.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text415.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text415.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.Text415.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text415.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text415.Guid = null;
this.Text415.Indicator = null;
this.Text415.Interaction = null;
this.Text415.Margins = new Stimulsoft.Report.Components.StiMargins(30, 0, 0, 0);
this.Text415.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text415.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data225.Guid = null;
this.Data225.Interaction = null;
this.overvId.ExcelSheetValue = null;
this.overvId.Interaction = null;
this.overvId.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.overvId_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.overvId_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.overvId_Watermark.Image = null;
this.overvId_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// overvDescr
//
this.overvDescr = new Stimulsoft.Report.Components.StiPage();
this.overvDescr.Guid = "76d6d97cb9eb4508af5f23bf4f9bb4cb";
this.overvDescr.Name = "overvDescr";
this.overvDescr.PageHeight = 297;
this.overvDescr.PageWidth = 210;
this.overvDescr.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.overvDescr.PrintHeadersFootersFromPreviousPage = true;
this.overvDescr.PrintOnPreviousPage = true;
this.overvDescr.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.overvDescr.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Data227
//
this.Data227 = new Stimulsoft.Report.Components.StiDataBand();
this.Data227.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data227__GetBookmark);
this.Data227.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.Data227.DataSourceName = "tblReportValues0";
this.Data227.Name = "Data227";
this.Data227.PrintIfDetailEmpty = true;
this.Data227.Sort = new System.String[0];
this.Data227.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.Data227.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data227.BusinessObjectGuid = null;
this.Data227.Guid = null;
this.Data227.Interaction = null;
this.Data227.MasterComponent = null;
//
// Data228
//
this.Data228 = new Stimulsoft.Report.Components.StiDataBand();
this.Data228.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data228__GetBookmark);
this.Data228.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 10);
this.Data228.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data228.DataSourceName = "tblReportValues1";
this.Data228.Name = "Data228";
this.Data228.PrintIfDetailEmpty = true;
this.Data228.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data228.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.Data228.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data228.BusinessObjectGuid = null;
//
// Text416
//
this.Text416 = new Stimulsoft.Report.Components.StiText();
this.Text416.CanGrow = true;
this.Text416.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text416.ComponentStyle = "TitleSub1";
this.Text416.Name = "Text416";
this.Text416.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text416__GetValue);
this.Text416.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text416.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text416.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.Text416.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text416.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text416.Guid = null;
this.Text416.Indicator = null;
this.Text416.Interaction = null;
this.Text416.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text416.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text416.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data228.Guid = null;
this.Data228.Interaction = null;
//
// Data229
//
this.Data229 = new Stimulsoft.Report.Components.StiDataBand();
this.Data229.CanShrink = true;
this.Data229.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 30, 190, 6);
this.Data229.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data229.DataSourceName = "tblReportValues2";
this.Data229.Name = "Data229";
this.Data229.PrintIfDetailEmpty = true;
this.Data229.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data229.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.Data229.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data229.BusinessObjectGuid = null;
//
// Text417
//
this.Text417 = new Stimulsoft.Report.Components.StiText();
this.Text417.CanGrow = true;
this.Text417.CanShrink = true;
this.Text417.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 174, 6);
this.Text417.ComponentStyle = "Values";
this.Text417.BeforePrint += new System.EventHandler(this.Text417_Conditions);
this.Text417.GrowToHeight = true;
this.Text417.Name = "Text417";
this.Text417.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text417__GetValue);
this.Text417.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text417.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text417.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text417.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.Text417.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.InitializeComponent25();
}
public void InitializeComponent25()
{
this.Text417.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text417.Guid = null;
this.Text417.Indicator = null;
this.Text417.Interaction = null;
this.Text417.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text417.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text417.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data229.Guid = null;
this.Data229.Interaction = null;
this.overvDescr.ExcelSheetValue = null;
this.overvDescr.Interaction = null;
this.overvDescr.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.overvDescr_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.overvDescr_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.overvDescr_Watermark.Image = null;
this.overvDescr_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// overvRisk
//
this.overvRisk = new Stimulsoft.Report.Components.StiPage();
this.overvRisk.Guid = "e32458480e00425eb53900288f1c794e";
this.overvRisk.Name = "overvRisk";
this.overvRisk.PageHeight = 297;
this.overvRisk.PageWidth = 210;
this.overvRisk.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.overvRisk.PrintHeadersFootersFromPreviousPage = true;
this.overvRisk.PrintOnPreviousPage = true;
this.overvRisk.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.overvRisk.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Data230
//
this.Data230 = new Stimulsoft.Report.Components.StiDataBand();
this.Data230.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data230__GetBookmark);
this.Data230.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.Data230.DataSourceName = "tblReportValues0";
this.Data230.Name = "Data230";
this.Data230.PrintIfDetailEmpty = true;
this.Data230.Sort = new System.String[0];
this.Data230.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.Data230.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data230.BusinessObjectGuid = null;
this.Data230.Guid = null;
this.Data230.Interaction = null;
this.Data230.MasterComponent = null;
//
// Data231
//
this.Data231 = new Stimulsoft.Report.Components.StiDataBand();
this.Data231.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data231__GetBookmark);
this.Data231.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 10);
this.Data231.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data231.DataSourceName = "tblReportValues1";
this.Data231.Name = "Data231";
this.Data231.PrintIfDetailEmpty = true;
this.Data231.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data231.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.Data231.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data231.BusinessObjectGuid = null;
//
// Text418
//
this.Text418 = new Stimulsoft.Report.Components.StiText();
this.Text418.CanGrow = true;
this.Text418.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text418.ComponentStyle = "TitleSub1";
this.Text418.Name = "Text418";
this.Text418.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text418__GetValue);
this.Text418.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text418.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text418.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.Text418.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text418.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text418.Guid = null;
this.Text418.Indicator = null;
this.Text418.Interaction = null;
this.Text418.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text418.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text418.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data231.Guid = null;
this.Data231.Interaction = null;
//
// Data232
//
this.Data232 = new Stimulsoft.Report.Components.StiDataBand();
this.Data232.CanShrink = true;
this.Data232.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 30, 190, 2);
this.Data232.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data232.DataSourceName = "tblReportValues2";
this.Data232.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data232.Guid = "c706ef229de643adb0b67e92bfb17b37";
this.Data232.Name = "Data232";
this.Data232.Sort = new System.String[0];
this.Data232.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.Data232.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data232.BusinessObjectGuid = null;
this.Data232.Interaction = null;
this.Data232.BeforePrint += new System.EventHandler(this.Data232_BeforePrint);
//
// Data233
//
this.Data233 = new Stimulsoft.Report.Components.StiDataBand();
this.Data233.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 40, 190, 40);
this.Data233.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data233.DataSourceName = "tblReportValues2";
this.Data233.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data233.Guid = "e9b4bf0097e14ccbbfa06490aad9d3e7";
this.Data233.Name = "Data233";
this.Data233.Sort = new System.String[0];
this.Data233.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.Data233.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data233.BusinessObjectGuid = null;
//
// Image55
//
this.Image55 = new Stimulsoft.Report.Components.StiImage();
this.Image55.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 2, 30, 30);
this.Image55.Guid = "ebc9b184e1114946b123a550c0d32a1d";
this.Image55.Image = StiImageConverter.StringToImage("/9j/4AAQSkZJRgABAgEBLAEsAAD/7gAOQWRvYmUAZAAAAAAB/+EPFEV4aWYAAE1NACoAAAAIAAcBEgADA" +
"AAAAQABAAABGgAFAAAAAQAAAGIBGwAFAAAAAQAAAGoBKAADAAAAAQACAAABMQACAAAAFAAAAHIBMgACA" +
"AAAFAAAAIaHaQAEAAAAAQAAAJoAAAC6ASwAAAABAAABLAAAAAEAAEFkb2JlIFBob3Rvc2hvcCA3LjAAM" +
"jAwMzowNjoxNyAxMDo0MToxNwAAAqACAAQAAAABAAAEnaADAAQAAAABAAAEnQAAAAAAAAAGAQMAAwAAA" +
"AEABgAAARoABQAAAAEAAAEIARsABQAAAAEAAAEQASgAAwAAAAEAAgAAAgEABAAAAAEAAAEYAgIABAAAA" +
"AEAAA3zAAAAAAAAAEgAAAABAAAASAAAAAH/2P/gABBKRklGAAECAQBIAEgAAP/tAAxBZG9iZV9DTQAB/" +
"+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMD" +
"AwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMD" +
"BEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAgACAAwEiAAIRAQMRAf/dAAQACP/EAT8AA" +
"AEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABB" +
"AEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1F" +
"qKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h" +
"5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ" +
"1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamt" +
"sbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A9VSSSSUpJJJJSkkkklKXEfWv60nINvSumWEUiWZmW" +
"wwSQdtmJjPH+Zk5H+D/AJmj9P6j8d/rT9azkGzpnSrYpaSzLzGEgkjR+LiWN/8AZjJZ/N/zFP6fe/H5V" +
"rWsaGMAa1oAa0CAAOGtCgzZq9Md+p/ddb4b8N9ys2Yfq94QP+U/rS/1f/T/ANn/ADnWfVT61OrdX0nqt" +
"hcHba8LMeZJJ9rMTLf/AKb83GyXf0n+au/W/wCl9ovH3sZYxzHtDmOEOadQQexXWfVX61urdX0rq1u5r" +
"yGYebY6SSfoYmW93+F/Nxsl39I/mbv1r+lrDmv0y36Hur4l8N9u82Efq95wH+T/AK0f9X/0HtEkklO5K" +
"kkkklKSSSSU/wD/0PVUkkklKSSSSUpcT9a/rSbzb0rpdhbUJrzMthgkg7bMTFd+9+Zk5H+C/maP0+9+M" +
"vrV9a3Xus6X0qzbU0lmZmMJBJGj8XEe387/ALkZLP5r+Yp/WN78blWtaxoYwBrGgBrQIAA4a0KDNmr0x" +
"36ns63w34b7lZsw/V7wgf8AKf1pf6v/AKf+z/nEAGgNaA1rRDWjQADsE6SSqO+pM5rXNLHgOa4EOadQQ" +
"eWuCdJJT1f1U+tb63V9K6rYXtcW14ea8ySSdrMTLf8A6X83GyXf0j+Zu/Wv6X2i8fexj2OY9ocxwhzSJ" +
"BB7FdX9VfrW6p1fSuq2bmOIZh5ljiSSfoYmW93+E/Nxsl38/wDzN361/SreHNfplv0PdwPiXw327zYR+" +
"r3nAf5P+tH/AFf/AEHtUkklO5KkkkklP//R9VSSSSUpcF9dPrmSbej9IsIia83MYdQfovxcV/8Apfzci" +
"/8AwH81V+s/0ZfXP66EmzpHR7Yj2ZmbWdQfz8XFe3/C/wDcjIb/ADH8zV+s/wBG4ZrWtaGtAa1ogAaAA" +
"K3y3LcVTmPT+jH97x/urJS6Bs4mS2oNpfpUNGHszwZ/xf8A1CvLIVnFyvTiqw/o+GO/d/ku/kf9QoOf5" +
"DfNhHjOA/6cP+9dn4X8Urh5fPLTbFlPT/V5P+4m3kkklku+pJJJJSlsdD+r46gBk5rP1Aia6zH6b+u3/" +
"uL/AOf/APif5xdB6F9vLcvLb+pAnZU4EG4/vf8Ahb/z/wD8T/OdeAAAAIA0AGgACoc7zvBeLGfX+lL/A" +
"Df9WP8ArP8Aof3/AOby+d527xYjptOY/wChD/upIcHOt6XYzDzbHW4Dy1mLmWHc6t7jsrw82w+5+72sw" +
"8x/87/R8r9a9K3M3li21VXVPpuY2yqxpZZW8BzXNcIcx7T9JrkLCz39JsZiZthf06xwrxMuxxc+pztGY" +
"ebY/wCk1zvZh5j3fpP6Lk/rPpW5dr4Z8T92sOY/rNoTP+V/qy/1n/pT++4mXFWo2/J30kklrsL/AP/S9" +
"VXB/XT65km3o/SLIImvNzGctP0X4uK//Tfm5F//AGn/AJqr9Z/oq+uf10JNnSOjWwR7czNrOrf3sXFe3" +
"/Df6fIb/R/5qr9a/ovCta1rQ1oDWtENaNAAFb5bluKpzHp/Rj+95/1VspVoFABoDWgBoEADQABJJJX2N" +
"SSSSKmzi5XpxVYf0f5rj+b/ACT/AMH/ANQryyFZxcr04rtP6Phrj+b5O/4P/qFkc/yG+bCPGcB/04f96" +
"7nwv4pXDy+eWny4sp6f6vJ/3E28tjoXQft+3Ly2kYWjqmTrcQfzv+63/n//AIn+cXQegnOLcvLbGECdt" +
"TgQbj+9/wCFv/P/APxX8514AAAAAAEADQABc1zvO8F48R9f6Uv83/Vj/rP+h/f/AJu3zvO3eLEdNpzH/" +
"Qh/3Ul+UySSyHNUmexljHV2ND63gtexwBa5rhtcx7XfSa5OkkpBg51nSXsw8x7rOnPLa8XMsO51T3HZX" +
"h5lh9z2u9rMPMf/ADn9Hyv1n0rcvfWLbVXdW+m5jbKrGlllbwHNc1w2uY9rvpNchYObZ0mxmHmPL+nWO" +
"DMTKe4ufU46MxM2x87mOd7MTMsd7/6Lk/rHpW5fQ/Dfifu1hzH9ZtCZ/wAr/Vl/rP8A0p/fa2XFWo2/J" +
"//T2Prn9Sy02dX6PVIJL8zCrEkk6vysVjf8J+dkY7f57+eq/WP6TwzXNc0OaQ5rhIcNQQV7suC+un1LI" +
"NvWOj1kzNmZhsEkk+5+Vis/0v52Rjt/n/52n9Z/pNvluZ4ahM+n9GX7vh/dWyjeoeGSSBDgHNIc1wkEa" +
"ggpK+xqSSSSUpdZ9Tvqc7qZZ1PqTC3p4h+NVI/TkH6djf8AuJp9D/tT/wCF/wCeb6nfU89ULOp9SZHTm" +
"k+ljvBBvIHtsdx+qbv/AGI/8L/z3pTWta0NaAGgQANAAFT5nmd4QP8Ael/3MV8Y9S4+VjHp02M16fq58" +
"n+j99P+6P8A7Zf+Ev6G62FjZWL+zZsrH+T9PY0f0f8AlDb/ANof/bP/AMJf0Tlvifwy7z4Brvkxj/pw/" +
"wC6i2sWWvTL6FdJOmWE2FJJJnOYxjnvcGMYC573GGtaNXOc4/Ra1JSrLK6q322vbXVW0vsseQ1rWtG57" +
"3vd7Wsa1VsHCs61YzLy2FnSq3NsxMd4LXZDm+5mXl1u27cdj/fiYj2/927/APA1UrBwn9bezLy2Or6Sw" +
"h2PiWt2uyHNO6vMy2P97Mdu1tmJiP2f6fK/wVNXRLofhnwz2qzZh+s3hA/5L+tL/Wf9D+//ADdbLlvSO" +
"35v/9T1VJJJJTwX10+pjg63rHR65LiX5mGwSXE6vysVjf8AC/nZGO3+f/nqv1n+k8M1zXNDmkOa4SCNQ" +
"QV7suD+un1LINvWOj1kkzZm4bBJcT7n5WKz/TfnZGP/ANqP52n9Z/pVvluZ4ahM+n9GX7vh/dWSj1Dwq" +
"6v6nfU49ULOpdSYR04Q/HqkfpyD9Kxv0vsmn/oR/wAR/PN9Tfqf+1SzqfUWj9mgk1UOB/WNPbYf+6nu/" +
"wDQj/iP570trWtaGtAa1ogAaAAdgnczzO8IH+9L/uYqjHqV0kklSXqSSSSU42TiDpgL6h/k7UuH/cfv7" +
"R/3B/8AbL/wn/RHWwsXLxm9LDrmw3poEubAAxgPpPnT9Q/f/wC4X/hP+iYnxP4Zd58A13yYx1/rw/7qL" +
"Piy/oy+hXssrqrfba9tddbS+yx5DWta0bnve93taxrVVwsJ/XLGZeWws6TW5tuJjuBDshzfezLy63bdu" +
"Mx/vxMR7fps+13/AOBqrWFhWdcezLy2Or6Sw7sfEtbtdkOad1eXlsf72Yzdu/ExH7H/AOHyv8FTX0ak+" +
"GfDParNmH6zeED/AJL+tL/Wf9D/AGnyDLlvQbfmpJJJa7C//9X1VJJJJSkkkklORbVb0a1+VjMNnTbXO" +
"sy8Zgc51Tne6zLw62btzHv9+Xh1t9/6TLo/WPWpy9Sm6q+pl1L221WtD67GEOa5rhuY9j2+1zHNU1kXV" +
"29GsflYzXWdMeS/KxK27nVOc7fZmYjG+57Hbn2ZmI36f9IxP1j1qcxKddJRrsrtrbbU4WV2AOY9pBa5p" +
"Etc1w+k1ykkpSSSjZYytjrLHBjGAue9xgADVznOP0WtSUtbbVRU+657aqqml9ljyGta1o3Pe97va1jWr" +
"Frqs+sVrMnJYWdFqey3DoO5rspzfezKy63bduJXZ78TEf8AzllbMu7/AANSVLLPrE9mVkMfV0RvuoxLW" +
"bXZTg7dVl5TH/pGYjdrbMTFf6dlv89ls/mqVupKUkkkkpSSSSSn/9b1VJJJJSkkkklKSSSSU5FlNnRrX" +
"5OIwv6ba51mXisBc6pzvc/Lw62btzHv9+Xh1s/Se/Lx/wBZ9anM1Kbqr6mXUvbbVa0PrsYQ5rmuG5j2P" +
"b7XMc1TWTbVb0i1+VitdZ06wl+ViMEuqc52+zNxG/Scx259mbiN/nP6RifrPrU5qU6dttVNT7rntrqra" +
"X2WPIa1rWjc973u9rWNasRlL/rHYzIyWbeiVPZbiUO3B2U5vvZlZdbtu3DZZ78XFs/nrK/tV3+BqT1V2" +
"/WKxmTkMdV0RhmnEtYA7Kc126vLyWO97MNu3fiYzvTfd/PZX+CqW6kpSSSSSlJJJJKUkkkkp//ZAP/tE" +
"8BQaG90b3Nob3AgMy4wADhCSU0EJQAAAAAAEAAAAAAAAAAAAAAAAAAAAAA4QklNA+0AAAAAABABLAAAA" +
"AEAAgEsAAAAAQACOEJJTQQmAAAAAAAOAAAAAAAAAAAAAD+AAAA4QklNBA0AAAAAAAQAAAAeOEJJTQQZA" +
"AAAAAAEAAAAHjhCSU0D8wAAAAAACQAAAAAAAAAAAQA4QklNBAoAAAAAAAEAADhCSU0nEAAAAAAACgABA" +
"AAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEAMgAAA" +
"AEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP///////////////////" +
"/////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////" +
"////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQAAAAAAAACAAA4QklNBAIAAAAAA" +
"AIAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBB4AAAAAAAQAAAAAOEJJTQQaAAAAAAM9A" +
"AAABgAAAAAAAAAAAAAEnQAABJ0AAAAEAG4AZgBwAGEAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAA" +
"AAAAAAABJ0AAASdAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAEAAAAAAABud" +
"WxsAAAAAgAAAAZib3VuZHNPYmpjAAAAAQAAAAAAAFJjdDEAAAAEAAAAAFRvcCBsb25nAAAAAAAAAABMZ" +
"WZ0bG9uZwAAAAAAAAAAQnRvbWxvbmcAAASdAAAAAFJnaHRsb25nAAAEnQAAAAZzbGljZXNWbExzAAAAA" +
"U9iamMAAAABAAAAAAAFc2xpY2UAAAASAAAAB3NsaWNlSURsb25nAAAAAAAAAAdncm91cElEbG9uZwAAA" +
"AAAAAAGb3JpZ2luZW51bQAAAAxFU2xpY2VPcmlnaW4AAAANYXV0b0dlbmVyYXRlZAAAAABUeXBlZW51b" +
"QAAAApFU2xpY2VUeXBlAAAAAEltZyAAAAAGYm91bmRzT2JqYwAAAAEAAAAAAABSY3QxAAAABAAAAABUb" +
"3AgbG9uZwAAAAAAAAAATGVmdGxvbmcAAAAAAAAAAEJ0b21sb25nAAAEnQAAAABSZ2h0bG9uZwAABJ0AA" +
"AADdXJsVEVYVAAAAAEAAAAAAABudWxsVEVYVAAAAAEAAAAAAABNc2dlVEVYVAAAAAEAAAAAAAZhbHRUY" +
"WdURVhUAAAAAQAAAAAADmNlbGxUZXh0SXNIVE1MYm9vbAEAAAAIY2VsbFRleHRURVhUAAAAAQAAAAAAC" +
"WhvcnpBbGlnbmVudW0AAAAPRVNsaWNlSG9yekFsaWduAAAAB2RlZmF1bHQAAAAJdmVydEFsaWduZW51b" +
"QAAAA9FU2xpY2VWZXJ0QWxpZ24AAAAHZGVmYXVsdAAAAAtiZ0NvbG9yVHlwZWVudW0AAAARRVNsaWNlQ" +
"kdDb2xvclR5cGUAAAAATm9uZQAAAAl0b3BPdXRzZXRsb25nAAAAAAAAAApsZWZ0T3V0c2V0bG9uZwAAA" +
"AAAAAAMYm90dG9tT3V0c2V0bG9uZwAAAAAAAAALcmlnaHRPdXRzZXRsb25nAAAAAAA4QklNBBQAAAAAA" +
"AQAAAACOEJJTQQMAAAAAA4PAAAAAQAAAIAAAACAAAABgAAAwAAAAA3zABgAAf/Y/+AAEEpGSUYAAQIBA" +
"EgASAAA/+0ADEFkb2JlX0NNAAH/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgICQgMCQkMEQsKCxEVDwwMD" +
"xUYExMVExMYEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQ0LCw0ODRAODhAUDg4OF" +
"BQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCACAAIADA" +
"SIAAhEBAxEB/90ABAAI/8QBPwAAAQUBAQEBAQEAAAAAAAAAAwABAgQFBgcICQoLAQABBQEBAQEBAQAAA" +
"AAAAAABAAIDBAUGBwgJCgsQAAEEAQMCBAIFBwYIBQMMMwEAAhEDBCESMQVBUWETInGBMgYUkaGxQiMkF" +
"VLBYjM0coLRQwclklPw4fFjczUWorKDJkSTVGRFwqN0NhfSVeJl8rOEw9N14/NGJ5SkhbSVxNTk9KW1x" +
"dXl9VZmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9xEAAgIBAgQEAwQFBgcHBgU1AQACEQMhMRIEQVFhcSITB" +
"TKBkRShsUIjwVLR8DMkYuFygpJDUxVjczTxJQYWorKDByY1wtJEk1SjF2RFVTZ0ZeLys4TD03Xj80aUp" +
"IW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9ic3R1dnd4eXp7fH/9oADAMBAAIRAxEAPwD1VJJJJSkkkklKS" +
"SSSUpcR9a/rScg29K6ZYRSJZmZbDBJB22YmM8f5mTkf4P8AmaP0/qPx3+tP1rOQbOmdKtilpLMvMYSCS" +
"NH4uJY3/wBmMln83/MU/p978flWtaxoYwBrWgBrQIAA4a0KDNmr0x36n911vhvw33KzZh+r3hA/5T+tL" +
"/V/9P8A2f8AOdZ9VPrU6t1fSeq2Fwdtrwsx5kkn2sxMt/8ApvzcbJd/Sf5q79b/AKX2i8fexljHMe0OY" +
"4Q5p1BB7FdZ9VfrW6t1fSurW7mvIZh5tjpJJ+hiZb3f4X83GyXf0j+Zu/Wv6WsOa/TLfoe6viXw327zY" +
"R+r3nAf5P8ArR/1f/Qe0SSSU7kqSSSSUpJJJJT/AP/Q9VSSSSUpJJJJSlxP1r+tJvNvSul2FtQmvMy2G" +
"CSDtsxMV3735mTkf4L+Zo/T734y+tX1rde6zpfSrNtTSWZmYwkEkaPxcR7fzv8AuRks/mv5in9Y3vxuV" +
"a1rGhjAGsaAGtAgADhrQoM2avTHfqezrfDfhvuVmzD9XvCB/wAp/Wl/q/8Ap/7P+cQAaA1oDWtENaNAA" +
"OwTpJKo76kzmtc0seA5rgQ5p1BB5a4J0klPV/VT61vrdX0rqthe1xbXh5rzJJJ2sxMt/wDpfzcbJd/SP" +
"5m79a/pfaLx97GPY5j2hzHCHNIkEHsV1f1V+tbqnV9K6rZuY4hmHmWOJJJ+hiZb3f4T83GyXfz/APM3f" +
"rX9Kt4c1+mW/Q93A+JfDfbvNhH6vecB/k/60f8AV/8AQe1SSSU7kqSSSSU//9H1VJJJJSlwX10+uZJt6" +
"P0iwiJrzcxh1B+i/FxX/wCl/NyL/wDAfzVX6z/Rl9c/roSbOkdHtiPZmZtZ1B/PxcV7f8L/ANyMhv8AM" +
"fzNX6z/AEbhmta1oa0BrWiABoAArfLctxVOY9P6Mf3vH+6slLoGziZLag2l+lQ0YezPBn/F/wDUK8shW" +
"cXK9OKrD+j4Y793+S7+R/1Cg5/kN82EeM4D/pw/712fhfxSuHl88tNsWU9P9Xk/7ibeSSSWS76kkkklK" +
"Wx0P6vjqAGTms/UCJrrMfpv67f+4v8A5/8A+J/nF0HoX28ty8tv6kCdlTgQbj+9/wCFv/P/APxP8514A" +
"AAAgDQAaAAKhzvO8F4sZ9f6Uv8AN/1Y/wCs/wCh/f8A5vL53nbvFiOm05j/AKEP+6khwc63pdjMPNsdb" +
"gPLWYuZYdzq3uOyvDzbD7n7vazDzH/zv9Hyv1r0rczeWLbVVdU+m5jbKrGlllbwHNc1whzHtP0muQsLP" +
"f0mxmJm2F/TrHCvEy7HFz6nO0Zh5tj/AKTXO9mHmPd+k/ouT+s+lbl2vhnxP3aw5j+s2hM/5X+rL/Wf+" +
"lP77iZcVajb8nfSSSWuwv8A/9L1VcH9dPrmSbej9Isgia83MZy0/Rfi4r/9N+bkX/8Aaf8Amqv1n+ir6" +
"5/XQk2dI6NbBHtzM2s6t/excV7f8N/p8hv9H/mqv1r+i8K1rWtDWgNa0Q1o0AAVvluW4qnMen9GP73n/" +
"VWylWgUAGgNaAGgQANAAEkklfY1JJJIqbOLlenFVh/R/muP5v8AJP8Awf8A1CvLIVnFyvTiu0/o+GuP5" +
"vk7/g/+oWRz/Ib5sI8ZwH/Th/3rufC/ilcPL55afLiynp/q8n/cTby2OhdB+37cvLaRhaOqZOtxB/O/7" +
"rf+f/8Aif5xdB6Cc4ty8tsYQJ21OBBuP73/AIW/8/8A/FfznXgAAAAAAQANAAFzXO87wXjxH1/pS/zf9" +
"WP+s/6H9/8Am7fO87d4sR02nMf9CH/dSX5TJJLIc1SZ7GWMdXY0PreC17HAFrmuG1zHtd9Jrk6SSkGDn" +
"WdJezDzHus6c8trxcyw7nVPcdleHmWH3Pa72sw8x/8AOf0fK/WfSty99YttVd1b6bmNsqsaWWVvAc1zX" +
"Da5j2u+k1yFg5tnSbGYeY8v6dY4MxMp7i59TjozEzbHzuY53sxMyx3v/ouT+selbl9D8N+J+7WHMf1m0" +
"Jn/ACv9WX+s/wDSn99rZcVajb8n/9PY+uf1LLTZ1fo9UgkvzMKsSSTq/KxWN/wn52Rjt/nv56r9Y/pPD" +
"Nc1zQ5pDmuEhw1BBXuy4L66fUsg29Y6PWTM2ZmGwSST7n5WKz/S/nZGO3+f/naf1n+k2+W5nhqEz6f0Z" +
"fu+H91bKN6h4ZJIEOAc0hzXCQRqCCkr7GpJJJJSl1n1O+pzuplnU+pMLeniH41Uj9OQfp2N/wC4mn0P+" +
"1P/AIX/AJ5vqd9Tz1Qs6n1JkdOaT6WO8EG8ge2x3H6pu/8AYj/wv/PelNa1rQ1oAaBAA0AAVPmeZ3hA/" +
"wB6X/cxXxj1Lj5WMenTYzXp+rnyf6P30/7o/wDtl/4S/obrYWNlYv7Nmysf5P09jR/R/wCUNv8A2h/9s" +
"/8Awl/ROW+J/DLvPgGu+TGP+nD/ALqLaxZa9MvoV0k6ZYTYUkkmc5jGOe9wYxgLnvcYa1o1c5zj9FrUl" +
"Kssrqrfba9tdVbS+yx5DWta0bnve93taxrVWwcKzrVjMvLYWdKrc2zEx3gtdkOb7mZeXW7btx2P9+JiP" +
"b/3bv8A8DVSsHCf1t7MvLY6vpLCHY+Ja3a7Ic07q8zLY/3sx27W2YmI/Z/p8r/BU1dEuh+GfDParNmH6" +
"zeED/kv60v9Z/0P7/8AN1suW9I7fm//1PVUkkklPBfXT6mODresdHrkuJfmYbBJcTq/KxWN/wAL+dkY7" +
"f5/+eq/Wf6TwzXNc0OaQ5rhII1BBXuy4P66fUsg29Y6PWSTNmbhsElxPuflYrP9N+dkY/8A2o/naf1n+" +
"lW+W5nhqEz6f0Zfu+H91ZKPUPCrq/qd9Tj1Qs6l1JhHThD8eqR+nIP0rG/S+yaf+hH/ABH8831N+p/7V" +
"LOp9RaP2aCTVQ4H9Y09th/7qe7/ANCP+I/nvS2ta1oa0BrWiABoAB2CdzPM7wgf70v+5iqMepXSSSVJe" +
"pJJJJTjZOIOmAvqH+TtS4f9x+/tH/cH/wBsv/Cf9EdbCxcvGb0sOubDemgS5sADGA+k+dP1D9//ALhf+" +
"E/6JifE/hl3nwDXfJjHX+vD/uos+LL+jL6Feyyuqt9tr2111tL7LHkNa1rRue973e1rGtVXCwn9csZl5" +
"bCzpNbm24mO4EOyHN97MvLrdt24zH+/ExHt+mz7Xf8A4GqtYWFZ1x7MvLY6vpLDux8S1u12Q5p3V5eWx" +
"/vZjN278TEfsf8A4fK/wVNfRqT4Z8M9qs2YfrN4QP8Akv60v9Z/0P8AafIMuW9Bt+akkklrsL//1fVUk" +
"kklKSSSSU5FtVvRrX5WMw2dNtc6zLxmBznVOd7rMvDrZu3Me/35eHW33/pMuj9Y9anL1Kbqr6mXUvbbV" +
"a0PrsYQ5rmuG5j2Pb7XMc1TWRdXb0ax+VjNdZ0x5L8rErbudU5zt9mZiMb7nsdufZmYjfp/0jE/WPWpz" +
"Ep10lGuyu2tttThZXYA5j2kFrmkS1zXD6TXKSSlJJKNljK2OsscGMYC573GAANXOc4/Ra1JS1ttVFT7r" +
"ntqqqaX2WPIa1rWjc973u9rWNasWuqz6xWsyclhZ0Wp7LcOg7muynN97MrLrdt24ldnvxMR/wDOWVsy7" +
"v8AA1JUss+sT2ZWQx9XRG+6jEtZtdlODt1WXlMf+kZiN2tsxMV/p2W/z2Wz+apW6kpSSSSSlJJJJKf/1" +
"vVUkkklKSSSSUpJJJJTkWU2dGtfk4jC/ptrnWZeKwFzqnO9z8vDrZu3Me/35eHWz9J78vH/AFn1qczUp" +
"uqvqZdS9ttVrQ+uxhDmua4bmPY9vtcxzVNZNtVvSLX5WK11nTrCX5WIwS6pznb7M3Eb9JzHbn2ZuI3+c" +
"/pGJ+s+tTmpTp221U1Puue2uqtpfZY8hrWtaNz3ve72tY1qxGUv+sdjMjJZt6JU9luJQ7cHZTm+9mVl1" +
"u27cNlnvxcWz+esr+1Xf4GpPVXb9YrGZOQx1XRGGacS1gDspzXbq8vJY73sw27d+JjO9N9389lf4Kpbq" +
"SlJJJJKUkkkkpSSSSSn/9kAOEJJTQQhAAAAAABVAAAAAQEAAAAPAEEAZABvAGIAZQAgAFAAaABvAHQAb" +
"wBzAGgAbwBwAAAAEwBBAGQAbwBiAGUAIABQAGgAbwB0AG8AcwBoAG8AcAAgADcALgAwAAAAAQA4QklNB" +
"AYAAAAAAAcAAQAAAAEBAP/hEkhodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvADw/eHBhY2tldCBiZ" +
"Wdpbj0n77u/JyBpZD0nVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkJz8+DQo8P2Fkb2JlLXhhcC1maWx0Z" +
"XJzIGVzYz0iQ1IiPz4NCjx4OnhhcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eGFwdGs9I" +
"lhNUCB0b29sa2l0IDIuOC4yLTMzLCBmcmFtZXdvcmsgMS41Ij4NCgk8cmRmOlJERiB4bWxuczpyZGY9I" +
"mh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zOmlYPSJodHRwO" +
"i8vbnMuYWRvYmUuY29tL2lYLzEuMC8iPg0KCQk8cmRmOkRlc2NyaXB0aW9uIGFib3V0PSIiIHhtbG5zO" +
"nhhcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIj4NCgkJCTx4YXBNTTpEb2N1bWVud" +
"ElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo0OWE0NjczOC1hMDlmLTExZDctOGE5OS1kNjIwM2JiM2QwY" +
"2Y8L3hhcE1NOkRvY3VtZW50SUQ+DQoJCTwvcmRmOkRlc2NyaXB0aW9uPg0KCTwvcmRmOlJERj4NCjwve" +
"Dp4YXBtZXRhPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"AogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgC" +
"iAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgI" +
"CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8P" +
"3hwYWNrZXQgZW5kPSd3Jz8+/+IMWElDQ19QUk9GSUxFAAEBAAAMSExpbm8CEAAAbW50clJHQiBYWVogB" +
"84AAgAJAAYAMQAAYWNzcE1TRlQAAAAASUVDIHNSR0IAAAAAAAAAAAAAAAEAAPbWAAEAAAAA0y1IUCAgA" +
"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARY3BydAAAAVAAAAAzZ" +
"GVzYwAAAYQAAABsd3RwdAAAAfAAAAAUYmtwdAAAAgQAAAAUclhZWgAAAhgAAAAUZ1hZWgAAAiwAAAAUY" +
"lhZWgAAAkAAAAAUZG1uZAAAAlQAAABwZG1kZAAAAsQAAACIdnVlZAAAA0wAAACGdmlldwAAA9QAAAAkb" +
"HVtaQAAA/gAAAAUbWVhcwAABAwAAAAkdGVjaAAABDAAAAAMclRSQwAABDwAAAgMZ1RSQwAABDwAAAgMY" +
"lRSQwAABDwAAAgMdGV4dAAAAABDb3B5cmlnaHQgKGMpIDE5OTggSGV3bGV0dC1QYWNrYXJkIENvbXBhb" +
"nkAAGRlc2MAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAASc1JHQiBJRUM2MTk2Ni0yL" +
"jEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAA" +
"ADzUQABAAAAARbMWFlaIAAAAAAAAAAAAAAAAAAAAABYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAA" +
"ABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9kZXNjAAAAAAAAABZJRUMgaHR0cDovL3d3dy5pZ" +
"WMuY2gAAAAAAAAAAAAAABZJRUMgaHR0cDovL3d3dy5pZWMuY2gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" +
"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAAAAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQ" +
"iBjb2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAAAAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQiBjb" +
"2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALFJlZmVyZW5jZ" +
"SBWaWV3aW5nIENvbmRpdGlvbiBpbiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAACxSZWZlcmVuY2UgVmlld" +
"2luZyBDb25kaXRpb24gaW4gSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB2aWV3A" +
"AAAAAATpP4AFF8uABDPFAAD7cwABBMLAANcngAAAAFYWVogAAAAAABMCVYAUAAAAFcf521lYXMAAAAAA" +
"AAAAQAAAAAAAAAAAAAAAAAAAAAAAAKPAAAAAnNpZyAAAAAAQ1JUIGN1cnYAAAAAAAAEAAAAAAUACgAPA" +
"BQAGQAeACMAKAAtADIANwA7AEAARQBKAE8AVABZAF4AYwBoAG0AcgB3AHwAgQCGAIsAkACVAJoAnwCkA" +
"KkArgCyALcAvADBAMYAywDQANUA2wDgAOUA6wDwAPYA+wEBAQcBDQETARkBHwElASsBMgE4AT4BRQFMA" +
"VIBWQFgAWcBbgF1AXwBgwGLAZIBmgGhAakBsQG5AcEByQHRAdkB4QHpAfIB+gIDAgwCFAIdAiYCLwI4A" +
"kECSwJUAl0CZwJxAnoChAKOApgCogKsArYCwQLLAtUC4ALrAvUDAAMLAxYDIQMtAzgDQwNPA1oDZgNyA" +
"34DigOWA6IDrgO6A8cD0wPgA+wD+QQGBBMEIAQtBDsESARVBGMEcQR+BIwEmgSoBLYExATTBOEE8AT+B" +
"Q0FHAUrBToFSQVYBWcFdwWGBZYFpgW1BcUF1QXlBfYGBgYWBicGNwZIBlkGagZ7BowGnQavBsAG0QbjB" +
"vUHBwcZBysHPQdPB2EHdAeGB5kHrAe/B9IH5Qf4CAsIHwgyCEYIWghuCIIIlgiqCL4I0gjnCPsJEAklC" +
"ToJTwlkCXkJjwmkCboJzwnlCfsKEQonCj0KVApqCoEKmAquCsUK3ArzCwsLIgs5C1ELaQuAC5gLsAvIC" +
"+EL+QwSDCoMQwxcDHUMjgynDMAM2QzzDQ0NJg1ADVoNdA2ODakNww3eDfgOEw4uDkkOZA5/DpsOtg7SD" +
"u4PCQ8lD0EPXg96D5YPsw/PD+wQCRAmEEMQYRB+EJsQuRDXEPURExExEU8RbRGMEaoRyRHoEgcSJhJFE" +
"mQShBKjEsMS4xMDEyMTQxNjE4MTpBPFE+UUBhQnFEkUahSLFK0UzhTwFRIVNBVWFXgVmxW9FeAWAxYmF" +
"kkWbBaPFrIW1hb6Fx0XQRdlF4kXrhfSF/cYGxhAGGUYihivGNUY+hkgGUUZaxmRGbcZ3RoEGioaURp3G" +
"p4axRrsGxQbOxtjG4obshvaHAIcKhxSHHscoxzMHPUdHh1HHXAdmR3DHeweFh5AHmoelB6+HukfEx8+H" +
"2kflB+/H+ogFSBBIGwgmCDEIPAhHCFIIXUhoSHOIfsiJyJVIoIiryLdIwojOCNmI5QjwiPwJB8kTSR8J" +
"Ksk2iUJJTglaCWXJccl9yYnJlcmhya3JugnGCdJJ3onqyfcKA0oPyhxKKIo1CkGKTgpaymdKdAqAio1K" +
"mgqmyrPKwIrNitpK50r0SwFLDksbiyiLNctDC1BLXYtqy3hLhYuTC6CLrcu7i8kL1ovkS/HL/4wNTBsM" +
"KQw2zESMUoxgjG6MfIyKjJjMpsy1DMNM0YzfzO4M/E0KzRlNJ402DUTNU01hzXCNf02NzZyNq426TckN" +
"2A3nDfXOBQ4UDiMOMg5BTlCOX85vDn5OjY6dDqyOu87LTtrO6o76DwnPGU8pDzjPSI9YT2hPeA+ID5gP" +
"qA+4D8hP2E/oj/iQCNAZECmQOdBKUFqQaxB7kIwQnJCtUL3QzpDfUPARANER0SKRM5FEkVVRZpF3kYiR" +
"mdGq0bwRzVHe0fASAVIS0iRSNdJHUljSalJ8Eo3Sn1KxEsMS1NLmkviTCpMcky6TQJNSk2TTdxOJU5uT" +
"rdPAE9JT5NP3VAnUHFQu1EGUVBRm1HmUjFSfFLHUxNTX1OqU/ZUQlSPVNtVKFV1VcJWD1ZcVqlW91dEV" +
"5JX4FgvWH1Yy1kaWWlZuFoHWlZaplr1W0VblVvlXDVchlzWXSddeF3JXhpebF69Xw9fYV+zYAVgV2CqY" +
"PxhT2GiYfViSWKcYvBjQ2OXY+tkQGSUZOllPWWSZedmPWaSZuhnPWeTZ+loP2iWaOxpQ2maafFqSGqfa" +
"vdrT2una/9sV2yvbQhtYG25bhJua27Ebx5veG/RcCtwhnDgcTpxlXHwcktypnMBc11zuHQUdHB0zHUod" +
"YV14XY+dpt2+HdWd7N4EXhueMx5KnmJeed6RnqlewR7Y3vCfCF8gXzhfUF9oX4BfmJ+wn8jf4R/5YBHg" +
"KiBCoFrgc2CMIKSgvSDV4O6hB2EgITjhUeFq4YOhnKG14c7h5+IBIhpiM6JM4mZif6KZIrKizCLlov8j" +
"GOMyo0xjZiN/45mjs6PNo+ekAaQbpDWkT+RqJIRknqS45NNk7aUIJSKlPSVX5XJljSWn5cKl3WX4JhMm" +
"LiZJJmQmfyaaJrVm0Kbr5wcnImc951kndKeQJ6unx2fi5/6oGmg2KFHobaiJqKWowajdqPmpFakx6U4p" +
"ammGqaLpv2nbqfgqFKoxKk3qamqHKqPqwKrdavprFys0K1ErbiuLa6hrxavi7AAsHWw6rFgsdayS7LCs" +
"zizrrQltJy1E7WKtgG2ebbwt2i34LhZuNG5SrnCuju6tbsuu6e8IbybvRW9j74KvoS+/796v/XAcMDsw" +
"WfB48JfwtvDWMPUxFHEzsVLxcjGRsbDx0HHv8g9yLzJOsm5yjjKt8s2y7bMNcy1zTXNtc42zrbPN8+40" +
"DnQutE80b7SP9LB00TTxtRJ1MvVTtXR1lXW2Ndc1+DYZNjo2WzZ8dp22vvbgNwF3IrdEN2W3hzeot8p3" +
"6/gNuC94UThzOJT4tvjY+Pr5HPk/OWE5g3mlucf56noMui86Ubp0Opb6uXrcOv77IbtEe2c7ijutO9A7" +
"8zwWPDl8XLx//KM8xnzp/Q09ML1UPXe9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf///" +
"9sAQwAMCAgICQgMCQkMEQsKCxEVDwwMDxUYExMVExMYEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMD" +
"AwMDAwMDAwM/9sAQwENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMD" +
"AwMDAwMDAwMDAwMDAwMDAwM/8AAEQgEnQSdAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABA" +
"gMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVU" +
"tHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g" +
"4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6" +
"Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHB" +
"QQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1N" +
"jc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp" +
"6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRA" +
"D8A9VooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAC" +
"iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAC" +
"iiigAooooAKKKKACiiigAooooAKKKKACiiq2oahaabaSXl5IIoIhlmPf0VR/E7fwrQAahqFpptpJeXkg" +
"igiGWY9/RVH8Tt/CteSa3431bUdWjvraRrWK1bNpEp6dt8v8MjyL9//AL91D4o8UXniK8ycx2kZxbWw7" +
"dt74+/M9VY9HZrcl22zHlR2H+y1TKcY2u9zehhqtdyVOPNyq7/y/wAR6r4U8V2viC1wcRX0Q/fwf+1Yv" +
"70Tf+Q6368Ctbq90u9S4t3aC5gbKsP5H+8jV694U8V2viC1wcRX0Q/fwf8AtWL+9E3/AJDqjFpptNWa3" +
"Rv0UUUCCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiq99fWun2sl5eSCKCIZdz/A" +
"CH95m/hWgAvr610+1kvLyQRQRDLuf5D+8zfwrXj/ivxVd+IrsAAx2MTf6Pb989PNlx96Zv/ACHR4r8V3" +
"fiG7AAMVjEf9Ht+5PTzZcfelb/yHUWn6eIQJZRmU9B/d/8AsqipUUFd/JHThMJPET5Y6RXxz6RQafp4h" +
"AllGZT0H93/AOyq/RRXFKTk7s+noUIUYKnTVkvvk/5pFW+sUuUyPllX7rf+ytWVa3V7pd6lxbu0FzA2V" +
"YfyP95GrfqrfWKXKZHyyr91v/ZWrWjW5fdl8P8A6ScOY5cqydWkrVVuv+fv/wBuek+FPFdr4gtcHEV9E" +
"P38H/tWL+9E3/kOt+vArW6vdLvUuLd2guYGyrD+R/vI1eveFPFdr4gtcHEV9EP38H/tWL+9E3/kOus+e" +
"aabTVmt0b9FFFAgooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo" +
"oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo" +
"oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo" +
"oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo" +
"oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKr319a6fayXl5IIoIhl3P8h/eZ" +
"v4VoAL6+tdPtZLy8kEUEQy7n+Q/vM38K14/4r8V3fiG7AAMVjEf9Ht+5PTzZcfelb/yHR4r8V3fiG7wM" +
"xWMR/0e3/TzZcfelb/yHUWnaeIQJpRmU9B/d/8AsqipUUFd/JHThMJPEVOWOkV8c+kUGn6eIQJZRmU9B" +
"/d/+yq/RRXFKTk7s+noUIUYKnTVkvvk/wCaQUUUVJqFFFFAFW+sUuUyPllX7rf+ytWVa3V7pd6lxbu0F" +
"zA2VYfyP95GrfqrfWKXKZHyyr91v/ZWrejW5fdl8P8A6SeZmOXKsnVpK1Vbr/n7/wDbnpPhTxXa+ILXB" +
"xFfRD9/B/7Vi/vRN/5DrfrwK1ur3S71Li3doLmBsqw/kf7yNXr3hTxXa+ILXBxFfRD9/B/7Vi/vRN/5D" +
"rrPnmmm01ZrdG/RRRQIKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo" +
"ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo" +
"ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo" +
"ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo" +
"ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooqvfX1rp9rJeXkgigiGXc/yH95m/hWgAv" +
"r610+1kvLyQRQRDLuf5D+8zfwrXj/ivxXd+IbvAzFYxH/R7f9PNlx96Vv8AyHR4r8V3fiG7wMxWMR/0e" +
"3/TzZcfelb/AMh1Dp2neViaYfvP4V/u/wD2VRUqKCu/kjowmEqYipyx0S+OfSCDTtO8rE0w/efwr/d/+" +
"yrQoorilJyd2fUUKFOhTVOmrJffJ/zSCiiipNQooooAKKKKACiiigCrfWKXKZHyyr91v/ZWrKtbq90u9" +
"S4t3aC5gbKsP5H+8jVv1VvrFLlMj5ZV+63/ALK1b0a3L7svh/8ASTzMxy5Vk6tJWqrdf8/f/tz0nwp4r" +
"tfEFrg4ivoh+/g/9qxf3om/8h1v14Fa3V7pd6lxbu0FzA2VYfyP95Gr17wp4rtfEFrg4ivoh+/g/wDas" +
"X96Jv8AyHXWfPNNNpqzW6N+iiigQUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUVXvr610+1kvLyQRQRDLuf5D+8zfwrQAX19" +
"a6fayXl5IIoIhl3P8h/eZv4Vrx/xX4ru/EN3gZisYj/AKPb/p5suPvSt/5Do8V+K7vxDd4GYrGI/wCj2" +
"/6ebLj70rf+Q6h07TvKxNMP3n8K/wB3/wCyqKlRQV38kdGEwlTEVOWOiXxz6QQadp3lYmmH7z+Ff7v/A" +
"NlWhRRXFKTk7s+ooUKdCmqdNWS++T/mkFFFFSahRRRQAUUUUAFFFFABRRRQAUUUUAVb6xS5TI+WVfut/" +
"wCytWVa3V7pd6lxbu0FzA2VYfyP95GrfqrfWKXKZHyyr91v/ZWrejW5fdl8P/pJ5mY5cqydWkrVVuv+f" +
"v8A9uek+FPFdr4gtcHEV9EP38H/ALVi/vRN/wCQ6368Ctbq90u9S4t3aC5gbKsP5H+8jV694U8V2viC1" +
"wcRX0Q/fwf+1Yv70Tf+Q66z55pptNWa3Rv0UUUCCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooqvfX1rp9rJeXkgigiGXc/wAh/eZv4VoAL" +
"6+tdPtZLy8kEUEQy7n+Q/vM38K14/4r8V3fiG7wMxWMR/0e3/TzZcfelb/yHR4r8V3fiG7wMxWMR/0e3" +
"/TzZcfelb/yHUOnad5WJph+8/hX+7/9lUVKigrv5I6MJhKmIqcsdEvjn0gg07TvKxNMP3n8K/3f/sq0K" +
"KK4pScndn1FChToU1TpqyX3yf8ANIKKKKk1CiiigAooooAKKKKACiiigAooooAKKKKACiiigCrfWKXKZ" +
"Hyyr91v/ZWrKtbq90u9S4t3aC5gbKsP5H+8jVv1VvrFLlMj5ZV+63/srVvRrcvuy+H/ANJPMzHLlWTq0" +
"laqt1/z9/8Atz0jwn4utPEFvsYCG/iAM0GeCP8AnrD/AHo//RddBXgFvcXmnXiTwO0FzA2VYdQf/Zlav" +
"XvCPi628QW3lyYi1CIfvoezD/ntD/0z/wDRVdZ88002mrNbo6GiiigQUUUUAFFFFABRRRQAUUUUAFFFF" +
"ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF" +
"ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF" +
"ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF" +
"ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRVe+vrXT7WS8vJBFBEMu5/kP7zN/C" +
"tABfX1rp9rJeXkgigiGXc/yH95m/hWvH/Ffiu78Q3eBmKxiP+j2/wCnmy4+9K3/AJDo8V+K7vxDd4GYr" +
"GI/6Pb/AKebLj70rf8AkOodO07ysTTD95/Cv93/AOyqKlRQV38kdGEwlTEVOWOiXxz6QQadp3lYmmH7z" +
"+Ff7v8A9lWhRRXFKTk7s+ooUKdCmqdNWS++T/mkFFFFSahRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRR" +
"RQAUUUUAFFFFAFW+sUuUyPllX7rf+ytWRb3F5p14k8DtBcwNlWHUH/2ZWroaq31ilymR8sq/db/ANlat" +
"6Nbl92Xw/8ApJ5mY5cqydWkrVVuv+fv/wBuej+EfF1t4gtvLkxFqEQ/fQ9mH/PaH/pn/wCiq6GvALe4v" +
"NOvEngdoLmBsqw6g/8AsytXr3hHxdbeILby5MRahEP30PZh/wA9of8Apn/6KrrPnmmm01ZrdHQ0UUUCC" +
"iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAC" +
"iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAC" +
"iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAC" +
"iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiq99fWun2sl5eSC" +
"KCIZdz/ACH95m/hWgAvr610+1kvLyQRQRDLuf5D+8zfwrXj/ivxXd+IbvAzFYxH/R7f9PNlx96Vv/IdH" +
"ivxXd+IbvAzFYxH/R7f9PNlx96Vv/IdQ6dp3lYmmH7z+Ff7v/2VRUqKCu/kjowmEqYipyx0S+OfSCDTt" +
"O8rE0w/efwr/d/+yrQoorilJyd2fUUKFOhTVOmrJffJ/wA0goooqTUKKKKACiiigAooooAKKKKACiiig" +
"AooooAKKKKACiiigAooooAKKKKACiiigCrfWKXKZHyyr91v/ZWrIt7i8068SeB2guYGyrDqD/7MrV0NV" +
"b2xS6TI+WVfut/7K1b0a3L7svh/9JPMzHLlWTq0laqt1/z8/wDtz0fwj4utvEFt5cmItQiH76Hsw/57Q" +
"/8ATP8A9FV0NeAwT3mm3iTwO0FzA2UcdQf/AGZWr13wj4utvEFt5cmItQiH76Hsw/57Q/8ATP8A9FV1n" +
"zzTTaas1o0zoaKKKBBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF" +
"ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF" +
"ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF" +
"ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUVXvr610" +
"+1kvLyQRQRDLuf5D+8zfwrQAX19a6fayXl5IIoIhl3P8h/eZv4Vrx/xX4ru/EN3gZisYj/o9v8Ap5suP" +
"vSt/wCQ6PFfiu78Q3eBmKxiP+j2/wCnmy4+9K3/AJDqHTtO8rE0w/efwr/d/wDsqipUUFd/JHRhMJUxF" +
"Tljol8c+kEGnad5WJph+8/hX+7/APZVoUUVxSk5O7PqKFCnQpqnTVkvvk/5pBRRRUmoUUUUAFFFFABRR" +
"RQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAVr2yS6T+7Iv3W/9lasiCe802" +
"8SeB2guYGyjjqD/AOzK1dBVa9skuk/uyL91v/ZWrajW5fdl8P8A6SebmGXqsnUpq1Vbr/n7/wDbno3hH" +
"xdbeILby5MRahEP30PZh/z2h/6Z/wDoquhrwGCe8028SeB2guYGyjjqD/7MrV674R8XW3iC28uTEWoRD" +
"99D2Yf89of+mf8A6KrsPnWmm01ZrRpnQ0UUUCCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA" +
"KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA" +
"KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA" +
"KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA" +
"KKKhvLy2sraS6upBFBENzu3QCgBt9fWun2sl5eSCKCIZdz/ACH95m/hWvH/ABX4ru/EN3gZisYj/o9v+" +
"nmy4+9K3/kOn+LvFlz4hugkYMVhC37iHuT086X/AKaN/wCQ6radp3lYmmH7z+Ff7v8A9lUVKigrv5I6M" +
"JhKmIqcsdEvjn0gg07TvKxNMP3n8K/3f/sq0KKK4pScndn1FChToU1TpqyX3yf80goooqTUKKKKACiii" +
"gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooArXtkl0n92" +
"Rfut/7K1ZEE95pt4k8DtBcwNlHHUH/2ZWroKrXtkl0n92Rfut/7K1bUa3L7svh/9JPNzDL1WTqU1aqt1" +
"/z9/wDtz0bwj4utvEFt5cmItQiH76Hsw/57Q/8ATP8A9FV0NeAwT3mm3iTwO0FzA2UcdQf/AGZWr13wj" +
"4utvEFt5cmItQiH76Hsw/57Q/8ATP8A9FV2HzrTTaas1o0zoaKKKBBRRRQAUUUUAFFFFABRRRQAUUUUA" +
"FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA" +
"FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA" +
"FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA" +
"FFFFABRRUN5eW1lbSXV1IIoIhud26AUAF5eW1lbSXV1IIoIhud26AV5B4t8W3XiC68uPdFp8TfuIO7Hp" +
"502P+Wn/oujxb4tuvEF15ce6LT4m/cQd2PTzpsf8tP/AEXVbTtO8rE0w/efwr/d/wDsqipUUFd/JHRhM" +
"JUxFTljol8c+kEGnad5WJph+8/hX+7/APZVoUUVxSk5O7PqKFCnQpqnTVkvvk/5pBRRRUmoUUUUAFFFF" +
"ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF" +
"AFa9skuk/uyL91v/ZWrIgnvNNvEngdoLmBso46g/wDsytXQVWvbJLpP7si/db/2Vq2o1uX3ZfD/AOknm" +
"5hl6rJ1KatVW6/5+/8A256N4R8XW3iC28uTEWoRD99D2Yf89of+mf8A6Kroa8BgnvNNvEngdoLmBso46" +
"g/+zK1eu+EfF1t4gtvLkxFqEQ/fQ9mH/PaH/pn/AOiq7D51pptNWa0aZ0NFFFAgooooAKKKKACiiigAo" +
"oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo" +
"oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo" +
"oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo" +
"oooAKKKhvLy2sraS6upBFBENzu3QCgAvLy2sraS6upBFBENzu3QCvIPFvi258QXPlx5i0+I/uYe7H/nt" +
"N/00/8ARdHi3xbc+ILny48xafEf3MPdj/z2m/6af+i6q6dp3l4mmHz9VU9vc/7VROagrv5I6MLhamIqc" +
"kNvtS+zCIunaeIgJph+8PKqf4f/ALKtCiiuKc3J3Z9RQoQoU1TgrJbvrJ/zSCiiipNQooooAKKKKACii" +
"igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii" +
"igAooooArXtkl0n92Rfut/7K1ZEE95pt4k8DtBcwNlHHUH/ANmVq6Cq17ZJdJ/dkX7rf+ytW1Gty+7L4" +
"f8A0k83MMvVZOpTVqq3X/P3/wC3PRvCPi628QW3lyYi1CIfvoezD/ntD/0z/wDRVdDXgME95pt4k8DtB" +
"cwNlHHUH/2ZWr13wj4utvEFt5cmItQiH76Hsw/57Q/9M/8A0VXYfOtNNpqzWjTOhooooEFFFFABRRRQA" +
"UUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQA" +
"UUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQA" +
"UUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQA" +
"UUVDeXltZW0l1dSCKCIbndugFABeXltZW0l1dSCKCIbndugFeQeLfFtz4gufLjzFp8R/cw92P8Az2m/6" +
"af+i6PFvi258QXPlx5i0+I/uYe7H/ntN/00/wDRdVdO07y8TTD5+qqe3uf9qonNQV38kdGFwtTEVOSG3" +
"2pfZhENO07y8TTD5+qqe3uf9qtGiiuKc3J3Z9Ph8PToU1CC06v7UpfzSCiiipNgooooAKKKKACiiigAo" +
"oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo" +
"oooAKKKKACiiigCte2SXSf3ZF+63/srVkQT3mm3iTwO0FzA2UcdQf8A2ZWroKrXtkl0n92Rfut/7K1bU" +
"a3L7svh/wDSTzcwy9Vk6lNWqrdf8/f/ALc9G8I+LrbxBbeXJiLUIh++h7MP+e0P/TP/ANFV0NeAwT3mm" +
"3iTwO0FzA2UcdQf/ZlavXfCPi628QW3lyYi1CIfvoezD/ntD/0z/wDRVdh86002mrNaNM6GiiigQUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUVD" +
"eXltZW0l1dSCKCIbndugFABeXltZW0l1dSCKCIbndugFeQeLfFtz4gufLjzFp8R/cw92P8Az2m/6af+i" +
"6PFvi258QXPlx5i0+I/uYe7H/ntN/00/wDRdVdO07y8TTD5+qqe3uf9qonNQV38kdGFwtTEVOSG32pfZ" +
"hENO07y8TTD5+qqe3uf9qtGiiuKc3J3Z9Ph8PToU1CC06v7UpfzSCiiipNgooooAKKKKACiiigAooooA" +
"KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA" +
"KKKKACiiigAooooAKKKKAK17ZJdJ/dkX7rf+ytWRBPeabeJPA7QXMDZRx1B/wDZlaugqte2SXSf3ZF+6" +
"3/srVtRrcvuy+H/ANJPNzDL1WTqU1aqt1/z9/8Atz0bwj4utvEFt5cmItQiH76Hsw/57Q/9M/8A0VXQ1" +
"4DBPeabeJPA7QXMDZRx1B/9mVq9c8JeL7XX7cRSEQ6jGP3sHZgP+WsP+x/sf8s67D51pptNWa0aZ0VFF" +
"FAgooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii" +
"igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii" +
"igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKhvLy2" +
"sraS6upBFBENzu3QCgAvLy2sraS6upBFBENzu3QCvIPFvi258QXPlx5i0+I/uYe7H/ntN/00/8ARdHi3" +
"xbc+ILny48xafEf3MPdj/z2m/6af+i6q6dp3l4mmHz9VU9vc/7VROagrv5I6MLhamIqckNvtS+zCIadp" +
"3l4mmHz9VU9vc/7VaNFFcU5uTuz6fD4enQpqEFp1f2pS/mkFFFFSbBRRRQAUUUUAFFFFABRRRQAUUUUA" +
"FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA" +
"FFFFABRRRQAUUUUAFFFFABRRRQBWvbJLpP7si/db/2VqxopbvT7tZoWaC5gbcjrwQRXRVWvbJLpP7si/" +
"db/ANlatqNbl92Xw/8ApJ5uYZeqydSmrVVuv+fn/wBueh+D/GFvr9v5E+ItSiH72LoHA/5bQ/8As6f8s" +
"66Svn+KW70+7WaFmguYG3I68EEV654P8YW+v2/kT4i1KIfvYugcD/ltD/7On/LOuw+daabTVmtGmdJRR" +
"RQIKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo" +
"ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo" +
"ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooqG8vLaytpLq6kEUE" +
"Q3O7dAKAC8vLaytpLq6kEUEQ3O7dAK8g8W+LbnxBc+XHmLT4j+5h7sf+e03/TT/ANF0eLfFtz4gufLjz" +
"Fp8R/cw92P/AD2m/wCmn/ouqunad5eJph8/VVPb3P8AtVE5qCu/kjowuFqYipyQ2+1L7MIhp2neXiaYf" +
"P1VT29z/tVo0UVxTm5O7Pp8Ph6dCmoQWnV/alL+aQUUUVJsFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAF" +
"FFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAF" +
"FFFABRRRQAUUUUAFFFFABRRRQAUUUUAVr2yS6T+7Iv3W/8AZWrGilu9Pu1mhZoLmBtyOvBBFdFVa9sku" +
"k/uyL91v/ZWrajW5fdl8P8A6SebmGXqsnUpq1Vbr/n5/wDbnofg/wAYW+v2/kT4i1KIfvYugcD/AJbQ/" +
"wDs6f8ALOukr5/ilu9Pu1mhZoLmBtyOvBBFeueD/GFvr9v5E+ItSiH72LoHA/5bQ/8As6f8s67D51ppt" +
"NWa0aZ0lFFFAgooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooqG8vLaytpLq6kEUEQ" +
"3O7dAKAC8vLaytpLq6kEUEQ3O7dAK8g8W+LbnxBc+XHmLT4j+5h7sf+e03/AE0/9F0eLfFtz4gufLjzF" +
"p8R/cw92P8Az2m/6af+i6q6dp3l4mmHz9VU9vc/7VROagrv5I6MLhamIqckNvtS+zCIadp3l4mmHz9VU" +
"9vc/wC1WjRRXFObk7s+nw+Hp0KahBadX9qUv5pBRRRUmwUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUU" +
"UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUU" +
"UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAFa9skuk/uyL91v8A2VqxopbvT7tZoWaC5gbcjrwQR" +
"XRVWvLNLpMHiQfdb+hralW5dH8P/pJ5uYZcq6dSnpVXT/n5/wDbHofg/wAYW+v2/kT4i1KIfvYugcD/A" +
"JbQ/wDs6f8ALOukrwCKW70+7WWJmguYG3I68EEdxXrfg/xhb6/b+RPiLUoh+9i6BwP+W0P/ALOn/LOuw" +
"+dlFxbTVmtGmdJRRRQIKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo" +
"ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo" +
"ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiioby8trK2kurqQRQRDc7t0" +
"AoALy8trK2kurqQRQRDc7t0AryDxb4tufEFz5ceYtPiP7mHux/57Tf9NP8A0XR4t8W3PiC58uPMWnxH9" +
"zD3Y/8APab/AKaf+i6q6dp3l4mmHz9VU9vc/wC1UTmoK7+SOjC4WpiKnJDb7UvswiGnad5eJph8/VVPb" +
"3P+1WjRRXFObk7s+nw+Hp0KahBadX9qUv5pBRRRUmwUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAF" +
"FFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAF" +
"FFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAVryzS6TB4kH3W/oax4pbvT7tZYmaC5gbc" +
"jrwQR3FdDVa8s0ukweJB91v6GtqNbl0fw/kebmGXqunUpq1Vf8AlT/7Y9D8H+MLfX7fyJ8RalEP3sXQO" +
"B/y2h/9nT/lnXSV4BFLd6fdrLEzQXMDbkdeCCO4r1vwf4wt9ft/InxFqUQ/exdA4H/LaH/2dP8AlnXYf" +
"Oyi4tpqzWjTOkooooEFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUU" +
"UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUU" +
"UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUVFc3NvaW8lzcyCKCIbpJG4AAoALm5t7S3" +
"kubmQRQRDdJI3AAFeQ+MPF0/iC5EMOYtOhb9zGernp50v8Atf3E/wCWdL4w8YXGv3HkQbotNib91F0Lk" +
"f8ALab/ANkT/lnWFbOLadJJU3L/AC/2h/tLQ07NpN2KgoucYylyJuzk/sruaGnad5eJph8/VVPb3P8At" +
"Vo01HSRA6HcrcginV585OTvI+tw1CnRpqFP4d+b+f8AvXCiiipNgooooAKKKKACiiigAooooAKKKKACi" +
"iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACi" +
"iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigCteWaXSYPEg+6" +
"39DWPFLd6fdrLEzQXMDbkdeCCO4roap6nDA8G6ThxxGRySf7n+1W9Gq4tReqZ5mZYGFWDrRtCpBXlfSM" +
"4r+b+8ejeD/ABhb6/b+RPiLUoh+9i6BwP8AltD/AOzp/wAs66SvA/8AS9KvI5I5fKu4cPmM/NG3/PN/4" +
"fM/56R/9spP+WkdeseD/GFvr9v5E+ItSiH72LoHA/5bQ/8As6f8s66z506SiiigAooooAKKKKACiiigA" +
"ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA" +
"ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA" +
"ooqK5ube0t5Lm5kEUEQ3SSNwABQAXNzb2lvJc3MgigiG6SRuAAK8i8YeMLjX7jyIN0WmxN+6i6FyP8Al" +
"tN/7In/ACzo8YeMLjX7jyIN0WmxN+6i6FyP+W03/sif8s6xYINvzv17D0rSlSlUlZfN9hN2CCDb879ew" +
"9KldFddrdKdRXpwpQhDkS06/wB4zbbdyK2uZLGTa3zQt1H/ALMtbSOkiB0O5W5BFZDorrtbpTLa5ksZN" +
"rfNC3Uf+zLXlY7A8vvw2PXyzM3SapVXem9n/wA+/wD7Q3KKajpIgdDuVuQRTq8s+iTTSad0wooooGFFF" +
"FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF" +
"FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF" +
"FABRRUc0yQJvf6ADqT/AHVppNuyFKUYxcpO0Vq2wmmSBN7/AEAHUn+6tSaZpl9f33lx/Ldr/rZeqWiH+" +
"Ff7+oP/AOS//Xb/AI9TTNMvr++8uP5btf8AWy9UtEP8K/39Qf8A8l/+u3/Hr3um6baaZaJaWibY15JP3" +
"mb+KSRv4nascXi44SPJC0sRJfKkv/kjwMXi5YqXLG8aEX86r/mkZGoeDNLuNLSytkEM0AJhuOrFj97z2" +
"/5aeZ/+7rzySPUdF1HB3W15bNlWHUHs6H+JGr2OsnxF4dttbttrYjuox+4n9P8AYf8AvRNXFgMznSny1" +
"pOdObvzP3pU5S+1/hOSpSTV46NFrwf4wt9ft/InxFqUQ/exdA4H/LaH/wBnT/lnXSV4JJHqOi6jg7ra8" +
"tmyrDqD2dD/ABI1er+D/GFvr9v5E+ItSiH72LoHA/5bQ/8As6f8s6+jTUkmndPVNHK0dJRRRTAKKKKAC" +
"iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAC" +
"iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAC" +
"iiorm5t7S3kubmQRQRDdJI3AAFABc3NvaW8lzcyCKCIbpJG4AAryLxh4wuNfuPIgzFpsR/dRdC5H/Lab" +
"/2RP+WdHjDxhca/ceRBmLTYj+6i6FyP+W03/sif8s6xIIMYdxz2FaUqUqkrL5vsDdgt4MYd+vYVYoor1" +
"KdONOPLH/hzJu4UUUVQgprorrtbpTqKGk1Z6pgRW1zJYybW+aFuo/8AZlraR0kQOh3K3IIrIdFddrdKZ" +
"bXMljJtb5oW6j/2Za8fHYHl9+Gx7GWZm6TVKq703s/+ff8A9oblFNR0kQOh3K3IIp1eWfRJppNO6YUUU" +
"UDCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK" +
"KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK" +
"jmmSBN7/QAdSf7q00m3ZClKMYuUnaK1bYTTJAm9/oAOpP8AdWpNM0y+v77y4/lu1/1svVLRD/Cv9/UH/" +
"wDJf/rt/wAeppmmX1/feXH8t2v+tl6paIf4V/v6g/8A5L/9dv8Aj173TdNtNMtEtLRNsa8kn7zN/FJI3" +
"8TtWOLxccJHkhaWIkvlSX/yR4GLxcsVLljeNCL+dV/zSDTdNtNMtEtLRNsa8kn7zN/FJI38TtVmiivAl" +
"JyblJtybu2zDYKKKKQzJ8ReHbbW7ba2I7qMfuJ/T/Yf+9E1eZSR6jouo4O62vLZsqw6g9nQ/wASNXsdZ" +
"PiLw7ba3bbWxHdRj9xP6f7D/wB6Jq9LLsxdBqnUd6L/APKX/wBqZVKfNqt/zLXg/wAYW+v2/kT4i1KIf" +
"vYugcD/AJbQ/wDs6f8ALOukrwSSPUdF1HB3W15bNlWHUHs6H+JGr1fwf4wt9ft/InxFqUQ/exdA4H/La" +
"H/2dP8AlnX0iakk07p6po5WjpKKKKYBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFRXNzb2lvJc3MgigiG6SRuAAKAC5ube0t5Lm5kEUEQ3SSNwABXkXj" +
"Dxhca/ceRBmLTYj+6i6FyP+W03/ALIn/LOjxh4wuNfuPIgzFpsR/dRdC5H/AC2m/wDZE/5Z1iQQYw7jn" +
"sK0pUpVJWXzfYG7BBBjDuOewqxRRXp06caceWP/AA5k3cKKKKsQUUUUAFFFFABTXRXXa3SnUUNJqz1TA" +
"itrmSxk2t80LdR/7MtbSOkiB0O5W5BFZDorrtbpTLa5ksZNrfNC3Uf+zLXj47A8vvw2PYyzM3SapVXem" +
"9n/AM+//tDcopqOkiB0O5W5BFOryz6JNNJp3TCiiigYUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA" +
"FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA" +
"FFFFABRRRQAUUUUAFFFFABRRRQAUUVHNMkCb3+gA6k/3VppNuyFKUYxcpO0Vq2wmmSBN7/QAdSf7q1Jp" +
"mmX1/feXH8t2v8ArZeqWiH+Ff7+oP8A+S//AF2/49X6bpV7eXnlL8t8MebJ1SyQ9v8Ab1GT/wAlv+u//" +
"Hp3Wm6baaZaJaWibY15JP3mb+KSRv4nascXi44SPJC0sRJfKkv/AJI8DF4uWKlyxvGhF/Oq/wCaQabpt" +
"pplolpaJtjXkk/eZv4pJG/idqs0UV4EpOTcpNuTd22YbBRRRSGFFFFABRRRQBk+IvDttrdttbEd1GP3E" +
"/p/sP8A3omrzKSPUdF1HB3W15bNlWHUHs6H+JGr2OsnxF4dttbttrYjuox+4n9P9h/70TV6WXZi6DVOo" +
"70X/wCUv/tTKpT5tVv+Za8H+MLfX7fyJ8RalEP3sXQOB/y2h/8AZ0/5Z10leCSR6jouo4O62vLZsqw6g" +
"9nQ/wASNXq/g/xhb6/b+RPiLUoh+9i6BwP+W0P/ALOn/LOvpE1JJp3T1TRytHSUUUUwCiiigAooooAKK" +
"KKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKK" +
"KKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiorm5t7S3kubmQRQRDdJI3AAFAB" +
"c3NvaW8lzcyCKCIbpJG4AAryLxh4wuNfuPIgzFpsR/dRdC5H/Lab/2RP+WdHjDxhca/ceRBmLTYj+6i6" +
"FyP+W03/sif8s6xIIMYdxz2FaUqUqkrL5vsDdgggxh3HPYVYoor06dONOPLH/hzJu4UUUVYgooooAKKK" +
"KACiiigAooooAKa6K67W6U6ihpNWeqYEVtcyWMm1vmhbqP/AGZa2kdJEDodytyCKyHRXXa3SmW1zJYyb" +
"W+aFuo/9mWvHx2B5ffhsexlmZuk1Squ9N7P/n3/APaG5RTUdJEDodytyCKdXln0SaaTTumFFFFAwoooo" +
"AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo" +
"AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKjmmSBN7/QAdSf7q00m3ZClKMYuUn" +
"aK1bYTTJAm9/oAOpP8AdWrGl6Xe3V7sT5b9eZJDylkh/wDQ9Sf/AMlv+u//AB6N07Tr65vhFEMaiOZJD" +
"ylkh/8AQ9Rf/wAlv+u//Hp3Wmaba6ZaJaWwwi8sx5ZmP3pJG/idqyxmLjhI8sbSxEl8qUe54GLxcsVLl" +
"jeNCL+dV/zSF07TrXTbVbW1Xai8knlmY/ekkb+J2qzRRXz8pOTcpNuTd22YbBRRRSGFFFFABRRRQAUUU" +
"UAFFFFAGT4i8O22t221sR3UY/cT+n+w/wDeiavMpI9R0XUcHdbXls2VYdQezof4kavY6yfEXh221u22t" +
"iO6jH7if0/2H/vRNXpZdmLoNU6jvRf/AJS/+1MqlPm1W/5lnwf4wt9etxBOVi1KIfvIugcD/ltD/wCzp" +
"/yzrpa8Dmh1DR9Q2Putru2YFWBwQR910b+7Xqng3xlDrsItboiLU4h8y9BKB/y1i/8AakdfSJqSTTunq" +
"mjlaOoooopgFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFA" +
"BRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRUVzc29pbyXNzI" +
"IoIhukkbgACgAubm3tLeS5uZBFBEN0kjcAAV5F4w8YXGv3HkQZi02I/uouhcj/ltN/7In/LOjxh4wuNf" +
"uPIgzFpsR/dRdC5H/Lab/2RP+WdYkEGMO457CtKVKVSVl832BuwQQYw7jnsKsUUV6dOnGnHlj/w5k3cK" +
"KKKsQUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU10V12t0p1FDSas9UwI7a5ksZNrfNC3Uf+zL/tVso6S" +
"IHQ7lbkEVksquu1uQaZbXMljJtb5oW6j/2Zf9qvHx2B5ffhsevlmZuk1Squ9N7P/n3/APaG3RTUdJEDo" +
"dytyCKdXln0aaaTTumFFFFAwooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK" +
"KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiio5pkgTe/0AH" +
"Un+6tNJt2QpSjGLlJ2itW2E0yQJvf6ADqT/AHVqbTtOvrm+EUQxqI5kkPKWSH/0PUX/APJb/rv/AMehp" +
"2nX1zfCKIY1EcySHlLJD/6HqL/+S3/Xf/j07nTNMtNLtFtbVcKOXc8s7H70kjfxM1ZYvFxwkeWNpYiS+" +
"VJd2fP4vFyxUuWN40Iv51X/ADSDTNMtNLtFtbVcKOXc8s7H70kjfxM1W6KK+flKUpOUm5Sk7tsxSsFFF" +
"FIYUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBk+IvDttrdttbEd1GP3E/p/sP/eiavMZodQ0fUNj7ra7tm" +
"BVgcEEfddG/u17JWT4i8O22t221sR3UY/cT+n+w/wDeiavSy7MXQap1Hei//KX/ANqZVKfNqt/zJvBvj" +
"KHXYRa3REWpxD5l6CUD/lrF/wC1I66ivA5odQ0fUNj7ra7tmBVgcEEfddG/u16p4N8ZQ67CLW6Ii1OIf" +
"MvQSgf8tYv/AGpHX0iakk07p6po5WjqKKKKYBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAF" +
"FFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAF" +
"FFRXNzb2lvJc3MgigiG6SRuAAKAC5ube0t5Lm5kEUEQ3SSNwABXkXjDxhca/ceRBmLTYj+6i6FyP+W03" +
"/sif8s6PGHjC41+48iDMWmxH91F0Lkf8tpv/ZE/5Z1iQQYw7jnsK0pUpVJWXzfYG7BBBjDuOewqxRRXp" +
"06caceWP/DmTdwoooqxBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFIyq67W5BpaKGk1Z63" +
"AjtrmSxk2t80LdR/wCzL/tVso6SIHQ7lbkEVksquu1uQaZbXMljJtb5oW6j/wBmX/arx8dgeX34bHr5Z" +
"mbpNUqrvTez/wCff/2ht0U2ORJEDoQynoRTq8s+jTTSad09mgooooGFFFFABRRRQAUUUUAFFFFABRRRQ" +
"AUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQ" +
"AUUUUAFFFRzTJChdzx0AHUn+6tNK+iFKSinKTslq2wmmSFC7njoAOpP91an07Tr25vvKhGNRHMkh5SyQ" +
"/8Aoeov/wCS3/Xf/j0NO06+ub4QwjGoDl3PKWSHuf7+ov8A+S3/AF3/AOPTuNM0y00u0W1tVwo5dzyzs" +
"fvSSN/EzVli8XHCR5Y2liJL5Ul3keBjMXLFS5Y3jQi/nVff/CGmaZaaXaLa2q4Ucu55Z2P3pJG/iZqt0" +
"UV8/KUpScpNylJ3bZglYKKKKQwooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAMnxF4dttbttr" +
"Yjuox+4n9P9h/70TV5jNDqGj6hsfdbXdswKsDggj7ro392vZKyfEXh221u22tiO6jH7if0/2H/vRNXpZ" +
"dmLoNU6jvRf/lL/AO1MqlPm1W/5k3g3xlDrsItboiLU4h8y9BKB/wAtYv8A2pHXUV4HNDqGj6hsfdbXd" +
"swKsDggj7ro392vVPBvjKHXYRa3REWpxD5l6CUD/lrF/wC1I6+kTUkmndPVNHK0dRRRRTAKKKKACiiig" +
"AooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiig" +
"AooooAKKKKACiiigAooooAKKKiubm3tLeS5uZBFBEN0kjcAAUAFzc29pbyXNzIIoIhukkbgACvIvGHjC" +
"41+48iDMWmxH91F0Lkf8tpv/ZE/5Z0eMPGFxr9x5EGYtNiP7qLoXI/5bTf+yJ/yzrEggxh3HPYVpSpSq" +
"Ssvm+wN2CCDGHcc9hViiivTp04048sf+HMm7hRRRViCiiigAooooAKKKKACiiigAooooAKKKKACiiigA" +
"ooooAKKKKACiiigApGVXXa3INLRQ0mrPW4EVvcS2MuD80TdR/Uf7VbMciSoHQ7lboaymVXXa3INR29xL" +
"Yy4PzRN1H9R/tV4+OwNvfhsevlmZuk1Squ9J7P/AJ9//am5RTI5ElQOh3K3Q0+vLPo000mndPVNBRRRQ" +
"MKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo" +
"AKKKKACiiigAooooAKKKKACiio5po4IzJIcAdB3J9BTSvohSkopyk7JatsJpo4IzJIcAdB3J9BUmmWGo" +
"Xl+I4RtvQMs5GUs0P8AG397UH/gT/l3/wCu/wDx6Jp2nX19fCKIbbxeWY8pZof4m/v37/wJ/wAu/wD13" +
"/49O80zTLTS7RbW1XCjl3PLOx+9JI38TNWWLxccJHljaWIkvlSX80jwMZjJYmXJG8aEX86r8/7oaZplp" +
"pdotrarhRy7nlnY/ekkb+Jmq3RRXz8pSlJyk3KUndtmCVgooopDCiiigAooooAKKKKACiiigAooooAKK" +
"KKACiiigAooooAKKKKACiiigDL8QeH7TW7Xy5MJcIP3M4HKn+6396Nv7teY3FvqOi6jsfdb3duwZHU46" +
"fckjf8Au17FWX4g8P2ut2vlyfJcJkwTgcqf7rf3o2/iWvSy7MXQap1Hei//ACn5x/umVSnzar4iTwb4y" +
"h12EWt0RFqcQ+ZeglA/5axf+1I66ivBbi31HRdR2Put7u3YMjqcdPuSRv8A3a9S8G+ModdhFrdERanEP" +
"mXoJQP+WsX/ALUjr6SMlJKUXdPVNHM1Y6iiiimIKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiii" +
"gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiio554baF553EUMQLO7" +
"HAAHc0AJc3NvaW8lzcyCKCIbpJG4AAryLxh4wuNfuPIgzFpsR/dRdC5H/Lab/2RP+WdO8Z+MJden+zW2" +
"Y9NhbMangyN/wA9pR/6KSsKCDGHcc9hWlKlKpKy+b7A3YIIMYdxz2FWKKK9OnTjTjyx/wCHMm7hRRRVi" +
"CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACkZVddrcg0tFDSas" +
"9bgRW9xLYy4PzRN1H9R/tVsxyJKgdDuVuhrKZVddrcg1Hb3EtjLg/NE3Uf1H+1Xj47A29+Gx6+WZm6TV" +
"Kq70ns/+ff/ANqblFMjkSVA6HcrdDT68s+jTTSad09U0FFFFAwooooAKKKKACiiigAooooAKKKKACiii" +
"gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiio5po4IzJIcAdB3J9B" +
"TSvohSkopyk7JatsJpo4IzJIcAdB3J9BT9O06+vr4RRDbeLyzHlLND/ABN/fv3/AIE/5d/+u/8Ax6Gna" +
"dfX18IohtvF5Zjylmh/ib+/fv8AwJ/y7/8AXf8A49O80zTLTS7RbW1XCjl3PLOx+9JI38TNWWLxccJHl" +
"jaWIkvlSX80jwMZjJYmXJC8aEX86r7v+6GmaZaaXaLa2q4Ucu55Z2P3pJG/iZqt0UV8/KUpScpNylJ3b" +
"ZglYKKKKQwooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigDL8QeH7" +
"XW7Xy5PkuEyYJwOVP8Adb+9G38S15jcW+o6LqOx91vd27BkdTjp9ySN/wC7XsVZfiDw/a63a+XJ8lwmT" +
"BOByp/ut/ejb+Ja9LLsxdB+zqa0X/5T/vR/umVSnzar4iTwb4yh12EWt0RFqcQ+ZeglA/5axf8AtSOuo" +
"rwW4t9R0XUdj7re7t2DI6nHT7kkb/3a9S8G+ModdhFrdERanEPmXoJQP+WsX/tSOvpIyUkpRd09U0czV" +
"jqKKKKYgooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK" +
"KACiiigAooooAKKKKACiio554baF553EUMQLO7HAAHc0AE88NtC887iKGIFndjgADua8k8ZeMptdmNra" +
"kxaZEflXoZSP+Wsv/tOOjxl4ym12Y2tqTFpkR+VehlI/wCWsv8A7TjrBggxh3HPYVpSpSqSsvm+wN2CC" +
"DGHcc9hViiivTp04048sf8AhzJu4UUUVYgooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiii" +
"gAooooAKKKKACiiigAooooAKKKKACkZVddrcg0tFDSas9bgRW9xLYy4PzRN1H9R/tVsxyJKgdDuVuhrK" +
"ZVddrcg1Hb3EtjLg/NE3Uf1H+1Xj47A29+Gx6+WZm6TVKq70ns/+ff/ANqblFMjkSVA6HcrdDT68s+jT" +
"TSad09U0FFFFAwooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo" +
"ooAKKKKACiiigAooqOaaOCMySHAHQdyfQU0r6IUpKKcpOyWrbCaaOCMySHAHQdyfQU/TtOvr6+EUQ23i" +
"8sx5SzQ/wATf379/wCBP+Xf/rv/AMehp2nX19fCKIbbxeWY8pZof4m/v37/AMCf8u//AF3/AOPTvNM0y" +
"00u0W1tVwo5dzyzsfvSSN/EzVli8XHCR5Y2liJL5Ul/NI8DGYyWJlyQvGhF/Oq+7/uhpmmWml2i2tquF" +
"HLueWdj96SRv4mardFFfPylKUnKTcpSd22YJWCiiikMKKKKACiiigAooooAKKKKACiiigAooooAKKKKA" +
"CiiigAooooAKKKKACiiigAooooAKKKKACiiigDL8QeH7XW7Xy5PkuEyYJwOVP8Adb+9G38S15jcW+o6L" +
"qOx91vd27BkdTjp9ySN/wC7XsVZfiDw/a63a+XJ8lwmTBOByp/ut/ejb+Ja9LLsxdB+zqa0X/5T/vR/u" +
"mVSnzar4iTwb4yh12EWt0RFqcQ+ZeglA/5axf8AtSOuorwW4t9R0XUdj7re7t2DI6nHT7kkb/3a9S8G+" +
"ModdhFrdERanEPmXoJQP+WsX/tSOvpIyUkpRd09U0czVjqKKKKYgooooAKKKKACiiigAooooAKKKKACi" +
"iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooqOeeG2heedxFDECzuxwAB3NABP" +
"PDbQvPO4ihiBZ3Y4AA7mvJPGXjKbXZja2pMWmRH5V6GUj/lrL/7Tjo8ZeMptdmNrakxaZEflXoZSP8Al" +
"rL/AO046wbeDGHf8BV0qUqkuVfN9gbsEEGMO457CrFFFepTpxpx5Y/8OZN3CiiirEFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABSMquu1uQa" +
"WihpNWetwIre4lsZcH5om6j+o/2q2Y5ElQOh3K3Q1lMquu1uQajt7iWxlwfmibqP6j/AGq8fHYG3vw2P" +
"XyzM3SapVXek9n/AM+//tTcopkciSoHQ7lboafXln0aaaTTunqmgooooGFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRUc00cEZkkOAOg7k+gppX0QpSUU5Sdkt" +
"W2E00cEZkkOAOg7k+gp+nadfX18IohtvF5Zjylmh/ib+/fv/An/AC7/APXf/j0NO06+vr4RRDbeLyzHl" +
"LND/E39+/f+BP8Al3/67/8AHp3mmaZaaXaLa2q4Ucu55Z2P3pJG/iZqyxeLjhI8sbSxEl8qS/mkeBjMZ" +
"LEy5IXjQi/nVfd/3Q0zTLTS7RbW1XCjl3PLOx+9JI38TNVuiivn5SlKTlJuUpO7bMErBRRRSGFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAGX" +
"4g8P2ut2vlyfJcJkwTgcqf7rf3o2/iWvMbi31HRdR2Put7u3YMjqcdPuSRv/dr2KsvxB4ftdbtfLk+S4" +
"TJgnA5U/wB1v70bfxLXpZdmLoP2dTWi/wDyn/ej/dMqlPm1XxEng3xlDrsItboiLU4h8y9BKB/y1i/9q" +
"R11FeC3FvqOi6jsfdb3duwZHU46fckjf+7XqXg3xlDrsItboiLU4h8y9BKB/wAtYv8A2pHX0kZKSUou6" +
"eqaOZqx1FFFFMQUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU" +
"UUAFFFRzzw20LzzuIoYgWd2OAAO5oAJ54baF553EUMQLO7HAAHc15J4y8ZTa7MbW1Ji0yI/KvQykf8AL" +
"WX/ANpx0eMvGU2uzG1tSYtMiPyr0MpH/LWX/wBpx1gwQdHcfQVdKlKpLlj832BuwQQdHcfQVYoor1KdO" +
"NOPLH5vuZN3CiiirEFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFIyq67W5BpaKGk1Z63Ait7iWxlwfmibqP6j/arZjkSVA6Hc" +
"rdDWUyq67W5BqO3uJbGXB+aJuo/qP8Aarx8dgbe/DY9fLMzdJqlVd6T2f8Az7/+1NyimRyJKgdDuVuhp" +
"9eWfRpppNO6eqaCiiigYUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RUc00cEZkkOAOg7k+gppX0QpSUU5SdktW2E00cEZkkOAOg7k+gp+nadfX18IohtvF5Zjylmh/ib+/fv/" +
"An/AC7/APXf/j0NO06+vr4RRDbeLyzHlLND/E39+/f+BP8Al3/67/8AHp3mmaZaaXaLa2q4Ucu55Z2P3" +
"pJG/iZqyxeLjhI8sbSxEl8qS/mkeBjMZLEy5IXjQi/nVfd/3Q0zTLTS7RbW1XCjl3PLOx+9JI38TNVui" +
"ivn5SlKTlJuUpO7bMErBRRRSGFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAZfiDw/a63a+XJ8lwmTBOByp/ut/ejb+Ja8xuLfU" +
"dF1HY+63u7dgyOpx0+5JG/92vYqy/EHh+11u18uT5LhMmCcDlT/AHW/vRt/Etell2Yug/Z1NaL/APKf9" +
"6P90yqU+bVfESeDfGUOuwi1uiItTiHzL0EoH/LWL/2pHXUV4LcW+o6LqOx91vd27BkdTjp9ySN/7tepe" +
"DfGUOuwi1uiItTiHzL0EoH/AC1i/wDakdfSRkpJSi7p6po5mrHUUUUUxBRRRQAUUUUAFFFFABRRRQAUU" +
"UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFRzzw20LzzuIoYgWd2OAAO5oAJ54baF553EUMQLO7HA" +
"AHc15J4y8ZTa7MbW1Ji0yI/KvQykf8ALWX/ANpx0eMvGU2uzG1tSYtMiPyr0MpH/LWX/wBpx1gwQdHcf" +
"QVdKlKpLlj832BuwQQdHcfQVYoor1KdONOPLH5vuZN3CiiirEFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUjKr" +
"rtbkGlooaTVnrcCK3uJbGXB+aJuo/qP9qtmORJUDodyt0NZTKrrtbkGo7e4lsZcH5om6j+o/wBqvHx2B" +
"t78Nj18szN0mqVV3pPZ/wDPv/7U3KKZHIkqB0O5W6Gn15Z9Gmmk07p6poKKKKBhRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRUc00cEZkkOAOg7k+gppX0QpSUU5SdktW2E00cEZkkOAOg7k" +
"+gqWw0u/vL1Y0+W+GGYkZWzjP8AHJ/e1CT/AJZx/wDLD/rt/wAertN02+ur4IgxqAwxLDKWSH/lpJ/f1" +
"B/+WUX/ACw/66/8e3c6ZplrplqLa2HH3nduXdz96SRv4nassXi44SPLG0sRJfKkv5pHgYzGSxMuWF40I" +
"v51X3/wiaZplppdotrarhRy7nlnY/ekkb+Jmq3RRXz8pSlJyk3KUndtmCVgooopDCiiigAooooAKKKKA" +
"CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKA" +
"CiiigAooooAy/EHh+11u18uT5LhMmCcDlT/AHW/vRt/EteY3FvqOi6jsfdb3duwZHU46fckjf8Au17FW" +
"X4g8P2ut2vlyfJcJkwTgcqf7rf3o2/iWvSy7MXQfs6mtF/+U/70f7plUp82q+Ik8G+ModdhFrdERanEP" +
"mXoJQP+WsX/ALUjrqK8FuLfUdF1HY+63u7dgyOpx0+5JG/92vUvBvjKHXYRa3REWpxD5l6CUD/lrF/7U" +
"jr6SMlJKUXdPVNHM1Y6iiiimIKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKjnnh" +
"toXnncRQxAs7scAAdzQATzw20LzzuIoYgWd2OAAO5ryTxl4ym12Y2tqTFpkR+VehlI/5ay/+046PGXjK" +
"bXZja2pMWmRH5V6GUj/AJay/wDtOOsGCDo7j6CrpUpVJcsfm+wN2CCDo7j6CrFFFepTpxpx5Y/N9zJu4" +
"UUUVYgooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKA" +
"CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKRlV12tyDS0UNJqz1uBFb3EtjLg/NE3Uf1H+1" +
"WzHIkqB0O5W6GsplV12tyDUdvcS2MnPzQt1H9R/tV4+OwNrzhsevlmZuk1Squ9J7P8A59//AGpuUUyOR" +
"JUDodyt0NPryz6NNNJp3T1TQUUUUDCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooqOaaOCMySHA" +
"HQdyfQU0r6IUpKKcpOyWrbCaaOCMySHAHQdyfQVLp+n31zfLHGo/tLG75uUskP/AC1l/vX7f8s4/wDlh" +
"/13/wCPc0/T765vljjUf2ljd83KWSH/AJay/wB6/b/lnH/yw/67/wDHv3OlaVa6Xai3twSSd0srcu7n7" +
"0kjVni8XHCR5Y2liJLRdKS/mkeBjMZLFS5IXjQi/nVf/wAiLpemW2l2i21uCf4pJG+87n70kjfxM1W6K" +
"K+elKU5OUnzSk7tswStogooopDCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA" +
"ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigDL8QeH7XW7Xy5PkuE" +
"yYJwOVP91v70bfxLXmNzb6houoeW+63u7dgyOpx0+5JG/8Adr2KsvxB4ftdbtfLk+S4TJgnA5U/3W/vR" +
"t/Etell2Yug/Z1NaL/8p/3o/wB0yqU+bVfEL4L8aRa3ELK9Ij1OMfQTAf8ALSP/AKaf89I/+Bp/0z6uv" +
"BLq1v8AR7/ypd0F1AwZHU46fclievUPBfjSLW4hZXpEepxj6CYD/lpH/wBNP+ekf/A0/wCmf0kZKSUou" +
"6eqaOZqx1dFFFMQUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFRzzw20LzzuIoYgWd2OAAO5oAJ" +
"54baF553EUMQLO7HAAHc15J4y8ZTa7MbW1Ji0yI/KvQykf8tZf/AGnHR4y8ZTa7MbW1Ji0yI/KvQykf8" +
"tZf/acdYMEHR3H0FXSpSqS5Y/N9gbsEEHR3H0FWKKK9SnTjTjyx+b7mTdwoooqxBRRRQAUUUUAFFFFAB" +
"RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB" +
"RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABSMoYFWGQaWihpNWYEVvcS2Mv96Fuo/z/FWzHIkqB0O5W6Gsp" +
"lDAqwyDUdvcS2Mv96Fuo/z/ABV5GOwNv3lPY9fLMzdJqlVd6T2f/Pv/AO1NyimRyJKgdDuVuhp9eUfRp" +
"ppNO6eqaCiiigYUUUUAFFFFABRRRQAUUUUAFFFFABRRTJZUhQySHCj9fYUJX0QpSUU5SdktW2JNNHBGZ" +
"JDgDoO5PoKl0/T765vljjUf2ljd83KWSH/lrL/ev2/5Zx/8sP8Arv8A8e5Yafe3F8scS/8AEx+8N3KWS" +
"H/ltN/ev2/5Zxf8sP8Art/x79zpWlWul2ot7cEkndLK3Lu5+9JI1Ri8XHCRtG0sRJaLpSX80jwMZjJYq" +
"XJC8aEX86r/APkQ0rSrXS7UW9uCSTullbl3c/ekkarlFFfPTnKcnKTcpSd22YJW0QUUUUhhRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAGX4g8P2ut2vlyfJcJkwTgcqf7rf3o2/iWvMLq1v8AR" +
"7/ypd0F1AwZHU46fclievY6y/EHh+11u18uT5LhMmCcDlT/AHW/vRt/Etell2Yug/Z1NaL/APKf96P90" +
"yqU+bVfEL4L8aRa3ELK9Ij1OMfQTAf8tI/+mn/PSP8A4Gn/AEz6uvBLq1v9Hv8Aypd0F1AwZHU46fcli" +
"evUPBfjSLW4hZXpEepxj6CYD/lpH/00/wCekf8AwNP+mf0kZKSUou6eqaOZqx1dFFFMQUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRUc88NtC887iKGIFndjgADuaACeeG2heedxFDECzuxwAB3NeSeMvGU2uzG1tSYtM" +
"iPyr0MpH/LWX/2nHR4y8ZTa7MbW1Ji0yI/KvQykf8tZf/acdYMEHR3H0FXSpSqS5Y/N9gbsEEHR3H0FW" +
"KKK9SnTjTjyx+b7mTdwoooqxBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU" +
"UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU" +
"UUAFIyhgVYZBpaKGk1ZgRW9xLYy/wB6Fuo/z/FWzHIkqB0O5W6GsplDAqwyDUcFxLYyf3oWPI/z/FXkY" +
"7A29+nsevluZui1Squ9J7P/AJ9//am5RTIpUlQSRnKnoafXlbH0aaaTTunqmgooooGFFFFABRRRQAUUU" +
"UAFFFMmmjhjMkhwooSvohSkopyk7JatsJZUhQySHCj9fYVLYWF9c3yxRL/xMfvfNylmh/5bTf3r9v8Al" +
"lF/y7/9d/8Aj3Zp1nf3d+qQqBfYyu4ZS0Q/8vEv/T63/LGL/lj/ANdf9R3elaVa6Xai3twSSd0srcu7n" +
"70kjVni8XHCRsrSxEloulJfzSPBxmMliZckLxoRfzqv/wCRDStKtdLtRb24JJO6WVuXdz96SRquUUV8/" +
"OcpycpNylJ3bZzpW0QUUUUhhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUU" +
"UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUU" +
"UAZfiDw/a63a+XJ8lwmTBOByp/ut/ejb+Ja8wurW/0e/wDKl3QXUDBkdTjp9yWJ69jrM17QLPWrby5hs" +
"nQHyZx95T/7PH/eSvRy7MXh37OpeVF/fT84/wB0yqU+bVfEHgvxpFrcQsr0iPU4x9BMB/y0j/6af89I/" +
"wDgaf8ATPq68FvLPUNF1Dypd0FzAweORCR0PySxPXp/gvxpFrcQsr0iPU4x9BMB/wAtI/8App/z0j/4G" +
"n/TP6WMlJKUWnFq6aOZqx1dFFFMQUUUUAFFFFABRRRQAUUVHPPDbQvPO4ihiBZ3Y4AA7mgAnnhtoXnnc" +
"RQxAs7scAAdzXknjLxlNrsxtbUmLTIj8q9DKR/y1l/9px0eMvGU2uzG1tSYtMiPyr0MpH/LWX/2nHWDB" +
"B0dx9BV0qUqkuWPzfYG7BBB0dx9BViiivUp04048sfm+5k3cKKKKsQUUUUAFFFFABRRRQAUUUUAFFFFA" +
"BRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFA" +
"BRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFIyhgVYZBpaKGk1ZgQwTy2Mv96Juo/z/ABVtR" +
"SpKgkjOVPQ1lMoYFWGQaignlsZf70TdR/n+KvIx2Bt78Nj1stzJ0WqVV3pP/wAp+a/um7RTIpUlQSRnK" +
"noafXlbH0iaaTTunqmgooooGFFFFABRRTJpo4YzJIcKKEr6IUpKKcpOyWrbCaaOGMySHCilsLC+vr5Y4" +
"1/0zhgGGUtUP/Lef+9eN/yyi/5Zf9dP9SWFhfX18sca/wCmcMAwylqh/wCW8/8AevG/5ZRf8sv+un+p7" +
"zStKtdLtRb24JJO6WVuXdz96SRqzxeLjhI2VpYiS0XSkv5pHg4zGSxMuSF40Iv51X/8iGlaVa6Xai3tw" +
"SSd0srcu7n70kjVcoor5+c5Tk5SblKTu2znStogooopDCiiigAooooAKKKKACiiigAooooAKKKKACiii" +
"gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiii" +
"gAooooAKKKKACiiigAooooAKKKKACiiigDN13QrTWrQwzDZKmTDMB8yN/7MjfxpXl95Z6houoeVLuguY" +
"GDxyISOh+SWJ69irN13QrTWrQwzDZKmTDMB8yN/7MjfxpXo5dmLw75J3dFv/wAF/wB6JlUp82q+ITwX4" +
"0i1uIWV6RHqcY+gmA/5aR/9NP8AnpH/AMDT/pn1deC3lnqGi6h5Uu6C5gYPHIhI6H5JYnr0/wAF+NItb" +
"iFlekR6nGPoJgP+Wkf/AE0/56R/8DT/AKZ/SxkpJSi04tXTRzNWOrooopiCiiigAoopk00UETzTOI4ow" +
"Wd2OAAOSzE0AE00UETzTOI4owWd2OAAOSzE15L418Yya5N9ksyU02E8djKw/wCWsi/3P+eUf+Y18aeNJ" +
"dblNlZEx6ZGfoZiP+Wkn/TP/nnH/wADf/pnz0EHR3H0FXSpSqS5Y/N9hN2CCDo7j6CrFFFepTpxpx5Y/" +
"N9zNu4UUUVYgooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo" +
"AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo" +
"AKKKKACiiigApGUMCrDINLRQ0mrMCGCeWxl/vRN1H+f4q2opUlQSRnKnoaymUMCrDINRQTy2Mv96Juo/" +
"wA/xV5GOwNvfhsetluZOi1Squ9J/wDlPzX903aKZFKkqCSM5U9DT68rY+kTTSad09U0FFFMmmjhjMkhw" +
"ooSvoglJRTlJ2S1bYTTRwxmSQ4UUthYX19fLHGv+mcMAwylqh/5bz/3rxv+WUX/ACy/66f6ksLC+vr5Y" +
"41/0zhgGGUtUP8Ay3n/AL143/LKL/ll/wBdP9T3mlaVa6Xai3twSSd0srcu7n70kjVni8XHCRsrSxElo" +
"ulJfzSPBxmMliZckLxoRfzqv/5ENK0q10u1Fvbgkk7pZW5d3P3pJGq5RRXz85ynJyk3KUndtnOlbRBRR" +
"RSGFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU" +
"UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU" +
"UUAZuu6Faa1aGGYbJUyYZgPmRv/AGZG/jSvL7yz1DRdQ8qXdBcwMHjkQkdD8ksT17FWbruhWmtWhhmGy" +
"VMmGYD5kb/2ZG/jSvRy7MXh3yTu6Lf/AIL/AL0TKpT5tV8QngvxpFrcQsr0iPU4x9BMB/y0j/6af89I/" +
"wDgaf8ATPq68FvLPUNF1Dypd0FzAweORCR0PySxPXp/gvxpFrcQsr0iPU4x9BMB/wAtI/8App/z0j/4G" +
"n/TP6WMlJKUWnFq6aOZqx1dFFFMQyaaKCJ5pnEcUYLO7HAAHJZia8m8aeNJdblNlZEx6ZGfoZiP+Wkn/" +
"TP/AJ5x/wDA3/6Zv8c+LrrVLqTTIA9vY27lXRgVeR1P3plPzKit/q4v+/n/AEz5q2hB/eNz6Crp03Uko" +
"oG7K4sEHR3H0FWKKK9SnTjTjyx+b7mTdwoooqxBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFIyhgVYZBpaKGk1ZgQwTy2Mv8AeibqP" +
"8/xVtRSpKgkjOVPQ1lMoYFWGQaignlsZf70TdR/n+KvIx2Bt78Nj1stzJ0WqVV3pP8A8p+a/um1NNHDG" +
"ZJDhRS2FhfX18sca/6ZwwDDKWqH/lvP/evG/wCWUX/LL/rp/qSwsL6+vljjX/TOGAYZS1Q/8t5/7143/" +
"LKL/ll/10/1PeaVpVrpdqLe3BJJ3Syty7ufvSSNXjYvFxwkbK0sRJaLpSX80jbGYyWJlyQvGhF/Oq//A" +
"JENK0q10u1Fvbgkk7pZW5d3P3pJGq5RRXz85ynJyk3KUndtnOlbRBRRRSGFFFFABRRRQAUUUUAFFFFAB" +
"RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB" +
"RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBm67oVprVoYZ" +
"hslTJhmA+ZG/wDZkb+NK8vvLPUNF1Dypd0FzAweORCR0PySxPXsVZuu6Faa1aGGYbJUyYZgPmRv/Zkb+" +
"NK9HLsxeHfJO7ot/wDgv+9EyqU+bVfEJ4L8aRa3ELK9Ij1OMfQTAf8ALSP/AKaf89I/+Bp/0z6uvAriG" +
"60vUHi37Lm1kwJImzhlPDI613K/Ee8bwzJKIh/akUiW7TY+T94srrc7f+en+jv+6+5v+f8A6ZV9Jzx5e" +
"e65bc3N05e5zW1sbPjTwXFrcRvbICPU4x9BMB/yzk/6af8APOT/AIA//TPykie0neKVDHJGSskbDBBHV" +
"WH96voGuU8aeC4tbiN7ZAR6nGPoJgP+Wcn/AE0/55yf8Af/AKZ3GTi007NCPM0dXXcvSnVTIntJ3ilQx" +
"yRkrJGwwQR1Vh/eq0jq67l6V6dCuqis9JrdfqjOUbDqKKK2JCiiigAooooAKKKKACiiigAooooAKKKKA" +
"CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKA" +
"CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKRmVF3NwBQ2krvSwAzK" +
"i7m4ArS0rw/dapdfY0j3XTrmTdny7WNv+Wtxj710/8Ayyg/g/66f6l2iaJfX18kECf6dwxLDKWiH/lvP" +
"/eu2/5Yw/8ALP8A66f6n1PRdFs9Gsxa2oJyd0srcvI5+9LK396vOxGIdR8sdIL/AMmNIxt6nnM1vq3gT" +
"Vctm60u6P38YDgf+i7mP/yJ/wCgdtY31tf2yXVq4khkGQR+qsP4WWtbUNPtNStJLO8jEsEowynt6Mp/h" +
"df4WrzSeDVfAmq/xXOk3LcHsw/9Bjuo1/7+/wDovw8xy5V06lNWrL/yr5f4jelV5dHsd5RUFjfW1/bJd" +
"WriSGQZBH6qw/hZanr5xpxbTVmtGmdQUUUUgCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK" +
"KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK" +
"KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK5Dxf4vFqH03TXzcn5Z51/5Z/wDTOP8A6" +
"bf+iv8Arp/qzxf4vFqH03TXzcn5Z51/5Z/9M4/+m3/or/rp/q+U8P8Ah++1++FtbDCD5p525VFP8Tf3n" +
"b+BP469nLMs5rV6693enTf2v78/7phVq292PzYeH/D99r98La2GEHzTztyqKf4m/vO38Cfx16v/AMIfo" +
"n9h/wBieV+4+95n/LTzcY+07/8Anr/7J+6/1dXdH0ex0axSysk2ovLufvO38UkjfxM1Xq945wooooA5T" +
"xp4Li1uI3tkBHqcY+gmA/5Zyf8ATT/nnJ/wB/8Apn5SRPaTvFKhjkjJWSNhggjqrD+9X0DXKeNPBcWtx" +
"G9sgI9TjH0EwH/LOT/pp/zzk/4A/wD0zcZOLTTs0B5mjq67l6U6qZE9pO8UqGOSMlZI2GCCOqsP71Wkd" +
"XXcvSvToV1UVnpNbr9UZyjYdRRRWxIUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU" +
"UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU" +
"UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUjMqLubgChtJXelgBmVF3NwBWpomiX19fJBAn+ncMSwyloh/" +
"wCW8/8Aeu2/5Yw/8s/+un+pdo2hX95fRwQoPtxAclhlLSM/dnnH/P2//LCD/ln/AKz/AK5eo6Lotno1m" +
"LW1BOTullbl5HP3pZW/vV52IxDqPljpBf8AkxpGNvUNF0Wz0azFragnJ3Syty8jn70srf3qv0UVzFBVb" +
"UNPtNStJLO8jEsEowynt6Mp/hdf4WqzRQB5XPBqvgTVf4rnSbluD2Yf+gx3Ua/9/f8A0X2tjfW1/bJdW" +
"riSGQZBH6qw/hZa1tQ0+01K0ks7yMSwSjDKe3oyn+F1/havNJ4NV8Car/Fc6TctwezD/wBBjuo1/wC/v" +
"/ovzMxy5V06lNWrL/yr/wDbGtKry6PY7yioLG+tr+2S6tXEkMgyCP1Vh/Cy1PXzjTi2mrNaNM6gooopA" +
"FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA" +
"FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA" +
"Fch4v8AF4tQ+m6a+bk/LPOv/LP/AKZx/wDTb/0V/wBdP9WeL/F4tQ+m6a+bk/LPOv8Ayz/6Zx/9Nv8A0" +
"V/10/1fJaFoV/r1+LW1HH3ppm+6i/33/wDZE/jr2csyzmtXrr3d6dN/a/vz/umFWrb3Y/NjvD/h++1++" +
"FtbDCD5p525VFP8Tf3nb+BP469k0fR7HRrFLKyTai8u5+87fxSSN/EzU3RNEsdEsVs7NcAcySH7zt3kk" +
"NaFe8c4UUUUAFFFFABRRRQBynjTwXFrcRvbICPU4x9BMB/yzk/6af8APOT/AIA//TPykie0neKVDHJGS" +
"skbDBBHVWH96voGuU8aeC4tbiN7ZAR6nGPoJgP+Wcn/AE0/55yf8Af/AKZuMnFpp2aA8zR1ddy9KdVMi" +
"e0neKVDHJGSskbDBBHVWH96rSOrruXpXp0K6qKz0mt1+qM5RsOooorYkKKKKACiiigAooooAKKKKACii" +
"igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii" +
"igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiikZlRdzcAUNpK70sAMyou5uAK2ND0O9ur" +
"1IokB1AgOA4zHaRnpc3I/iu2/5drb/tpJTdG0a9uL2OGGMPqbgOiOMx2kZ/5err/p5/54Qfwf7/AJcde" +
"oaLo1ro9kLa3y7k7552+/LIfvyyt/tV52IxDqPljpBf+TGkY29RdG0a00e0FtbAsWO+aZ+ZJJD9+WV/4" +
"mar9FFcxQUUUUAFFFFABVbUNPtNStJLO8jEsEowynt6Mp/hdf4WqzRQB5XPBqvgTVf4rnSbluD2Yf8Ao" +
"Md1Gv8A39/9F9rY31tf2yXVq4khkGQR+qsP4WWtbUNPtNStJLO8jEsEowynt6Mp/hdf4WrzSeDVfAmq/" +
"wAVzpNy3B7MP/QY7qNf+/v/AKL8zMcuVdOpTVqy/wDKv/2xrSq8uj2O8oqCxvra/tkurVxJDIMgj9VYf" +
"wstT18404tpqzWjTOoKKKKQBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUU" +
"UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUU" +
"UAFFFFABRRRQAVyHi/xeLUPpumvm5Pyzzr/AMs/+mcf/Tb/ANFf9dP9WeL/ABeLUPpumvm5Pyzzr/yz/" +
"wCmcf8A02/9Ff8AXT/V8loWhX+vX4tbUcfemmb7qL/ff/2RP469nLMs5rV6693enTf2v78/7phVq292P" +
"zYaFoV/r1+LW1HH3ppm+6i/33/9kT+OvZNE0Sx0SxWzs1wBzJIfvO3eSQ0aJoljolitnZrgDmSQ/edu8" +
"khrQr3jnCiiigAooooAKKKKACiiigAooooA5Txp4Li1uI3tkBHqcY+gmA/5Zyf9NP8AnnJ/wB/+mflJE" +
"9pO8UqGOSMlZI2GCCOqsP71fQNcp408Fxa3Eb2yAj1OMfQTAf8ALOT/AKaf885P+AP/ANM3GTi007NAe" +
"Zo6uu5elOqmRPaTvFKhjkjJWSNhggjqrD+9VpHV13L0r06FdVFZ6TW6/VGco2HUUUVsSFFFFABRRRQAU" +
"UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU" +
"UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUjMqLubgChtJXelgBmVF3NwBWto2jXt" +
"xexwwxh9TcB0RxmO0jP/L1df9PP/PCD+D/f8uOjRtGvbi9jhhjD6m4DojjMdpGf+Xq6/wCnn/nhB/B/v" +
"+XHXp+iaJaaLafZ7fLyOd9xcPzJLIfvSSNXnYjEOo+WOkF/5MaRjb1DRNEtNFtPs9vl5HO+4uH5klkP3" +
"pJGrRoormKCiiigAooooAKKKKACiiigAqtqGn2mpWklneRiWCUYZT29GU/wuv8AC1WaKAPLJ7bVvAmp7" +
"vmudIuGwG7N9f8AnldIv/f7/wBF9pY31tf2yXVq4khkGQR+qsP4WWte+sbXULWSzvIxLBKMOh/mP7rL/" +
"C1ebXVrqngTVN6brnR7luD6/wCy38Md1Gv/AH+/9FeZmOXKunUpq1Zf+Vf/ALY1pVeXR7Hc0VBY31tf2" +
"yXVq4khkGQR+qsP4WWp6+cacW01ZrRpnUFFFFIAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK" +
"ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK" +
"ACiiigAooooAKKKKACuS8YeLfsYbTdOf/SSMTzKf9WP7if9Nv8A0V/10pfF3i4WIfTtOfN2eJZR0iH91" +
"f8Apt/6Krj9C0K/1+/Fraj/AGp52yVRSeXc/wB7+6v8dezlmW81q9Ze7vTg/t/35f3TCrVt7sfmw0LQr" +
"/Xr8WtqOPvTTN91F/vv/wCyJ/HXsmiaJY6JYrZ2a4A5kkP3nbvJIaNE0Sx0SxWzs1wBzJIfvO3eSQ1oV" +
"7xzhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBynjTwXFrcRvbICPU4x9BMB/wAs5P8App/zzk/4A" +
"/8A0z8pIntJ3ilQxyRkrJGwwQR1Vh/er6BrlPGnguLW4je2QEepxj6CYD/lnJ/00/55yf8AAH/6ZuMnF" +
"pp2aA8zR1ddy9KdVMie0neKVDHJGSskbDBBHVWH96rSOrruXpXp0K6qKz0mt1+qM5RsOooorYkKKKKAC" +
"iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAC" +
"iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKRmCgsxwBQ2krsAZgqlm6CtbRtGvbi9jhhjD" +
"6m4DojjMdpGf+Xq6/6ef+eEH8H+/wCXHRo2jXtxexwQRhtSYB0RxmO0jP8Ay93f/Tz/AM+9v/B/102JX" +
"p+iaJaaLafZ7fLyOd9xcPzJLIfvSSNXnYjEc75Y/Av/ACY0jG3qGiaJaaLafZ7fLyOd9xcPzJLIfvSSN" +
"WjRRXMUFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFV76xtdQtZLO8jEsEow6H+Y/usv8LVYooA8uurXVP" +
"Amqb03XOj3LcH1/2W/hjuo1/wC/3/orsrG+tr+2S6tXEkMgyCP1Vh/Cy1r31ja6hayWd5GJYJRh0P8AM" +
"f3WX+Fq82urXVPAmqb03XOj3LcH1/2W/hjuo1/7/f8AorzMxy5V06lNWrL/AMq//bGtKry6PY7mioLG+" +
"tr+2S6tXEkMgyCP1Vh/Cy1PXzjTi2mrNaNM6gooopAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB" +
"RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB" +
"RRRQAUUUUAFcn4u8XCxD6dpz5uzxLKOkQ/ur/02/wDRVHi7xcLEPp2nPm7PEso6RD+6v/Tb/wBFVx+ha" +
"Ff6/fi1tR/tTztkqik8u5/vf3V/jr2MsyzntWrL3d4Qf2/70v7hhVq292PzYaFoV/r9+LW1H+1PO2SqK" +
"Ty7n+9/dX+OvZNE0Sx0SxWzs1wBzJIfvO3eSQ0aJoljolitnZrgDmSQ/edu8khrQr3znCiiigAooooAK" +
"KKKACiiigAooooAKKKKACiiigAooooAKKKKAOU8aeC4tbiN7ZAR6nGPoJgP+Wcn/TT/AJ5yf8Af/pn5S" +
"RPaTvFKhjkjJWSNhggjqrD+9X0DXLeMfBUGuRteWmItTReD0WUDpHL/ALf/ADzlpxk4tNOzQHmKOrruX" +
"pTqqOlxZXDwzI0csbFZI2GCCOxqyjq67l6V6dCuqis9JrdfqjOUbDqKKK2JCiiigAooooAKKKKACiiig" +
"AooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiig" +
"AooooAKKKKACiiigAoopGYKCzHAFDaSuwBmCgsxwBWromk3l3eRxW8YfUXAeNXGY7WM/wDL5c/9N/8An" +
"2g/7af886Zo2jXt9exwQRhr1gHRHGY7eM/8vd3/ANNf+fe3/wDsEk9T0TRLTRbT7Pb5eRzvuLh+ZJZD9" +
"6SRq87EYhzfLH4P/SjSMbeoaJolpotp9nt8vI533Fw/Mksh+9JI1aNFFcxQUUUUAFFFFABRRRQAUUUUA" +
"FFFFABRRRQAUUUUAFFFFABVe+sbXULWSzvIxLBKMOh/mP7rL/C1WKKAPLLy11bwJqe+Itc6Rctxnof9h" +
"/8Anncov8f/AC1/9A7PT9QtdRtUu7R98T/mD/Ejr/C61sX1ja6hayWd5GJYJRh0P8x/dZf4WrzO8s9V8" +
"Car5sW650m5bAJ6MP8AnnJ/zzuY/wCB/wDlp/32lebmOXKunUppKsv/ACr5S/vGtOry6PY7yiq+n6ha6" +
"japd2j74n/MH+JHX+F1qxXzcouLcZKzWjTOkKKKKQwooooAKKKKACiiigAooooAKKKKACiiigAooooAK" +
"KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK" +
"5Pxd4uFiH07TnzdniWUdIh/dX/pt/6Ko8XeLhYh9O0583Z4llHSIf3V/wCm3/oquP0LQr/X78WtqP8Aa" +
"nnbJVFJ5dz/AHv7q/x17GWZZz2rVl7u8IP7f96X9wwq1be7H5sNC0K/1+/Fraj/AGp52yVRSeXc/wB7+" +
"6v8deyaJoljolitnZrgDmSQ/edu8kho0TRLHRLFbOzXAHMkh+87d5JDWhXvnOFFFFABRRRQAUUUUAFFF" +
"FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBy/jLwbDrsJurUCLU4h8rdBKB/yyl/8AacleTulxZ" +
"XDwzI0csbFZI2GCCOxr6Arl/GXg2HXYTdWoEWpxD5W6CUD/AJZS/wDtOSnGTi007NAeYI6uu5elOqo6X" +
"FlcPDMjRyxsVkjYYII7GrKOrruXpXp0K6qKz0mt1+qM5RsOooorYkKKKKACiiigAooooAKKKKACiiigA" +
"ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA" +
"oopGYKCzHAFDaSuwBmCgsxwBWlo2jXt9exwQRhr1gHRHGY7eM/8vd3/ANNf+fe3/wDsEkNG0a9vr2OCC" +
"MNesA6I4zHbxn/l7u/+mv8Az72//wBgknqeiaJaaLafZ7fLyOd9xcPzJLIfvSSNXnYjEOb5Y/B/6UaRj" +
"b1DRNEtNFtPs9vl5HO+4uH5klkP3pJGrRoormKCiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo" +
"AKKKKACiiigAqvfWNrqFrJZ3kYlglGHQ/zH91l/harFFAHld5Z6r4E1XzYt1zpNy2AT0Yf885P+edzH/" +
"A//AC0/77Su00/ULXUbVLu0ffE/5g/xI6/wutbF9Y2uoWslneRiWCUYdD/Mf3WX+Fq8zvLPVfAmq+bFu" +
"udJuWwCejD/AJ5yf887mP8Agf8A5af99pXm5jlyxC9pT0rL/wAqf3Zf3jWlV5dHsd5RVfT9QtdRtUu7R" +
"98T/mD/ABI6/wALrVivm5RcW4yVmtGmdIUUUUhhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFcn4u8XCxD6dpz5" +
"uzxLKOkQ/ur/wBNv/RVHi7xcLEPp2nPm7PEso6RD+6v/Tb/ANFVx+haFf6/fi1tR/tTztkqik8u5/vf3" +
"V/jr2MsyzntWrL3d4Qf2/70v7hhVq292PzYaFoV/r9+LW1H+1PO2SqKTy7n+9/dX+OvZNE0Sx0SxWzs1" +
"wBzJIfvO3eSQ0aJoljolitnZrgDmSQ/edu8khrQr3znCiiigAooooAKKKKACiiigAooooAKKKKACiiig" +
"AooooAKKKKACiiigAooooAKKKKACiiigDl/GXg2HXYTdWoEWpxD5W6CUD/llL/7Tkryd0uLK4eGZGjlj" +
"YrJGwwQR2avoCuX8ZeDYddhN1agRanEPlboJQP+WUv/ALTkpxk4tNOzQHmCOrruWnVUdLiyuHhmQxyxk" +
"rJGwwQR/C1WUdXXctenQrqorPSa3RnKNh1FFFbEhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUU" +
"UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRSMwUFmOAKG0ldgDMFBZjgC" +
"tLRtGvb69jggjDXrAOiOMx28Z/5e7v/AKa/8+9v/wDYJIaNo17fXscEEYa9YB0RxmO3jP8Ay93f/TX/A" +
"J97f/7BJPU9E0S00W0+z2+Xkc77i4fmSWQ/ekkavOxGIc3yx+D/ANKNIxt6homiWmi2n2e3y8jnfcXD8" +
"ySyH70kjVo0UVzFBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB" +
"Ve+sbXULWSzvIxLBKMOh/mP7rL/AAtViigDyu8s9V8Car5sW650m5bAJ6MP+ecn/PO5j/gf/lp/32ldp" +
"p+oWuo2qXdo++J/zB/iR1/hda2L6xtdQtZLO8jEsEow6H+Y/usv8LV5neWeq+BNV82Ldc6TctgE9GH/A" +
"Dzk/wCedzH/AAP/AMtP++0rzcxy5Yhe0p6Vl/5U/uy/vGtKry6PY7yiq+n6ha6japd2j74n/MH+JHX+F" +
"1qxXzcouLcZKzWjTOkKKKKQwooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK" +
"KACiiigAooooAKKKKACiiigAooooAKKKKACiiigArk/F3i4WIfTtOfN2eJZR0iH91f+m3/oqjxd4uFiH" +
"07TnzdniWUdIh/dX/pt/wCiq4/QtCv9fvxa2o/2p52yVRSeXc/3v7q/x17GWZZz2rVl7u8IP7f96X9ww" +
"q1be7H5sNC0K/1+/Fraj/annbJVFJ5dz/e/ur/HXsmiaJY6JYrZ2a4A5kkP3nbvJIaNE0Sx0SxWzs1wB" +
"zJIfvO3eSQ1oV75zhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFA" +
"BRRRQAUUUUAFFFFAHL+MvBsOuwm6tQItTiHyt0EoH/LKX/2nJXk7pcWVw8MyGOWMlZI2GCCP4Wr6Arl/" +
"GXg2HXYTdWoEWpxD5W6CUD/AJZS/wDtOSnGTi007NAeYI6uu5adVR0uLK4eGZDHLGSskbDBBH8LVZR1d" +
"dy16dCuqis9JrdGco2HUUUVsSFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRSMwUFmOAKG0ldgDMFBZjgCtLRtGvb69jggjDXrAOiOMx28Z" +
"/5e7v8A6a/8+9v/APYJIaNo17fXscEEYa9YB0RxmO3jP/L3d/8ATX/n3t//ALBJPU9E0S00W0+z2+Xkc" +
"77i4fmSWQ/ekkavOxGIc3yx+D/0o0jG3qGiaJaaLafZ7fLyOd9xcPzJLIfvSSNWjRRXMUFFFFABRRRQA" +
"UUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVXvrG11C1ks7yMSw" +
"SjDof5j+6y/wtViigDyu8s9V8Car5sW650m5bAJ6MP+ecn/ADzuY/4H/wCWn/faV2mn6ha6japd2j74n" +
"/MH+JHX+F1rYvrG11C1ks7yMSwSjDof5j+6y/wtXmd5Z6r4E1XzYt1zpNy2AT0Yf885P+edzH/A/wDy0" +
"/77SvNzHLliF7SnpWX/AJU/uy/vGtKry6PY7yiq+n6ha6japd2j74n/ADB/iR1/hdasV83KLi3GSs1o0" +
"zpCiiikMKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii" +
"igAooooAKKKKACuT8XeLhYh9O0583Z4llHSIf3V/wCm3/oqjxd4uFiH07TnzdniWUdIh/dX/pt/6Krj9" +
"C0K/wBfvxa2o/2p52yVRSeXc/3v7q/x17GWZZz2rVl7u8IP7f8Ael/cMKtW3ux+bDQtCv8AX78WtqP9q" +
"edslUUnl3P97+6v8deyaJoljolitnZrgDmSQ/edu8kho0TRLHRLFbOzXAHMkh+87d5JDWhXvnOFFFFAB" +
"RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB" +
"RRRQBy/jLwbDrsJurUCLU4h8rdBKB/yyl/9pyV5O6XFlcPDMhjljJWSNhggj+Fq+gK5fxl4Nh12E3VqB" +
"FqcQ+VuglA/5ZS/+05KcZOLTTs0B5gjq67lp1VHS4srh4ZkMcsZKyRsMEEfwtVlHV13LXp0K6qKz0mt0" +
"ZyjYdRRRWxIUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA" +
"FFFFABRRSMwUFmOAKG0ldgDMFBZjgCtLRtGvb69jggjDXrAOiOMx28Z/wCXu7/6a/8APvb/AP2CSGjaN" +
"e317HBBGGvWAdEcZjt4z/y93f8A01/597f/AOwST1PRNEtNFtPs9vl5HO+4uH5klkP3pJGrzsRiHN8sf" +
"g/9KNIxt6homiWmi2n2e3y8jnfcXD8ySyH70kjVo0UVzFBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRR" +
"RQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVXvrG11C1ks7yMSwSjDof5j+6y/wt" +
"ViigDyu8s9V8Car5sW650m5bAJ6MP8AnnJ/zzuY/wCB/wDlp/32ldpp+oWuo2qXdo++J/zB/iR1/hda2" +
"L6xtdQtZLO8jEsEow6H+Y/usv8AC1eZ3lnqvgTVfNi3XOk3LYBPRh/zzk/553Mf8D/8tP8AvtK83McuW" +
"IXtKelZf+VP7sv7xrSq8uj2O8oqvp+oWuo2qXdo++J/zB/iR1/hdasV83KLi3GSs1o0zpCiiikMKKKKA" +
"CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigArk/F3i4WIf" +
"TtOfN2eJZR0iH91f+m3/oqjxd4uFiH07TnzdniWUdIh/dX/AKbf+iq4/QtCv9fvxa2o/wBqedslUUnl3" +
"P8Ae/ur/HXsZZlnPatWXu7wg/t/3pf3DCrVt7sfmw0LQr/X78WtqP8AannbJVFJ5dz/AHv7q/x17Jomi" +
"WOiWK2dmuAOZJD9527ySGjRNEsdEsVs7NcAcySH7zt3kkNaFe+c4UUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAcv4y8Gw" +
"67Cbq1Ai1OIfK3QSgf8spf/AGnJXk7pcWVw8MyGOWMlZI2GCCP4Wr6Arl/GXg2HXYTdWoEWpxD5W6CUD" +
"/llL/7Tkpxk4tNOzQHmCOrruWnVUdLiyuHhmQxyxkrJGwwQR/C1WUdXXctenQrqorPSa3RnKNh1FFFbE" +
"hRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRSMwUFmOAKG0ld" +
"gDMFBZjgCtPSNFvry9igijDXsgEiI4ylvGel3d/9NP+fe3/AO2n/PPzH6Lot5dXkcccYe/cB4onGY7eM" +
"9L29H9//n2tv+2kn/LOOb1DRdFtdHtfIgzJLId9xcPzJLIfvSSNXnYjEOb5Y/B/6UaRjb1E0TRLTRbT7" +
"Pb5eRzvuLh+ZJZD96SRq0aKK5igooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA" +
"KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqvfWNrqFrJZ3kYlglGHQ/wAx/dZf4WqxRQB5X" +
"eWeq+BNV82Ldc6TctgE9GH/ADzk/wCedzH/AAP/AMtP++0rtNP1C11G1S7tH3xP+YP8SOv8LrWxfWNrq" +
"FrJZ3kYlglGHQ/zH91l/havM7yz1XwJqvmxbrnSblsAnow/55yf887mP+B/+Wn/AH2lebmOXLEL2lPSs" +
"v8Ayp/dl/eNaVXl0ex3lFV9P1C11G1S7tH3xP8AmD/Ejr/C61Yr5uUXFuMlZrRpnSFFFFIYUUUUAFFFF" +
"ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVyfi7xcLEPp2nPm7PEso6RD+6" +
"v8A02/9FUeLvFwsQ+nac+bs8SyjpEP7q/8ATb/0VXG6Lot/rt+tpaLudvmllbO1Fz80srf5317GWZZz2" +
"rVl7u8IP7f96X9wwq1be7H5sNF0W/12/W0tF3O3zSytnai5+aWVv8769k0HQrLQrBbO0Gf4pZT96R+7t" +
"/7IlGg6DY6FYraWi5J5mmP3pG/vv/7In8FaVe+c4UUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF" +
"FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBy/jLwbDr" +
"sJurUCLU4h8rdBKB/yyl/8AacleTulxZXDwzIY5YyVkjYYII/havoCuX8ZeDYddhN1agRanEPlboJQP+" +
"WUv/tOSnGTi007NAeYI6uu5adVR0uLK4eGZDHLGSskbDBBH8LVZR1ddy16dCuqis9JrdGco2HUUUVsSF" +
"FFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRSMwUFmOAKG0ldgDMFBZjgCtTS" +
"NIvLi8iiiiEuoygPDC4zHbxn/l9vf8Aa/597f8A7aSf8sopzSNIvLi8iiiiEuoygPDC4zHbxn/l9vf9r" +
"/n3t/8AtpJ/yyin9Q0LQrXRrUxREy3Ep33V0/Mksh+87t/6AlediMQ5vlj8H/pRpGNvUXRNFttHtPIiJ" +
"kmkO+5uW5eWQ/elkY7q0aKK5igooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK" +
"KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACq99Y2uoWslneRiWCUYdD/Mf3WX+" +
"FqsUUAeV3lnqvgTVfNi3XOk3LYBPRh/zzk/553Mf8D/APLT/vtK7TT9QtdRtUu7R98T/mD/ABI6/wALr" +
"WxfWNrqFrJZ3kYlglGHQ/zH91l/havNLuz1XwJqnmxbrnSbg9T0I/uSfwx3Mf8AA/8Ay0/8crzcxy5Yh" +
"e0p6Vl/5U/uy/vGtKry6PY7uiq+n6ha6japd2j74n/MH+JHX+F1qxXzcouLcZKzWjTOkKKKKQwooooAK" +
"KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK5Pxd4uFiH07TnzdniWUdIh/dX/pt/6Kp" +
"fF/i37AG07T2zeEYllH/LMH+Ff+m3/ouuM0XRb/AF2/W0tF3O3zSytnai5+aWVv8769jLMt57V6y9zen" +
"B/b/vy/uGFWrb3Y/Nhoui3+u362lou52+aWVs7UXPzSyt/nfXsmg6DY6FYraWi5J5mmP3pG/vv/AOyJ/" +
"BRoOg2OhWK2louSeZpj96Rv77/+yJ/BWlXvnOFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQA" +
"UUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQB" +
"y/jLwbDrsJurUCLU4h8rdBKB/yyl/8AacleTulxZXDwzIY5YyVkjYYII/havoCuX8ZeDYddhN1agRanE" +
"PlboJQP+WUv/tOSnGTi007NAeYI6uu5adVR0uLK4eGZDHLGSskbDBBH8LVZR1ddy16dCuqis9JrdGco2" +
"HUUUVsSFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUjMFBY8AUN21YAzBQWY4ArU0jSLy" +
"4vIooohLqMoDwwuMx28Z/5fb3/a/wCfe3/7aSf8sopzSNIvLi8iiiiEuoygPDC4zHbxn/l9vf8Aa/597" +
"f8A7aSf8sop/UNC0K10a1MURMtxKd91dPzJLIfvO7f+gJXnYjEOb5Y/B/6UaRjb1DQtCtdGtTFETLcSn" +
"fdXT8ySyH7zu3/oCVpUUVzFBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUU" +
"UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVDeWdte20lrdRiWCUbX" +
"RuhFTUUAeXX1jqfgXU/tFvuudHuWxz/AOi5P7lwn/LOT/lr/wB9pXY6fqFrqNql3aPvif8AMH+JHX+F1" +
"ravLO2vbaS1uoxLBKNro3QivNL6x1PwLqf2i33XOj3LY5/9Fyf3LhP+Wcn/AC1/77SvNzHLliF7SnpWX" +
"/lT+7L+8a0qvLo9juaKr6fqFrqNql3aPvif8wf4kdf4XWrFfNyi4txkrNaNM6QooopDCiiigAooooAKK" +
"KKACiiigAooooAKKKKACiiigAooooAK5bxb4tXTlawsGDXrDEkg5EQP/tb/ANAo8W+LV05WsLBg16wxJ" +
"IORED/7W/8AQK4rRtG1DXtQFragu7ndNM2SqKT80srf5317GW5bz2rVl7m8IP7f96X9wxq1be7Hfqw0b" +
"RtQ17UBa2oLu53TTNkqik/NLK3+d9eyaDoNjoVitpaLknmaY/ekb++//sifwUaDoNjoVitpaLknmaY/e" +
"kb++/8A7In8FaVe+cwUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRR" +
"QAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAcv4y8Gw67" +
"Cbq1Ai1OIfK3QSgf8spf/acleTulxZXDwzIY5YyVkjYYII/havoCuX8ZeDYddhN1agRanEPlboJQP8Al" +
"lL/AO05KcZOLTTs0B5gjq67lp1VHS4srh4ZkMcsZKyRsMEEfwtVlHV13LXp0K6qKz0mt0ZyjYdRRRWxI" +
"UUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUjMFBZjgChu2rAGYKCzHAFamkaRd3F3FFFEJdRlAeGFxmO" +
"3jP/L9ff7X/AD72/wD20k/5ZRTpo2lXV1dRRwRCXUJQHghcZjgj/wCf69/9toP+2n/PKOf1HQtCtdGtT" +
"FETLcSnfdXT8ySyH7zu3/oCV52IxHP7sfg/9KNIxtq9w0LQrXRrUxREy3Ep33V0/Mksh+87t/6AlaVFF" +
"cxQUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRR" +
"RQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVDeWdte20lrdRiWCUbXRuhFTUUAeX" +
"X1jqfgXU/tFvuudHuWxz/6Lk/uXCf8ALOT/AJa/99pXY6fqFrqNql3aPvif8wf4kdf4XWtq8s7a9tpLW" +
"6jEsEo2ujdCK80v7HVPAupfaLbNzpFy2MN0/wCuUuP9XcJ/yzl/5af99x15uY5csQvaU7Ksvuqf3Zf3j" +
"WnV5dHsdzRVbTdStNTtEu7R98b9R/ErfxI6/wALrVmvm5RcW4yTUk7NM6dwooopDCiiigAooooAKKKKA" +
"CiiigAooooAKKKKACuW8W+LV05WsLBg16wxJIORED/7W/8AQKPFvi1dOVrCwYNesMSSDkRA/wDtb/0Cu" +
"K0bRtQ17UBa2oLu53TTNkqik/NLK3+d9exluW89q1Ze5vCD+3/el/cMatW3ux36sNG0bUNe1AWtqC7ud" +
"00zZKopPzSyt/nfXsmg6DY6FYraWi5J5mmP3pG/vv8A+yJ/BRoOg2OhWK2louSeZpj96Rv77/8AsifwV" +
"pV75zBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA" +
"FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAHMeMfBsGvRf" +
"abbbDqUYwrnhZFH/LObH/kOSvJ5Yrqwunt7hDFNEdskbcEEV7/XN+MPB9vr9v58GItSiH7qXoHA/wCWM" +
"3/sj/8ALOnGTi007NAeWI6uu5adVWWK6sLp7e4QxTRHbJG3BBFWEdXXctenQrqorPSa3RnKNh1FFFbEh" +
"RRRQAUUUUAFFFFABRRRQAUUUjMFBZjgChu2rAGYKCzHAFaGkaReXt5FDDEJLyQB4YXGUhQ/8vt7/wC0I" +
"P8Alp/1z8uO5NI0i8vbyKGGISXkgDwwuMpCh/5fb3/2hB/y0/65+XHc+p6FoVrotqYoiZZ5Tvubl+Xlc" +
"/ed2/8AQErzsRiOf3Y/B/6UaRjbV7hoWhWui2piiJlnlO+5uX5eVz953b/0BK06KK5igooooAKKKKACi" +
"iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACi" +
"iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACobyztr22ktbqMSwSja6N0IqaigDyzUNP1" +
"TwLqn2q13XGk3DY56Ef88Zv7k6f8spf4/8Av5HXZabqVpqdol3aPvjfqP4lb+JHX+F1rbvLO2vbaS1uo" +
"xLBKNro3QivMtQ0/VPAuqfarXdcaTcNjnoR/wA8Zv7k6f8ALKX+P/v5HXnZjlyxC54WVZL/AMGf3ZGtO" +
"py6PY7uiq2m6laanaJd2j7436j+JW/iR1/hdas181KLi3GSaknZpnTuFFFFIYUUUUAFFFFABRRRQAUUU" +
"UAFct4t8WrpytYWDBr1hiSQciIH/wBrf+gUeLfFq6crWFgwa9YYkkHIiB/9rf8AoFcVo2jahr2oC1tQX" +
"dzummbJVFJ+aWVv8769jLct57Vqy9zeEH9v+9L+4Y1atvdjv1YaNo2oa9qAtbUF3c7ppmyVRSfmllb/A" +
"Dvr2TQdBsdCsVtLRck8zTH70jf33/8AZE/go0HQbHQrFbS0XJPM0x+9I399/wD2RP4K0q985gooooAKK" +
"KKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKK" +
"KKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAOb8YeD7fX7fz4" +
"MRalEP3UvQOB/yxm/8AZH/5Z15JLFdWF09vcIYpojtkjbggivf65vxh4Pt9ft/PgxFqUQ/dS9A4H/LGb" +
"/2R/wDlnTjJxaadmgPLEdXXctOqrLFdWFy9vcIYpojtkjbggirEciyLuX8RXpUMQqis9Jrdf5Gco2HUU" +
"UVuSFFFFABRRRQAUUUjMFBZjgChu2rAGYKCzHAFaGkaReXt5FDDEJLyQB4YXGUhQ/8AL7e/+0IP+Wn/A" +
"Fz8uO5NI0i8vbyKGGISXkgDwwuMpCh/5fb3/wBoQf8ALT/rn5cdz6noWhWui2piiJlnlO+5uX5eVz953" +
"b/0BK87EYjn92Pwf+lGkY21e4aFoVrotqYoiZZ5Tvubl+Xlc/ed2/8AQErToormKCiiigAooooAKKKKA" +
"CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKA" +
"CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqG8s7a9tpLW6jEsEo2ujdCKmoo" +
"A8s1DT9U8C6p9qtd1xpNw2OehH/ADxm/uTp/wAspf4/+/kddlpupWmp2iXdo++N+o/iVv4kdf4XWtu8s" +
"7a9tpLW6jEsEo2ujdCK8y1DT9U8C6p9qtd1xpNw2OehH/PGb+5On/LKX+P/AL+R152Y5csQueFlWS/8G" +
"f3ZGtOpy6PY7uiq2m6laanaJd2j7436j+JW/iR1/hdas181KLi3GSaknZpnTuFFFFIYUUUUAFFFFABXL" +
"eLfFq6crWFgwa9YYkkHIiB/9rf+gUeLfFq6crWFgwa9YYkkHIiB/wDa3/oFcVo2jahr2oC1tQXdzummb" +
"JVFJ+aWVv8AO+vYy3Lee1asvc3hB/b/AL0v7hjVq292O/Vho2jahr2oC1tQXdzummbJVFJ+aWVv8769k" +
"0HQbHQrFbS0XJPM0x+9I399/wD2RP4KNB0Gx0KxW0tFyTzNMfvSN/ff/wBkT+CtKvfOYKKKKACiiigAo" +
"oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo" +
"oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAOb8YeD7" +
"fX7fz4MRalEP3UvQOB/yxm/9kf/AJZ15JLFdWF09vcIYpojtkjbggivf65vxh4Pt9ft/PgxFqUQ/dS9A" +
"4H/ACxm/wDZH/5Z002mmnZoDyyORZF3L+Ip1VZYrqwunt7hDFNEdskbcEEVYjkWRdy/iK9LD4hVFZ6TX" +
"4mco2HUUUVuSFFFIzBQWY4AobtqwBmCgsxwBWhpGkXl7eRQwxCS8kAeGFxlIUP/AC+3v/tCD/lp/wBc/" +
"LjuTSNIvL28ihhiEl5IA8MLjKQof+X29/8AaEH/AC0/65+XHc+p6FoVrotqYoiZZ5Tvubl+Xlc/ed2/9" +
"ASvOxGI5/dj8H/pRpGNtXuGhaFa6LamKImWeU77m5fl5XP3ndv/AEBK06KK5igooooAKKKKACiiigAoo" +
"ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo" +
"ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqG8s7a9tpLW6jEsEo2" +
"ujdCKmooA8s1DT9U8C6p9qtd1xpNw2OehH/ADxm/uTp/wAspf4/+/kddlpupWmp2iXdo++N+o/iVv4kd" +
"f4XWtu8s7a9tpLW6jEsEo2ujdCK8y1DT9U8C6p9qtd1xpNw2OehH/PGb+5On/LKX+P/AL+R152Y5csQu" +
"eFlWS/8Gf3ZGtOpy6PY7uiq2m6laanaJd2j7436j+JW/iR1/hdas181KLi3GSaknZpnTuFFFFIYVy3i3" +
"xaunK1hYMGvWGJJByIgf/a3/oFHi3xaunK1hYMGvWGJJByIgf8A2t/6BXFaNo2oa9qAtbUF3c7ppmyVR" +
"Sfmllb/ADvr2Mty3ntWrL3N4Qf2/wC9L+4Y1atvdjv1YaNo2oa9qAtbUF3c7ppmyVRSfmllb/O+vZNB0" +
"Gx0KxW0tFyTzNMfvSN/ff8A9kT+CjQdBsdCsVtLRck8zTH70jf33/8AZE/grSr3zmCiiigAooooAKKKK" +
"ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK" +
"ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK" +
"AOb8YeD7fX7fz4MRalEP3UvQOB/yxm/9kf/AJZ15JLFdWF09vcIYpojtkjbggivf65vxh4Pt9ft/PgxF" +
"qUQ/dS9A4H/ACxm/wDZH/5Z002mmnZoDyyORZF3L+Ip1VZYrqwunt7hDFNEdskbcEEVOsqFN+cAda9Kh" +
"iFUXvaSW/8A8kZyjYczBQWY4ArQ0jSLy9vIoYYhJeSAPDC4ykKH/l9vf/aEH/LT/rn5cdyaRpF5e3kUM" +
"MQkvJAHhhcZSFD/AMvt7/7Qg/5af9c/LjufU9C0K10W1MURMs8p33Ny/LyufvO7f+gJXLiMRz+7H4P/A" +
"EoqMbavcNC0K10W1MURMs8p33Ny/LyufvO7f+gJWnRRXMUFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF" +
"FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF" +
"FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVDeWdte20lrdRiWCUbXRuhF" +
"TUUAeWahp+qeBdU+1Wu640m4bHPQj/njN/cnT/llL/H/wB/I67LTdStNTtEu7R98b9R/ErfxI6/wutbd" +
"5Z217bSWt1GJYJRtdG6EV5lqGn6p4F1T7Va7rjSbhsc9CP+eM39ydP+WUv8f/fyOvOzHLliFzwsqyX/A" +
"IM/uyNadTl0ex3dct4t8WrpytYWDBr1hiSQciIH/wBrf+gVBr3jq2WxRNJYtcXC5ZyMeUD2I/571yOja" +
"NqGvagLW1Bd3O6aZslUUn5pZW/zvriy7K3J+1xEbRi/dpy+011n/dLqVekfvDRtG1DXtQFragu7ndNM2" +
"SqKT80srf5317JoOg2OhWK2louSeZpj96Rv77/+yJ/BRoOg2OhWK2louSeZpj96Rv77/wDsifwVpV7xz" +
"hRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFA" +
"BRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFA" +
"BRRRQAUUUUAFFFFABRRRQAUUUUAc34w8H2+v2/nwYi1KIfupegcD/ljN/7I/wDyzrybbcaZevHcwAXEB" +
"KmKUZCuPuuyfdk2ffT/AJZf78de+1zfjDwfb6/b+fBiLUoh+6l6BwP+WM3/ALI//LOgB3gddHOjifTXM" +
"00x3X0sn+uM3V/P6+v7uuirw/StV1bwvqzMqmOWM7Lm2fgOB/A//tOSvYNE1ux1uxW8s2yDxJGfvI3eO" +
"QUAaFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU" +
"UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU" +
"UUUAFFFFABRRRQAUUUUAFFFFABXEfEDxZaW1rLoluqXF1Ou2fcAyxKf/bj+5/zy/wBZUvjfxumlI2m6a" +
"wbUGGJJByIQf/a//ouvOtJ0nUNc1AWtqDJNIS0srEkKCfnmmegA0TRL7W75bOzXJPMkh+6i95JDXsug6" +
"DY6FYraWi5J5mmP3pG/vv8A+yJ/BTfD3h+y0GwFpbDc7fNPMR80j/3j/dX/AJ5pWpQAUUUUAFFFFABRR" +
"RQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRR" +
"RQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRR" +
"RQAUUUUAFFFFABRRRQAUUUUAc34w8H2+v2/nwYi1KIfupegcD/ljN/7I/8AyzrzPStV1bwvqzMqmOWM7" +
"Lm2fgOB/A//ALTkr3Cub8YeD7fX7fz4MRalEP3UvQOB/wAsZv8A2R/+WdAGpomt2Ot2K3lm2QeJIz95G" +
"7xyCtCvD9K1XVvC+rMyqY5YzsubZ+A4H8D/APtOSvYNE1ux1uxW8s2yDxJGfvI3eOQUAaFFFFABRRRQA" +
"UUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQA" +
"UUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQA" +
"VxvjfxumlI2m6awbUGGJJByIQf/AGv/AOi6PG/jdNKRtN01g2oMMSSDkQg/+1//AEXXnWk6TqGuagLW1" +
"BkmkJaWViSFBPzzTPQAaTpOoa5qAtbUGSaQlpZWJIUE/PNM9ex+HvD1joNiLW1G6RsGecj5pG9T/dRf+" +
"WcdHh7w9Y6DYi1tRukbBnnI+aRvU/3UX/lnHWpQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF" +
"FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF" +
"FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF" +
"FABRRRQBzfjDwfb6/b+fBiLUoh+6l6BwP8AljN/7I//ACzrzPStV1bwvqzMqmOWM7Lm2fgOB/A//tOSv" +
"cK5vxh4Pt9ft/PgxFqUQ/dS9A4H/LGb/wBkf/lnQBqaJrdjrdit5ZtkHiSM/eRu8cgrQrw/StV1bwvqz" +
"MqmOWM7Lm2fgOB/A/8A7Tkr2DRNbsdbsVvLNsg8SRn7yN3jkFAGhRRRQAUUUUAFFFFABRRRQAUUUUAFF" +
"FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF" +
"FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABXG+N/Gy6UrabpzBtQYYkkHIhBH/A" +
"KPb+H+5UnjXxrHo8bafp7B9ScfM3UQg/wATf9Nv+ecf/bST/b820vS9R17URb24Ms8pLyyuSQoJ+eaZ6" +
"ADSdJ1DXNQFragyTSEtLKxJCgn55pnr2Pw94esdBsRa2o3SNgzzkfNI3qf7qL/yzjo8PeHrHQbEWtqN0" +
"jYM85HzSN6n+6i/8s461KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo" +
"AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo" +
"AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo" +
"A5vxh4Pt9ft/PgxFqUQ/dS9A4H/ACxm/wDZH/5Z15npWq6t4X1ZmVTHLGdlzbPwHA/gf/2nJXuFc34w8" +
"H2+v2/nwYi1KIfupegcD/ljN/7I/wDyzoA1NE1ux1uxW8s2yDxJGfvI3eOQVoV4fpWq6t4X1ZmVTHLGd" +
"lzbPwHA/gf/ANpyV7Bomt2Ot2K3lm2QeJIz95G7xyCgDQooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oAKKKKACiiigAooooAKKKKACiiigAooooAK5Hxr41j0eNtP09g+pOPmbqIQf4m/6bf884/+2kn+2eNfG" +
"sejxtp+nsH1Jx8zdRCD/E3/AE2/55x/9tJP9vzbS9L1HXtRFvbgyzykvLK5JCgn55pnoANL0vUde1EW9" +
"uDLPKS8srkkKCfnmmevY/D3h6x0GxFrajdI2DPOR80jep/uov8Ayzjo8PeHrHQbEWtqN0jYM85HzSN6n" +
"+6i/wDLOOtSgAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo" +
"oA5vxh4Pt9ft/PgxFqUQ/dS9A4H/LGb/wBkf/lnXmelarq3hfVmZVMcsZ2XNs/AcD+B/wD2nJXuFc34w" +
"8H2+v2/nwYi1KIfupegcD/ljN/7I/8AyzoA1NE1ux1uxW8s2yDxJGfvI3eOQVoV4hpep6v4W1ZmCNFNG" +
"dlzbScB167H/wDaclev6Jrdjrdit5ZtkHiSM/eRu8cgoA0KKKKACiiigAooooAKKKKACiiigAooooAKK" +
"KKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKK" +
"KKACiiigAooooAKKKKACiiigArkfGvjWPR420/T2D6k4+ZuohB/ib/pt/zzj/7aSf7Z418ax6PG2n6ew" +
"fUnHzN1EIP8Tf8ATb/nnH/20k/2/NtL0vUde1EW9uDLPKS8srkkKCfnmmegA0vS9R17URb24Ms8pLyyu" +
"SQoJ+eaZ69j8PeHrHQbEWtqN0jYM85HzSN6n+6i/wDLOOjw94esdBsRa2o3SNgzzkfNI3qf7qL/AMs46" +
"1KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKK" +
"KKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKK" +
"KKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKK" +
"KKAOe8XeEbbxBbeZHiLUIh+5m7MP+eM3/TP/wBFV5jpupav4V1diFMU0R2XNs/3XX+63/oUUq17fXPeL" +
"vCNt4gtvMjxFqEQ/czdmH/PGb/pn/6KoA0dE1ux1uxW8s2yDxJGfvI3eOQVoV4hpupav4V1diFMU0R2X" +
"Ns/3XX+63/oUUq16/omt2Ot2K3lm2QeJIz95G7xyCgDQooooAKKKKACiiigAooooAKKKKACiiigAoooo" +
"AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo" +
"AKKKKACiiigArkfGvjWPR420/T2D6k4+ZuohB/ib/pt/wA84/8AtpJ/tnjXxrHo8bafp7B9ScfM3UQg/" +
"wATf9Nv+ecf/bST/b820vS9R17URb24Ms8pLyyuSQoJ+eaZ6ADS9L1HXtRFvbgyzykvLK5JCgn55pnr2" +
"Pw94esdBsRa2o3SNgzzkfNI3qf7qL/yzjo8PeHrHQbEWtqN0jYM85HzSN6n+6i/8s461KACiiigAoooo" +
"AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo" +
"AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo" +
"AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo" +
"A57xd4RtvEFt5keItQiH7mbsw/54zf9M/8A0VXmOm6lrHhXV3IUxTRHZc2z/ddf7r/+hRSrXt9c94u8I" +
"23iC28yPEWoRD9zN2Yf88Zv+mf/AKKoAv6Dr1jrtit3aNgjiaE/ejb+4/8A7I/8daVeHafqGr+FtXZlU" +
"w3EJ2TwP911/uP/AHkb+B/+2kdev6Dr1jrtit3aNgjiaE/ejb+4/wD7I/8AHQBpUUUUAFFFFABRRRQAU" +
"UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU" +
"UUUAFFFFABRRRQAUUUUAFcj418ax6PG2n6ewfUnHzN1EIP8Tf8ATb/nnH/20k/2zxr41j0eNtP09g+pO" +
"PmbqIQf4m/6bf8APOP/ALaSf7fm2l6XqOvaiLe3BlnlJeWVySFBPzzTPQAaXpeo69qIt7cGWeUl5ZXJI" +
"UE/PNM9ex+HvD1joNiLW1G6RsGecj5pG9T/AHUX/lnHR4e8PWOg2ItbUbpGwZ5yPmkb1P8AdRf+Wcdal" +
"ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF" +
"ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF" +
"ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF" +
"ABRRRQAUUUUAFFFFABRRRQBz3i7wjbeILbzI8RahEP3M3Zh/wA8Zv8Apn/6Kry/T9Q1fwtq7MqmG4hOy" +
"eB/uuv9x/7yN/A//bSOvca57xd4RtvEFt5keItQiH7mbsw/54zf9M//AEVQBf0HXrHXbFbu0bBHE0J+9" +
"G39x/8A2R/460q8O0/UNX8LauzKphuITsngf7rr/cf+8jfwP/20jr1/QdesddsVu7RsEcTQn70bf3H/A" +
"PZH/joA0qKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii" +
"igAooooAKKKKACiiigAooooAKKKKACiiigArkfGvjWPR420/T2D6k4+ZuohB/ib/pt/zzj/AO2kn+2eN" +
"fGsejxtp+nsH1Jx8zdRCD/E3/Tb/nnH/wBtJP8Ab820vS9R17URb24Ms8pLyyuSQoJ+eaZ6ADS9L1HXt" +
"RFvbgyzykvLK5JCgn55pnr2Pw94esdBsRa2o3SNgzzkfNI3qf7qL/yzjo8PeHrHQbEWtqN0jYM85HzSN" +
"6n+6i/8s461KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii" +
"igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii" +
"igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii" +
"igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAOe8XeEbbxBbeZHiLUIh+5m7MP+eM3/AEz/A" +
"PRVeX6fqGr+FtXZlUw3EJ2TwP8Addf7j/3kb+B/+2kde41z3i7wjbeILbzI8RahEP3M3Zh/zxm/6Z/+i" +
"qAL+g69Y67Yrd2jYI4mhP3o2/uP/wCyP/HWlXh2n6hq/hbV2ZVMNxCdk8D/AHXX+4/95G/gf/tpHXr+g" +
"69Y67Yrd2jYI4mhP3o2/uP/AOyP/HQBpUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQA" +
"UUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVyPjXxrHo8bafp7B9ScfM3UQg/xN/02/" +
"wCecf8A20k/2zxr41j0eNtP09g+pOPmbqIQf4m/6bf884/+2kn+35tpel6jr2oi3twZZ5SXllckhQT88" +
"0z0AGl6XqOvaiLe3BlnlJeWVySFBPzzTPXsfh7w9Y6DYi1tRukbBnnI+aRvU/3UX/lnHR4e8PWOg2Itb" +
"UbpGwZ5yPmkb1P91F/5Zx1qUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBz3i7wjbeILbz" +
"I8RahEP3M3Zh/zxm/6Z/wDoqvL9P1DV/C2rsyqYbiE7J4H+66/3H/vI38D/APbSOvca57xd4RtvEFt5k" +
"eItQiH7mbsw/wCeM3/TP/0VQBf0HXrHXbFbu0bBHE0J+9G39x//AGR/460q8O0/UNX8LauzKphuITsng" +
"f7rr/cf+8jfwP8A9tI69f0HXrHXbFbu0bBHE0J+9G39x/8A2R/46ANKiiigAooooAKKKKACiiigAoooo" +
"AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigArkfGvjWPR420/T2D6k4+" +
"ZuohB/ib/pt/wA84/8AtpJ/tnjXxrHo8bafp7B9ScfM3UQg/wATf9Nv+ecf/bST/b8103TdR1zURbWwM" +
"1zMS0kjEkAE/vJppP7tABpum6jrmoi2tgZrmYlpJGJIAJ/eTTSf3a9i8OeHbPQLAW0HzyvhricjDO3/A" +
"LLGv/LNKTw34bsvD9kLe3G+d8G4uCPmdv8A2WNf+Wcda9ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQBz3i7wjbeILbzI8RahEP3M3Zh/zxm/6Z/wDoqvL9P1DV/C2rsyqYbiE7J4H+6" +
"6/3H/vI38D/APbSOvca57xd4RtvEFt5keItQiH7mbsw/wCeM3/TP/0VQBf0HXrHXbFbu0bBHE0J+9G39" +
"x//AGR/460q8O0/UNX8LauzKphuITsngf7rr/cf+8jfwP8A9tI69f0HXrHXbFbu0bBHE0J+9G39x/8A2" +
"R/46ANKiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo" +
"AK5Hxr41j0eNtP09g+pOPmbqIQf4m/6bf8APOP/ALaSf7Z418ax6PG2n6ewfUnHzN1EIP8AE3/Tb/nnH" +
"/20k/2/NdN03Udc1EW1sDNczEtJIxJABP7yaaT+7QAabpuo65qItrYGa5mJaSRiSACf3k00n92vYfDfh" +
"uy8P2Qt7cb53wbi4I+Z2/8AZY1/5Zx0eG/Ddl4fshb243zvg3FwR8zt/wCyxr/yzjrXoAKKKKACiiigA" +
"ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA" +
"ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA" +
"ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA" +
"ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA57xd4RtvEFt5keItQiH7mbsw/54" +
"zf9M/8A0VXl+n6hq/hbV2ZVMNxCdk8D/ddf7j/3kb+B/wDtpHXuNc94u8I23iC28yPEWoRD9zN2Yf8AP" +
"Gb/AKZ/+iqAL+g69Y67Yrd2jYI4mhP3o2/uP/7I/wDHWlXh2n6hq/hbV2ZVMNxCdk8D/ddf7j/3kb+B/" +
"wDtpHXr+g69Y67Yrd2jYI4mhP3o2/uP/wCyP/HQBpUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF" +
"FFABRRRQAUUUUAFFFFABRRRQAVynjTxpFokRsrIiTU5B9RCD/y0k/6af884/wDgb/8ATQ8aeNItEiNlZ" +
"ESanIPqIQf+Wkn/AE0/55x/8Df/AKaeZafp+pa9qQggDT3U7F5JHJOMn55pn/u0AGn6fqWvakIIA091O" +
"xeSRyTjJ+eaZ/7tew+G/Ddl4fshb243zvg3FwR8zt/7LGv/ACzjo8N+G7Lw/ZC3txvnfBuLgj5nb/2WN" +
"f8AlnHWvQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAF" +
"FFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAF" +
"FFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAF" +
"FFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAF" +
"FFFAHPeLvCNt4gtvMjxFqEQ/czdmH/PGb/pn/6Kry/T9Q1fwtq7MqmG4hOyeB/uuv8Acf8AvI38D/8Ab" +
"SOvca57xd4RtvEFt5keItQiH7mbsw/54zf9M/8A0VQBf0HXrHXbFbu0bBHE0J+9G39x/wD2R/460q8O0" +
"/UNX8LauzKphuITsngf7rr/AHH/ALyN/A//AG0jr1/QdesddsVu7RsEcTQn70bf3H/9kf8AjoA0qKKKA" +
"CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACuU8aeNItEiNlZESanIPqIQf+Wkn/TT/" +
"nnH/wADf/poeNPGkWiRGysiJNTkH1EIP/LST/pp/wA84/8Agb/9NPMtP0/Ute1IQQBp7qdi8kjknGT88" +
"0z/AN2gA0/T9S17UhBAGnup2LySOScZPzzTP/dr2Hw34bsvD9kLe3G+d8G4uCPmdv8A2WNf+WcdHhvw3" +
"ZeH7IW9uN874NxcEfM7f+yxr/yzjrXoAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA" +
"KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA" +
"KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA" +
"KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA" +
"KKKKACiiigAooooAKKKKACiiigAooooAKKKKAOe8XeEbbxBbeZHiLUIh+5m7MP+eM3/AEz/APRVeX6fq" +
"Gr+FtXZlUw3EJ2TwP8Addf7j/3kb+B/+2kde41geK/Cdp4gtcjEN/EP3Fxj/wAhTY+9E3/kOgC7oOvWO" +
"u2K3do2COJoT96Nv7j/APsj/wAdaVeIWV7rHhTWGIUw3EJ2TwP911/ut/fR/vRyL/vpXrug69Y67Yrd2" +
"jYI4mhP3o2/uP8A+yP/AB0AaVFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVynjTxpFokRsr" +
"IiTU5B9RCD/AMtJP+mn/POP/gb/APTQ8aeNItEiNlZESanIPqIQf+Wkn/TT/nnH/wADf/pp5lp+n6lr2" +
"pCCANPdTsXkkck4yfnmmf8Au0AGn6fqWvakIIA091OxeSRyTjJ+eaZ/7tew+G/Ddl4fshb243zvg3FwR" +
"8zt/wCyxr/yzjo8N+G7Lw/ZC3txvnfBuLgj5nb/ANljX/lnHWvQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR" +
"RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBgeK/Clr4gtcj" +
"EV9EP3E/wD7Sl/vRN/5Dry+yvdY8KawxCmG4hOyeB/uuv8Adb++j/ejkX/fSvb6wPFfhS18QWuRiK+iH" +
"7if/wBpS/3om/8AIdAF3QdesddsVu7RsEcTQn70bf3H/wDZH/jrSrxCyvdY8KawxCmG4hOyeB/uuv8Ad" +
"b++j/ejkX/fSvXNB8QWGu2QubRsOMCaA/fjY/wv/wCyP/HQBp0UUUAFFFFABRRRQAUUUUAFFFFABRRRQ" +
"AVynjTxpFokRsrIiTU5B9RCD/y0k/6af884/wDgb/8ATQ8aeNItEiNlZESanIPqIQf+Wkn/AE0/55x/8" +
"Df/AKaeZafp+pa9qQggDT3U7F5JHJOMn55pn/u0AGn6fqWvakIIA091OxeSRyTjJ+eaZ/7tew+G/Ddl4" +
"fshb243zvg3FwR8zt/7LGv/ACzjo8N+G7Lw/ZC3txvnfBuLgj5nb/2WNf8AlnHWvQAUUUUAFFFFABRRR" +
"QAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRR" +
"QAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRR" +
"QAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRR" +
"QAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRR" +
"QAUUUUAFFFFAGB4r8KWviC1yMRX0Q/cT/8AtKX+9E3/AJDry20u9Y8LawSAYLqA7ZYm+66/3H/vxP8Aw" +
"t/20jr3GsDxX4UtfEFrkYivoh+4n/8AaUv96Jv/ACHQBb8PeIbHXrEXVqdsi4E8BPzRt6H+8jf8s5K1K" +
"8OtLvWPC2sEgGC6gO2WJvuuv9x/78T/AMLf9tI69d8PeIbHXrEXVqdsi4E8BPzRt6H+8jf8s5KANSiii" +
"gAooooAKKKKACiiigArlPGnjSLRIjZWREmpyD6iEH/lpJ/00/55x/8AA3/6aHjTxpFokRsrIiTU5B9RC" +
"D/y0k/6af8APOP/AIG//TTzLT9P1LXtSEEAae6nYvJI5Jxk/PNM/wDdoANP0/Ute1IQQBp7qdi8kjknG" +
"T880z/3a9h8N+G7Lw/ZC3txvnfBuLgj5nb/ANljX/lnHR4b8N2Xh+yFvbjfO+DcXBHzO3/ssa/8s4616" +
"ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK" +
"ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK" +
"ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK" +
"ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK" +
"ACiiigAooooAKKKKACiiigAooooAKKKKACiiigDA8V+FLXxBa5GIr6IfuJ//aUv96Jv/IdeW2l3rHhbW" +
"CQDBdQHbLE33XX+4/8Afif+Fv8AtpHXuNYHivwpa+ILXIxFfRD9xP8A+0pf70Tf+Q6ALfh7xDY69Yi6t" +
"TtkXAngJ+aNvQ/3kb/lnJWpXh1pd6x4W1gkAwXUB2yxN911/uP/AH4n/hb/ALaR1674e8Q2OvWIurU7Z" +
"FwJ4Cfmjb0P95G/5ZyUAalFFFABRRRQAVynjTxpFokRsrIiTU5B9RCD/wAtJP8App/zzj/4G/8A00PGn" +
"jSLRIjZWREmpyD6iEH/AJaSf9NP+ecf/A3/AOmnmWn6fqWvakIIA091OxeSRyTjJ+eaZ/7tABp+n6lr2" +
"pCCANPdTsXkkck4yfnmmf8Au17D4b8N2Xh+yFvbjfO+DcXBHzO3/ssa/wDLOOjw34bsvD9kLe3G+d8G4" +
"uCPmdv/AGWNf+Wcda9ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF" +
"FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF" +
"FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF" +
"FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF" +
"FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAGB4r8KWviC1yM" +
"RX0Q/cT/wDtKX+9E3/kOvLbS71jwtrBIBguoDtlib7rr/cf+/E/8Lf9tI69xrA8V+FLXxBa5GIr6IfuJ" +
"/8A2lL/AHom/wDIdAFvw94hsdesRdWp2yLgTwE/NG3of7yN/wAs5K1K8OtLvWPC2sEgGC6gO2WJvuuv9" +
"x/78T/wt/20jr13w94hsdesRdWp2yLgTwE/NG3of7yN/wAs5KANSuU8aeNItEiNlZESanIPqIQf+Wkn/" +
"TT/AJ5x/wDA3/6aHjTxpFokRsrIiTU5B9RCD/y0k/6af884/wDgb/8ATTzGystR1vURBAGuLu4Ys7sc9" +
"fvyyv8A3f7zUALp+n6lr2pCCANPdTsXkkck4yfnmmf+7XsPhvw3ZeH7IW9uN874NxcEfM7f+yxr/wAs4" +
"6Twz4btPD9iIIsSXEmDcXGMF29B/diT/lmlbFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU" +
"AFFFFABRRRQAUUUUAYHivwpa+ILXIxFfRD9xP8A+0pf70Tf+Q68rhuNa8M6pIIy1peRZjkUgEEH1U5SR" +
"P40/wC+69zrifiQPDrW0Iv3aPUf+XdoFV5An8XnI7wr5H/bT/Wf6r/lrQB55ZWWo63qIggDXF3cMWd2O" +
"ev35ZX/ALv95q9g8M+GbPw/Z+VFiS5kANxcEcsf7q/3Yl/gSsr4djw8NNcaWzPdgj7Y0yhZT/d+RWl2w" +
"f8APPZJ/wCRK66gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA" +
"ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA" +
"ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigD//Z");
this.Image55.Name = "Image55";
this.Image55.Stretch = true;
this.Image55.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.Image55.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image55.Interaction = null;
//
// Text419
//
this.Text419 = new Stimulsoft.Report.Components.StiText();
this.Text419.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18, 14, 8, 6);
this.Text419.Guid = "e57c6d50370e48deacaac991d955cb88";
this.Text419.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text419.Name = "Text419";
this.Text419.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text419__GetValue);
this.Text419.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text419.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text419.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.Text419.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text419.Font = new System.Drawing.Font("Calibri", 8.5F, System.Drawing.FontStyle.Bold);
this.Text419.Indicator = null;
this.Text419.Interaction = null;
this.Text419.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text419.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text419.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text420
//
this.Text420 = new Stimulsoft.Report.Components.StiText();
this.Text420.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25, 5, 8, 8);
this.Text420.Guid = "c3c2b94e8429498ebf4696205a5dad02";
this.Text420.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text420.Name = "Text420";
this.Text420.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text420__GetValue);
this.Text420.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text420.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text420.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.Text420.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text420.Font = new System.Drawing.Font("Calibri", 8.5F, System.Drawing.FontStyle.Bold);
this.Text420.Indicator = null;
this.Text420.Interaction = null;
this.Text420.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text420.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text420.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text421
//
this.Text421 = new Stimulsoft.Report.Components.StiText();
this.Text421.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(32, 14, 8, 6);
this.Text421.Guid = "1ba4c630e818447994883858a5b3770a";
this.Text421.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text421.Name = "Text421";
this.Text421.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text421__GetValue);
this.Text421.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text421.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text421.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.Text421.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text421.Font = new System.Drawing.Font("Calibri", 8.5F, System.Drawing.FontStyle.Bold);
this.Text421.Indicator = null;
this.Text421.Interaction = null;
this.Text421.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text421.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text421.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text422
//
this.Text422 = new Stimulsoft.Report.Components.StiText();
this.Text422.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25, 20, 8, 8);
this.Text422.BeforePrint += new System.EventHandler(this.Text422_Conditions);
this.Text422.Guid = "58f1f32e66f544d2a8ebd6a2bfb41c5b";
this.Text422.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text422.Name = "Text422";
this.Text422.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text422__GetValue);
this.Text422.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text422.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text422.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.Text422.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text422.Font = new System.Drawing.Font("Calibri", 8.5F, System.Drawing.FontStyle.Bold);
this.Text422.Indicator = null;
this.Text422.Interaction = null;
this.Text422.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text422.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text422.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text423
//
this.Text423 = new Stimulsoft.Report.Components.StiText();
this.Text423.CanGrow = true;
this.Text423.CanShrink = true;
this.Text423.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 32, 128, 4);
this.Text423.BeforePrint += new System.EventHandler(this.Text423_Conditions);
this.Text423.GrowToHeight = true;
this.Text423.Guid = "ede402321b2b49fba2bee792536b1081";
this.Text423.Name = "Text423";
this.Text423.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text423__GetValue);
this.Text423.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text423.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text423.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.Text423.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text423.Font = new System.Drawing.Font("Calibri", 8.5F);
this.Text423.Indicator = null;
this.Text423.Interaction = null;
this.Text423.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text423.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text423.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data233.Interaction = null;
this.Data233.BeforePrint += new System.EventHandler(this.Data233_BeforePrint);
//
// Data234
//
this.Data234 = new Stimulsoft.Report.Components.StiDataBand();
this.Data234.CanShrink = true;
this.Data234.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 88, 190, 8);
this.Data234.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data234.DataSourceName = "tblReportValues2";
this.Data234.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data234.Name = "Data234";
this.Data234.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data234.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.Data234.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data234.BusinessObjectGuid = null;
//
// Text424
//
this.Text424 = new Stimulsoft.Report.Components.StiText();
this.Text424.CanGrow = true;
this.Text424.CanShrink = true;
this.Text424.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 0, 178, 6);
this.Text424.GrowToHeight = true;
this.Text424.Name = "Text424";
this.Text424.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text424__GetValue);
this.Text424.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text424.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text424.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.Text424.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text424.Font = new System.Drawing.Font("Calibri", 11F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Italic));
this.Text424.Guid = null;
this.Text424.Indicator = null;
this.Text424.Interaction = null;
this.Text424.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text424.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text424.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data234.Guid = null;
this.Data234.Interaction = null;
//
// Data237
//
this.Data237 = new Stimulsoft.Report.Components.StiDataBand();
this.Data237.CanShrink = true;
this.Data237.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 104, 190, 4);
this.Data237.DataRelationName = "tblReportValues2_tblReportValues3";
this.Data237.DataSourceName = "tblReportValues3";
this.Data237.Name = "Data237";
this.Data237.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data237.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.Data237.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data237.BusinessObjectGuid = null;
//
// Text425
//
this.Text425 = new Stimulsoft.Report.Components.StiText();
this.Text425.CanGrow = true;
this.Text425.CanShrink = true;
this.Text425.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 0, 172, 4);
this.Text425.ComponentStyle = "Values";
this.Text425.GrowToHeight = true;
this.Text425.Name = "Text425";
this.Text425.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text425__GetValue);
this.Text425.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text425.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text425.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.Text425.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text425.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text425.Guid = null;
this.Text425.Indicator = null;
this.Text425.Interaction = null;
this.Text425.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text425.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text425.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data237.Guid = null;
this.Data237.Interaction = null;
this.overvRisk.ExcelSheetValue = null;
this.overvRisk.Interaction = null;
this.overvRisk.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.overvRisk_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.overvRisk_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.overvRisk_Watermark.Image = null;
this.overvRisk_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// overvExtAg
//
this.overvExtAg = new Stimulsoft.Report.Components.StiPage();
this.overvExtAg.Guid = "30553d833ac74d349dce7b46a5812427";
this.overvExtAg.Name = "overvExtAg";
this.overvExtAg.PageHeight = 297;
this.overvExtAg.PageWidth = 210;
this.overvExtAg.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.overvExtAg.PrintHeadersFootersFromPreviousPage = true;
this.overvExtAg.PrintOnPreviousPage = true;
this.overvExtAg.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.overvExtAg.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Data235
//
this.Data235 = new Stimulsoft.Report.Components.StiDataBand();
this.Data235.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data235__GetBookmark);
this.Data235.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.Data235.DataSourceName = "tblReportValues0";
this.Data235.Name = "Data235";
this.Data235.PrintIfDetailEmpty = true;
this.Data235.Sort = new System.String[0];
this.Data235.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.Data235.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data235.BusinessObjectGuid = null;
this.Data235.Guid = null;
this.Data235.Interaction = null;
this.Data235.MasterComponent = null;
//
// Data236
//
this.Data236 = new Stimulsoft.Report.Components.StiDataBand();
this.Data236.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data236__GetBookmark);
this.Data236.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 10);
this.Data236.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data236.DataSourceName = "tblReportValues1";
this.Data236.Name = "Data236";
this.Data236.PrintIfDetailEmpty = true;
this.Data236.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data236.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.Data236.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data236.BusinessObjectGuid = null;
//
// Text426
//
this.Text426 = new Stimulsoft.Report.Components.StiText();
this.Text426.CanGrow = true;
this.Text426.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text426.ComponentStyle = "TitleSub1";
this.Text426.Name = "Text426";
this.Text426.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text426__GetValue);
this.Text426.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text426.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text426.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.Text426.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text426.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text426.Guid = null;
this.Text426.Indicator = null;
this.Text426.Interaction = null;
this.Text426.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text426.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text426.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data236.Guid = null;
this.Data236.Interaction = null;
//
// DataBand83
//
this.DataBand83 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand83.CanShrink = true;
this.DataBand83.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 30, 190, 0);
this.DataBand83.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand83.DataSourceName = "tblReportValues2";
this.DataBand83.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand83.Guid = "9ac857786eed4964aaa43e31a8deac00";
this.DataBand83.Name = "DataBand83";
this.DataBand83.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand83.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.DataBand83.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand83.BusinessObjectGuid = null;
this.DataBand83.Interaction = null;
//
// DataBand159
//
this.DataBand159 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand159.CanShrink = true;
this.DataBand159.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 38, 190, 6);
this.DataBand159.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand159.DataSourceName = "tblReportValues3";
this.DataBand159.Guid = "3e4f39df28b9464ab39ff6662410d5a3";
this.DataBand159.Name = "DataBand159";
this.DataBand159.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand159.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.DataBand159.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand159.BusinessObjectGuid = null;
//
// Text84
//
this.Text84 = new Stimulsoft.Report.Components.StiText();
this.Text84.CanGrow = true;
this.Text84.CanShrink = true;
this.Text84.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 0, 178, 6);
this.Text84.GrowToHeight = true;
this.Text84.Guid = "af14ae1b73f04566beec3876c279d7fd";
this.Text84.Name = "Text84";
this.Text84.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text84__GetValue);
this.Text84.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text84.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text84.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text84.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.Text84.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text84.Font = new System.Drawing.Font("Calibri", 11F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Italic));
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand159.Interaction = null;
//
// DataBand84
//
this.DataBand84 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand84.CanShrink = true;
this.DataBand84.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 52, 190, 4);
this.DataBand84.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand84.DataSourceName = "tblReportValues3";
this.DataBand84.Guid = "3015ce9efb184edfade83abf10b7452a";
this.DataBand84.Name = "DataBand84";
this.DataBand84.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand84.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.DataBand84.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand84.BusinessObjectGuid = null;
//
// Text174
//
this.Text174 = new Stimulsoft.Report.Components.StiText();
this.Text174.CanGrow = true;
this.Text174.CanShrink = true;
this.Text174.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 0, 172, 4);
this.Text174.ComponentStyle = "Values";
this.Text174.GrowToHeight = true;
this.Text174.Guid = "c5e5051f8d0b4bd3a3b08fc0b29fa1a3";
this.Text174.Name = "Text174";
this.Text174.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text174__GetValue);
this.Text174.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text174.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text174.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.Text174.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text174.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand84.Interaction = null;
this.overvExtAg.ExcelSheetValue = null;
this.overvExtAg.Interaction = null;
this.overvExtAg.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.overvExtAg_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.overvExtAg_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.overvExtAg_Watermark.Image = null;
this.overvExtAg_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// overvFfi
//
this.overvFfi = new Stimulsoft.Report.Components.StiPage();
this.overvFfi.Guid = "8ab7e76869e644d68d92dab673125066";
this.overvFfi.Name = "overvFfi";
this.overvFfi.PageHeight = 297;
this.overvFfi.PageWidth = 210;
this.overvFfi.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.overvFfi.PrintHeadersFootersFromPreviousPage = true;
this.overvFfi.PrintOnPreviousPage = true;
this.overvFfi.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.overvFfi.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Data240
//
this.Data240 = new Stimulsoft.Report.Components.StiDataBand();
this.Data240.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data240__GetBookmark);
this.Data240.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.Data240.DataSourceName = "tblReportValues0";
this.Data240.Name = "Data240";
this.Data240.PrintIfDetailEmpty = true;
this.Data240.Sort = new System.String[0];
this.Data240.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.Data240.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data240.BusinessObjectGuid = null;
this.Data240.Guid = null;
this.Data240.Interaction = null;
this.Data240.MasterComponent = null;
//
// Data241
//
this.Data241 = new Stimulsoft.Report.Components.StiDataBand();
this.Data241.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data241__GetBookmark);
this.Data241.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 10);
this.Data241.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data241.DataSourceName = "tblReportValues1";
this.Data241.Name = "Data241";
this.Data241.PrintIfDetailEmpty = true;
this.Data241.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data241.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.Data241.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.Data241.BusinessObjectGuid = null;
//
// Text433
//
this.Text433 = new Stimulsoft.Report.Components.StiText();
this.Text433.CanGrow = true;
this.Text433.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text433.ComponentStyle = "TitleSub1";
this.Text433.Name = "Text433";
this.Text433.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text433__GetValue);
this.Text433.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text433.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text433.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.Text433.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text433.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text433.Guid = null;
this.Text433.Indicator = null;
this.Text433.Interaction = null;
this.Text433.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text433.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text433.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data241.Guid = null;
this.Data241.Interaction = null;
//
// Data242
//
this.Data242 = new Stimulsoft.Report.Components.StiDataBand();
this.Data242.CanShrink = true;
this.Data242.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 30, 190, 4);
this.Data242.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data242.DataSourceName = "tblReportValues2";
this.Data242.Name = "Data242";
this.Data242.PrintIfDetailEmpty = true;
this.Data242.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data242.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.Data242.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data242.BusinessObjectGuid = null;
//
// Text72
//
this.Text72 = new Stimulsoft.Report.Components.StiText();
this.Text72.CanGrow = true;
this.Text72.CanShrink = true;
this.Text72.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 174, 4);
this.Text72.ComponentStyle = "Values";
this.Text72.GrowToHeight = true;
this.Text72.Guid = "445b7a3875fc4c3f80cc5497b26954e4";
this.Text72.Name = "Text72";
this.Text72.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text72__GetValue);
this.Text72.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text72.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text72.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.Text72.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text72.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data242.Guid = null;
this.Data242.Interaction = null;
this.overvFfi.ExcelSheetValue = null;
this.overvFfi.Interaction = null;
this.overvFfi.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.overvFfi_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.overvFfi_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.overvFfi_Watermark.Image = null;
this.overvFfi_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// overvDSD
//
this.overvDSD = new Stimulsoft.Report.Components.StiPage();
this.overvDSD.Enabled = false;
this.overvDSD.Guid = "2a73dbaf0c754c1087f332a94e8c30eb";
this.overvDSD.Name = "overvDSD";
this.overvDSD.PageHeight = 297;
this.overvDSD.PageWidth = 210;
this.overvDSD.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.overvDSD.PrintHeadersFootersFromPreviousPage = true;
this.overvDSD.PrintOnPreviousPage = true;
this.overvDSD.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.overvDSD.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Data244
//
this.Data244 = new Stimulsoft.Report.Components.StiDataBand();
this.Data244.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data244__GetBookmark);
this.Data244.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.Data244.DataSourceName = "tblReportValues0";
this.Data244.Name = "Data244";
this.Data244.PrintIfDetailEmpty = true;
this.Data244.Sort = new System.String[0];
this.Data244.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.Data244.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data244.BusinessObjectGuid = null;
this.Data244.Guid = null;
this.Data244.Interaction = null;
this.Data244.MasterComponent = null;
//
// Data245
//
this.Data245 = new Stimulsoft.Report.Components.StiDataBand();
this.Data245.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data245__GetBookmark);
this.Data245.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 10);
this.Data245.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data245.DataSourceName = "tblReportValues1";
this.Data245.Name = "Data245";
this.Data245.PrintIfDetailEmpty = true;
this.Data245.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data245.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.Data245.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data245.BusinessObjectGuid = null;
//
// Text440
//
this.Text440 = new Stimulsoft.Report.Components.StiText();
this.Text440.CanGrow = true;
this.Text440.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text440.ComponentStyle = "TitleSub1";
this.Text440.Name = "Text440";
this.Text440.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text440__GetValue);
this.Text440.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text440.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text440.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.Text440.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text440.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text440.Guid = null;
this.Text440.Indicator = null;
this.Text440.Interaction = null;
this.Text440.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text440.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text440.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data245.Guid = null;
this.Data245.Interaction = null;
//
// Data246
//
this.Data246 = new Stimulsoft.Report.Components.StiDataBand();
this.Data246.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.Data246__GetBookmark);
this.Data246.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 30, 190, 8);
this.Data246.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data246.DataSourceName = "tblReportValues2";
this.Data246.Guid = "766f4df0cd88438cb58e74a88bac026c";
this.Data246.Name = "Data246";
this.Data246.PrintIfDetailEmpty = true;
this.Data246.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data246.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.Data246.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.Data246.BusinessObjectGuid = null;
//
// Text441
//
this.Text441 = new Stimulsoft.Report.Components.StiText();
this.Text441.CanGrow = true;
this.Text441.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 0, 180, 4);
this.Text441.ComponentStyle = "TitleSub2";
this.Text441.Guid = "3c962eb95f394370ac39cb0524ac29b6";
this.Text441.Name = "Text441";
this.Text441.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text441__GetValue);
this.Text441.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text441.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text441.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.Text441.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text441.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text441.Indicator = null;
this.Text441.Interaction = null;
this.Text441.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text441.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text441.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data246.Interaction = null;
//
// Data247
//
this.Data247 = new Stimulsoft.Report.Components.StiDataBand();
this.Data247.CanShrink = true;
this.Data247.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 2);
this.Data247.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data247.DataSourceName = "tblReportValues2";
this.Data247.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data247.Name = "Data247";
this.Data247.PrintIfDetailEmpty = true;
this.Data247.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data247.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.Data247.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data247.BusinessObjectGuid = null;
this.Data247.Guid = null;
this.Data247.Interaction = null;
//
// Data248
//
this.Data248 = new Stimulsoft.Report.Components.StiDataBand();
this.Data248.CanShrink = true;
this.Data248.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 56, 190, 30);
this.Data248.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.Data248.DataSourceName = "tblReportValueParts2";
this.Data248.Name = "Data248";
this.Data248.Sort = new System.String[] {
"ASC",
"Order"};
this.Data248.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.Data248.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data248.BusinessObjectGuid = null;
//
// Panel1
//
this.Panel1 = new Stimulsoft.Report.Components.StiPanel();
this.Panel1.CanGrow = true;
this.Panel1.CanShrink = true;
this.Panel1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 20, 180, 6);
this.Panel1.Name = "Panel1";
this.Panel1.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.Panel1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text191
//
this.Text191 = new Stimulsoft.Report.Components.StiText();
this.Text191.CanGrow = true;
this.Text191.CanShrink = true;
this.Text191.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(46, 0, 40, 6);
this.Text191.ComponentStyle = "Values";
this.Text191.GrowToHeight = true;
this.Text191.Guid = "42f8b1197c254f04a1a3ba37bd921b95";
this.Text191.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text191.Name = "Text191";
this.Text191.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text191__GetValue);
this.Text191.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text191.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text191.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.Text191.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text191.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text242
//
this.Text242 = new Stimulsoft.Report.Components.StiText();
this.Text242.CanGrow = true;
this.Text242.CanShrink = true;
this.Text242.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(92, 0, 40, 6);
this.Text242.ComponentStyle = "Values";
this.Text242.GrowToHeight = true;
this.Text242.Guid = "b41d556b79de40bcac847f9622047efb";
this.Text242.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text242.Name = "Text242";
this.Text242.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text242__GetValue);
this.Text242.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text242.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text242.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.Text242.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text242.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text296
//
this.Text296 = new Stimulsoft.Report.Components.StiText();
this.Text296.CanGrow = true;
this.Text296.CanShrink = true;
this.Text296.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(138, 0, 40, 6);
this.Text296.ComponentStyle = "Values";
this.Text296.GrowToHeight = true;
this.Text296.Guid = "0d41b49b3704492391c3993f4fb8d867";
this.Text296.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text296.Name = "Text296";
this.Text296.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text296__GetValue);
this.Text296.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text296.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text296.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.Text296.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text296.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text74
//
this.Text74 = new Stimulsoft.Report.Components.StiText();
this.Text74.CanGrow = true;
this.Text74.CanShrink = true;
this.Text74.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 40, 6);
this.Text74.ComponentStyle = "Values";
this.Text74.GrowToHeight = true;
this.Text74.Guid = "1abe8641616c49668891468129ad60f5";
this.Text74.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text74.Name = "Text74";
this.Text74.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text74__GetValue);
this.Text74.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text74.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text74.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.Text74.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text74.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel1.Guid = null;
this.Panel1.Interaction = null;
//
// Panel2
//
this.Panel2 = new Stimulsoft.Report.Components.StiPanel();
this.Panel2.CanGrow = true;
this.Panel2.CanShrink = true;
this.Panel2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 26, 180, 4);
this.Panel2.Name = "Panel2";
this.Panel2.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.Panel2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text75
//
this.Text75 = new Stimulsoft.Report.Components.StiText();
this.Text75.CanGrow = true;
this.Text75.CanShrink = true;
this.Text75.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 16, 4);
this.Text75.ComponentStyle = "Values";
this.Text75.GrowToHeight = true;
this.Text75.Guid = "00975ba9433448a49180c98b0206571e";
this.Text75.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text75.Name = "Text75";
this.Text75.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text75__GetValue);
this.Text75.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text75.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text75.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.Text75.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text75.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.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.CanGrow = true;
this.Text190.CanShrink = true;
this.Text190.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 4);
this.Text190.ComponentStyle = "Values";
this.Text190.GrowToHeight = true;
this.Text190.Guid = "9f333d2ed8ee4e3498ca133ed0e4b039";
this.Text190.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text190.Name = "Text190";
this.Text190.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text190__GetValue);
this.Text190.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text190.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text190.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.Text190.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text190.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
//
// Text241
//
this.Text241 = new Stimulsoft.Report.Components.StiText();
this.Text241.CanGrow = true;
this.Text241.CanShrink = true;
this.Text241.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(104, 0, 16, 4);
this.Text241.ComponentStyle = "Values";
this.Text241.GrowToHeight = true;
this.Text241.Guid = "f027803669f24039a42bbc653c6ef6a6";
this.Text241.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text241.Name = "Text241";
this.Text241.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text241__GetValue);
this.Text241.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text241.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text241.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.Text241.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text241.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text241.Indicator = null;
this.Text241.Interaction = null;
this.Text241.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text241.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text241.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text248
//
this.Text248 = new Stimulsoft.Report.Components.StiText();
this.Text248.CanGrow = true;
this.Text248.CanShrink = true;
this.Text248.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(150, 0, 16, 4);
this.Text248.ComponentStyle = "Values";
this.Text248.GrowToHeight = true;
this.Text248.Guid = "f07740d4645740348a70203fbad95a76";
this.Text248.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text248.Name = "Text248";
this.Text248.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text248__GetValue);
this.Text248.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text248.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text248.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.Text248.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text248.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel2.Guid = null;
this.Panel2.Interaction = null;
//
// Panel3
//
this.Panel3 = new Stimulsoft.Report.Components.StiPanel();
this.Panel3.CanGrow = true;
this.Panel3.CanShrink = true;
this.Panel3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 0, 182, 20);
this.Panel3.Name = "Panel3";
this.Panel3.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.Panel3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image56
//
this.Image56 = new Stimulsoft.Report.Components.StiImage();
this.Image56.AspectRatio = true;
this.Image56.CanShrink = true;
this.Image56.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 2, 16, 16);
this.Image56.DataColumn = "tblReportValueParts2.PictValue1";
this.Image56.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image56.Name = "Image56";
this.Image56.Stretch = true;
this.Image56.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image56.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.Image56.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image56.Guid = null;
this.Image56.Image = null;
this.Image56.Interaction = null;
//
// Image57
//
this.Image57 = new Stimulsoft.Report.Components.StiImage();
this.Image57.AspectRatio = true;
this.Image57.CanShrink = true;
this.Image57.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 2, 16, 16);
this.Image57.DataColumn = "tblReportValueParts2.PictValue2";
this.Image57.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image57.Name = "Image57";
this.Image57.Stretch = true;
this.Image57.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image57.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.Image57.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image57.Guid = null;
this.Image57.Image = null;
this.Image57.Interaction = null;
//
// Image59
//
this.Image59 = new Stimulsoft.Report.Components.StiImage();
this.Image59.AspectRatio = true;
this.Image59.CanShrink = true;
this.Image59.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(150, 2, 16, 16);
this.Image59.DataColumn = "tblReportValueParts2.PictValue4";
this.Image59.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image59.Name = "Image59";
this.Image59.Stretch = true;
this.Image59.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image59.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.Image59.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image59.Guid = null;
this.Image59.Image = null;
this.Image59.Interaction = null;
//
// Image58
//
this.Image58 = new Stimulsoft.Report.Components.StiImage();
this.Image58.AspectRatio = true;
this.Image58.CanShrink = true;
this.Image58.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(104, 2, 16, 16);
this.Image58.DataColumn = "tblReportValueParts2.PictValue3";
this.Image58.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image58.Name = "Image58";
this.Image58.Stretch = true;
this.Image58.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image58.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.Image58.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image58.Guid = null;
this.Image58.Image = null;
this.Image58.Interaction = null;
this.Panel3.Guid = null;
this.Panel3.Interaction = null;
this.Data248.Guid = null;
this.Data248.Interaction = null;
this.InitializeComponent26();
}
public void InitializeComponent26()
{
//
// Data249
//
this.Data249 = new Stimulsoft.Report.Components.StiDataBand();
this.Data249.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 94, 190, 8);
this.Data249.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data249.DataSourceName = "tblReportValues2";
this.Data249.Guid = "d7ea8e6742424e6faaa18d1a50d623b6";
this.Data249.Name = "Data249";
this.Data249.PrintIfDetailEmpty = true;
this.Data249.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data249.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.Data249.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data249.BusinessObjectGuid = null;
//
// Text452
//
this.Text452 = new Stimulsoft.Report.Components.StiText();
this.Text452.CanGrow = true;
this.Text452.CanShrink = true;
this.Text452.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 2, 36, 4);
this.Text452.ComponentStyle = "TitleSub3";
this.Text452.GrowToHeight = true;
this.Text452.Name = "Text452";
this.Text452.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.RemoveText;
this.Text452.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text452__GetValue);
this.Text452.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text452.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.Text452.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text452.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text452.Guid = null;
this.Text452.Indicator = null;
this.Text452.Interaction = null;
this.Text452.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text452.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text452.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data249.Interaction = null;
//
// Data250
//
this.Data250 = new Stimulsoft.Report.Components.StiDataBand();
this.Data250.CanShrink = true;
this.Data250.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 110, 190, 8);
this.Data250.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data250.DataSourceName = "tblReportValues2";
this.Data250.Guid = "0b898c8a0afe44769fb468fdd3769c6d";
this.Data250.Name = "Data250";
this.Data250.PrintIfDetailEmpty = true;
this.Data250.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data250.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.Data250.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data250.BusinessObjectGuid = null;
//
// Text9
//
this.Text9 = new Stimulsoft.Report.Components.StiText();
this.Text9.CanGrow = true;
this.Text9.CanShrink = true;
this.Text9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text9.ComponentStyle = "Values";
this.Text9.BeforePrint += new System.EventHandler(this.Text9_Conditions);
this.Text9.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text9_ConditionsTextValue);
this.Text9.GrowToHeight = true;
this.Text9.Guid = "2a1efb62020740f487a55f4367750efd";
this.Text9.Name = "Text9";
this.Text9.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text9__GetValue);
this.Text9.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text9.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text9.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.Text9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text9.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data250.Interaction = null;
//
// Data251
//
this.Data251 = new Stimulsoft.Report.Components.StiDataBand();
this.Data251.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 126, 190, 8);
this.Data251.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data251.DataSourceName = "tblReportValues2";
this.Data251.Guid = "62c8308202304db4a1263458a59a6a47";
this.Data251.Name = "Data251";
this.Data251.PrintIfDetailEmpty = true;
this.Data251.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data251.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.Data251.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data251.BusinessObjectGuid = null;
//
// Text455
//
this.Text455 = new Stimulsoft.Report.Components.StiText();
this.Text455.CanGrow = true;
this.Text455.CanShrink = true;
this.Text455.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 2, 36, 4);
this.Text455.ComponentStyle = "TitleSub3";
this.Text455.GrowToHeight = true;
this.Text455.Guid = "32085c50cb114b0eb78b98c3b0c32c86";
this.Text455.Name = "Text455";
this.Text455.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Hide;
this.Text455.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text455__GetValue);
this.Text455.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text455.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.Text455.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text455.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text455.Indicator = null;
this.Text455.Interaction = null;
this.Text455.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text455.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text455.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data251.Interaction = null;
//
// Data252
//
this.Data252 = new Stimulsoft.Report.Components.StiDataBand();
this.Data252.CanShrink = true;
this.Data252.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 142, 190, 8);
this.Data252.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data252.DataSourceName = "tblReportValues2";
this.Data252.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data252.Guid = "d363a40e377c4a0180f9796430d361e0";
this.Data252.Name = "Data252";
this.Data252.PrintIfDetailEmpty = true;
this.Data252.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.Data252.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.Data252.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data252.BusinessObjectGuid = null;
//
// Text55
//
this.Text55 = new Stimulsoft.Report.Components.StiText();
this.Text55.CanGrow = true;
this.Text55.CanShrink = true;
this.Text55.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text55.ComponentStyle = "Values";
this.Text55.BeforePrint += new System.EventHandler(this.Text55_Conditions);
this.Text55.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text55_ConditionsTextValue);
this.Text55.GrowToHeight = true;
this.Text55.Guid = "91c381a29b3c4ea2bc9ffc953a46e9d9";
this.Text55.Name = "Text55";
this.Text55.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text55__GetValue);
this.Text55.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text55.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text55.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.Text55.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text55.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data252.Interaction = null;
this.overvDSD.ExcelSheetValue = null;
this.overvDSD.Interaction = null;
this.overvDSD.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.overvDSD_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.overvDSD_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.overvDSD_Watermark.Image = null;
this.overvDSD_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// overvDSDnew
//
this.overvDSDnew = new Stimulsoft.Report.Components.StiPage();
this.overvDSDnew.Guid = "93b9c4267ca54dceadd382eb50e2a8e9";
this.overvDSDnew.Name = "overvDSDnew";
this.overvDSDnew.PageHeight = 297;
this.overvDSDnew.PageWidth = 210;
this.overvDSDnew.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.overvDSDnew.PrintHeadersFootersFromPreviousPage = true;
this.overvDSDnew.PrintOnPreviousPage = true;
this.overvDSDnew.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.overvDSDnew.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand338
//
this.DataBand338 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand338.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand338__GetBookmark);
this.DataBand338.CanShrink = true;
this.DataBand338.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 16);
this.DataBand338.DataSourceName = "tblReportValues0";
this.DataBand338.Name = "DataBand338";
this.DataBand338.PrintIfDetailEmpty = true;
this.DataBand338.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand338.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.DataBand338.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand338.BusinessObjectGuid = null;
this.DataBand338.DataRelationName = null;
this.DataBand338.Guid = null;
this.DataBand338.Interaction = null;
this.DataBand338.MasterComponent = null;
//
// DataBand339
//
this.DataBand339 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand339.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand339__GetBookmark);
this.DataBand339.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 10);
this.DataBand339.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand339.DataSourceName = "tblReportValues1";
this.DataBand339.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand339.Guid = "24022e6856334f9bbf5e4af05968ccdd";
this.DataBand339.Name = "DataBand339";
this.DataBand339.PrintIfDetailEmpty = true;
this.DataBand339.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand339.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.DataBand339.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand339.BusinessObjectGuid = null;
//
// Text923
//
this.Text923 = new Stimulsoft.Report.Components.StiText();
this.Text923.CanGrow = true;
this.Text923.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text923.ComponentStyle = "TitleSub1";
this.Text923.Guid = "857e4212ec574c9eb01a2472fb4d6d0b";
this.Text923.Name = "Text923";
this.Text923.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text923__GetValue);
this.Text923.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text923.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text923.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text923.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.Text923.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text923.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text923.Indicator = null;
this.Text923.Interaction = null;
this.Text923.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text923.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text923.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text923.BeforePrint += new System.EventHandler(this.Text923_BeforePrint);
this.DataBand339.Interaction = null;
//
// DataBand340
//
this.DataBand340 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand340.CanShrink = true;
this.DataBand340.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 8);
this.DataBand340.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand340.DataSourceName = "tblReportValues2";
this.DataBand340.Name = "DataBand340";
this.DataBand340.PrintIfDetailEmpty = true;
this.DataBand340.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand340.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.DataBand340.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand340.BusinessObjectGuid = null;
//
// Text924
//
this.Text924 = new Stimulsoft.Report.Components.StiText();
this.Text924.CanGrow = true;
this.Text924.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text924.ComponentStyle = "TitleSub2";
this.Text924.Guid = "220d5493dcdf4401a0067c4aa98701e7";
this.Text924.Name = "Text924";
this.Text924.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text924__GetValue);
this.Text924.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text924.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text924.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text924.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.Text924.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text924.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text924.Indicator = null;
this.Text924.Interaction = null;
this.Text924.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text924.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text924.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text924.BeforePrint += new System.EventHandler(this.Text924_BeforePrint);
this.DataBand340.Guid = null;
this.DataBand340.Interaction = null;
//
// DataBand341
//
this.DataBand341 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand341.CanShrink = true;
this.DataBand341.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 62, 190, 4);
this.DataBand341.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand341.DataSourceName = "tblReportValues3";
this.DataBand341.Guid = "18ff3b4f1d2f4bedad3275c32b4c9825";
this.DataBand341.Name = "DataBand341";
this.DataBand341.PrintIfDetailEmpty = true;
this.DataBand341.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand341.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.DataBand341.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand341.BusinessObjectGuid = null;
//
// Text925
//
this.Text925 = new Stimulsoft.Report.Components.StiText();
this.Text925.CanGrow = true;
this.Text925.CanShrink = true;
this.Text925.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text925.ComponentStyle = "Values";
this.Text925.BeforePrint += new System.EventHandler(this.Text925_Conditions);
this.Text925.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text925_ConditionsTextValue);
this.Text925.GrowToHeight = true;
this.Text925.Guid = "623ed4330eaa4e9c96f4e05bb29400b7";
this.Text925.Name = "Text925";
this.Text925.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text925__GetValue);
this.Text925.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text925.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text925.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.Text925.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text925.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text925.Indicator = null;
this.Text925.Interaction = null;
this.Text925.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text925.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text925.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand341.Interaction = null;
//
// DataBand342
//
this.DataBand342 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand342.CanShrink = true;
this.DataBand342.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 74, 190, 8);
this.DataBand342.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand342.DataSourceName = "tblReportValueParts3";
this.DataBand342.Name = "DataBand342";
this.DataBand342.PrintIfDetailEmpty = true;
this.DataBand342.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand342.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.DataBand342.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand342.BusinessObjectGuid = null;
//
// Text926
//
this.Text926 = new Stimulsoft.Report.Components.StiText();
this.Text926.CanGrow = true;
this.Text926.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 74, 4);
this.Text926.ComponentStyle = "ValuesBorder";
this.Text926.BeforePrint += new System.EventHandler(this.Text926_Conditions);
this.Text926.Name = "Text926";
this.Text926.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text926__GetValue);
this.Text926.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text926.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text926.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.Text926.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text926.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text926.Guid = null;
this.Text926.Indicator = null;
this.Text926.Interaction = null;
this.Text926.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text926.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text926.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text927
//
this.Text927 = new Stimulsoft.Report.Components.StiText();
this.Text927.CanGrow = true;
this.Text927.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(94, 0, 90, 4);
this.Text927.ComponentStyle = "ValuesBorder";
this.Text927.BeforePrint += new System.EventHandler(this.Text927_Conditions);
this.Text927.Name = "Text927";
this.Text927.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text927__GetValue);
this.Text927.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text927.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text927.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.Text927.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text927.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text927.Guid = null;
this.Text927.Indicator = null;
this.Text927.Interaction = null;
this.Text927.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text927.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text927.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand342.Guid = null;
this.DataBand342.Interaction = null;
//
// DataBand343
//
this.DataBand343 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand343.CanShrink = true;
this.DataBand343.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 90, 190, 28);
this.DataBand343.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand343.DataSourceName = "tblReportValueParts3";
this.DataBand343.Guid = "79d65788e6e24709b309c8faab0ac9b6";
this.DataBand343.Name = "DataBand343";
this.DataBand343.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand343.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.DataBand343.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand343.BusinessObjectGuid = null;
//
// Panel62
//
this.Panel62 = new Stimulsoft.Report.Components.StiPanel();
this.Panel62.CanGrow = true;
this.Panel62.CanShrink = true;
this.Panel62.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 18, 180, 4);
this.Panel62.Guid = "0f7348c6a26c4af8948817265a8ab10e";
this.Panel62.Name = "Panel62";
this.Panel62.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.Panel62.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text928
//
this.Text928 = new Stimulsoft.Report.Components.StiText();
this.Text928.CanGrow = true;
this.Text928.CanShrink = true;
this.Text928.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 40, 4);
this.Text928.ComponentStyle = "Values";
this.Text928.GrowToHeight = true;
this.Text928.Guid = "17f7abb982644e2096ea2a1482add76c";
this.Text928.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text928.Name = "Text928";
this.Text928.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text928__GetValue);
this.Text928.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text928.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.Text928.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text928.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text928.Indicator = null;
this.Text928.Interaction = null;
this.Text928.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text928.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text928.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text929
//
this.Text929 = new Stimulsoft.Report.Components.StiText();
this.Text929.CanGrow = true;
this.Text929.CanShrink = true;
this.Text929.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(46, 0, 40, 4);
this.Text929.ComponentStyle = "Values";
this.Text929.GrowToHeight = true;
this.Text929.Guid = "87c4ba197fe14d8d9c36b7b7db45de62";
this.Text929.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text929.Name = "Text929";
this.Text929.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text929__GetValue);
this.Text929.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text929.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.Text929.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text929.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text929.Indicator = null;
this.Text929.Interaction = null;
this.Text929.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text929.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text929.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text930
//
this.Text930 = new Stimulsoft.Report.Components.StiText();
this.Text930.CanGrow = true;
this.Text930.CanShrink = true;
this.Text930.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(92, 0, 40, 4);
this.Text930.ComponentStyle = "Values";
this.Text930.GrowToHeight = true;
this.Text930.Guid = "aabb8dd93928462ba6a00cbefe910ae3";
this.Text930.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text930.Name = "Text930";
this.Text930.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text930__GetValue);
this.Text930.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text930.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
this.Text930.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.Text930.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text930.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text930.Indicator = null;
this.Text930.Interaction = null;
this.Text930.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text930.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text930.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text931
//
this.Text931 = new Stimulsoft.Report.Components.StiText();
this.Text931.CanGrow = true;
this.Text931.CanShrink = true;
this.Text931.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(138, 0, 40, 4);
this.Text931.ComponentStyle = "Values";
this.Text931.GrowToHeight = true;
this.Text931.Guid = "2f694faee4094ba6a953126ccf1656fc";
this.Text931.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text931.Name = "Text931";
this.Text931.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text931__GetValue);
this.Text931.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text931.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.Text931.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text931.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text931.Indicator = null;
this.Text931.Interaction = null;
this.Text931.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text931.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text931.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel62.Interaction = null;
//
// Panel63
//
this.Panel63 = new Stimulsoft.Report.Components.StiPanel();
this.Panel63.CanGrow = true;
this.Panel63.CanShrink = true;
this.Panel63.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 22, 180, 4);
this.Panel63.Guid = "a93500625f15478d8c15fa83e45d45fb";
this.Panel63.Name = "Panel63";
this.Panel63.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.Panel63.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text932
//
this.Text932 = new Stimulsoft.Report.Components.StiText();
this.Text932.CanGrow = true;
this.Text932.CanShrink = true;
this.Text932.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 16, 4);
this.Text932.ComponentStyle = "Values";
this.Text932.GrowToHeight = true;
this.Text932.Guid = "59665ad00d814bdbac006ae7a4df3c83";
this.Text932.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text932.Name = "Text932";
this.Text932.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text932__GetValue);
this.Text932.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text932.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.Text932.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text932.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text932.Indicator = null;
this.Text932.Interaction = null;
this.Text932.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text932.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text932.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text933
//
this.Text933 = new Stimulsoft.Report.Components.StiText();
this.Text933.CanGrow = true;
this.Text933.CanShrink = true;
this.Text933.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 4);
this.Text933.ComponentStyle = "Values";
this.Text933.GrowToHeight = true;
this.Text933.Guid = "b3691e95c2e049dab09fd11eda4dba92";
this.Text933.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text933.Name = "Text933";
this.Text933.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text933__GetValue);
this.Text933.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text933.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.Text933.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text933.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text933.Indicator = null;
this.Text933.Interaction = null;
this.Text933.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text933.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text933.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text934
//
this.Text934 = new Stimulsoft.Report.Components.StiText();
this.Text934.CanGrow = true;
this.Text934.CanShrink = true;
this.Text934.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(104, 0, 16, 4);
this.Text934.ComponentStyle = "Values";
this.Text934.GrowToHeight = true;
this.Text934.Guid = "87f588cfb5ee41b8acf41bbee72dea56";
this.Text934.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text934.Name = "Text934";
this.Text934.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text934__GetValue);
this.Text934.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text934.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
this.Text934.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.Text934.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text934.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text934.Indicator = null;
this.Text934.Interaction = null;
this.Text934.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text934.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text934.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text935
//
this.Text935 = new Stimulsoft.Report.Components.StiText();
this.Text935.CanGrow = true;
this.Text935.CanShrink = true;
this.Text935.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(150, 0, 16, 4);
this.Text935.ComponentStyle = "Values";
this.Text935.GrowToHeight = true;
this.Text935.Guid = "01e81695c6a64128a226f80554e188d0";
this.Text935.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text935.Name = "Text935";
this.Text935.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text935__GetValue);
this.Text935.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text935.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
this.Text935.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.Text935.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text935.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text935.Indicator = null;
this.Text935.Interaction = null;
this.Text935.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text935.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text935.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel63.Interaction = null;
//
// Panel64
//
this.Panel64 = new Stimulsoft.Report.Components.StiPanel();
this.Panel64.CanGrow = true;
this.Panel64.CanShrink = true;
this.Panel64.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 0, 182, 18);
this.Panel64.Guid = "f7d1c2310f8f497c8782958b4ba278be";
this.Panel64.Name = "Panel64";
this.Panel64.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.Panel64.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Image42
//
this.Image42 = new Stimulsoft.Report.Components.StiImage();
this.Image42.AspectRatio = true;
this.Image42.CanShrink = true;
this.Image42.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 2, 16, 16);
this.Image42.DataColumn = "tblReportValueParts3.PictValue1";
this.Image42.Guid = "79a581f2950841589a574e768fa184b2";
this.Image42.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image42.Name = "Image42";
this.Image42.Stretch = true;
this.Image42.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image42.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.Image42.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image42.Image = null;
this.Image42.Interaction = null;
//
// Image44
//
this.Image44 = new Stimulsoft.Report.Components.StiImage();
this.Image44.AspectRatio = true;
this.Image44.CanShrink = true;
this.Image44.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 2, 16, 16);
this.Image44.DataColumn = "tblReportValueParts3.PictValue2";
this.Image44.Guid = "5d295289b3ef40089637058ff341b84c";
this.Image44.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image44.Name = "Image44";
this.Image44.Stretch = true;
this.Image44.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image44.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.Image44.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image44.Image = null;
this.Image44.Interaction = null;
//
// Image45
//
this.Image45 = new Stimulsoft.Report.Components.StiImage();
this.Image45.AspectRatio = true;
this.Image45.CanShrink = true;
this.Image45.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(104, 2, 16, 16);
this.Image45.DataColumn = "tblReportValueParts3.PictValue3";
this.Image45.Guid = "b7c7a5dd4113498d9a59ebe4d92d9e64";
this.Image45.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image45.Name = "Image45";
this.Image45.Stretch = true;
this.Image45.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image45.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.Image45.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image45.Image = null;
this.Image45.Interaction = null;
//
// Image46
//
this.Image46 = new Stimulsoft.Report.Components.StiImage();
this.Image46.AspectRatio = true;
this.Image46.CanShrink = true;
this.Image46.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(150, 2, 16, 16);
this.Image46.DataColumn = "tblReportValueParts3.PictValue4";
this.Image46.Guid = "3a8f1ac07d674f8da670b52265d5e56b";
this.Image46.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Center;
this.Image46.Name = "Image46";
this.Image46.Stretch = true;
this.Image46.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Image46.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.Image46.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image46.Image = null;
this.Image46.Interaction = null;
this.Panel64.Interaction = null;
this.DataBand343.Interaction = null;
this.overvDSDnew.ExcelSheetValue = null;
this.overvDSDnew.Interaction = null;
this.overvDSDnew.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.overvDSDnew_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.overvDSDnew_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.overvDSDnew_Watermark.Image = null;
this.overvDSDnew_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// overvCLP
//
this.overvCLP = new Stimulsoft.Report.Components.StiPage();
this.overvCLP.Enabled = false;
this.overvCLP.Guid = "225bd44ae00642a68dcd69794f75ebf8";
this.overvCLP.Name = "overvCLP";
this.overvCLP.PageHeight = 297;
this.overvCLP.PageWidth = 210;
this.overvCLP.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.overvCLP.PrintHeadersFootersFromPreviousPage = true;
this.overvCLP.PrintOnPreviousPage = true;
this.overvCLP.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.overvCLP.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand14
//
this.DataBand14 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand14.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand14__GetBookmark);
this.DataBand14.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand14.DataSourceName = "tblReportValues0";
this.DataBand14.Guid = "a0a783a9c4f54c9cb3086bf3a0af1951";
this.DataBand14.Name = "DataBand14";
this.DataBand14.PrintIfDetailEmpty = true;
this.DataBand14.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand14.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.DataBand14.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand14.BusinessObjectGuid = null;
this.DataBand14.Interaction = null;
this.DataBand14.MasterComponent = null;
//
// DataBand24
//
this.DataBand24 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand24.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand24__GetBookmark);
this.DataBand24.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 10);
this.DataBand24.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand24.DataSourceName = "tblReportValues1";
this.DataBand24.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand24.Guid = "e924f1ce204047d5b34c2b94e2177463";
this.DataBand24.Name = "DataBand24";
this.DataBand24.PrintIfDetailEmpty = true;
this.DataBand24.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand24.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.DataBand24.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand24.BusinessObjectGuid = null;
//
// Text4
//
this.Text4 = new Stimulsoft.Report.Components.StiText();
this.Text4.CanGrow = true;
this.Text4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text4.ComponentStyle = "TitleSub1";
this.Text4.Enabled = false;
this.Text4.Guid = "9f2cd58baddb4180ab7a4c8e3ad1c1cc";
this.Text4.Name = "Text4";
this.Text4.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text4__GetValue);
this.Text4.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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.None, 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("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text4.BeforePrint += new System.EventHandler(this.Text4_BeforePrint);
this.DataBand24.Interaction = null;
//
// DataBand34
//
this.DataBand34 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand34.CanShrink = true;
this.DataBand34.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 30, 190, 0);
this.DataBand34.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand34.DataSourceName = "tblReportValues2";
this.DataBand34.Guid = "f83db5aee6984d9087d3974dc868e451";
this.DataBand34.Name = "DataBand34";
this.DataBand34.PrintIfDetailEmpty = true;
this.DataBand34.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand34.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.DataBand34.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand34.BusinessObjectGuid = null;
this.DataBand34.Interaction = null;
//
// DataBand165
//
this.DataBand165 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand165.CanShrink = true;
this.DataBand165.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 38, 190, 0);
this.DataBand165.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand165.DataSourceName = "tblReportValues3";
this.DataBand165.Guid = "1896ab62890d464fb491236946d86140";
this.DataBand165.Name = "DataBand165";
this.DataBand165.PrintIfDetailEmpty = true;
this.DataBand165.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand165.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.DataBand165.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand165.BusinessObjectGuid = null;
this.DataBand165.Interaction = null;
//
// DataBand166
//
this.DataBand166 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand166.CanShrink = true;
this.DataBand166.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 6);
this.DataBand166.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand166.DataSourceName = "tblReportValues3";
this.DataBand166.Guid = "ff63e1d250934ba8ba37dc9e48d9a769";
this.DataBand166.Name = "DataBand166";
this.DataBand166.PrintIfDetailEmpty = true;
this.DataBand166.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand166.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.DataBand166.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand166.BusinessObjectGuid = null;
//
// Text161
//
this.Text161 = new Stimulsoft.Report.Components.StiText();
this.Text161.CanGrow = true;
this.Text161.CanShrink = true;
this.Text161.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 0, 172, 4);
this.Text161.ComponentStyle = "TitleSub2";
this.Text161.BeforePrint += new System.EventHandler(this.Text161_Conditions);
this.Text161.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text161_ConditionsTextValue);
this.Text161.GrowToHeight = true;
this.Text161.Guid = "756371b9598c4ba985c0da909496b45c";
this.Text161.Name = "Text161";
this.Text161.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text161__GetValue);
this.Text161.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text161.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text161.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.Text161.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text161.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand166.Interaction = null;
//
// DataBand44
//
this.DataBand44 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand44.CanShrink = true;
this.DataBand44.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 60, 190, 0);
this.DataBand44.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand44.DataSourceName = "tblReportValues2";
this.DataBand44.Guid = "064de4df34054a678184e94f406669a9";
this.DataBand44.Name = "DataBand44";
this.DataBand44.PrintIfDetailEmpty = true;
this.DataBand44.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand44.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.DataBand44.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand44.BusinessObjectGuid = null;
this.DataBand44.Interaction = null;
//
// DataBand46
//
this.DataBand46 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand46.CanShrink = true;
this.DataBand46.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 68, 190, 0);
this.DataBand46.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand46.DataSourceName = "tblReportValues3";
this.DataBand46.Guid = "7773d2086b444c629709965b07e2c6b9";
this.DataBand46.Name = "DataBand46";
this.DataBand46.PrintIfDetailEmpty = true;
this.DataBand46.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand46.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.DataBand46.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand46.BusinessObjectGuid = null;
this.DataBand46.Interaction = null;
//
// DataBand58
//
this.DataBand58 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand58.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 76, 190, 20);
this.DataBand58.Columns = 7;
this.DataBand58.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand58.DataSourceName = "tblReportValueParts3";
this.DataBand58.Guid = "1f61f042ed0f419eb122135b9c238be8";
this.DataBand58.Name = "DataBand58";
this.DataBand58.PrintIfDetailEmpty = true;
this.DataBand58.Sort = new System.String[0];
this.DataBand58.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.DataBand58.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand58.BusinessObjectGuid = null;
//
// Image71
//
this.Image71 = new Stimulsoft.Report.Components.StiImage();
this.Image71.AspectRatio = true;
this.Image71.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 16, 16);
this.Image71.DataColumn = "tblReportValueParts3.PictValue1";
this.Image71.Name = "Image71";
this.Image71.Stretch = true;
this.Image71.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.Image71.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image71.Guid = null;
this.Image71.Image = null;
this.Image71.Interaction = null;
this.DataBand58.Interaction = null;
//
// DataBand95
//
this.DataBand95 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand95.CanShrink = true;
this.DataBand95.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 104, 190, 0);
this.DataBand95.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand95.DataSourceName = "tblReportValues2";
this.DataBand95.Guid = "3963ac87345544de89cbaa7a89f30a04";
this.DataBand95.Name = "DataBand95";
this.DataBand95.PrintIfDetailEmpty = true;
this.DataBand95.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand95.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.DataBand95.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand95.BusinessObjectGuid = null;
this.DataBand95.Interaction = null;
//
// DataBand163
//
this.DataBand163 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand163.CanShrink = true;
this.DataBand163.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 112, 190, 8);
this.DataBand163.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand163.DataSourceName = "tblReportValues3";
this.DataBand163.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand163.Guid = "a4412d93aa914580b8dc994bffb79553";
this.DataBand163.Name = "DataBand163";
this.DataBand163.PrintIfDetailEmpty = true;
this.DataBand163.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand163.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.DataBand163.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand163.BusinessObjectGuid = null;
//
// Text501
//
this.Text501 = new Stimulsoft.Report.Components.StiText();
this.Text501.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 176, 4);
this.Text501.ComponentStyle = "TitleSub3";
this.Text501.Guid = "c01c9a39dc6c472a965a7024d4e353ad";
this.Text501.Name = "Text501";
this.Text501.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text501__GetValue);
this.Text501.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text501.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.Text501.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text501.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text501.Indicator = null;
this.Text501.Interaction = null;
this.Text501.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text501.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text501.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand163.Interaction = null;
//
// DataBand164
//
this.DataBand164 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand164.CanShrink = true;
this.DataBand164.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 128, 190, 8);
this.DataBand164.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand164.DataSourceName = "tblReportValueParts3";
this.DataBand164.Guid = "f1c80554e1fc45aabda8fe950e4bf7fc";
this.DataBand164.Name = "DataBand164";
this.DataBand164.PrintIfDetailEmpty = true;
this.DataBand164.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand164.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.DataBand164.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand164.BusinessObjectGuid = null;
//
// Text524
//
this.Text524 = new Stimulsoft.Report.Components.StiText();
this.Text524.CanGrow = true;
this.Text524.CanShrink = true;
this.Text524.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text524.ComponentStyle = "Values";
this.Text524.GrowToHeight = true;
this.Text524.Guid = "775e051418094ace9d1fc324a4f13c75";
this.Text524.Name = "Text524";
this.Text524.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text524__GetValue);
this.Text524.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text524.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text524.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text524.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.Text524.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text524.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text524.Indicator = null;
this.Text524.Interaction = null;
this.Text524.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text524.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text524.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand164.Interaction = null;
//
// DataBand101
//
this.DataBand101 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand101.CanShrink = true;
this.DataBand101.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 144, 190, 8);
this.DataBand101.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand101.DataSourceName = "tblReportValues3";
this.DataBand101.Guid = "3383cd3ff5ad47a18baba76109888db9";
this.DataBand101.Name = "DataBand101";
this.DataBand101.PrintIfDetailEmpty = true;
this.DataBand101.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand101.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.DataBand101.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand101.BusinessObjectGuid = null;
//
// Text3
//
this.Text3 = new Stimulsoft.Report.Components.StiText();
this.Text3.CanGrow = true;
this.Text3.CanShrink = true;
this.Text3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 2, 176, 4);
this.Text3.ComponentStyle = "TitleSub3";
this.Text3.GrowToHeight = true;
this.Text3.Guid = "22903b72cb6443c1adb27d0e0a38d5bd";
this.Text3.Name = "Text3";
this.Text3.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text3.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text3__GetValue);
this.Text3.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text3.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.Text3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text3.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text3.Indicator = null;
this.InitializeComponent27();
}
public void InitializeComponent27()
{
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand101.Interaction = null;
//
// DataBand119
//
this.DataBand119 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand119.CanShrink = true;
this.DataBand119.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 160, 190, 6);
this.DataBand119.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand119.DataSourceName = "tblReportValues3";
this.DataBand119.Guid = "7da897f0bf2245faa394e6679214d6ec";
this.DataBand119.Name = "DataBand119";
this.DataBand119.PrintIfDetailEmpty = true;
this.DataBand119.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand119.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.DataBand119.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand119.BusinessObjectGuid = null;
//
// Text83
//
this.Text83 = new Stimulsoft.Report.Components.StiText();
this.Text83.CanGrow = true;
this.Text83.CanShrink = true;
this.Text83.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text83.ComponentStyle = "Values";
this.Text83.BeforePrint += new System.EventHandler(this.Text83_Conditions);
this.Text83.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text83_ConditionsTextValue);
this.Text83.GrowToHeight = true;
this.Text83.Guid = "ae8a60e4a53e4c859c6cc195451a7bb5";
this.Text83.Name = "Text83";
this.Text83.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text83__GetValue);
this.Text83.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text83.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text83.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.Text83.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text83.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
this.DataBand119.Interaction = null;
//
// DataBand106
//
this.DataBand106 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand106.CanShrink = true;
this.DataBand106.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 174, 190, 8);
this.DataBand106.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand106.DataSourceName = "tblReportValues3";
this.DataBand106.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand106.Guid = "7fd779f79f624cbe8d9e06b5a550496d";
this.DataBand106.Name = "DataBand106";
this.DataBand106.PrintIfDetailEmpty = true;
this.DataBand106.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand106.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.DataBand106.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand106.BusinessObjectGuid = null;
//
// Text90
//
this.Text90 = new Stimulsoft.Report.Components.StiText();
this.Text90.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 2, 176, 4);
this.Text90.ComponentStyle = "TitleSub3";
this.Text90.Name = "Text90";
this.Text90.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text90__GetValue);
this.Text90.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text90.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.Text90.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text90.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand106.Interaction = null;
//
// DataBand114
//
this.DataBand114 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand114.CanShrink = true;
this.DataBand114.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 190, 190, 8);
this.DataBand114.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand114.DataSourceName = "tblReportValueParts3";
this.DataBand114.Name = "DataBand114";
this.DataBand114.PrintIfDetailEmpty = true;
this.DataBand114.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand114.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.DataBand114.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand114.BusinessObjectGuid = null;
//
// Text94
//
this.Text94 = new Stimulsoft.Report.Components.StiText();
this.Text94.CanGrow = true;
this.Text94.CanShrink = true;
this.Text94.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text94.ComponentStyle = "Values";
this.Text94.BeforePrint += new System.EventHandler(this.Text94_Conditions);
this.Text94.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text94_ConditionsTextValue);
this.Text94.GrowToHeight = true;
this.Text94.Name = "Text94";
this.Text94.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text94__GetValue);
this.Text94.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text94.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text94.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text94.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.Text94.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text94.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text94.Guid = null;
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);
this.DataBand114.Guid = null;
this.DataBand114.Interaction = null;
this.overvCLP.ExcelSheetValue = null;
this.overvCLP.Interaction = null;
this.overvCLP.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.overvCLP_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.overvCLP_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.overvCLP_Watermark.Image = null;
this.overvCLP_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// overvCLPnew
//
this.overvCLPnew = new Stimulsoft.Report.Components.StiPage();
this.overvCLPnew.Guid = "1e9ff3b1e5d347a18f034b0dfe9532b1";
this.overvCLPnew.Name = "overvCLPnew";
this.overvCLPnew.PageHeight = 297;
this.overvCLPnew.PageWidth = 210;
this.overvCLPnew.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.overvCLPnew.PrintHeadersFootersFromPreviousPage = true;
this.overvCLPnew.PrintOnPreviousPage = true;
this.overvCLPnew.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.overvCLPnew.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand311
//
this.DataBand311 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand311.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand311__GetBookmark);
this.DataBand311.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand311.DataSourceName = "tblReportValues0";
this.DataBand311.Guid = "a0a783a9c4f54c9cb3086bf3a0af1951";
this.DataBand311.Name = "DataBand311";
this.DataBand311.PrintIfDetailEmpty = true;
this.DataBand311.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand311.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.DataBand311.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand311.BusinessObjectGuid = null;
this.DataBand311.DataRelationName = null;
this.DataBand311.Interaction = null;
this.DataBand311.MasterComponent = null;
//
// DataBand312
//
this.DataBand312 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand312.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand312__GetBookmark);
this.DataBand312.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 10);
this.DataBand312.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand312.DataSourceName = "tblReportValues1";
this.DataBand312.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand312.Guid = "e924f1ce204047d5b34c2b94e2177463";
this.DataBand312.Name = "DataBand312";
this.DataBand312.PrintIfDetailEmpty = true;
this.DataBand312.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand312.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.DataBand312.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand312.BusinessObjectGuid = null;
//
// Text897
//
this.Text897 = new Stimulsoft.Report.Components.StiText();
this.Text897.CanGrow = true;
this.Text897.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 2, 182, 6);
this.Text897.ComponentStyle = "TitleSub1";
this.Text897.Guid = "9f2cd58baddb4180ab7a4c8e3ad1c1cc";
this.Text897.Name = "Text897";
this.Text897.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text897__GetValue);
this.Text897.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text897.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text897.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text897.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.Text897.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text897.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text897.Indicator = null;
this.Text897.Interaction = null;
this.Text897.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text897.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text897.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text897.BeforePrint += new System.EventHandler(this.Text897_BeforePrint);
this.DataBand312.Interaction = null;
//
// DataBand313
//
this.DataBand313 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand313.CanShrink = true;
this.DataBand313.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 30, 190, 8);
this.DataBand313.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand313.DataSourceName = "tblReportValues2";
this.DataBand313.Guid = "f83db5aee6984d9087d3974dc868e451";
this.DataBand313.Name = "DataBand313";
this.DataBand313.PrintIfDetailEmpty = true;
this.DataBand313.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand313.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.DataBand313.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand313.BusinessObjectGuid = null;
//
// Text898
//
this.Text898 = new Stimulsoft.Report.Components.StiText();
this.Text898.CanGrow = true;
this.Text898.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text898.ComponentStyle = "TitleSub2";
this.Text898.Guid = "37ce30602e004fd393e7dd29c205fc53";
this.Text898.Name = "Text898";
this.Text898.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text898__GetValue);
this.Text898.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text898.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text898.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text898.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.Text898.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text898.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text898.Indicator = null;
this.Text898.Interaction = null;
this.Text898.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text898.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text898.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text898.BeforePrint += new System.EventHandler(this.Text898_BeforePrint);
this.DataBand313.Interaction = null;
//
// DataBand314
//
this.DataBand314 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand314.CanShrink = true;
this.DataBand314.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 4);
this.DataBand314.DataSourceName = "tblReportValueParts3";
this.DataBand314.Guid = "a5167e26cb6e4cbf9dc310cb4ac96fd7";
this.DataBand314.Name = "DataBand314";
this.DataBand314.PrintIfDetailEmpty = true;
this.DataBand314.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand314.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.DataBand314.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand314.BusinessObjectGuid = null;
//
// Text899
//
this.Text899 = new Stimulsoft.Report.Components.StiText();
this.Text899.CanGrow = true;
this.Text899.CanShrink = true;
this.Text899.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 42, 4);
this.Text899.ComponentStyle = "ValuesBorder";
this.Text899.BeforePrint += new System.EventHandler(this.Text899_Conditions);
this.Text899.GrowToHeight = true;
this.Text899.Name = "Text899";
this.Text899.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text899__GetValue);
this.Text899.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text899.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.Text899.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text899.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text899.Guid = null;
this.Text899.Indicator = null;
this.Text899.Interaction = null;
this.Text899.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text899.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text899.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text900
//
this.Text900 = new Stimulsoft.Report.Components.StiText();
this.Text900.CanGrow = true;
this.Text900.CanShrink = true;
this.Text900.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(62, 0, 24, 4);
this.Text900.ComponentStyle = "ValuesBorder";
this.Text900.BeforePrint += new System.EventHandler(this.Text900_Conditions);
this.Text900.GrowToHeight = true;
this.Text900.Name = "Text900";
this.Text900.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text900__GetValue);
this.Text900.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text900.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.Text900.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text900.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text900.Guid = null;
this.Text900.Indicator = null;
this.Text900.Interaction = null;
this.Text900.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text900.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text900.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text901
//
this.Text901 = new Stimulsoft.Report.Components.StiText();
this.Text901.CanGrow = true;
this.Text901.CanShrink = true;
this.Text901.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(86, 0, 98, 4);
this.Text901.ComponentStyle = "ValuesBorder";
this.Text901.BeforePrint += new System.EventHandler(this.Text901_Conditions);
this.Text901.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text901_ConditionsTextValue);
this.Text901.GrowToHeight = true;
this.Text901.Guid = "e4942ba124a74e90ad450b825bf3de78";
this.Text901.Name = "Text901";
this.Text901.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text901__GetValue);
this.Text901.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text901.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text901.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.Text901.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text901.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text901.Indicator = null;
this.Text901.Interaction = null;
this.Text901.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text901.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text901.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand314.DataRelationName = null;
this.DataBand314.Interaction = null;
//
// DataBand315
//
this.DataBand315 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand315.CanShrink = true;
this.DataBand315.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 58, 190, 8);
this.DataBand315.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand315.DataSourceName = "tblReportValues2";
this.DataBand315.Guid = "83f8c2aa13374469b57bd7cc931d6006";
this.DataBand315.Name = "DataBand315";
this.DataBand315.PrintIfDetailEmpty = true;
this.DataBand315.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand315.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.DataBand315.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand315.BusinessObjectGuid = null;
//
// Text902
//
this.Text902 = new Stimulsoft.Report.Components.StiText();
this.Text902.CanGrow = true;
this.Text902.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text902.ComponentStyle = "TitleSub2";
this.Text902.Guid = "47f50a94adc84b0e8f60d37d90b45cb7";
this.Text902.Name = "Text902";
this.Text902.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text902__GetValue);
this.Text902.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text902.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text902.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text902.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.Text902.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text902.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text902.Indicator = null;
this.Text902.Interaction = null;
this.Text902.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text902.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text902.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text902.BeforePrint += new System.EventHandler(this.Text902_BeforePrint);
this.DataBand315.Interaction = null;
//
// DataBand316
//
this.DataBand316 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand316.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 74, 190, 0);
this.DataBand316.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand316.DataSourceName = "tblReportValues3";
this.DataBand316.Name = "DataBand316";
this.DataBand316.Sort = new System.String[0];
this.DataBand316.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.DataBand316.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand316.BusinessObjectGuid = null;
this.DataBand316.Guid = null;
this.DataBand316.Interaction = null;
//
// DataBand317
//
this.DataBand317 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand317.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 82, 190, 4);
this.DataBand317.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand317.DataSourceName = "tblReportValueParts3";
this.DataBand317.Name = "DataBand317";
this.DataBand317.Sort = new System.String[0];
this.DataBand317.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.DataBand317.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand317.BusinessObjectGuid = null;
//
// Text903
//
this.Text903 = new Stimulsoft.Report.Components.StiText();
this.Text903.CanGrow = true;
this.Text903.CanShrink = true;
this.Text903.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 66, 4);
this.Text903.ComponentStyle = "ValuesBorder";
this.Text903.BeforePrint += new System.EventHandler(this.Text903_Conditions);
this.Text903.GrowToHeight = true;
this.Text903.Guid = "82d8a6513be54502986986f96a179fe1";
this.Text903.Name = "Text903";
this.Text903.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text903__GetValue);
this.Text903.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text903.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.Text903.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text903.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text903.Indicator = null;
this.Text903.Interaction = null;
this.Text903.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text903.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text903.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text904
//
this.Text904 = new Stimulsoft.Report.Components.StiText();
this.Text904.CanGrow = true;
this.Text904.CanShrink = true;
this.Text904.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(86, 0, 98, 4);
this.Text904.ComponentStyle = "ValuesBorder";
this.Text904.BeforePrint += new System.EventHandler(this.Text904_Conditions);
this.Text904.GrowToHeight = true;
this.Text904.Guid = "7600d0afdba944cf916e4af788477885";
this.Text904.Name = "Text904";
this.Text904.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text904__GetValue);
this.Text904.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text904.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.Text904.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text904.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text904.Indicator = null;
this.Text904.Interaction = null;
this.Text904.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text904.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text904.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand317.Guid = null;
this.DataBand317.Interaction = null;
//
// DataBand318
//
this.DataBand318 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand318.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 94, 190, 4);
this.DataBand318.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand318.DataSourceName = "tblReportValueParts3";
this.DataBand318.Guid = "21021f7afbf7404ea9a611f1e6c5a7b1";
this.DataBand318.Name = "DataBand318";
this.DataBand318.Sort = new System.String[0];
this.DataBand318.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.DataBand318.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand318.BusinessObjectGuid = null;
//
// Text905
//
this.Text905 = new Stimulsoft.Report.Components.StiText();
this.Text905.CanGrow = true;
this.Text905.CanShrink = true;
this.Text905.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 66, 4);
this.Text905.ComponentStyle = "ValuesBorder";
this.Text905.BeforePrint += new System.EventHandler(this.Text905_Conditions);
this.Text905.GrowToHeight = true;
this.Text905.Guid = "47dbb84fcd6642468813a17d39d5b830";
this.Text905.Name = "Text905";
this.Text905.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text905__GetValue);
this.Text905.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text905.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.Text905.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text905.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text905.Indicator = null;
this.Text905.Interaction = null;
this.Text905.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text905.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text905.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text906
//
this.Text906 = new Stimulsoft.Report.Components.StiText();
this.Text906.CanGrow = true;
this.Text906.CanShrink = true;
this.Text906.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(86, 0, 98, 4);
this.Text906.ComponentStyle = "ValuesBorder";
this.Text906.BeforePrint += new System.EventHandler(this.Text906_Conditions);
this.Text906.GrowToHeight = true;
this.Text906.Guid = "f8d7f1eec9814f36a5ce4c05ff5d238a";
this.Text906.Name = "Text906";
this.Text906.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text906__GetValue);
this.Text906.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text906.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.Text906.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text906.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text906.Indicator = null;
this.Text906.Interaction = null;
this.Text906.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text906.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text906.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand318.Interaction = null;
//
// DataBand319
//
this.DataBand319 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand319.CanShrink = true;
this.DataBand319.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 106, 190, 8);
this.DataBand319.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand319.DataSourceName = "tblReportValues2";
this.DataBand319.Guid = "064de4df34054a678184e94f406669a9";
this.DataBand319.Name = "DataBand319";
this.DataBand319.PrintIfDetailEmpty = true;
this.DataBand319.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand319.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.DataBand319.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand319.BusinessObjectGuid = null;
//
// Text907
//
this.Text907 = new Stimulsoft.Report.Components.StiText();
this.Text907.CanGrow = true;
this.Text907.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text907.ComponentStyle = "TitleSub2";
this.Text907.Guid = "dc17d7087ebc4e2f9450d178a8f2fab5";
this.Text907.Name = "Text907";
this.Text907.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text907__GetValue);
this.Text907.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text907.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text907.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text907.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.Text907.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text907.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text907.Indicator = null;
this.Text907.Interaction = null;
this.Text907.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text907.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text907.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text907.BeforePrint += new System.EventHandler(this.Text907_BeforePrint);
this.DataBand319.Interaction = null;
//
// DataBand320
//
this.DataBand320 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand320.CanShrink = true;
this.DataBand320.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 122, 190, 0);
this.DataBand320.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand320.DataSourceName = "tblReportValues3";
this.DataBand320.Guid = "7773d2086b444c629709965b07e2c6b9";
this.DataBand320.Name = "DataBand320";
this.DataBand320.PrintIfDetailEmpty = true;
this.DataBand320.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand320.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.DataBand320.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand320.BusinessObjectGuid = null;
this.DataBand320.Interaction = null;
//
// DataBand321
//
this.DataBand321 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand321.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 130, 190, 20);
this.DataBand321.Columns = 7;
this.DataBand321.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand321.DataSourceName = "tblReportValueParts3";
this.DataBand321.Guid = "1f61f042ed0f419eb122135b9c238be8";
this.DataBand321.Name = "DataBand321";
this.DataBand321.PrintIfDetailEmpty = true;
this.DataBand321.Sort = new System.String[0];
this.DataBand321.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.DataBand321.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand321.BusinessObjectGuid = null;
//
// Image41
//
this.Image41 = new Stimulsoft.Report.Components.StiImage();
this.Image41.AspectRatio = true;
this.Image41.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 16, 16);
this.Image41.DataColumn = "tblReportValueParts3.PictValue1";
this.Image41.Name = "Image41";
this.Image41.Stretch = true;
this.Image41.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.Image41.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Image41.Guid = null;
this.Image41.Image = null;
this.Image41.Interaction = null;
this.DataBand321.Interaction = null;
this.overvCLPnew.ExcelSheetValue = null;
this.overvCLPnew.Interaction = null;
this.overvCLPnew.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.overvCLPnew_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.overvCLPnew_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.overvCLPnew_Watermark.Image = null;
this.overvCLPnew_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// overvCLP2new
//
this.overvCLP2new = new Stimulsoft.Report.Components.StiPage();
this.overvCLP2new.Guid = "b3644e2f02904dc0bfc46fdb9edbbc46";
this.overvCLP2new.Name = "overvCLP2new";
this.overvCLP2new.PageHeight = 297;
this.overvCLP2new.PageWidth = 210;
this.overvCLP2new.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.overvCLP2new.PrintHeadersFootersFromPreviousPage = true;
this.overvCLP2new.PrintOnPreviousPage = true;
this.overvCLP2new.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.overvCLP2new.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand322
//
this.DataBand322 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand322.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand322__GetBookmark);
this.DataBand322.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand322.DataSourceName = "tblReportValues0";
this.DataBand322.Guid = "a0a783a9c4f54c9cb3086bf3a0af1951";
this.DataBand322.Name = "DataBand322";
this.DataBand322.PrintIfDetailEmpty = true;
this.DataBand322.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand322.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.DataBand322.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand322.BusinessObjectGuid = null;
this.DataBand322.DataRelationName = null;
this.DataBand322.Interaction = null;
this.DataBand322.MasterComponent = null;
//
// DataBand323
//
this.DataBand323 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand323.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand323__GetBookmark);
this.DataBand323.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 2);
this.DataBand323.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand323.DataSourceName = "tblReportValues1";
this.DataBand323.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand323.Guid = "e924f1ce204047d5b34c2b94e2177463";
this.DataBand323.Name = "DataBand323";
this.DataBand323.PrintIfDetailEmpty = true;
this.DataBand323.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand323.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.DataBand323.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand323.BusinessObjectGuid = null;
this.DataBand323.Interaction = null;
//
// DataBand324
//
this.DataBand324 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand324.CanShrink = true;
this.DataBand324.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 22, 190, 8);
this.DataBand324.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand324.DataSourceName = "tblReportValues2";
this.DataBand324.Guid = "3963ac87345544de89cbaa7a89f30a04";
this.DataBand324.Name = "DataBand324";
this.DataBand324.PrintIfDetailEmpty = true;
this.DataBand324.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand324.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.DataBand324.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand324.BusinessObjectGuid = null;
//
// Text908
//
this.Text908 = new Stimulsoft.Report.Components.StiText();
this.Text908.CanGrow = true;
this.Text908.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 2, 174, 6);
this.Text908.ComponentStyle = "TitleSub2";
this.Text908.Enabled = false;
this.Text908.Guid = "a92d4dc2ec0c4a58aaecfe5ed5f61d4d";
this.Text908.Name = "Text908";
this.Text908.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text908__GetValue);
this.Text908.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text908.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text908.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text908.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.Text908.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text908.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text908.Indicator = null;
this.Text908.Interaction = null;
this.Text908.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text908.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text908.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text908.BeforePrint += new System.EventHandler(this.Text908_BeforePrint);
this.DataBand324.Interaction = null;
//
// DataBand325
//
this.DataBand325 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand325.CanShrink = true;
this.DataBand325.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 38, 190, 6);
this.DataBand325.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand325.DataSourceName = "tblReportValues3";
this.DataBand325.Guid = "76a92167841b4092b6ffa8360bab5959";
this.DataBand325.Name = "DataBand325";
this.DataBand325.PrintIfDetailEmpty = true;
this.DataBand325.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand325.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.DataBand325.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand325.BusinessObjectGuid = null;
//
// Text910
//
this.Text910 = new Stimulsoft.Report.Components.StiText();
this.Text910.CanGrow = true;
this.Text910.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 0, 80, 4);
this.Text910.ComponentStyle = "TitleSub3";
this.Text910.Guid = "5673fe9150ee445791fafbe7be594404";
this.Text910.Name = "Text910";
this.Text910.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text910__GetValue);
this.Text910.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text910.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.Text910.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text910.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text910.Indicator = null;
this.Text910.Interaction = null;
this.Text910.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text910.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text910.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand325.Interaction = null;
//
// DataBand326
//
this.DataBand326 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand326.CanShrink = true;
this.DataBand326.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 52, 190, 4);
this.DataBand326.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand326.DataSourceName = "tblReportValues3";
this.DataBand326.Guid = "9c3fa6359dd14be4921156f12c72aa1a";
this.DataBand326.Name = "DataBand326";
this.DataBand326.PrintIfDetailEmpty = true;
this.DataBand326.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand326.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.DataBand326.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand326.BusinessObjectGuid = null;
//
// Text911
//
this.Text911 = new Stimulsoft.Report.Components.StiText();
this.Text911.CanGrow = true;
this.Text911.CanShrink = true;
this.Text911.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text911.ComponentStyle = "Values";
this.Text911.GrowToHeight = true;
this.Text911.Guid = "c3392833493e4a108090c608cea6a1d3";
this.Text911.Name = "Text911";
this.Text911.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text911__GetValue);
this.Text911.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text911.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text911.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text911.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.Text911.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text911.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text911.Indicator = null;
this.Text911.Interaction = null;
this.Text911.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text911.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text911.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand326.Interaction = null;
//
// DataBand327
//
this.DataBand327 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand327.CanShrink = true;
this.DataBand327.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 64, 190, 8);
this.DataBand327.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand327.DataSourceName = "tblReportValues3";
this.DataBand327.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand327.Guid = "90c5c83fc7bb4386b82e1964966a2ba0";
this.DataBand327.Name = "DataBand327";
this.DataBand327.PrintIfDetailEmpty = true;
this.DataBand327.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand327.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.DataBand327.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand327.BusinessObjectGuid = null;
//
// Text912
//
this.Text912 = new Stimulsoft.Report.Components.StiText();
this.Text912.CanGrow = true;
this.Text912.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2, 80, 4);
this.Text912.ComponentStyle = "TitleSub3";
this.Text912.Guid = "1178ccceb04148478dc7aaa43defb1dc";
this.Text912.Name = "Text912";
this.Text912.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text912__GetValue);
this.Text912.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text912.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.Text912.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text912.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text912.Indicator = null;
this.Text912.Interaction = null;
this.Text912.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text912.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text912.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand327.Interaction = null;
//
// DataBand328
//
this.DataBand328 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand328.CanShrink = true;
this.DataBand328.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 80, 190, 4);
this.DataBand328.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand328.DataSourceName = "tblReportValueParts3";
this.DataBand328.Guid = "dc672874d3bb4d8fb0a59563ddf9e514";
this.DataBand328.Name = "DataBand328";
this.DataBand328.PrintIfDetailEmpty = true;
this.DataBand328.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand328.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.DataBand328.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand328.BusinessObjectGuid = null;
//
// Text913
//
this.Text913 = new Stimulsoft.Report.Components.StiText();
this.Text913.CanGrow = true;
this.Text913.CanShrink = true;
this.Text913.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text913.ComponentStyle = "Values";
this.Text913.BeforePrint += new System.EventHandler(this.Text913_Conditions);
this.Text913.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text913_ConditionsTextValue);
this.Text913.GrowToHeight = true;
this.Text913.Guid = "efe768c7dd7d4a0b814d3c57c5634452";
this.Text913.Name = "Text913";
this.Text913.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text913__GetValue);
this.Text913.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text913.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text913.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text913.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.Text913.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text913.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text913.Indicator = null;
this.Text913.Interaction = null;
this.Text913.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text913.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text913.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand328.Interaction = null;
//
// DataBand329
//
this.DataBand329 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand329.CanShrink = true;
this.DataBand329.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 92, 190, 8);
this.DataBand329.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand329.DataSourceName = "tblReportValues3";
this.DataBand329.Guid = "3630038ec2ba45fa8aa03e1925d82f9f";
this.DataBand329.Name = "DataBand329";
this.DataBand329.PrintIfDetailEmpty = true;
this.DataBand329.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand329.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.DataBand329.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand329.BusinessObjectGuid = null;
//
// Text914
//
this.Text914 = new Stimulsoft.Report.Components.StiText();
this.Text914.CanGrow = true;
this.Text914.CanShrink = true;
this.Text914.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2, 80, 4);
this.Text914.ComponentStyle = "TitleSub3";
this.Text914.GrowToHeight = true;
this.Text914.Guid = "13085a101e584049bcebc2a28fc641a7";
this.Text914.Name = "Text914";
this.Text914.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text914.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text914__GetValue);
this.Text914.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text914.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.Text914.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text914.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text914.Indicator = null;
this.Text914.Interaction = null;
this.Text914.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text914.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text914.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand329.Interaction = null;
//
// DataBand330
//
this.DataBand330 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand330.CanShrink = true;
this.DataBand330.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 108, 190, 4);
this.DataBand330.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand330.DataSourceName = "tblReportValues3";
this.DataBand330.Guid = "6770125c12e6415387be07771af969e6";
this.DataBand330.Name = "DataBand330";
this.DataBand330.PrintIfDetailEmpty = true;
this.DataBand330.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand330.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.DataBand330.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand330.BusinessObjectGuid = null;
//
// Text915
//
this.Text915 = new Stimulsoft.Report.Components.StiText();
this.Text915.CanGrow = true;
this.Text915.CanShrink = true;
this.Text915.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text915.ComponentStyle = "Values";
this.Text915.BeforePrint += new System.EventHandler(this.Text915_Conditions);
this.Text915.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text915_ConditionsTextValue);
this.Text915.GrowToHeight = true;
this.Text915.Guid = "c3869274ce074d6488db8fa83caaa981";
this.Text915.Name = "Text915";
this.Text915.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text915__GetValue);
this.Text915.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text915.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text915.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.Text915.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text915.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text915.Indicator = null;
this.Text915.Interaction = null;
this.Text915.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text915.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text915.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand330.Interaction = null;
//
// DataBand331
//
this.DataBand331 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand331.CanShrink = true;
this.DataBand331.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 120, 190, 8);
this.DataBand331.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand331.DataSourceName = "tblReportValues3";
this.DataBand331.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand331.Guid = "7fd779f79f624cbe8d9e06b5a550496d";
this.DataBand331.Name = "DataBand331";
this.DataBand331.PrintIfDetailEmpty = true;
this.DataBand331.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand331.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.DataBand331.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand331.BusinessObjectGuid = null;
//
// Text916
//
this.Text916 = new Stimulsoft.Report.Components.StiText();
this.Text916.CanGrow = true;
this.Text916.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2, 80, 4);
this.Text916.ComponentStyle = "TitleSub3";
this.Text916.Name = "Text916";
this.Text916.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text916__GetValue);
this.Text916.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text916.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.Text916.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text916.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text916.Guid = null;
this.Text916.Indicator = null;
this.Text916.Interaction = null;
this.Text916.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text916.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text916.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand331.Interaction = null;
//
// DataBand332
//
this.DataBand332 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand332.CanShrink = true;
this.DataBand332.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 136, 190, 4);
this.DataBand332.DataRelationName = "tblReportValues3_tblReportValueParts3";
this.DataBand332.DataSourceName = "tblReportValueParts3";
this.DataBand332.Name = "DataBand332";
this.DataBand332.PrintIfDetailEmpty = true;
this.DataBand332.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand332.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.DataBand332.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand332.BusinessObjectGuid = null;
//
// Text917
//
this.Text917 = new Stimulsoft.Report.Components.StiText();
this.Text917.CanGrow = true;
this.Text917.CanShrink = true;
this.Text917.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text917.ComponentStyle = "Values";
this.Text917.BeforePrint += new System.EventHandler(this.Text917_Conditions);
this.Text917.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text917_ConditionsTextValue);
this.Text917.GrowToHeight = true;
this.Text917.Guid = "a6d266bd3d6044f19da0de7ffd0b64b5";
this.Text917.Name = "Text917";
this.Text917.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text917__GetValue);
this.Text917.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text917.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text917.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text917.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.Text917.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text917.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text917.Indicator = null;
this.Text917.Interaction = null;
this.Text917.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text917.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text917.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand332.Guid = null;
this.DataBand332.Interaction = null;
//
// DataBand333
//
this.DataBand333 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand333.CanShrink = true;
this.DataBand333.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 148, 190, 8);
this.DataBand333.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand333.DataSourceName = "tblReportValues2";
this.DataBand333.Guid = "859ddf9d77774494bb74cce5816262f1";
this.DataBand333.Name = "DataBand333";
this.DataBand333.PrintIfDetailEmpty = true;
this.DataBand333.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand333.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.DataBand333.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand333.BusinessObjectGuid = null;
//
// Text918
//
this.Text918 = new Stimulsoft.Report.Components.StiText();
this.Text918.CanGrow = true;
this.Text918.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2, 80, 4);
this.Text918.ComponentStyle = "TitleSub3";
this.Text918.Guid = "7ec1a409b361452c88a8c13929e6a73f";
this.Text918.Name = "Text918";
this.Text918.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text918.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text918__GetValue);
this.Text918.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text918.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text918.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.Text918.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.InitializeComponent28();
}
public void InitializeComponent28()
{
this.Text918.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text918.Indicator = null;
this.Text918.Interaction = null;
this.Text918.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text918.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text918.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand333.Interaction = null;
//
// DataBand334
//
this.DataBand334 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand334.CanShrink = true;
this.DataBand334.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 164, 190, 4);
this.DataBand334.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand334.DataSourceName = "tblReportValues3";
this.DataBand334.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand334.Guid = "d9daa05db4134b30bdb4a2e7e2e7c18c";
this.DataBand334.Name = "DataBand334";
this.DataBand334.PrintIfDetailEmpty = true;
this.DataBand334.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand334.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.DataBand334.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand334.BusinessObjectGuid = null;
//
// Text919
//
this.Text919 = new Stimulsoft.Report.Components.StiText();
this.Text919.CanGrow = true;
this.Text919.CanShrink = true;
this.Text919.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text919.ComponentStyle = "Values";
this.Text919.BeforePrint += new System.EventHandler(this.Text919_Conditions);
this.Text919.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text919_ConditionsTextValue);
this.Text919.GrowToHeight = true;
this.Text919.Guid = "23256683502e458db6f75477197c268a";
this.Text919.Name = "Text919";
this.Text919.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text919__GetValue);
this.Text919.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text919.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text919.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.Text919.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text919.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text919.Indicator = null;
this.Text919.Interaction = null;
this.Text919.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text919.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text919.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand334.Interaction = null;
//
// DataBand335
//
this.DataBand335 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand335.CanShrink = true;
this.DataBand335.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 176, 190, 0);
this.DataBand335.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand335.DataSourceName = "tblReportValues2";
this.DataBand335.Guid = "aefda7956c1744a08e96190f9ce0f24b";
this.DataBand335.Name = "DataBand335";
this.DataBand335.PrintIfDetailEmpty = true;
this.DataBand335.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand335.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.DataBand335.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand335.BusinessObjectGuid = null;
this.DataBand335.Interaction = null;
//
// DataBand336
//
this.DataBand336 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand336.CanShrink = true;
this.DataBand336.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 184, 190, 8);
this.DataBand336.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand336.DataSourceName = "tblReportValues3";
this.DataBand336.Guid = "585fb9c48e5147f4a0dd9f520567a347";
this.DataBand336.Name = "DataBand336";
this.DataBand336.PrintIfDetailEmpty = true;
this.DataBand336.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand336.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.DataBand336.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand336.BusinessObjectGuid = null;
//
// Text920
//
this.Text920 = new Stimulsoft.Report.Components.StiText();
this.Text920.CanGrow = true;
this.Text920.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2, 80, 4);
this.Text920.ComponentStyle = "TitleSub3";
this.Text920.Guid = "7a5b6df78a6b4d20ac06c2e56ce546bd";
this.Text920.Name = "Text920";
this.Text920.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text920.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text920__GetValue);
this.Text920.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text920.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.Text920.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text920.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text920.Indicator = null;
this.Text920.Interaction = null;
this.Text920.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text920.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text920.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand336.Interaction = null;
//
// DataBand337
//
this.DataBand337 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand337.CanShrink = true;
this.DataBand337.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 200, 190, 4);
this.DataBand337.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand337.DataSourceName = "tblReportValues3";
this.DataBand337.Guid = "1a3694674d564440a5e03ec1f1ea2666";
this.DataBand337.Name = "DataBand337";
this.DataBand337.PrintIfDetailEmpty = true;
this.DataBand337.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand337.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.DataBand337.Brush = new Stimulsoft.Base.Drawing.StiEmptyBrush();
this.DataBand337.BusinessObjectGuid = null;
//
// Text921
//
this.Text921 = new Stimulsoft.Report.Components.StiText();
this.Text921.CanGrow = true;
this.Text921.CanShrink = true;
this.Text921.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text921.ComponentStyle = "Values";
this.Text921.GrowToHeight = true;
this.Text921.Guid = "aa4c22d62a0140d9b299cde5c2c3cb0b";
this.Text921.Name = "Text921";
this.Text921.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text921__GetValue);
this.Text921.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text921.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text921.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text921.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.Text921.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text921.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text921.Indicator = null;
this.Text921.Interaction = null;
this.Text921.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text921.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text921.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand337.Interaction = null;
this.overvCLP2new.ExcelSheetValue = null;
this.overvCLP2new.Interaction = null;
this.overvCLP2new.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.overvCLP2new_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.overvCLP2new_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.overvCLP2new_Watermark.Image = null;
this.overvCLP2new_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// standOverv_expLim
//
this.standOverv_expLim = new Stimulsoft.Report.Components.StiPage();
this.standOverv_expLim.Guid = "40edc001b65d437fab223bdf410098e2";
this.standOverv_expLim.Name = "standOverv_expLim";
this.standOverv_expLim.PageHeight = 297;
this.standOverv_expLim.PageWidth = 210;
this.standOverv_expLim.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.standOverv_expLim.PrintHeadersFootersFromPreviousPage = true;
this.standOverv_expLim.PrintOnPreviousPage = true;
this.standOverv_expLim.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.standOverv_expLim.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// standOvervTitleMain
//
this.standOvervTitleMain = new Stimulsoft.Report.Components.StiDataBand();
this.standOvervTitleMain.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 14);
this.standOvervTitleMain.DataSourceName = "tblReportValues0";
this.standOvervTitleMain.Guid = "b1800cd66e9844b8b15c6ce49d1fe0fc";
this.standOvervTitleMain.Name = "standOvervTitleMain";
this.standOvervTitleMain.PrintIfDetailEmpty = true;
this.standOvervTitleMain.Sort = new System.String[0];
this.standOvervTitleMain.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.standOvervTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.standOvervTitleMain.BusinessObjectGuid = null;
//
// Text412
//
this.Text412 = new Stimulsoft.Report.Components.StiText();
this.Text412.CanGrow = true;
this.Text412.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 2, 186, 10);
this.Text412.ComponentStyle = "TitleMain";
this.Text412.Guid = "86e17ac6811f446ca468e9e8c2652f11";
this.Text412.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text412.Name = "Text412";
this.Text412.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text412__GetValue);
this.Text412.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text412.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text412.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text412.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text412.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.Text412.Font = new System.Drawing.Font("Arial Black", 14F);
this.Text412.Indicator = null;
this.Text412.Interaction = null;
this.Text412.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text412.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.White);
this.Text412.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text412.BeforePrint += new System.EventHandler(this.Text412_BeforePrint);
this.standOvervTitleMain.DataRelationName = null;
this.standOvervTitleMain.Interaction = null;
this.standOvervTitleMain.MasterComponent = null;
//
// Data265
//
this.Data265 = new Stimulsoft.Report.Components.StiDataBand();
this.Data265.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 26, 190, 10);
this.Data265.DataRelationName = "tblReportTitles_tblReportValues1";
this.Data265.DataSourceName = "tblReportValues1";
this.Data265.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data265.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.Data265.Name = "Data265";
this.Data265.PrintIfDetailEmpty = true;
this.Data265.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data265.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.Data265.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data265.BusinessObjectGuid = null;
//
// Text470
//
this.Text470 = new Stimulsoft.Report.Components.StiText();
this.Text470.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 4, 178, 6);
this.Text470.ComponentStyle = "TitleSub1";
this.Text470.BeforePrint += new System.EventHandler(this.Text470_Conditions);
this.Text470.Guid = "b63aeb05623e40588d3fa229b0f25298";
this.Text470.Name = "Text470";
this.Text470.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text470__GetValue);
this.Text470.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text470.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.Text470.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text470.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text470.Indicator = null;
this.Text470.Interaction = null;
this.Text470.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text470.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text470.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data265.Interaction = null;
//
// Data266
//
this.Data266 = new Stimulsoft.Report.Components.StiDataBand();
this.Data266.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 44, 190, 8);
this.Data266.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data266.DataSourceName = "tblReportValues2";
this.Data266.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.Data266.Name = "Data266";
this.Data266.PrintIfDetailEmpty = true;
this.Data266.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data266.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.Data266.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data266.BusinessObjectGuid = null;
//
// Text471
//
this.Text471 = new Stimulsoft.Report.Components.StiText();
this.Text471.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 2, 174, 6);
this.Text471.ComponentStyle = "TitleSub2";
this.Text471.Guid = "b7470b2ba337465c8ccd0a7057d6af13";
this.Text471.Name = "Text471";
this.Text471.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text471__GetValue);
this.Text471.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text471.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.Text471.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text471.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.Text471.Indicator = null;
this.Text471.Interaction = null;
this.Text471.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text471.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text471.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data266.Interaction = null;
//
// Data267
//
this.Data267 = new Stimulsoft.Report.Components.StiDataBand();
this.Data267.CanShrink = true;
this.Data267.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 60, 190, 8);
this.Data267.DataRelationName = "tblReportValues1_tblReportValues2";
this.Data267.DataSourceName = "tblReportValues2";
this.Data267.Guid = "29ce3e7802bd40b4a920d10faa7d92d6";
this.Data267.Name = "Data267";
this.Data267.PrintIfDetailEmpty = true;
this.Data267.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.Data267.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.Data267.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data267.BusinessObjectGuid = null;
//
// Text469
//
this.Text469 = new Stimulsoft.Report.Components.StiText();
this.Text469.CanGrow = true;
this.Text469.CanShrink = true;
this.Text469.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0, 102, 4);
this.Text469.ComponentStyle = "ValuesBorder";
this.Text469.BeforePrint += new System.EventHandler(this.Text469_Conditions);
this.Text469.GrowToHeight = true;
this.Text469.Guid = "d2907ecb732442d99358ac451d932144";
this.Text469.Name = "Text469";
this.Text469.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text469.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text469__GetValue);
this.Text469.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text469.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text469.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.Text469.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text469.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text469.Indicator = null;
this.Text469.Interaction = null;
this.Text469.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text469.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text469.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text487
//
this.Text487 = new Stimulsoft.Report.Components.StiText();
this.Text487.CanGrow = true;
this.Text487.CanShrink = true;
this.Text487.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(114, 0, 72, 4);
this.Text487.ComponentStyle = "ValuesBorder";
this.Text487.GrowToHeight = true;
this.Text487.Guid = "c258cac15ac14256b876c4ba116288d2";
this.Text487.Name = "Text487";
this.Text487.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text487__GetValue);
this.Text487.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text487.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text487.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text487.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.Text487.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text487.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text487.Indicator = null;
this.Text487.Interaction = null;
this.Text487.Margins = new Stimulsoft.Report.Components.StiMargins(30, 0, 0, 0);
this.Text487.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text487.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data267.Interaction = null;
//
// Data268
//
this.Data268 = new Stimulsoft.Report.Components.StiDataBand();
this.Data268.CanShrink = true;
this.Data268.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 76, 190, 8);
this.Data268.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.Data268.DataSourceName = "tblReportValueParts2";
this.Data268.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data268.Guid = "740c3c58962b4668a16dfd076db18d7e";
this.Data268.Name = "Data268";
this.Data268.PrintIfDetailEmpty = true;
this.Data268.Sort = new System.String[] {
"ASC",
"{GetData268_Sort1}",
"ASC",
"Column1"};
this.Data268.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.Data268.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Data268.BusinessObjectGuid = null;
//
// Text474
//
this.Text474 = new Stimulsoft.Report.Components.StiText();
this.Text474.CanGrow = true;
this.Text474.CanShrink = true;
this.Text474.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(78, 0, 60, 8);
this.Text474.ComponentStyle = "ValuesBorder";
this.Text474.BeforePrint += new System.EventHandler(this.Text474_Conditions);
this.Text474.GrowToHeight = true;
this.Text474.Guid = "ddaa49e94ea140469226fa4f80be26c5";
this.Text474.Name = "Text474";
this.Text474.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text474__GetValue);
this.Text474.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text474.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text474.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.Text474.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text474.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text474.Indicator = null;
this.Text474.Interaction = null;
this.Text474.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text474.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text474.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text475
//
this.Text475 = new Stimulsoft.Report.Components.StiText();
this.Text475.CanGrow = true;
this.Text475.CanShrink = true;
this.Text475.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18, 0, 60, 8);
this.Text475.ComponentStyle = "ValuesBorder";
this.Text475.BeforePrint += new System.EventHandler(this.Text475_Conditions);
this.Text475.GrowToHeight = true;
this.Text475.Guid = "7e080a0b80a945a5bfe9e5e955af368d";
this.Text475.Name = "Text475";
this.Text475.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text475__GetValue);
this.Text475.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text475.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text475.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.Text475.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text475.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text475.Indicator = null;
this.Text475.Interaction = null;
this.Text475.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text475.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text475.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text476
//
this.Text476 = new Stimulsoft.Report.Components.StiText();
this.Text476.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 12, 4);
this.Text476.Enabled = false;
this.Text476.Guid = "d26908e54647414787259f2b8b8a8de3";
this.Text476.Name = "Text476";
this.Text476.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text476__GetValue);
this.Text476.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.Text476.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text476.Font = new System.Drawing.Font("Calibri", 9F);
this.Text476.Indicator = null;
this.Text476.Interaction = null;
this.Text476.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text476.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text476.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text477
//
this.Text477 = new Stimulsoft.Report.Components.StiText();
this.Text477.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 4, 12, 4);
this.Text477.Enabled = false;
this.Text477.Guid = "683e8c46ae964c71b1fe315a12f05e00";
this.Text477.Name = "Text477";
this.Text477.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text477__GetValue);
this.Text477.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.Text477.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text477.Font = new System.Drawing.Font("Calibri", 9F);
this.Text477.Indicator = null;
this.Text477.Interaction = null;
this.Text477.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text477.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text477.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data268.Interaction = null;
//
// Data269
//
this.Data269 = new Stimulsoft.Report.Components.StiDataBand();
this.Data269.CanShrink = true;
this.Data269.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 92, 190, 8);
this.Data269.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.Data269.DataSourceName = "tblReportValueParts2";
this.Data269.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.Data269.KeepChildTogether = true;
this.Data269.KeepDetailsTogether = true;
this.Data269.Name = "Data269";
this.Data269.PrintIfDetailEmpty = true;
this.Data269.Sort = new System.String[] {
"ASC",
"{GetData269_Sort1}",
"ASC",
"Column1"};
this.Data269.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.Data269.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 0));
this.Data269.BusinessObjectGuid = null;
//
// Text478
//
this.Text478 = new Stimulsoft.Report.Components.StiText();
this.Text478.CanGrow = true;
this.Text478.CanShrink = true;
this.Text478.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(60, 0, 24, 8);
this.Text478.ComponentStyle = "ValuesBorder";
this.Text478.BeforePrint += new System.EventHandler(this.Text478_Conditions);
this.Text478.GrowToHeight = true;
this.Text478.Name = "Text478";
this.Text478.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text478__GetValue);
this.Text478.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text478.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text478.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.Text478.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text478.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text478.Guid = null;
this.Text478.Indicator = null;
this.Text478.Interaction = null;
this.Text478.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text478.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text478.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text479
//
this.Text479 = new Stimulsoft.Report.Components.StiText();
this.Text479.CanGrow = true;
this.Text479.CanShrink = true;
this.Text479.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 18, 8);
this.Text479.ComponentStyle = "ValuesBorder";
this.Text479.BeforePrint += new System.EventHandler(this.Text479_Conditions);
this.Text479.GrowToHeight = true;
this.Text479.Name = "Text479";
this.Text479.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text479__GetValue);
this.Text479.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text479.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text479.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.Text479.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text479.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text479.Guid = null;
this.Text479.Indicator = null;
this.Text479.Interaction = null;
this.Text479.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text479.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text479.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text480
//
this.Text480 = new Stimulsoft.Report.Components.StiText();
this.Text480.CanGrow = true;
this.Text480.CanShrink = true;
this.Text480.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18, 0, 24, 8);
this.Text480.ComponentStyle = "ValuesBorder";
this.Text480.BeforePrint += new System.EventHandler(this.Text480_Conditions);
this.Text480.GrowToHeight = true;
this.Text480.Name = "Text480";
this.Text480.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text480__GetValue);
this.Text480.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text480.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text480.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.Text480.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text480.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text480.Guid = null;
this.Text480.Indicator = null;
this.Text480.Interaction = null;
this.Text480.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text480.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text480.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text481
//
this.Text481 = new Stimulsoft.Report.Components.StiText();
this.Text481.CanGrow = true;
this.Text481.CanShrink = true;
this.Text481.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(84, 0, 30, 8);
this.Text481.ComponentStyle = "ValuesBorder";
this.Text481.BeforePrint += new System.EventHandler(this.Text481_Conditions);
this.Text481.GrowToHeight = true;
this.Text481.Name = "Text481";
this.Text481.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text481__GetValue);
this.Text481.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text481.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text481.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.Text481.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text481.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text481.Guid = null;
this.Text481.Indicator = null;
this.Text481.Interaction = null;
this.Text481.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text481.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text481.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text482
//
this.Text482 = new Stimulsoft.Report.Components.StiText();
this.Text482.CanGrow = true;
this.Text482.CanShrink = true;
this.Text482.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(114, 0, 30, 8);
this.Text482.ComponentStyle = "ValuesBorder";
this.Text482.BeforePrint += new System.EventHandler(this.Text482_Conditions);
this.Text482.GrowToHeight = true;
this.Text482.Name = "Text482";
this.Text482.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text482__GetValue);
this.Text482.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text482.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text482.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.Text482.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text482.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text482.Guid = null;
this.Text482.Indicator = null;
this.Text482.Interaction = null;
this.Text482.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text482.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text482.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text483
//
this.Text483 = new Stimulsoft.Report.Components.StiText();
this.Text483.CanGrow = true;
this.Text483.CanShrink = true;
this.Text483.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 24, 8);
this.Text483.ComponentStyle = "ValuesBorder";
this.Text483.BeforePrint += new System.EventHandler(this.Text483_Conditions);
this.Text483.GrowToHeight = true;
this.Text483.Guid = "2d60fb89138f42b49707632ef4aa238d";
this.Text483.Name = "Text483";
this.Text483.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text483__GetValue);
this.Text483.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text483.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text483.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.Text483.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text483.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text483.Indicator = null;
this.Text483.Interaction = null;
this.Text483.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text483.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text483.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text484
//
this.Text484 = new Stimulsoft.Report.Components.StiText();
this.Text484.CanGrow = true;
this.Text484.CanShrink = true;
this.Text484.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(168, 0, 18, 8);
this.Text484.ComponentStyle = "ValuesBorder";
this.Text484.BeforePrint += new System.EventHandler(this.Text484_Conditions);
this.Text484.GrowToHeight = true;
this.Text484.Guid = "21de811e65c7401e8011ad472a2ab8fe";
this.Text484.Name = "Text484";
this.Text484.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text484__GetValue);
this.Text484.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text484.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text484.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.Text484.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text484.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text484.Indicator = null;
this.Text484.Interaction = null;
this.Text484.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text484.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text484.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text485
//
this.Text485 = new Stimulsoft.Report.Components.StiText();
this.Text485.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 12, 4);
this.Text485.Enabled = false;
this.Text485.Name = "Text485";
this.Text485.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text485__GetValue);
this.Text485.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.Text485.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text485.Font = new System.Drawing.Font("Calibri", 9F);
this.Text485.Guid = null;
this.Text485.Indicator = null;
this.Text485.Interaction = null;
this.Text485.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text485.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text485.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text486
//
this.Text486 = new Stimulsoft.Report.Components.StiText();
this.Text486.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 4, 12, 4);
this.Text486.Enabled = false;
this.Text486.Name = "Text486";
this.Text486.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text486__GetValue);
this.Text486.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.Text486.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text486.Font = new System.Drawing.Font("Calibri", 9F);
this.Text486.Guid = null;
this.Text486.Indicator = null;
this.Text486.Interaction = null;
this.Text486.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text486.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text486.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Data269.Guid = null;
this.Data269.Interaction = null;
this.standOverv_expLim.ExcelSheetValue = null;
this.standOverv_expLim.Interaction = null;
this.standOverv_expLim.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.standOverv_expLim_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.standOverv_expLim_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.standOverv_expLim_Watermark.Image = null;
this.standOverv_expLim_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.standOverv_expLim.BeforePrint += new System.EventHandler(this.standOverv_expLim_BeforePrint);
//
// stand_el_eu
//
this.stand_el_eu = new Stimulsoft.Report.Components.StiPage();
this.stand_el_eu.Enabled = false;
this.stand_el_eu.Guid = "f24f33ba25f94e169989faa520f2217c";
this.stand_el_eu.Name = "stand_el_eu";
this.stand_el_eu.PageHeight = 297;
this.stand_el_eu.PageWidth = 210;
this.stand_el_eu.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.stand_el_eu.PrintHeadersFootersFromPreviousPage = true;
this.stand_el_eu.PrintOnPreviousPage = true;
this.stand_el_eu.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.stand_el_eu.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255));
//
// DataBand365
//
this.DataBand365 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand365.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 10);
this.DataBand365.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand365.DataSourceName = "tblReportValues1";
this.DataBand365.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand365.Guid = "bfed7af9d3264448a84711687e394421";
this.DataBand365.Name = "DataBand365";
this.DataBand365.PrintIfDetailEmpty = true;
this.DataBand365.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand365.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.DataBand365.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand365.BusinessObjectGuid = null;
//
// Text976
//
this.Text976 = new Stimulsoft.Report.Components.StiText();
this.Text976.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 4, 178, 6);
this.Text976.ComponentStyle = "TitleSub1";
this.Text976.BeforePrint += new System.EventHandler(this.Text976_Conditions);
this.Text976.Guid = "cf88ea2c27ab47d499878cef21f11bf8";
this.Text976.Name = "Text976";
this.Text976.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text976__GetValue);
this.Text976.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text976.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.Text976.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text976.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text976.Indicator = null;
this.Text976.Interaction = null;
this.Text976.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text976.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text976.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand365.Interaction = null;
this.DataBand365.MasterComponent = null;
//
// DataBand358
//
this.DataBand358 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand358.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand358__GetBookmark);
this.DataBand358.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 22, 190, 0);
this.DataBand358.DataSourceName = "tblReportValues0";
this.DataBand358.Name = "DataBand358";
this.DataBand358.PrintIfDetailEmpty = true;
this.DataBand358.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand358.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.DataBand358.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand358.BusinessObjectGuid = null;
this.DataBand358.DataRelationName = null;
this.DataBand358.Guid = null;
this.DataBand358.Interaction = null;
this.DataBand358.MasterComponent = null;
//
// DataBand359
//
this.DataBand359 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand359.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand359__GetBookmark);
this.DataBand359.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 30, 190, 0);
this.DataBand359.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand359.DataSourceName = "tblReportValues1";
this.DataBand359.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand359.Name = "DataBand359";
this.DataBand359.PrintIfDetailEmpty = true;
this.DataBand359.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand359.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.DataBand359.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand359.BusinessObjectGuid = null;
this.DataBand359.Guid = null;
this.DataBand359.Interaction = null;
//
// DataBand360
//
this.DataBand360 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand360.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand360__GetBookmark);
this.DataBand360.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 38, 190, 0);
this.DataBand360.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand360.DataSourceName = "tblReportValues2";
this.DataBand360.Name = "DataBand360";
this.DataBand360.PrintIfDetailEmpty = true;
this.DataBand360.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand360.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.DataBand360.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand360.BusinessObjectGuid = null;
this.DataBand360.Guid = null;
this.DataBand360.Interaction = null;
//
// DataBand361
//
this.DataBand361 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand361.CanShrink = true;
this.DataBand361.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 4);
this.DataBand361.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand361.DataSourceName = "tblReportValues3";
this.DataBand361.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand361.Guid = "1283642b1fab4474ac6802c961a370ae";
this.DataBand361.Name = "DataBand361";
this.DataBand361.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand361.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.DataBand361.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand361.BusinessObjectGuid = null;
//
// Text978
//
this.Text978 = new Stimulsoft.Report.Components.StiText();
this.Text978.CanGrow = true;
this.Text978.CanShrink = true;
this.Text978.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text978.ComponentStyle = "ValuesBorder";
this.Text978.BeforePrint += new System.EventHandler(this.Text978_Conditions);
this.Text978.GrowToHeight = true;
this.Text978.Name = "Text978";
this.Text978.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text978.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text978__GetValue);
this.Text978.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.Text978.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text978.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text978.Guid = null;
this.Text978.Indicator = null;
this.Text978.Interaction = null;
this.Text978.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text978.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text978.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text979
//
this.Text979 = new Stimulsoft.Report.Components.StiText();
this.Text979.CanGrow = true;
this.Text979.CanShrink = true;
this.Text979.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 106, 4);
this.Text979.ComponentStyle = "ValuesBorder";
this.Text979.GrowToHeight = true;
this.Text979.Name = "Text979";
this.Text979.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text979__GetValue);
this.Text979.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.Text979.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text979.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text979.Guid = null;
this.Text979.Indicator = null;
this.Text979.Interaction = null;
this.Text979.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text979.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text979.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand361.Interaction = null;
//
// DataBand362
//
this.DataBand362 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand362.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 58, 190, 2);
this.DataBand362.DataSourceName = "tblReportValues2";
this.DataBand362.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand362.Guid = "df3cbcc701ba4f33be76d24814ac3e39";
this.DataBand362.Name = "DataBand362";
this.DataBand362.Sort = new System.String[0];
this.DataBand362.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.DataBand362.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand362.BusinessObjectGuid = null;
this.DataBand362.DataRelationName = null;
this.DataBand362.Interaction = null;
this.DataBand362.AfterPrint += new System.EventHandler(this.DataBand362_AfterPrint);
this.DataBand362.BeforePrint += new System.EventHandler(this.DataBand362_BeforePrint);
//
// GroupHeaderBand10
//
this.GroupHeaderBand10 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand10.CanShrink = true;
this.GroupHeaderBand10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 68, 190, 6);
this.GroupHeaderBand10.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand10__GetValue);
this.GroupHeaderBand10.Guid = "b62c66d126ac460c8803b14376780ca5";
this.GroupHeaderBand10.Name = "GroupHeaderBand10";
this.GroupHeaderBand10.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.GroupHeaderBand10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 250, 192, 143));
//
// Text980
//
this.Text980 = new Stimulsoft.Report.Components.StiText();
this.Text980.CanShrink = true;
this.Text980.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 6);
this.Text980.BeforePrint += new System.EventHandler(this.Text980_Conditions);
this.Text980.Name = "Text980";
this.Text980.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.Text980.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text980.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text980.Guid = null;
this.Text980.Indicator = null;
this.Text980.Interaction = null;
this.Text980.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text980.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text980.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text980.AfterPrint += new System.EventHandler(this.Text980_AfterPrint);
this.GroupHeaderBand10.Interaction = null;
this.GroupHeaderBand10.BeforePrint += new System.EventHandler(this.GroupHeaderBand10_BeforePrint);
//
// DataBand363
//
this.DataBand363 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand363.CanShrink = true;
this.DataBand363.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 82, 190, 4);
this.DataBand363.DataSourceName = "tblReportValueParts3";
this.DataBand363.Guid = "011962786dc44e0b8a27dbc3a2a881b1";
this.DataBand363.Name = "DataBand363";
this.DataBand363.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand363.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.DataBand363.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand363.BusinessObjectGuid = null;
this.DataBand363.DataRelationName = null;
this.DataBand363.Interaction = null;
this.DataBand363.BeforePrint += new System.EventHandler(this.DataBand363_BeforePrint);
//
// GroupFooterBand10
//
this.GroupFooterBand10 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 94, 190, 4);
this.GroupFooterBand10.Guid = "87962c71a7624717ad178ee375af35ac";
this.GroupFooterBand10.Name = "GroupFooterBand10";
this.GroupFooterBand10.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.GroupFooterBand10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text981
//
this.Text981 = new Stimulsoft.Report.Components.StiText();
this.Text981.CanGrow = true;
this.Text981.CanShrink = true;
this.Text981.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text981.ComponentStyle = "ValuesBorder";
this.Text981.BeforePrint += new System.EventHandler(this.Text981_Conditions);
this.Text981.GrowToHeight = true;
this.Text981.Guid = "7f4ef829b8444bdaae5fe987fbeeec3e";
this.Text981.Name = "Text981";
this.Text981.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text981.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text981__GetValue);
this.Text981.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text981.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.Text981.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text981.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text981.Indicator = null;
this.Text981.Interaction = null;
this.Text981.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text981.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text981.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text982
//
this.Text982 = new Stimulsoft.Report.Components.StiText();
this.Text982.CanGrow = true;
this.Text982.CanShrink = true;
this.Text982.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 56, 4);
this.Text982.ComponentStyle = "ValuesBorder";
this.Text982.BeforePrint += new System.EventHandler(this.Text982_Conditions);
this.Text982.GrowToHeight = true;
this.Text982.Guid = "95640658335e4983ac23e8d36c9b57cd";
this.Text982.Name = "Text982";
this.Text982.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text982__GetValue);
this.Text982.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text982.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.Text982.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text982.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text982.Indicator = null;
this.Text982.Interaction = null;
this.Text982.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text982.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text982.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text983
//
this.Text983 = new Stimulsoft.Report.Components.StiText();
this.Text983.CanGrow = true;
this.Text983.CanShrink = true;
this.Text983.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(136, 0, 50, 4);
this.Text983.ComponentStyle = "ValuesBorder";
this.Text983.BeforePrint += new System.EventHandler(this.Text983_Conditions);
this.Text983.GrowToHeight = true;
this.Text983.Guid = "c2dc6a1555ab4f979d3fb51fe4d84d22";
this.Text983.Name = "Text983";
this.Text983.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text983__GetValue);
this.Text983.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text983.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.Text983.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text983.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text983.Indicator = null;
this.Text983.Interaction = null;
this.Text983.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text983.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text983.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupFooterBand10.Interaction = null;
this.stand_el_eu.ExcelSheetValue = null;
this.stand_el_eu.Interaction = null;
this.stand_el_eu.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.stand_el_eu_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.stand_el_eu_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.stand_el_eu_Watermark.Image = null;
this.stand_el_eu_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// strand_el_b
//
this.strand_el_b = new Stimulsoft.Report.Components.StiPage();
this.strand_el_b.Enabled = false;
this.strand_el_b.Guid = "f9a4123b93a54d4ab4ae7793da08583d";
this.strand_el_b.Name = "strand_el_b";
this.strand_el_b.PageHeight = 297;
this.strand_el_b.PageWidth = 210;
this.strand_el_b.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.strand_el_b.PrintHeadersFootersFromPreviousPage = true;
this.strand_el_b.PrintOnPreviousPage = true;
this.strand_el_b.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.strand_el_b.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand355
//
this.DataBand355 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand355.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 10);
this.DataBand355.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand355.DataSourceName = "tblReportValues1";
this.DataBand355.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand355.Guid = "6a1e9ca71e6d4fe7a883b517417363a0";
this.DataBand355.Name = "DataBand355";
this.DataBand355.PrintIfDetailEmpty = true;
this.DataBand355.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand355.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.DataBand355.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand355.BusinessObjectGuid = null;
//
// Text975
//
this.Text975 = new Stimulsoft.Report.Components.StiText();
this.Text975.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 4, 178, 6);
this.Text975.ComponentStyle = "TitleSub1";
this.Text975.BeforePrint += new System.EventHandler(this.Text975_Conditions);
this.Text975.Guid = "7a9d34c23ead4d1e9f05eea9d27eb253";
this.Text975.Name = "Text975";
this.Text975.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text975__GetValue);
this.Text975.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text975.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.Text975.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text975.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text975.Indicator = null;
this.Text975.Interaction = null;
this.Text975.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.InitializeComponent29();
}
public void InitializeComponent29()
{
this.Text975.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text975.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand355.Interaction = null;
this.DataBand355.MasterComponent = null;
//
// DataBand280
//
this.DataBand280 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand280.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand280__GetBookmark);
this.DataBand280.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 22, 190, 0);
this.DataBand280.DataSourceName = "tblReportValues0";
this.DataBand280.Name = "DataBand280";
this.DataBand280.PrintIfDetailEmpty = true;
this.DataBand280.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand280.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.DataBand280.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand280.BusinessObjectGuid = null;
this.DataBand280.DataRelationName = null;
this.DataBand280.Guid = null;
this.DataBand280.Interaction = null;
this.DataBand280.MasterComponent = null;
//
// DataBand283
//
this.DataBand283 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand283.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand283__GetBookmark);
this.DataBand283.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 30, 190, 0);
this.DataBand283.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand283.DataSourceName = "tblReportValues1";
this.DataBand283.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand283.Name = "DataBand283";
this.DataBand283.PrintIfDetailEmpty = true;
this.DataBand283.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand283.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.DataBand283.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand283.BusinessObjectGuid = null;
this.DataBand283.Guid = null;
this.DataBand283.Interaction = null;
//
// DataBand287
//
this.DataBand287 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand287.GetBookmark += new Stimulsoft.Report.Events.StiValueEventHandler(this.DataBand287__GetBookmark);
this.DataBand287.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 38, 190, 0);
this.DataBand287.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand287.DataSourceName = "tblReportValues2";
this.DataBand287.Name = "DataBand287";
this.DataBand287.PrintIfDetailEmpty = true;
this.DataBand287.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand287.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.DataBand287.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand287.BusinessObjectGuid = null;
this.DataBand287.Guid = null;
this.DataBand287.Interaction = null;
//
// DataBand349
//
this.DataBand349 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand349.CanShrink = true;
this.DataBand349.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 46, 190, 4);
this.DataBand349.DataRelationName = "tblReportValues2_tblReportValues3";
this.DataBand349.DataSourceName = "tblReportValues3";
this.DataBand349.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand349.Guid = "531e579d23a34e09af85af32d9901cc3";
this.DataBand349.Name = "DataBand349";
this.DataBand349.Sort = new System.String[] {
"ASC",
"NameOrder",
"ASC",
"ValueOrder"};
this.DataBand349.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.DataBand349.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand349.BusinessObjectGuid = null;
//
// Text968
//
this.Text968 = new Stimulsoft.Report.Components.StiText();
this.Text968.CanGrow = true;
this.Text968.CanShrink = true;
this.Text968.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text968.ComponentStyle = "ValuesBorder";
this.Text968.BeforePrint += new System.EventHandler(this.Text968_Conditions);
this.Text968.GrowToHeight = true;
this.Text968.Guid = "93e4ad3d13d544eda6c620f0dc6de1f1";
this.Text968.Name = "Text968";
this.Text968.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text968.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text968__GetValue);
this.Text968.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.Text968.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text968.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text968.Indicator = null;
this.Text968.Interaction = null;
this.Text968.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text968.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text968.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text969
//
this.Text969 = new Stimulsoft.Report.Components.StiText();
this.Text969.CanGrow = true;
this.Text969.CanShrink = true;
this.Text969.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 106, 4);
this.Text969.ComponentStyle = "ValuesBorder";
this.Text969.GrowToHeight = true;
this.Text969.Guid = "42afeac5dfe74408a721f075968f4b64";
this.Text969.Name = "Text969";
this.Text969.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text969__GetValue);
this.Text969.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.Text969.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text969.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text969.Indicator = null;
this.Text969.Interaction = null;
this.Text969.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text969.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text969.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand349.Interaction = null;
//
// DataBand350
//
this.DataBand350 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand350.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 58, 190, 2);
this.DataBand350.DataSourceName = "tblReportValues2";
this.DataBand350.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand350.Guid = "df3cbcc701ba4f33be76d24814ac3e39";
this.DataBand350.Name = "DataBand350";
this.DataBand350.Sort = new System.String[0];
this.DataBand350.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.DataBand350.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand350.BusinessObjectGuid = null;
this.DataBand350.DataRelationName = null;
this.DataBand350.Interaction = null;
this.DataBand350.AfterPrint += new System.EventHandler(this.DataBand350_AfterPrint);
this.DataBand350.BeforePrint += new System.EventHandler(this.DataBand350_BeforePrint);
//
// GroupHeaderBand7
//
this.GroupHeaderBand7 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand7.CanShrink = true;
this.GroupHeaderBand7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 68, 190, 6);
this.GroupHeaderBand7.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand7__GetValue);
this.GroupHeaderBand7.Guid = "b62c66d126ac460c8803b14376780ca5";
this.GroupHeaderBand7.Name = "GroupHeaderBand7";
this.GroupHeaderBand7.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.GroupHeaderBand7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text970
//
this.Text970 = new Stimulsoft.Report.Components.StiText();
this.Text970.CanShrink = true;
this.Text970.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 6);
this.Text970.BeforePrint += new System.EventHandler(this.Text970_Conditions);
this.Text970.Name = "Text970";
this.Text970.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.Text970.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text970.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text970.Guid = null;
this.Text970.Indicator = null;
this.Text970.Interaction = null;
this.Text970.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text970.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text970.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text970.AfterPrint += new System.EventHandler(this.Text970_AfterPrint);
this.GroupHeaderBand7.Interaction = null;
this.GroupHeaderBand7.BeforePrint += new System.EventHandler(this.GroupHeaderBand7_BeforePrint);
//
// DataBand351
//
this.DataBand351 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand351.CanShrink = true;
this.DataBand351.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 82, 190, 4);
this.DataBand351.DataSourceName = "tblReportValueParts3";
this.DataBand351.Guid = "011962786dc44e0b8a27dbc3a2a881b1";
this.DataBand351.Name = "DataBand351";
this.DataBand351.Sort = new System.String[] {
"ASC",
"Order"};
this.DataBand351.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.DataBand351.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand351.BusinessObjectGuid = null;
this.DataBand351.DataRelationName = null;
this.DataBand351.Interaction = null;
this.DataBand351.BeforePrint += new System.EventHandler(this.DataBand351_BeforePrint);
//
// GroupFooterBand7
//
this.GroupFooterBand7 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 94, 190, 4);
this.GroupFooterBand7.Guid = "87962c71a7624717ad178ee375af35ac";
this.GroupFooterBand7.Name = "GroupFooterBand7";
this.GroupFooterBand7.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.GroupFooterBand7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text971
//
this.Text971 = new Stimulsoft.Report.Components.StiText();
this.Text971.CanGrow = true;
this.Text971.CanShrink = true;
this.Text971.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 60, 4);
this.Text971.ComponentStyle = "ValuesBorder";
this.Text971.BeforePrint += new System.EventHandler(this.Text971_Conditions);
this.Text971.GrowToHeight = true;
this.Text971.Guid = "7f4ef829b8444bdaae5fe987fbeeec3e";
this.Text971.Name = "Text971";
this.Text971.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text971.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text971__GetValue);
this.Text971.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text971.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.Text971.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text971.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text971.Indicator = null;
this.Text971.Interaction = null;
this.Text971.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text971.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text971.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text972
//
this.Text972 = new Stimulsoft.Report.Components.StiText();
this.Text972.CanGrow = true;
this.Text972.CanShrink = true;
this.Text972.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 0, 56, 4);
this.Text972.ComponentStyle = "ValuesBorder";
this.Text972.BeforePrint += new System.EventHandler(this.Text972_Conditions);
this.Text972.GrowToHeight = true;
this.Text972.Guid = "95640658335e4983ac23e8d36c9b57cd";
this.Text972.Name = "Text972";
this.Text972.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text972__GetValue);
this.Text972.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text972.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.Text972.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text972.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text972.Indicator = null;
this.Text972.Interaction = null;
this.Text972.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text972.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text972.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text973
//
this.Text973 = new Stimulsoft.Report.Components.StiText();
this.Text973.CanGrow = true;
this.Text973.CanShrink = true;
this.Text973.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(136, 0, 50, 4);
this.Text973.ComponentStyle = "ValuesBorder";
this.Text973.BeforePrint += new System.EventHandler(this.Text973_Conditions);
this.Text973.GrowToHeight = true;
this.Text973.Guid = "c2dc6a1555ab4f979d3fb51fe4d84d22";
this.Text973.Name = "Text973";
this.Text973.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text973__GetValue);
this.Text973.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text973.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.Text973.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text973.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text973.Indicator = null;
this.Text973.Interaction = null;
this.Text973.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text973.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text973.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupFooterBand7.Interaction = null;
//
// DataBand238
//
this.DataBand238 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand238.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 106, 190, 2);
this.DataBand238.CountData = 1;
this.DataBand238.Guid = "6047b752b9994bed8c958036105d7274";
this.DataBand238.Name = "DataBand238";
this.DataBand238.Sort = new System.String[0];
this.DataBand238.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.DataBand238.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand238.DataRelationName = null;
this.DataBand238.Interaction = null;
//
// DataBand354
//
this.DataBand354 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand354.CanShrink = true;
this.DataBand354.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 116, 190, 4);
this.DataBand354.DataSourceName = "tblReportValueParts3";
this.DataBand354.Guid = "56ea9c9e0d6a489ead1bfad65671e47c";
this.DataBand354.Name = "DataBand354";
this.DataBand354.PrintIfDetailEmpty = true;
this.DataBand354.Sort = new System.String[] {
"ASC",
"PropID",
"ASC",
"Order"};
this.DataBand354.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.DataBand354.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand354.BusinessObjectGuid = null;
//
// Text974
//
this.Text974 = new Stimulsoft.Report.Components.StiText();
this.Text974.CanGrow = true;
this.Text974.CanShrink = true;
this.Text974.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 166, 4);
this.Text974.ComponentStyle = "Values";
this.Text974.GrowToHeight = true;
this.Text974.Guid = "3770a40de84246de91b24d9aa06d4687";
this.Text974.Name = "Text974";
this.Text974.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text974__GetValue);
this.Text974.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text974.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.Text974.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text974.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text974.Indicator = null;
this.Text974.Interaction = null;
this.Text974.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text974.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text974.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand354.DataRelationName = null;
this.DataBand354.Interaction = null;
this.strand_el_b.ExcelSheetValue = null;
this.strand_el_b.Interaction = null;
this.strand_el_b.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.strand_el_b_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.strand_el_b_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.strand_el_b_Watermark.Image = null;
this.strand_el_b_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// standOverv_airQual
//
this.standOverv_airQual = new Stimulsoft.Report.Components.StiPage();
this.standOverv_airQual.Guid = "88320d112d5c4353b8cb5a0c1645d612";
this.standOverv_airQual.Name = "standOverv_airQual";
this.standOverv_airQual.PageHeight = 297;
this.standOverv_airQual.PageWidth = 210;
this.standOverv_airQual.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.standOverv_airQual.PrintHeadersFootersFromPreviousPage = true;
this.standOverv_airQual.PrintOnPreviousPage = true;
this.standOverv_airQual.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.standOverv_airQual.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255));
//
// DataBand62
//
this.DataBand62 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand62.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand62.DataSourceName = "tblReportValues0";
this.DataBand62.Guid = "b1800cd66e9844b8b15c6ce49d1fe0fc";
this.DataBand62.Name = "DataBand62";
this.DataBand62.PrintIfDetailEmpty = true;
this.DataBand62.Sort = new System.String[0];
this.DataBand62.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.DataBand62.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand62.BusinessObjectGuid = null;
this.DataBand62.DataRelationName = null;
this.DataBand62.Interaction = null;
this.DataBand62.MasterComponent = null;
//
// DataBand80
//
this.DataBand80 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand80.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 8);
this.DataBand80.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand80.DataSourceName = "tblReportValues1";
this.DataBand80.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand80.Guid = "5f9c5d6f739645509aeb50dc3cd9321c";
this.DataBand80.Name = "DataBand80";
this.DataBand80.PrintIfDetailEmpty = true;
this.DataBand80.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand80.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.DataBand80.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand80.BusinessObjectGuid = null;
//
// Text179
//
this.Text179 = new Stimulsoft.Report.Components.StiText();
this.Text179.CanGrow = true;
this.Text179.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 2, 174, 6);
this.Text179.ComponentStyle = "TitleSub1";
this.Text179.Guid = "8dd6a594923d41acb7196a914dee46e8";
this.Text179.Name = "Text179";
this.Text179.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text179__GetValue);
this.Text179.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text179.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text179.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text179.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.Text179.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text179.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
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);
this.Text179.BeforePrint += new System.EventHandler(this.Text179_BeforePrint);
this.DataBand80.Interaction = null;
//
// DataBand82
//
this.DataBand82 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand82.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 0);
this.DataBand82.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand82.DataSourceName = "tblReportValues2";
this.DataBand82.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand82.Guid = "89a6db65f37642c18464d3a56952ab7f";
this.DataBand82.Name = "DataBand82";
this.DataBand82.PrintIfDetailEmpty = true;
this.DataBand82.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand82.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.DataBand82.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand82.BusinessObjectGuid = null;
this.DataBand82.Interaction = null;
//
// DataBand213
//
this.DataBand213 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand213.CanShrink = true;
this.DataBand213.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 36, 190, 8);
this.DataBand213.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand213.DataSourceName = "tblReportValueParts2";
this.DataBand213.Guid = "7974c36f901744149d9dbeaa30676e36";
this.DataBand213.Name = "DataBand213";
this.DataBand213.PrintIfDetailEmpty = true;
this.DataBand213.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand213.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.DataBand213.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand213.BusinessObjectGuid = null;
//
// Text214
//
this.Text214 = new Stimulsoft.Report.Components.StiText();
this.Text214.CanGrow = true;
this.Text214.CanShrink = true;
this.Text214.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text214.ComponentStyle = "ValuesBorder";
this.Text214.BeforePrint += new System.EventHandler(this.Text214_Conditions);
this.Text214.GrowToHeight = true;
this.Text214.Guid = "bb9078934cad4bd087037bd28ecd56f1";
this.Text214.Name = "Text214";
this.Text214.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text214__GetValue);
this.Text214.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.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.CanGrow = true;
this.Text292.CanShrink = true;
this.Text292.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text292.ComponentStyle = "ValuesBorder";
this.Text292.BeforePrint += new System.EventHandler(this.Text292_Conditions);
this.Text292.GrowToHeight = true;
this.Text292.Guid = "f83afd7489724b54ae5c23ef1856e4cf";
this.Text292.Name = "Text292";
this.Text292.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text292__GetValue);
this.Text292.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text292.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text292.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.Text292.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text292.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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);
//
// Text310
//
this.Text310 = new Stimulsoft.Report.Components.StiText();
this.Text310.CanGrow = true;
this.Text310.CanShrink = true;
this.Text310.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text310.ComponentStyle = "ValuesBorder";
this.Text310.BeforePrint += new System.EventHandler(this.Text310_Conditions);
this.Text310.GrowToHeight = true;
this.Text310.Guid = "19d9c8a28f314bc2ad0caf6327120493";
this.Text310.Name = "Text310";
this.Text310.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text310__GetValue);
this.Text310.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text343
//
this.Text343 = new Stimulsoft.Report.Components.StiText();
this.Text343.CanGrow = true;
this.Text343.CanShrink = true;
this.Text343.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 70, 8);
this.Text343.ComponentStyle = "ValuesBorder";
this.Text343.BeforePrint += new System.EventHandler(this.Text343_Conditions);
this.Text343.GrowToHeight = true;
this.Text343.Guid = "08addafc856842aaade138246d63805b";
this.Text343.Name = "Text343";
this.Text343.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text343__GetValue);
this.Text343.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
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("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text449
//
this.Text449 = new Stimulsoft.Report.Components.StiText();
this.Text449.CanGrow = true;
this.Text449.CanShrink = true;
this.Text449.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text449.ComponentStyle = "ValuesBorder";
this.Text449.BeforePrint += new System.EventHandler(this.Text449_Conditions);
this.Text449.GrowToHeight = true;
this.Text449.Guid = "e5a9a23151be446c83c49dae970bdcf2";
this.Text449.Name = "Text449";
this.Text449.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text449__GetValue);
this.Text449.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text449.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text449.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.Text449.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text449.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text449.Indicator = null;
this.Text449.Interaction = null;
this.Text449.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text449.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text449.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text464
//
this.Text464 = new Stimulsoft.Report.Components.StiText();
this.Text464.CanGrow = true;
this.Text464.CanShrink = true;
this.Text464.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text464.ComponentStyle = "ValuesBorder";
this.Text464.BeforePrint += new System.EventHandler(this.Text464_Conditions);
this.Text464.GrowToHeight = true;
this.Text464.Guid = "2c510816adc84a08bf342a91dfd0c27a";
this.Text464.Name = "Text464";
this.Text464.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text464__GetValue);
this.Text464.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text464.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text464.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.Text464.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text464.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text464.Indicator = null;
this.Text464.Interaction = null;
this.Text464.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text464.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text464.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand213.Interaction = null;
//
// DataBand294
//
this.DataBand294 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand294.CanShrink = true;
this.DataBand294.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 52, 190, 4);
this.DataBand294.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand294.DataSourceName = "tblReportValueParts2";
this.DataBand294.Guid = "2aafd74b6a0e44679f537c4f48656ee6";
this.DataBand294.Name = "DataBand294";
this.DataBand294.PrintIfDetailEmpty = true;
this.DataBand294.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand294.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.DataBand294.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand294.BusinessObjectGuid = null;
//
// Text820
//
this.Text820 = new Stimulsoft.Report.Components.StiText();
this.Text820.CanGrow = true;
this.Text820.CanShrink = true;
this.Text820.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 4);
this.Text820.ComponentStyle = "ValuesBorder";
this.Text820.BeforePrint += new System.EventHandler(this.Text820_Conditions);
this.Text820.GrowToHeight = true;
this.Text820.Guid = "b00f7a1a9a134b21b155c935cc3ad428";
this.Text820.Name = "Text820";
this.Text820.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text820__GetValue);
this.Text820.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text820.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text820.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.Text820.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text820.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text820.Indicator = null;
this.Text820.Interaction = null;
this.Text820.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text820.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text820.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text821
//
this.Text821 = new Stimulsoft.Report.Components.StiText();
this.Text821.CanGrow = true;
this.Text821.CanShrink = true;
this.Text821.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 4);
this.Text821.ComponentStyle = "ValuesBorder";
this.Text821.BeforePrint += new System.EventHandler(this.Text821_Conditions);
this.Text821.GrowToHeight = true;
this.Text821.Guid = "6ee1e7e40c384def84c32c248425439f";
this.Text821.Name = "Text821";
this.Text821.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text821__GetValue);
this.Text821.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text821.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text821.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.Text821.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text821.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text821.Indicator = null;
this.Text821.Interaction = null;
this.Text821.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text821.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text821.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text822
//
this.Text822 = new Stimulsoft.Report.Components.StiText();
this.Text822.CanGrow = true;
this.Text822.CanShrink = true;
this.Text822.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 4);
this.Text822.ComponentStyle = "ValuesBorder";
this.Text822.BeforePrint += new System.EventHandler(this.Text822_Conditions);
this.Text822.GrowToHeight = true;
this.Text822.Guid = "d4e884608476475196a202d2a7c55f84";
this.Text822.Name = "Text822";
this.Text822.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text822__GetValue);
this.Text822.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text822.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text822.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.Text822.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text822.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text822.Indicator = null;
this.Text822.Interaction = null;
this.Text822.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text822.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text822.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text823
//
this.Text823 = new Stimulsoft.Report.Components.StiText();
this.Text823.CanGrow = true;
this.Text823.CanShrink = true;
this.Text823.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 70, 4);
this.Text823.ComponentStyle = "ValuesBorder";
this.Text823.BeforePrint += new System.EventHandler(this.Text823_Conditions);
this.Text823.GrowToHeight = true;
this.Text823.Guid = "35573376d3364547bac4ea001f6d9f59";
this.Text823.Name = "Text823";
this.Text823.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text823__GetValue);
this.Text823.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text823.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text823.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.Text823.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text823.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text823.Indicator = null;
this.Text823.Interaction = null;
this.Text823.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text823.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text823.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text824
//
this.Text824 = new Stimulsoft.Report.Components.StiText();
this.Text824.CanGrow = true;
this.Text824.CanShrink = true;
this.Text824.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 4);
this.Text824.ComponentStyle = "ValuesBorder";
this.Text824.BeforePrint += new System.EventHandler(this.Text824_Conditions);
this.Text824.GrowToHeight = true;
this.Text824.Guid = "691a76a051ba4daaa15fa67c2a195c03";
this.Text824.Name = "Text824";
this.Text824.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text824__GetValue);
this.Text824.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text824.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text824.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.Text824.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text824.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text824.Indicator = null;
this.Text824.Interaction = null;
this.Text824.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text824.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text824.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text825
//
this.Text825 = new Stimulsoft.Report.Components.StiText();
this.Text825.CanGrow = true;
this.Text825.CanShrink = true;
this.Text825.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 4);
this.Text825.ComponentStyle = "ValuesBorder";
this.Text825.BeforePrint += new System.EventHandler(this.Text825_Conditions);
this.Text825.GrowToHeight = true;
this.Text825.Guid = "657e0fb27e35443b8b460e3f45f17e16";
this.Text825.Name = "Text825";
this.Text825.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text825__GetValue);
this.Text825.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text825.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text825.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.Text825.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text825.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text825.Indicator = null;
this.Text825.Interaction = null;
this.Text825.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text825.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text825.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand294.Interaction = null;
//
// DataBand253
//
this.DataBand253 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand253.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 64, 190, 4);
this.DataBand253.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand253.DataSourceName = "tblReportValues2";
this.DataBand253.Enabled = false;
this.DataBand253.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.DataBand253.Name = "DataBand253";
this.DataBand253.PrintIfDetailEmpty = true;
this.DataBand253.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand253.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.DataBand253.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand253.BusinessObjectGuid = null;
//
// Text827
//
this.Text827 = new Stimulsoft.Report.Components.StiText();
this.Text827.CanGrow = true;
this.Text827.CanShrink = true;
this.Text827.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text827.ComponentStyle = "Values";
this.Text827.GrowToHeight = true;
this.Text827.Guid = "1794648d2a164a18b8f82f761ba70776";
this.Text827.Name = "Text827";
this.Text827.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text827.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text827__GetValue);
this.Text827.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text827.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text827.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text827.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.Text827.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text827.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text827.Indicator = null;
this.Text827.Interaction = null;
this.Text827.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text827.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text827.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand253.Interaction = null;
//
// DataBand254
//
this.DataBand254 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand254.CanShrink = true;
this.DataBand254.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 76, 190, 8);
this.DataBand254.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand254.DataSourceName = "tblReportValueParts2";
this.DataBand254.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand254.Name = "DataBand254";
this.DataBand254.PrintIfDetailEmpty = true;
this.DataBand254.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand254.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.DataBand254.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand254.BusinessObjectGuid = null;
//
// Text592
//
this.Text592 = new Stimulsoft.Report.Components.StiText();
this.Text592.CanGrow = true;
this.Text592.CanShrink = true;
this.Text592.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text592.ComponentStyle = "ValuesBorder";
this.Text592.BeforePrint += new System.EventHandler(this.Text592_Conditions);
this.Text592.GrowToHeight = true;
this.Text592.Name = "Text592";
this.Text592.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text592__GetValue);
this.Text592.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text592.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text592.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.Text592.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text592.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text592.Guid = null;
this.Text592.Indicator = null;
this.Text592.Interaction = null;
this.Text592.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text592.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text592.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text593
//
this.Text593 = new Stimulsoft.Report.Components.StiText();
this.Text593.CanGrow = true;
this.Text593.CanShrink = true;
this.Text593.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text593.ComponentStyle = "ValuesBorder";
this.Text593.BeforePrint += new System.EventHandler(this.Text593_Conditions);
this.Text593.GrowToHeight = true;
this.Text593.Name = "Text593";
this.Text593.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text593__GetValue);
this.Text593.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text593.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text593.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.Text593.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text593.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text593.Guid = null;
this.Text593.Indicator = null;
this.Text593.Interaction = null;
this.Text593.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text593.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text593.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text594
//
this.Text594 = new Stimulsoft.Report.Components.StiText();
this.Text594.CanGrow = true;
this.Text594.CanShrink = true;
this.Text594.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text594.ComponentStyle = "ValuesBorder";
this.Text594.BeforePrint += new System.EventHandler(this.Text594_Conditions);
this.Text594.GrowToHeight = true;
this.Text594.Name = "Text594";
this.Text594.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text594__GetValue);
this.Text594.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text594.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text594.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.Text594.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text594.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text594.Guid = null;
this.Text594.Indicator = null;
this.Text594.Interaction = null;
this.Text594.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text594.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text594.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text595
//
this.Text595 = new Stimulsoft.Report.Components.StiText();
this.Text595.CanGrow = true;
this.Text595.CanShrink = true;
this.Text595.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 22, 8);
this.Text595.ComponentStyle = "ValuesBorder";
this.Text595.BeforePrint += new System.EventHandler(this.Text595_Conditions);
this.Text595.GrowToHeight = true;
this.Text595.Name = "Text595";
this.Text595.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text595__GetValue);
this.Text595.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text595.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text595.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.Text595.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text595.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text595.Guid = null;
this.Text595.Indicator = null;
this.Text595.Interaction = null;
this.Text595.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text595.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text595.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text639
//
this.Text639 = new Stimulsoft.Report.Components.StiText();
this.Text639.CanGrow = true;
this.Text639.CanShrink = true;
this.Text639.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text639.ComponentStyle = "ValuesBorder";
this.Text639.BeforePrint += new System.EventHandler(this.Text639_Conditions);
this.Text639.GrowToHeight = true;
this.Text639.Name = "Text639";
this.Text639.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text639__GetValue);
this.Text639.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text639.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text639.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.Text639.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text639.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text639.Guid = null;
this.Text639.Indicator = null;
this.Text639.Interaction = null;
this.Text639.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text639.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text639.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text659
//
this.Text659 = new Stimulsoft.Report.Components.StiText();
this.Text659.CanGrow = true;
this.Text659.CanShrink = true;
this.Text659.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text659.ComponentStyle = "ValuesBorder";
this.Text659.BeforePrint += new System.EventHandler(this.Text659_Conditions);
this.Text659.GrowToHeight = true;
this.Text659.Guid = "2d60fb89138f42b49707632ef4aa238d";
this.Text659.Name = "Text659";
this.Text659.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text659__GetValue);
this.Text659.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text659.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text659.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.Text659.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text659.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text659.Indicator = null;
this.Text659.Interaction = null;
this.Text659.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text659.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text659.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text660
//
this.Text660 = new Stimulsoft.Report.Components.StiText();
this.Text660.CanGrow = true;
this.Text660.CanShrink = true;
this.Text660.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text660.ComponentStyle = "ValuesBorder";
this.Text660.BeforePrint += new System.EventHandler(this.Text660_Conditions);
this.Text660.GrowToHeight = true;
this.Text660.Guid = "21de811e65c7401e8011ad472a2ab8fe";
this.Text660.Name = "Text660";
this.Text660.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text660__GetValue);
this.Text660.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text660.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text660.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.Text660.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text660.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text660.Indicator = null;
this.Text660.Interaction = null;
this.Text660.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text660.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text660.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text671
//
this.Text671 = new Stimulsoft.Report.Components.StiText();
this.Text671.CanGrow = true;
this.Text671.CanShrink = true;
this.Text671.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 30, 8);
this.Text671.ComponentStyle = "ValuesBorder";
this.Text671.BeforePrint += new System.EventHandler(this.Text671_Conditions);
this.Text671.GrowToHeight = true;
this.Text671.Guid = "18f99df3fc2e4b54afe8c1041e8b8be6";
this.Text671.Name = "Text671";
this.Text671.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text671__GetValue);
this.Text671.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text671.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text671.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.Text671.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text671.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text671.Indicator = null;
this.Text671.Interaction = null;
this.Text671.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text671.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text671.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand254.Guid = null;
this.DataBand254.Interaction = null;
//
// DataBand252
//
this.DataBand252 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand252.CanShrink = true;
this.DataBand252.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 92, 190, 4);
this.DataBand252.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand252.DataSourceName = "tblReportValueParts2";
this.DataBand252.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand252.Guid = "40c7996c340c4a10843723d5491d9310";
this.DataBand252.Name = "DataBand252";
this.DataBand252.PrintIfDetailEmpty = true;
this.DataBand252.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand252.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.DataBand252.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand252.BusinessObjectGuid = null;
//
// Text591
//
this.Text591 = new Stimulsoft.Report.Components.StiText();
this.Text591.CanGrow = true;
this.Text591.CanShrink = true;
this.Text591.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 4);
this.Text591.ComponentStyle = "ValuesBorder";
this.Text591.BeforePrint += new System.EventHandler(this.Text591_Conditions);
this.Text591.GrowToHeight = true;
this.Text591.Guid = "cfa74261c2d74a8da0920f0def696fda";
this.Text591.Name = "Text591";
this.Text591.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text591__GetValue);
this.Text591.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text591.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text591.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.Text591.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text591.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text591.Indicator = null;
this.Text591.Interaction = null;
this.Text591.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text591.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text591.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text709
//
this.Text709 = new Stimulsoft.Report.Components.StiText();
this.Text709.CanGrow = true;
this.Text709.CanShrink = true;
this.Text709.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 4);
this.Text709.ComponentStyle = "ValuesBorder";
this.Text709.BeforePrint += new System.EventHandler(this.Text709_Conditions);
this.Text709.GrowToHeight = true;
this.Text709.Guid = "6cf63dfff9224acb9367995fe08bf6c8";
this.Text709.Name = "Text709";
this.Text709.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text709__GetValue);
this.Text709.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text709.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text709.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.Text709.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text709.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text709.Indicator = null;
this.InitializeComponent30();
}
public void InitializeComponent30()
{
this.Text709.Interaction = null;
this.Text709.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text709.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text709.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text815
//
this.Text815 = new Stimulsoft.Report.Components.StiText();
this.Text815.CanGrow = true;
this.Text815.CanShrink = true;
this.Text815.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 4);
this.Text815.ComponentStyle = "ValuesBorder";
this.Text815.BeforePrint += new System.EventHandler(this.Text815_Conditions);
this.Text815.GrowToHeight = true;
this.Text815.Guid = "02f737eba8fd4a4f892658fea6e71649";
this.Text815.Name = "Text815";
this.Text815.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text815__GetValue);
this.Text815.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text815.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text815.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.Text815.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text815.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text815.Indicator = null;
this.Text815.Interaction = null;
this.Text815.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text815.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text815.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text816
//
this.Text816 = new Stimulsoft.Report.Components.StiText();
this.Text816.CanGrow = true;
this.Text816.CanShrink = true;
this.Text816.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 22, 4);
this.Text816.ComponentStyle = "ValuesBorder";
this.Text816.BeforePrint += new System.EventHandler(this.Text816_Conditions);
this.Text816.GrowToHeight = true;
this.Text816.Guid = "5354a7f22c184897ad5824545d19b8b1";
this.Text816.Name = "Text816";
this.Text816.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text816__GetValue);
this.Text816.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text816.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text816.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.Text816.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text816.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text816.Indicator = null;
this.Text816.Interaction = null;
this.Text816.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text816.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text816.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text817
//
this.Text817 = new Stimulsoft.Report.Components.StiText();
this.Text817.CanGrow = true;
this.Text817.CanShrink = true;
this.Text817.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 4);
this.Text817.ComponentStyle = "ValuesBorder";
this.Text817.BeforePrint += new System.EventHandler(this.Text817_Conditions);
this.Text817.GrowToHeight = true;
this.Text817.Guid = "04d2e8a8e3704781b1a3b28b9fce5b0f";
this.Text817.Name = "Text817";
this.Text817.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text817__GetValue);
this.Text817.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text817.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text817.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.Text817.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text817.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text817.Indicator = null;
this.Text817.Interaction = null;
this.Text817.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text817.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text817.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text818
//
this.Text818 = new Stimulsoft.Report.Components.StiText();
this.Text818.CanGrow = true;
this.Text818.CanShrink = true;
this.Text818.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 4);
this.Text818.ComponentStyle = "ValuesBorder";
this.Text818.BeforePrint += new System.EventHandler(this.Text818_Conditions);
this.Text818.GrowToHeight = true;
this.Text818.Guid = "4994498f36674a8dae50c4664f2b8d36";
this.Text818.Name = "Text818";
this.Text818.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text818__GetValue);
this.Text818.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text818.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text818.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.Text818.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text818.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text818.Indicator = null;
this.Text818.Interaction = null;
this.Text818.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text818.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text818.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text819
//
this.Text819 = new Stimulsoft.Report.Components.StiText();
this.Text819.CanGrow = true;
this.Text819.CanShrink = true;
this.Text819.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 4);
this.Text819.ComponentStyle = "ValuesBorder";
this.Text819.BeforePrint += new System.EventHandler(this.Text819_Conditions);
this.Text819.GrowToHeight = true;
this.Text819.Guid = "3950b69a27c64b35affc7e8a17f03d7b";
this.Text819.Name = "Text819";
this.Text819.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text819__GetValue);
this.Text819.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text819.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text819.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.Text819.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text819.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text819.Indicator = null;
this.Text819.Interaction = null;
this.Text819.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text819.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text819.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text826
//
this.Text826 = new Stimulsoft.Report.Components.StiText();
this.Text826.CanGrow = true;
this.Text826.CanShrink = true;
this.Text826.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 30, 4);
this.Text826.ComponentStyle = "ValuesBorder";
this.Text826.BeforePrint += new System.EventHandler(this.Text826_Conditions);
this.Text826.GrowToHeight = true;
this.Text826.Guid = "840481605a9d418eba53ea7bb7de162f";
this.Text826.Name = "Text826";
this.Text826.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text826__GetValue);
this.Text826.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text826.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text826.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.Text826.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text826.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text826.Indicator = null;
this.Text826.Interaction = null;
this.Text826.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text826.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text826.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand252.Interaction = null;
//
// DataBand255
//
this.DataBand255 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand255.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 104, 190, 8);
this.DataBand255.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand255.DataSourceName = "tblReportValues1";
this.DataBand255.Guid = "3fbb4d38aca44fe5a32cf1bffa02833f";
this.DataBand255.Name = "DataBand255";
this.DataBand255.PrintIfDetailEmpty = true;
this.DataBand255.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand255.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.DataBand255.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand255.BusinessObjectGuid = null;
//
// Text814
//
this.Text814 = new Stimulsoft.Report.Components.StiText();
this.Text814.CanGrow = true;
this.Text814.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 2, 174, 6);
this.Text814.ComponentStyle = "TitleSub1";
this.Text814.Guid = "3306689e4e43414b9625f7410e7fef40";
this.Text814.Name = "Text814";
this.Text814.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text814__GetValue);
this.Text814.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text814.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text814.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text814.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.Text814.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text814.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text814.Indicator = null;
this.Text814.Interaction = null;
this.Text814.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text814.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text814.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text814.BeforePrint += new System.EventHandler(this.Text814_BeforePrint);
this.DataBand255.Interaction = null;
//
// DataBand256
//
this.DataBand256 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand256.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 120, 190, 6);
this.DataBand256.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand256.DataSourceName = "tblReportValues1";
this.DataBand256.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand256.Guid = "7910728c4ccd4fa384d451100c6803ae";
this.DataBand256.Name = "DataBand256";
this.DataBand256.PrintIfDetailEmpty = true;
this.DataBand256.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand256.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.DataBand256.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand256.BusinessObjectGuid = null;
//
// Text710
//
this.Text710 = new Stimulsoft.Report.Components.StiText();
this.Text710.CanGrow = true;
this.Text710.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 2, 170, 4);
this.Text710.ComponentStyle = "TitleSub3";
this.Text710.Guid = "4e84a79be9a742d6a93b14efd8445bcf";
this.Text710.Name = "Text710";
this.Text710.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text710__GetValue);
this.Text710.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text710.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text710.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text710.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.Text710.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text710.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text710.Indicator = null;
this.Text710.Interaction = null;
this.Text710.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text710.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text710.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text710.BeforePrint += new System.EventHandler(this.Text710_BeforePrint);
this.DataBand256.Interaction = null;
//
// DataBand281
//
this.DataBand281 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand281.CanShrink = true;
this.DataBand281.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 134, 190, 4);
this.DataBand281.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand281.DataSourceName = "tblReportValues2";
this.DataBand281.Guid = "c0a2a5f3c93c4b95997987ddac1dcc53";
this.DataBand281.Name = "DataBand281";
this.DataBand281.PrintIfDetailEmpty = true;
this.DataBand281.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand281.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.DataBand281.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand281.BusinessObjectGuid = null;
//
// Text725
//
this.Text725 = new Stimulsoft.Report.Components.StiText();
this.Text725.CanGrow = true;
this.Text725.CanShrink = true;
this.Text725.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text725.ComponentStyle = "Values";
this.Text725.GrowToHeight = true;
this.Text725.Guid = "cd694e0907894f6c8d163165304ec8c1";
this.Text725.Name = "Text725";
this.Text725.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text725.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text725__GetValue);
this.Text725.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text725.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text725.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text725.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.Text725.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text725.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text725.Indicator = null;
this.Text725.Interaction = null;
this.Text725.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text725.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text725.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand281.Interaction = null;
//
// DataBand285
//
this.DataBand285 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand285.CanShrink = true;
this.DataBand285.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 146, 190, 8);
this.DataBand285.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand285.DataSourceName = "tblReportValueParts2";
this.DataBand285.Guid = "9aec8dc041d54b54a0c23a6a424f96e2";
this.DataBand285.Name = "DataBand285";
this.DataBand285.PrintIfDetailEmpty = true;
this.DataBand285.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand285.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.DataBand285.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand285.BusinessObjectGuid = null;
//
// Text783
//
this.Text783 = new Stimulsoft.Report.Components.StiText();
this.Text783.CanGrow = true;
this.Text783.CanShrink = true;
this.Text783.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text783.ComponentStyle = "ValuesBorder";
this.Text783.BeforePrint += new System.EventHandler(this.Text783_Conditions);
this.Text783.GrowToHeight = true;
this.Text783.Guid = "ad099ff4195a474587475ccd4e554470";
this.Text783.Name = "Text783";
this.Text783.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text783__GetValue);
this.Text783.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text783.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text783.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.Text783.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text783.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text783.Indicator = null;
this.Text783.Interaction = null;
this.Text783.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text783.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text783.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text785
//
this.Text785 = new Stimulsoft.Report.Components.StiText();
this.Text785.CanGrow = true;
this.Text785.CanShrink = true;
this.Text785.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text785.ComponentStyle = "ValuesBorder";
this.Text785.BeforePrint += new System.EventHandler(this.Text785_Conditions);
this.Text785.GrowToHeight = true;
this.Text785.Guid = "0a5281e8f28d4f6288026b2055e8a545";
this.Text785.Name = "Text785";
this.Text785.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text785__GetValue);
this.Text785.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text785.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text785.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.Text785.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text785.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text785.Indicator = null;
this.Text785.Interaction = null;
this.Text785.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text785.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text785.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text786
//
this.Text786 = new Stimulsoft.Report.Components.StiText();
this.Text786.CanGrow = true;
this.Text786.CanShrink = true;
this.Text786.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text786.ComponentStyle = "ValuesBorder";
this.Text786.BeforePrint += new System.EventHandler(this.Text786_Conditions);
this.Text786.GrowToHeight = true;
this.Text786.Guid = "591409baa2054f0abe320476fa153379";
this.Text786.Name = "Text786";
this.Text786.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text786__GetValue);
this.Text786.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text786.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text786.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.Text786.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text786.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text786.Indicator = null;
this.Text786.Interaction = null;
this.Text786.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text786.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text786.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text789
//
this.Text789 = new Stimulsoft.Report.Components.StiText();
this.Text789.CanGrow = true;
this.Text789.CanShrink = true;
this.Text789.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 22, 8);
this.Text789.ComponentStyle = "ValuesBorder";
this.Text789.BeforePrint += new System.EventHandler(this.Text789_Conditions);
this.Text789.GrowToHeight = true;
this.Text789.Guid = "288c1738e17b4ef382486772818d6db9";
this.Text789.Name = "Text789";
this.Text789.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text789__GetValue);
this.Text789.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text789.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text789.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.Text789.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text789.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text789.Indicator = null;
this.Text789.Interaction = null;
this.Text789.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text789.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text789.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text790
//
this.Text790 = new Stimulsoft.Report.Components.StiText();
this.Text790.CanGrow = true;
this.Text790.CanShrink = true;
this.Text790.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text790.ComponentStyle = "ValuesBorder";
this.Text790.BeforePrint += new System.EventHandler(this.Text790_Conditions);
this.Text790.GrowToHeight = true;
this.Text790.Guid = "756e401673794e708ad65d2dfbd90381";
this.Text790.Name = "Text790";
this.Text790.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text790__GetValue);
this.Text790.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text790.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text790.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.Text790.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text790.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text790.Indicator = null;
this.Text790.Interaction = null;
this.Text790.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text790.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text790.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text791
//
this.Text791 = new Stimulsoft.Report.Components.StiText();
this.Text791.CanGrow = true;
this.Text791.CanShrink = true;
this.Text791.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text791.ComponentStyle = "ValuesBorder";
this.Text791.BeforePrint += new System.EventHandler(this.Text791_Conditions);
this.Text791.GrowToHeight = true;
this.Text791.Guid = "f9d46756042640ff99e6e2cfda391f84";
this.Text791.Name = "Text791";
this.Text791.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text791__GetValue);
this.Text791.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text791.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text791.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.Text791.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text791.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text791.Indicator = null;
this.Text791.Interaction = null;
this.Text791.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text791.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text791.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text792
//
this.Text792 = new Stimulsoft.Report.Components.StiText();
this.Text792.CanGrow = true;
this.Text792.CanShrink = true;
this.Text792.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text792.ComponentStyle = "ValuesBorder";
this.Text792.BeforePrint += new System.EventHandler(this.Text792_Conditions);
this.Text792.GrowToHeight = true;
this.Text792.Guid = "c823a9ce5e4840e8af8d237753c78ef5";
this.Text792.Name = "Text792";
this.Text792.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text792__GetValue);
this.Text792.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text792.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text792.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.Text792.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text792.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text792.Indicator = null;
this.Text792.Interaction = null;
this.Text792.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text792.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text792.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text793
//
this.Text793 = new Stimulsoft.Report.Components.StiText();
this.Text793.CanGrow = true;
this.Text793.CanShrink = true;
this.Text793.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 14, 8);
this.Text793.ComponentStyle = "ValuesBorder";
this.Text793.BeforePrint += new System.EventHandler(this.Text793_Conditions);
this.Text793.GrowToHeight = true;
this.Text793.Guid = "2df1879510694befaaa5dcb81b9a03b8";
this.Text793.Name = "Text793";
this.Text793.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text793__GetValue);
this.Text793.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text793.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text793.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.Text793.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text793.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text793.Indicator = null;
this.Text793.Interaction = null;
this.Text793.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text793.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text793.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text794
//
this.Text794 = new Stimulsoft.Report.Components.StiText();
this.Text794.CanGrow = true;
this.Text794.CanShrink = true;
this.Text794.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(110, 0, 16, 8);
this.Text794.ComponentStyle = "ValuesBorder";
this.Text794.BeforePrint += new System.EventHandler(this.Text794_Conditions);
this.Text794.GrowToHeight = true;
this.Text794.Guid = "ca8d01e131404edc8b5b5cd6cda2b8f0";
this.Text794.Name = "Text794";
this.Text794.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text794__GetValue);
this.Text794.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text794.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text794.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.Text794.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text794.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text794.Indicator = null;
this.Text794.Interaction = null;
this.Text794.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text794.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text794.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand285.Interaction = null;
//
// DataBand293
//
this.DataBand293 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand293.CanShrink = true;
this.DataBand293.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 162, 190, 4);
this.DataBand293.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand293.DataSourceName = "tblReportValueParts2";
this.DataBand293.Guid = "5dd5d614c5bc4d1d9ac11093adeb55f4";
this.DataBand293.Name = "DataBand293";
this.DataBand293.PrintIfDetailEmpty = true;
this.DataBand293.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand293.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.DataBand293.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand293.BusinessObjectGuid = null;
//
// Text828
//
this.Text828 = new Stimulsoft.Report.Components.StiText();
this.Text828.CanGrow = true;
this.Text828.CanShrink = true;
this.Text828.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 4);
this.Text828.ComponentStyle = "ValuesBorder";
this.Text828.BeforePrint += new System.EventHandler(this.Text828_Conditions);
this.Text828.GrowToHeight = true;
this.Text828.Guid = "e4fe3ee1508e4134a080e287b9dfa76d";
this.Text828.Name = "Text828";
this.Text828.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text828__GetValue);
this.Text828.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text828.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text828.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.Text828.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text828.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text828.Indicator = null;
this.Text828.Interaction = null;
this.Text828.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text828.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text828.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text829
//
this.Text829 = new Stimulsoft.Report.Components.StiText();
this.Text829.CanGrow = true;
this.Text829.CanShrink = true;
this.Text829.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 4);
this.Text829.ComponentStyle = "ValuesBorder";
this.Text829.BeforePrint += new System.EventHandler(this.Text829_Conditions);
this.Text829.GrowToHeight = true;
this.Text829.Guid = "9062bf1e9ac44809ae2626cf380f3323";
this.Text829.Name = "Text829";
this.Text829.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text829__GetValue);
this.Text829.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text829.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text829.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.Text829.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text829.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text829.Indicator = null;
this.Text829.Interaction = null;
this.Text829.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text829.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text829.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text830
//
this.Text830 = new Stimulsoft.Report.Components.StiText();
this.Text830.CanGrow = true;
this.Text830.CanShrink = true;
this.Text830.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 4);
this.Text830.ComponentStyle = "ValuesBorder";
this.Text830.BeforePrint += new System.EventHandler(this.Text830_Conditions);
this.Text830.GrowToHeight = true;
this.Text830.Guid = "065d274a98b94916ac2f36bf865b25ad";
this.Text830.Name = "Text830";
this.Text830.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text830__GetValue);
this.Text830.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text830.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text830.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.Text830.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text830.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text830.Indicator = null;
this.Text830.Interaction = null;
this.Text830.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text830.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text830.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text831
//
this.Text831 = new Stimulsoft.Report.Components.StiText();
this.Text831.CanGrow = true;
this.Text831.CanShrink = true;
this.Text831.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 22, 4);
this.Text831.ComponentStyle = "ValuesBorder";
this.Text831.BeforePrint += new System.EventHandler(this.Text831_Conditions);
this.Text831.GrowToHeight = true;
this.Text831.Guid = "bd6c2dc6fe574726a1e38cc86d6c1dcc";
this.Text831.Name = "Text831";
this.Text831.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text831__GetValue);
this.Text831.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text831.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text831.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.Text831.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text831.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text831.Indicator = null;
this.Text831.Interaction = null;
this.Text831.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text831.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text831.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text832
//
this.Text832 = new Stimulsoft.Report.Components.StiText();
this.Text832.CanGrow = true;
this.Text832.CanShrink = true;
this.Text832.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 4);
this.Text832.ComponentStyle = "ValuesBorder";
this.Text832.BeforePrint += new System.EventHandler(this.Text832_Conditions);
this.Text832.GrowToHeight = true;
this.Text832.Guid = "bdf50210de534b67a449050f2bb23327";
this.Text832.Name = "Text832";
this.Text832.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text832__GetValue);
this.Text832.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text832.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text832.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.Text832.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text832.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text832.Indicator = null;
this.Text832.Interaction = null;
this.Text832.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text832.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text832.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text833
//
this.Text833 = new Stimulsoft.Report.Components.StiText();
this.Text833.CanGrow = true;
this.Text833.CanShrink = true;
this.Text833.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 4);
this.Text833.ComponentStyle = "ValuesBorder";
this.Text833.BeforePrint += new System.EventHandler(this.Text833_Conditions);
this.Text833.GrowToHeight = true;
this.Text833.Guid = "f3e178cd7f6a4040ba17c97050d53f67";
this.Text833.Name = "Text833";
this.Text833.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text833__GetValue);
this.Text833.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text833.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text833.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.Text833.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text833.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text833.Indicator = null;
this.Text833.Interaction = null;
this.Text833.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text833.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text833.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text834
//
this.Text834 = new Stimulsoft.Report.Components.StiText();
this.Text834.CanGrow = true;
this.Text834.CanShrink = true;
this.Text834.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 4);
this.Text834.ComponentStyle = "ValuesBorder";
this.Text834.BeforePrint += new System.EventHandler(this.Text834_Conditions);
this.Text834.GrowToHeight = true;
this.Text834.Guid = "2834cd964dc94f3c80437e78d8e15407";
this.Text834.Name = "Text834";
this.Text834.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text834__GetValue);
this.Text834.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text834.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text834.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.Text834.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text834.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text834.Indicator = null;
this.Text834.Interaction = null;
this.Text834.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text834.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text834.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text835
//
this.Text835 = new Stimulsoft.Report.Components.StiText();
this.Text835.CanGrow = true;
this.Text835.CanShrink = true;
this.Text835.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 14, 4);
this.Text835.ComponentStyle = "ValuesBorder";
this.Text835.BeforePrint += new System.EventHandler(this.Text835_Conditions);
this.Text835.GrowToHeight = true;
this.Text835.Guid = "b916d49c6f774dbd804dfa3532c0fb20";
this.Text835.Name = "Text835";
this.Text835.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text835__GetValue);
this.Text835.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text835.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text835.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.Text835.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text835.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text835.Indicator = null;
this.Text835.Interaction = null;
this.Text835.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text835.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text835.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text836
//
this.Text836 = new Stimulsoft.Report.Components.StiText();
this.Text836.CanGrow = true;
this.Text836.CanShrink = true;
this.Text836.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(110, 0, 16, 4);
this.Text836.ComponentStyle = "ValuesBorder";
this.Text836.BeforePrint += new System.EventHandler(this.Text836_Conditions);
this.Text836.GrowToHeight = true;
this.Text836.Guid = "42aa69bf6a1d4db38319f935fe9164d6";
this.Text836.Name = "Text836";
this.Text836.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text836__GetValue);
this.Text836.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text836.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text836.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.Text836.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text836.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text836.Indicator = null;
this.Text836.Interaction = null;
this.Text836.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text836.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text836.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand293.Interaction = null;
//
// DataBand290
//
this.DataBand290 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand290.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 174, 190, 6);
this.DataBand290.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand290.DataSourceName = "tblReportValues1";
this.DataBand290.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand290.Guid = "47c9826f28d64652a19f45b5b2527bbb";
this.DataBand290.Name = "DataBand290";
this.DataBand290.PrintIfDetailEmpty = true;
this.DataBand290.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand290.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.DataBand290.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand290.BusinessObjectGuid = null;
//
// Text805
//
this.Text805 = new Stimulsoft.Report.Components.StiText();
this.Text805.CanGrow = true;
this.Text805.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 2, 170, 4);
this.Text805.ComponentStyle = "TitleSub3";
this.Text805.Guid = "b6e6f1c282144481ba5508da08411581";
this.Text805.Name = "Text805";
this.Text805.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text805__GetValue);
this.Text805.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text805.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text805.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text805.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.Text805.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text805.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text805.Indicator = null;
this.Text805.Interaction = null;
this.Text805.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text805.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text805.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text805.BeforePrint += new System.EventHandler(this.Text805_BeforePrint);
this.DataBand290.Interaction = null;
//
// DataBand291
//
this.DataBand291 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand291.CanShrink = true;
this.DataBand291.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 188, 190, 4);
this.DataBand291.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand291.DataSourceName = "tblReportValues2";
this.DataBand291.Guid = "3184219793134b83971e1fb3b8a46186";
this.DataBand291.Name = "DataBand291";
this.DataBand291.PrintIfDetailEmpty = true;
this.DataBand291.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand291.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.DataBand291.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand291.BusinessObjectGuid = null;
//
// Text806
//
this.Text806 = new Stimulsoft.Report.Components.StiText();
this.Text806.CanGrow = true;
this.Text806.CanShrink = true;
this.Text806.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text806.ComponentStyle = "Values";
this.Text806.GrowToHeight = true;
this.Text806.Guid = "5664f846b6ac43e49310117a5967fade";
this.Text806.Name = "Text806";
this.Text806.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text806.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text806__GetValue);
this.Text806.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text806.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text806.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text806.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.Text806.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text806.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text806.Indicator = null;
this.Text806.Interaction = null;
this.Text806.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text806.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text806.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand291.Interaction = null;
//
// DataBand292
//
this.DataBand292 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand292.CanShrink = true;
this.DataBand292.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 200, 190, 8);
this.DataBand292.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand292.DataSourceName = "tblReportValueParts2";
this.DataBand292.Guid = "6058ed99bff24240b35db34181e4cb7f";
this.DataBand292.Name = "DataBand292";
this.DataBand292.PrintIfDetailEmpty = true;
this.DataBand292.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand292.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.DataBand292.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand292.BusinessObjectGuid = null;
//
// Text807
//
this.Text807 = new Stimulsoft.Report.Components.StiText();
this.Text807.CanGrow = true;
this.Text807.CanShrink = true;
this.Text807.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text807.ComponentStyle = "ValuesBorder";
this.Text807.BeforePrint += new System.EventHandler(this.Text807_Conditions);
this.Text807.GrowToHeight = true;
this.Text807.Guid = "f9e374dc4caa433fb58cea562821cf2d";
this.Text807.Name = "Text807";
this.Text807.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text807__GetValue);
this.Text807.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text807.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text807.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.Text807.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text807.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text807.Indicator = null;
this.Text807.Interaction = null;
this.Text807.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text807.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text807.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text808
//
this.Text808 = new Stimulsoft.Report.Components.StiText();
this.Text808.CanGrow = true;
this.Text808.CanShrink = true;
this.Text808.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text808.ComponentStyle = "ValuesBorder";
this.Text808.BeforePrint += new System.EventHandler(this.Text808_Conditions);
this.Text808.GrowToHeight = true;
this.Text808.Guid = "69a903bf8c074ee0851b51343817a03f";
this.Text808.Name = "Text808";
this.Text808.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text808__GetValue);
this.Text808.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text808.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text808.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.Text808.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text808.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text808.Indicator = null;
this.Text808.Interaction = null;
this.Text808.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text808.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text808.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text809
//
this.Text809 = new Stimulsoft.Report.Components.StiText();
this.Text809.CanGrow = true;
this.Text809.CanShrink = true;
this.Text809.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text809.ComponentStyle = "ValuesBorder";
this.Text809.BeforePrint += new System.EventHandler(this.Text809_Conditions);
this.Text809.GrowToHeight = true;
this.Text809.Guid = "15d84c6db431410d82cc4c116cbcf8d3";
this.Text809.Name = "Text809";
this.Text809.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text809__GetValue);
this.Text809.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text809.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text809.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.Text809.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text809.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text809.Indicator = null;
this.Text809.Interaction = null;
this.Text809.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text809.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text809.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text810
//
this.Text810 = new Stimulsoft.Report.Components.StiText();
this.Text810.CanGrow = true;
this.Text810.CanShrink = true;
this.Text810.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 52, 8);
this.Text810.ComponentStyle = "ValuesBorder";
this.Text810.BeforePrint += new System.EventHandler(this.Text810_Conditions);
this.Text810.GrowToHeight = true;
this.Text810.Guid = "61d1909adf064bb4a368453393f053c7";
this.Text810.Name = "Text810";
this.Text810.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text810__GetValue);
this.Text810.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text810.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text810.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.Text810.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text810.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text810.Indicator = null;
this.Text810.Interaction = null;
this.Text810.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text810.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text810.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text811
//
this.Text811 = new Stimulsoft.Report.Components.StiText();
this.Text811.CanGrow = true;
this.Text811.CanShrink = true;
this.Text811.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text811.ComponentStyle = "ValuesBorder";
this.Text811.BeforePrint += new System.EventHandler(this.Text811_Conditions);
this.Text811.GrowToHeight = true;
this.Text811.Guid = "d10ac04b784b4211aa7a373414322f22";
this.Text811.Name = "Text811";
this.Text811.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text811__GetValue);
this.Text811.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text811.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text811.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.Text811.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text811.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text811.Indicator = null;
this.Text811.Interaction = null;
this.Text811.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text811.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text811.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text812
//
this.Text812 = new Stimulsoft.Report.Components.StiText();
this.Text812.CanGrow = true;
this.Text812.CanShrink = true;
this.Text812.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text812.ComponentStyle = "ValuesBorder";
this.Text812.BeforePrint += new System.EventHandler(this.Text812_Conditions);
this.Text812.GrowToHeight = true;
this.Text812.Guid = "15d63022a92640d9b82f8e60b0ddf442";
this.Text812.Name = "Text812";
this.Text812.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text812__GetValue);
this.Text812.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text812.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text812.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.Text812.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text812.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text812.Indicator = null;
this.Text812.Interaction = null;
this.Text812.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text812.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text812.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text813
//
this.Text813 = new Stimulsoft.Report.Components.StiText();
this.Text813.CanGrow = true;
this.Text813.CanShrink = true;
this.Text813.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text813.ComponentStyle = "ValuesBorder";
this.Text813.BeforePrint += new System.EventHandler(this.Text813_Conditions);
this.Text813.GrowToHeight = true;
this.Text813.Guid = "2076101379584961a1655dac41163013";
this.Text813.Name = "Text813";
this.Text813.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text813__GetValue);
this.Text813.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text813.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text813.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.Text813.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text813.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text813.Indicator = null;
this.Text813.Interaction = null;
this.Text813.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text813.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text813.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand292.Interaction = null;
//
// DataBand288
//
this.DataBand288 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand288.CanShrink = true;
this.DataBand288.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 216, 190, 4);
this.DataBand288.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand288.DataSourceName = "tblReportValueParts2";
this.DataBand288.Guid = "07da93d82bca42d8ba5e639412fd98aa";
this.DataBand288.Name = "DataBand288";
this.DataBand288.PrintIfDetailEmpty = true;
this.DataBand288.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand288.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.DataBand288.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand288.BusinessObjectGuid = null;
//
// Text795
//
this.Text795 = new Stimulsoft.Report.Components.StiText();
this.Text795.CanGrow = true;
this.Text795.CanShrink = true;
this.Text795.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 4);
this.Text795.ComponentStyle = "ValuesBorder";
this.Text795.BeforePrint += new System.EventHandler(this.Text795_Conditions);
this.Text795.GrowToHeight = true;
this.Text795.Guid = "bfd311a7275841aab3e5fbdf22fd025c";
this.Text795.Name = "Text795";
this.Text795.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text795__GetValue);
this.Text795.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text795.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text795.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.Text795.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text795.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text795.Indicator = null;
this.Text795.Interaction = null;
this.Text795.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text795.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text795.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text796
//
this.InitializeComponent31();
}
public void InitializeComponent31()
{
this.Text796 = new Stimulsoft.Report.Components.StiText();
this.Text796.CanGrow = true;
this.Text796.CanShrink = true;
this.Text796.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 4);
this.Text796.ComponentStyle = "ValuesBorder";
this.Text796.BeforePrint += new System.EventHandler(this.Text796_Conditions);
this.Text796.GrowToHeight = true;
this.Text796.Guid = "1feb7c5026624de486d59d916ac01376";
this.Text796.Name = "Text796";
this.Text796.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text796__GetValue);
this.Text796.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text796.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text796.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.Text796.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text796.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text796.Indicator = null;
this.Text796.Interaction = null;
this.Text796.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text796.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text796.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text797
//
this.Text797 = new Stimulsoft.Report.Components.StiText();
this.Text797.CanGrow = true;
this.Text797.CanShrink = true;
this.Text797.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 4);
this.Text797.ComponentStyle = "ValuesBorder";
this.Text797.BeforePrint += new System.EventHandler(this.Text797_Conditions);
this.Text797.GrowToHeight = true;
this.Text797.Guid = "c92b149a3670460db8c9286df6ea4f53";
this.Text797.Name = "Text797";
this.Text797.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text797__GetValue);
this.Text797.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text797.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text797.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.Text797.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text797.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text797.Indicator = null;
this.Text797.Interaction = null;
this.Text797.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text797.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text797.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text798
//
this.Text798 = new Stimulsoft.Report.Components.StiText();
this.Text798.CanGrow = true;
this.Text798.CanShrink = true;
this.Text798.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 52, 4);
this.Text798.ComponentStyle = "ValuesBorder";
this.Text798.BeforePrint += new System.EventHandler(this.Text798_Conditions);
this.Text798.GrowToHeight = true;
this.Text798.Guid = "611f1ee4445d4f6aabc41c6eb4b970d7";
this.Text798.Name = "Text798";
this.Text798.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text798__GetValue);
this.Text798.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text798.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text798.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.Text798.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text798.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text798.Indicator = null;
this.Text798.Interaction = null;
this.Text798.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text798.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text798.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text799
//
this.Text799 = new Stimulsoft.Report.Components.StiText();
this.Text799.CanGrow = true;
this.Text799.CanShrink = true;
this.Text799.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 4);
this.Text799.ComponentStyle = "ValuesBorder";
this.Text799.BeforePrint += new System.EventHandler(this.Text799_Conditions);
this.Text799.GrowToHeight = true;
this.Text799.Guid = "82314c9ecb674e238ecc038160414125";
this.Text799.Name = "Text799";
this.Text799.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text799__GetValue);
this.Text799.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text799.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text799.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.Text799.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text799.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text799.Indicator = null;
this.Text799.Interaction = null;
this.Text799.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text799.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text799.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text800
//
this.Text800 = new Stimulsoft.Report.Components.StiText();
this.Text800.CanGrow = true;
this.Text800.CanShrink = true;
this.Text800.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 4);
this.Text800.ComponentStyle = "ValuesBorder";
this.Text800.BeforePrint += new System.EventHandler(this.Text800_Conditions);
this.Text800.GrowToHeight = true;
this.Text800.Guid = "adacc247274b4231bf3c126b1d27c5a3";
this.Text800.Name = "Text800";
this.Text800.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text800__GetValue);
this.Text800.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text800.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text800.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.Text800.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text800.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text800.Indicator = null;
this.Text800.Interaction = null;
this.Text800.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text800.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text800.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text801
//
this.Text801 = new Stimulsoft.Report.Components.StiText();
this.Text801.CanGrow = true;
this.Text801.CanShrink = true;
this.Text801.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 4);
this.Text801.ComponentStyle = "ValuesBorder";
this.Text801.BeforePrint += new System.EventHandler(this.Text801_Conditions);
this.Text801.GrowToHeight = true;
this.Text801.Guid = "6cec2cb469824b1dae5457238b99b186";
this.Text801.Name = "Text801";
this.Text801.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text801__GetValue);
this.Text801.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text801.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text801.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.Text801.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text801.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text801.Indicator = null;
this.Text801.Interaction = null;
this.Text801.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text801.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text801.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand288.Interaction = null;
//
// DataBand289
//
this.DataBand289 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand289.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 228, 190, 6);
this.DataBand289.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand289.DataSourceName = "tblReportValues1";
this.DataBand289.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand289.Guid = "da2512480ab6403db089a41323c516cd";
this.DataBand289.Name = "DataBand289";
this.DataBand289.PrintIfDetailEmpty = true;
this.DataBand289.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand289.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.DataBand289.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand289.BusinessObjectGuid = null;
//
// Text802
//
this.Text802 = new Stimulsoft.Report.Components.StiText();
this.Text802.CanGrow = true;
this.Text802.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 2, 170, 4);
this.Text802.ComponentStyle = "TitleSub3";
this.Text802.Guid = "fcdee44b5ea5421d9f2e8d1dd6a45b5f";
this.Text802.Name = "Text802";
this.Text802.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text802__GetValue);
this.Text802.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text802.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text802.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text802.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.Text802.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text802.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text802.Indicator = null;
this.Text802.Interaction = null;
this.Text802.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text802.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text802.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text802.BeforePrint += new System.EventHandler(this.Text802_BeforePrint);
this.DataBand289.Interaction = null;
//
// DataBand295
//
this.DataBand295 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand295.CanShrink = true;
this.DataBand295.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 242, 190, 4);
this.DataBand295.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand295.DataSourceName = "tblReportValues2";
this.DataBand295.Guid = "da4f96bc9d114b59a2a6ba7ffba52f19";
this.DataBand295.Name = "DataBand295";
this.DataBand295.PrintIfDetailEmpty = true;
this.DataBand295.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand295.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.DataBand295.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand295.BusinessObjectGuid = null;
//
// Text803
//
this.Text803 = new Stimulsoft.Report.Components.StiText();
this.Text803.CanGrow = true;
this.Text803.CanShrink = true;
this.Text803.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text803.ComponentStyle = "Values";
this.Text803.GrowToHeight = true;
this.Text803.Guid = "00c8ab9fda5a4992bdbe188e59f1971f";
this.Text803.Name = "Text803";
this.Text803.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text803.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text803__GetValue);
this.Text803.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text803.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text803.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text803.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.Text803.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text803.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text803.Indicator = null;
this.Text803.Interaction = null;
this.Text803.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text803.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text803.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand295.Interaction = null;
//
// DataBand296
//
this.DataBand296 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand296.CanShrink = true;
this.DataBand296.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 254, 190, 8);
this.DataBand296.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand296.DataSourceName = "tblReportValueParts2";
this.DataBand296.Guid = "ccc1a8cab85a42c8831c0c2f9455e905";
this.DataBand296.Name = "DataBand296";
this.DataBand296.PrintIfDetailEmpty = true;
this.DataBand296.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand296.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.DataBand296.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand296.BusinessObjectGuid = null;
//
// Text804
//
this.Text804 = new Stimulsoft.Report.Components.StiText();
this.Text804.CanGrow = true;
this.Text804.CanShrink = true;
this.Text804.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text804.ComponentStyle = "ValuesBorder";
this.Text804.BeforePrint += new System.EventHandler(this.Text804_Conditions);
this.Text804.GrowToHeight = true;
this.Text804.Guid = "91c03e1458b3493fbe1e24a0f574e723";
this.Text804.Name = "Text804";
this.Text804.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text804__GetValue);
this.Text804.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text804.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text804.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.Text804.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text804.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text804.Indicator = null;
this.Text804.Interaction = null;
this.Text804.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text804.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text804.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text837
//
this.Text837 = new Stimulsoft.Report.Components.StiText();
this.Text837.CanGrow = true;
this.Text837.CanShrink = true;
this.Text837.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text837.ComponentStyle = "ValuesBorder";
this.Text837.BeforePrint += new System.EventHandler(this.Text837_Conditions);
this.Text837.GrowToHeight = true;
this.Text837.Guid = "7ede6f42159f4f7c83041cdda4277439";
this.Text837.Name = "Text837";
this.Text837.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text837__GetValue);
this.Text837.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text837.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text837.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.Text837.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text837.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text837.Indicator = null;
this.Text837.Interaction = null;
this.Text837.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text837.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text837.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text838
//
this.Text838 = new Stimulsoft.Report.Components.StiText();
this.Text838.CanGrow = true;
this.Text838.CanShrink = true;
this.Text838.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text838.ComponentStyle = "ValuesBorder";
this.Text838.BeforePrint += new System.EventHandler(this.Text838_Conditions);
this.Text838.GrowToHeight = true;
this.Text838.Guid = "b4895268852e496a9baeef193e47058d";
this.Text838.Name = "Text838";
this.Text838.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text838__GetValue);
this.Text838.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text838.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text838.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.Text838.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text838.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text838.Indicator = null;
this.Text838.Interaction = null;
this.Text838.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text838.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text838.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text839
//
this.Text839 = new Stimulsoft.Report.Components.StiText();
this.Text839.CanGrow = true;
this.Text839.CanShrink = true;
this.Text839.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 22, 8);
this.Text839.ComponentStyle = "ValuesBorder";
this.Text839.BeforePrint += new System.EventHandler(this.Text839_Conditions);
this.Text839.GrowToHeight = true;
this.Text839.Guid = "e3b3ce635018414dba2ab46c2b4aae7f";
this.Text839.Name = "Text839";
this.Text839.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text839__GetValue);
this.Text839.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text839.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text839.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.Text839.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text839.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text839.Indicator = null;
this.Text839.Interaction = null;
this.Text839.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text839.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text839.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text840
//
this.Text840 = new Stimulsoft.Report.Components.StiText();
this.Text840.CanGrow = true;
this.Text840.CanShrink = true;
this.Text840.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text840.ComponentStyle = "ValuesBorder";
this.Text840.BeforePrint += new System.EventHandler(this.Text840_Conditions);
this.Text840.GrowToHeight = true;
this.Text840.Guid = "ee30e20121c248a5b75c437666e38e2d";
this.Text840.Name = "Text840";
this.Text840.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text840__GetValue);
this.Text840.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text840.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text840.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.Text840.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text840.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text840.Indicator = null;
this.Text840.Interaction = null;
this.Text840.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text840.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text840.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text841
//
this.Text841 = new Stimulsoft.Report.Components.StiText();
this.Text841.CanGrow = true;
this.Text841.CanShrink = true;
this.Text841.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text841.ComponentStyle = "ValuesBorder";
this.Text841.BeforePrint += new System.EventHandler(this.Text841_Conditions);
this.Text841.GrowToHeight = true;
this.Text841.Guid = "e8bf8d02d4fe432b96823cff8f5660ec";
this.Text841.Name = "Text841";
this.Text841.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text841__GetValue);
this.Text841.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text841.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text841.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.Text841.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text841.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text841.Indicator = null;
this.Text841.Interaction = null;
this.Text841.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text841.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text841.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text842
//
this.Text842 = new Stimulsoft.Report.Components.StiText();
this.Text842.CanGrow = true;
this.Text842.CanShrink = true;
this.Text842.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text842.ComponentStyle = "ValuesBorder";
this.Text842.BeforePrint += new System.EventHandler(this.Text842_Conditions);
this.Text842.GrowToHeight = true;
this.Text842.Guid = "2832666036374ae7aa2f0f5e2ae1b919";
this.Text842.Name = "Text842";
this.Text842.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text842__GetValue);
this.Text842.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text842.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text842.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.Text842.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text842.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text842.Indicator = null;
this.Text842.Interaction = null;
this.Text842.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text842.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text842.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text843
//
this.Text843 = new Stimulsoft.Report.Components.StiText();
this.Text843.CanGrow = true;
this.Text843.CanShrink = true;
this.Text843.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 30, 8);
this.Text843.ComponentStyle = "ValuesBorder";
this.Text843.BeforePrint += new System.EventHandler(this.Text843_Conditions);
this.Text843.GrowToHeight = true;
this.Text843.Guid = "e4550f121c0e4de68df200ddd8a86ba9";
this.Text843.Name = "Text843";
this.Text843.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text843__GetValue);
this.Text843.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text843.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text843.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.Text843.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text843.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text843.Indicator = null;
this.Text843.Interaction = null;
this.Text843.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text843.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text843.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand296.Interaction = null;
//
// DataBand297
//
this.DataBand297 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand297.CanShrink = true;
this.DataBand297.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 270, 190, 4);
this.DataBand297.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand297.DataSourceName = "tblReportValueParts2";
this.DataBand297.Guid = "c0a5e10561aa43d1bd73a82fc158f6d3";
this.DataBand297.Name = "DataBand297";
this.DataBand297.PrintIfDetailEmpty = true;
this.DataBand297.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand297.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.DataBand297.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand297.BusinessObjectGuid = null;
//
// Text844
//
this.Text844 = new Stimulsoft.Report.Components.StiText();
this.Text844.CanGrow = true;
this.Text844.CanShrink = true;
this.Text844.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 4);
this.Text844.ComponentStyle = "ValuesBorder";
this.Text844.BeforePrint += new System.EventHandler(this.Text844_Conditions);
this.Text844.GrowToHeight = true;
this.Text844.Guid = "4ab1904c7e41484aaff93c605e08ca10";
this.Text844.Name = "Text844";
this.Text844.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text844__GetValue);
this.Text844.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text844.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text844.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.Text844.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text844.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text844.Indicator = null;
this.Text844.Interaction = null;
this.Text844.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text844.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text844.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text845
//
this.Text845 = new Stimulsoft.Report.Components.StiText();
this.Text845.CanGrow = true;
this.Text845.CanShrink = true;
this.Text845.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 4);
this.Text845.ComponentStyle = "ValuesBorder";
this.Text845.BeforePrint += new System.EventHandler(this.Text845_Conditions);
this.Text845.GrowToHeight = true;
this.Text845.Guid = "b656fc6637634e4f9e475228d103bc41";
this.Text845.Name = "Text845";
this.Text845.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text845__GetValue);
this.Text845.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text845.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text845.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.Text845.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text845.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text845.Indicator = null;
this.Text845.Interaction = null;
this.Text845.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text845.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text845.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text846
//
this.Text846 = new Stimulsoft.Report.Components.StiText();
this.Text846.CanGrow = true;
this.Text846.CanShrink = true;
this.Text846.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 4);
this.Text846.ComponentStyle = "ValuesBorder";
this.Text846.BeforePrint += new System.EventHandler(this.Text846_Conditions);
this.Text846.GrowToHeight = true;
this.Text846.Guid = "eb700b40c0bf41f983529ecdea7b1564";
this.Text846.Name = "Text846";
this.Text846.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text846__GetValue);
this.Text846.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text846.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text846.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.Text846.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text846.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text846.Indicator = null;
this.Text846.Interaction = null;
this.Text846.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text846.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text846.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text847
//
this.Text847 = new Stimulsoft.Report.Components.StiText();
this.Text847.CanGrow = true;
this.Text847.CanShrink = true;
this.Text847.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 22, 4);
this.Text847.ComponentStyle = "ValuesBorder";
this.Text847.BeforePrint += new System.EventHandler(this.Text847_Conditions);
this.Text847.GrowToHeight = true;
this.Text847.Guid = "9781c731d96d43c8893c715b50588364";
this.Text847.Name = "Text847";
this.Text847.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text847__GetValue);
this.Text847.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text847.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text847.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.Text847.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text847.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text847.Indicator = null;
this.Text847.Interaction = null;
this.Text847.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text847.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text847.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text848
//
this.Text848 = new Stimulsoft.Report.Components.StiText();
this.Text848.CanGrow = true;
this.Text848.CanShrink = true;
this.Text848.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 4);
this.Text848.ComponentStyle = "ValuesBorder";
this.Text848.BeforePrint += new System.EventHandler(this.Text848_Conditions);
this.Text848.GrowToHeight = true;
this.Text848.Guid = "2c0760f8a75d492b93de1fcdd52ca0d0";
this.Text848.Name = "Text848";
this.Text848.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text848__GetValue);
this.Text848.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text848.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text848.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.Text848.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text848.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text848.Indicator = null;
this.Text848.Interaction = null;
this.Text848.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text848.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text848.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text849
//
this.Text849 = new Stimulsoft.Report.Components.StiText();
this.Text849.CanGrow = true;
this.Text849.CanShrink = true;
this.Text849.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 4);
this.Text849.ComponentStyle = "ValuesBorder";
this.Text849.BeforePrint += new System.EventHandler(this.Text849_Conditions);
this.Text849.GrowToHeight = true;
this.Text849.Guid = "138eb6e451e24d37a279cb945ea907f6";
this.Text849.Name = "Text849";
this.Text849.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text849__GetValue);
this.Text849.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text849.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text849.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.Text849.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text849.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text849.Indicator = null;
this.Text849.Interaction = null;
this.Text849.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text849.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text849.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text850
//
this.Text850 = new Stimulsoft.Report.Components.StiText();
this.Text850.CanGrow = true;
this.Text850.CanShrink = true;
this.Text850.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 4);
this.Text850.ComponentStyle = "ValuesBorder";
this.Text850.BeforePrint += new System.EventHandler(this.Text850_Conditions);
this.Text850.GrowToHeight = true;
this.Text850.Guid = "0e4531bf969b444292d9172c12c06de8";
this.Text850.Name = "Text850";
this.Text850.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text850__GetValue);
this.Text850.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text850.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text850.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.Text850.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text850.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text850.Indicator = null;
this.Text850.Interaction = null;
this.Text850.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text850.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text850.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text851
//
this.Text851 = new Stimulsoft.Report.Components.StiText();
this.Text851.CanGrow = true;
this.Text851.CanShrink = true;
this.Text851.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 30, 4);
this.Text851.ComponentStyle = "ValuesBorder";
this.Text851.BeforePrint += new System.EventHandler(this.Text851_Conditions);
this.Text851.GrowToHeight = true;
this.Text851.Guid = "e11b9ed753564adabff4db03a7cabba8";
this.Text851.Name = "Text851";
this.Text851.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text851__GetValue);
this.Text851.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text851.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text851.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.Text851.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text851.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text851.Indicator = null;
this.Text851.Interaction = null;
this.Text851.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text851.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text851.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand297.Interaction = null;
this.standOverv_airQual.ExcelSheetValue = null;
this.standOverv_airQual.Interaction = null;
this.standOverv_airQual.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.standOverv_airQual_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.standOverv_airQual_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.standOverv_airQual_Watermark.Image = null;
this.standOverv_airQual_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.standOverv_airQual.BeginRender += new System.EventHandler(this.standOverv_airQual_BeginRender);
//
// standOverv_indSectAirQual
//
this.standOverv_indSectAirQual = new Stimulsoft.Report.Components.StiPage();
this.standOverv_indSectAirQual.Guid = "c3e8577e4a4b45c9a8f8cc2d3d81da09";
this.standOverv_indSectAirQual.Name = "standOverv_indSectAirQual";
this.standOverv_indSectAirQual.PageHeight = 297;
this.standOverv_indSectAirQual.PageWidth = 210;
this.standOverv_indSectAirQual.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.standOverv_indSectAirQual.PrintHeadersFootersFromPreviousPage = true;
this.standOverv_indSectAirQual.PrintOnPreviousPage = true;
this.standOverv_indSectAirQual.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.standOverv_indSectAirQual.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255));
//
// DataBand298
//
this.DataBand298 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand298.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 4);
this.DataBand298.DataSourceName = "tblReportValues0";
this.DataBand298.Guid = "b1800cd66e9844b8b15c6ce49d1fe0fc";
this.DataBand298.Name = "DataBand298";
this.DataBand298.PrintIfDetailEmpty = true;
this.DataBand298.Sort = new System.String[0];
this.DataBand298.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.DataBand298.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand298.BusinessObjectGuid = null;
this.DataBand298.DataRelationName = null;
this.DataBand298.Interaction = null;
this.DataBand298.MasterComponent = null;
//
// DataBand299
//
this.DataBand299 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand299.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 16, 190, 8);
this.DataBand299.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand299.DataSourceName = "tblReportValues1";
this.DataBand299.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand299.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.DataBand299.Name = "DataBand299";
this.DataBand299.PrintIfDetailEmpty = true;
this.DataBand299.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand299.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.DataBand299.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand299.BusinessObjectGuid = null;
//
// Text852
//
this.Text852 = new Stimulsoft.Report.Components.StiText();
this.Text852.CanGrow = true;
this.Text852.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 2, 174, 6);
this.Text852.ComponentStyle = "TitleSub1";
this.Text852.Guid = "796022ef43fa4e9c88a0ee3e77665cde";
this.Text852.Name = "Text852";
this.Text852.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text852__GetValue);
this.Text852.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text852.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text852.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text852.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.Text852.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text852.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text852.Indicator = null;
this.Text852.Interaction = null;
this.Text852.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text852.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text852.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text852.BeforePrint += new System.EventHandler(this.Text852_BeforePrint);
this.DataBand299.Interaction = null;
//
// DataBand300
//
this.DataBand300 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand300.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 32, 190, 0);
this.DataBand300.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand300.DataSourceName = "tblReportValues2";
this.DataBand300.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.DataBand300.Name = "DataBand300";
this.DataBand300.PrintIfDetailEmpty = true;
this.DataBand300.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand300.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.DataBand300.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand300.BusinessObjectGuid = null;
this.DataBand300.Interaction = null;
//
// DataBand301
//
this.DataBand301 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand301.CanShrink = true;
this.DataBand301.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 40, 190, 8);
this.DataBand301.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand301.DataSourceName = "tblReportValueParts2";
this.DataBand301.Name = "DataBand301";
this.DataBand301.PrintIfDetailEmpty = true;
this.DataBand301.Sort = new System.String[] {
"ASC",
"{GetDataBand301_Sort1}",
"ASC",
"Column1"};
this.DataBand301.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.DataBand301.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand301.BusinessObjectGuid = null;
//
// Text853
//
this.Text853 = new Stimulsoft.Report.Components.StiText();
this.Text853.CanGrow = true;
this.Text853.CanShrink = true;
this.Text853.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 70, 8);
this.Text853.ComponentStyle = "ValuesBorder";
this.Text853.BeforePrint += new System.EventHandler(this.Text853_Conditions);
this.Text853.GrowToHeight = true;
this.Text853.Name = "Text853";
this.Text853.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text853__GetValue);
this.Text853.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text853.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text853.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.Text853.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text853.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text853.Guid = null;
this.Text853.Indicator = null;
this.Text853.Interaction = null;
this.Text853.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text853.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text853.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text854
//
this.Text854 = new Stimulsoft.Report.Components.StiText();
this.Text854.CanGrow = true;
this.Text854.CanShrink = true;
this.Text854.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text854.ComponentStyle = "ValuesBorder";
this.Text854.BeforePrint += new System.EventHandler(this.Text854_Conditions);
this.Text854.GrowToHeight = true;
this.Text854.Name = "Text854";
this.Text854.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text854__GetValue);
this.Text854.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text854.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text854.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.Text854.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text854.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text854.Guid = null;
this.Text854.Indicator = null;
this.Text854.Interaction = null;
this.Text854.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text854.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text854.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text855
//
this.Text855 = new Stimulsoft.Report.Components.StiText();
this.Text855.CanGrow = true;
this.Text855.CanShrink = true;
this.Text855.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text855.ComponentStyle = "ValuesBorder";
this.Text855.BeforePrint += new System.EventHandler(this.Text855_Conditions);
this.Text855.GrowToHeight = true;
this.Text855.Name = "Text855";
this.Text855.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text855__GetValue);
this.Text855.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text855.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text855.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.Text855.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text855.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text855.Guid = null;
this.Text855.Indicator = null;
this.Text855.Interaction = null;
this.Text855.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text855.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text855.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text856
//
this.Text856 = new Stimulsoft.Report.Components.StiText();
this.Text856.CanGrow = true;
this.Text856.CanShrink = true;
this.Text856.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text856.ComponentStyle = "ValuesBorder";
this.Text856.BeforePrint += new System.EventHandler(this.Text856_Conditions);
this.Text856.GrowToHeight = true;
this.Text856.Name = "Text856";
this.Text856.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text856__GetValue);
this.Text856.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text856.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text856.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.Text856.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text856.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text856.Guid = null;
this.Text856.Indicator = null;
this.Text856.Interaction = null;
this.Text856.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text856.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text856.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text857
//
this.Text857 = new Stimulsoft.Report.Components.StiText();
this.Text857.CanGrow = true;
this.Text857.CanShrink = true;
this.Text857.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text857.ComponentStyle = "ValuesBorder";
this.Text857.BeforePrint += new System.EventHandler(this.Text857_Conditions);
this.Text857.GrowToHeight = true;
this.Text857.Guid = "2d60fb89138f42b49707632ef4aa238d";
this.Text857.Name = "Text857";
this.Text857.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text857__GetValue);
this.Text857.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text857.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text857.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.Text857.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text857.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text857.Indicator = null;
this.Text857.Interaction = null;
this.Text857.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text857.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text857.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text858
//
this.Text858 = new Stimulsoft.Report.Components.StiText();
this.Text858.CanGrow = true;
this.Text858.CanShrink = true;
this.Text858.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text858.ComponentStyle = "ValuesBorder";
this.Text858.BeforePrint += new System.EventHandler(this.Text858_Conditions);
this.Text858.GrowToHeight = true;
this.Text858.Guid = "9d290af5d3fd491ca842c8d89ec255b4";
this.Text858.Name = "Text858";
this.Text858.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text858__GetValue);
this.Text858.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text858.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text858.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.Text858.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text858.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text858.Indicator = null;
this.Text858.Interaction = null;
this.Text858.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text858.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text858.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand301.Guid = null;
this.DataBand301.Interaction = null;
//
// DataBand305
//
this.DataBand305 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand305.CanShrink = true;
this.DataBand305.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 56, 190, 4);
this.DataBand305.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand305.DataSourceName = "tblReportValueParts2";
this.DataBand305.Guid = "920aa4a0fef14368ae47094469148cd7";
this.DataBand305.Name = "DataBand305";
this.DataBand305.PrintIfDetailEmpty = true;
this.DataBand305.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand305.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.DataBand305.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand305.BusinessObjectGuid = null;
//
// Text868
//
this.Text868 = new Stimulsoft.Report.Components.StiText();
this.Text868.CanGrow = true;
this.Text868.CanShrink = true;
this.Text868.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 70, 4);
this.Text868.ComponentStyle = "ValuesBorder";
this.Text868.BeforePrint += new System.EventHandler(this.Text868_Conditions);
this.Text868.GrowToHeight = true;
this.Text868.Guid = "8297d71b48904b658bb1ed7c0b8f7242";
this.Text868.Name = "Text868";
this.Text868.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text868__GetValue);
this.Text868.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text868.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text868.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.Text868.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text868.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text868.Indicator = null;
this.Text868.Interaction = null;
this.Text868.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text868.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text868.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text869
//
this.Text869 = new Stimulsoft.Report.Components.StiText();
this.Text869.CanGrow = true;
this.Text869.CanShrink = true;
this.Text869.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 4);
this.Text869.ComponentStyle = "ValuesBorder";
this.Text869.BeforePrint += new System.EventHandler(this.Text869_Conditions);
this.Text869.GrowToHeight = true;
this.Text869.Guid = "0514f02956094ff79647170d1380d930";
this.Text869.Name = "Text869";
this.Text869.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text869__GetValue);
this.Text869.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text869.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text869.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.Text869.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text869.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text869.Indicator = null;
this.Text869.Interaction = null;
this.Text869.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text869.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text869.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text870
//
this.Text870 = new Stimulsoft.Report.Components.StiText();
this.Text870.CanGrow = true;
this.Text870.CanShrink = true;
this.Text870.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 4);
this.Text870.ComponentStyle = "ValuesBorder";
this.Text870.BeforePrint += new System.EventHandler(this.Text870_Conditions);
this.Text870.GrowToHeight = true;
this.Text870.Guid = "ee52fafc238e4631ad19bbd2c12c3c49";
this.Text870.Name = "Text870";
this.Text870.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text870__GetValue);
this.Text870.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text870.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text870.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.Text870.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text870.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text870.Indicator = null;
this.Text870.Interaction = null;
this.Text870.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text870.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text870.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text871
//
this.Text871 = new Stimulsoft.Report.Components.StiText();
this.Text871.CanGrow = true;
this.Text871.CanShrink = true;
this.Text871.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 4);
this.Text871.ComponentStyle = "ValuesBorder";
this.Text871.BeforePrint += new System.EventHandler(this.Text871_Conditions);
this.Text871.GrowToHeight = true;
this.Text871.Guid = "8286381a8e4c48d2a0df9576585854d5";
this.Text871.Name = "Text871";
this.Text871.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text871__GetValue);
this.Text871.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text871.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text871.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.Text871.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text871.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text871.Indicator = null;
this.Text871.Interaction = null;
this.Text871.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text871.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text871.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text872
//
this.Text872 = new Stimulsoft.Report.Components.StiText();
this.Text872.CanGrow = true;
this.Text872.CanShrink = true;
this.Text872.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 4);
this.Text872.ComponentStyle = "ValuesBorder";
this.Text872.BeforePrint += new System.EventHandler(this.Text872_Conditions);
this.Text872.GrowToHeight = true;
this.Text872.Guid = "c925e794a5c643bbbcd3435d90831972";
this.Text872.Name = "Text872";
this.Text872.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text872__GetValue);
this.Text872.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text872.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text872.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.Text872.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text872.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text872.Indicator = null;
this.Text872.Interaction = null;
this.Text872.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text872.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text872.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text873
//
this.Text873 = new Stimulsoft.Report.Components.StiText();
this.Text873.CanGrow = true;
this.Text873.CanShrink = true;
this.Text873.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 4);
this.Text873.ComponentStyle = "ValuesBorder";
this.Text873.BeforePrint += new System.EventHandler(this.Text873_Conditions);
this.Text873.GrowToHeight = true;
this.Text873.Guid = "2f3c43b05cd5498e8ecb5bf7f4e973c8";
this.Text873.Name = "Text873";
this.InitializeComponent32();
}
public void InitializeComponent32()
{
this.Text873.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text873__GetValue);
this.Text873.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text873.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text873.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.Text873.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text873.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text873.Indicator = null;
this.Text873.Interaction = null;
this.Text873.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text873.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text873.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand305.Interaction = null;
//
// DataBand302
//
this.DataBand302 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand302.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 68, 190, 8);
this.DataBand302.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand302.DataSourceName = "tblReportValues1";
this.DataBand302.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand302.Guid = "626204bed99249a8b5236917c28033ab";
this.DataBand302.Name = "DataBand302";
this.DataBand302.PrintIfDetailEmpty = true;
this.DataBand302.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand302.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.DataBand302.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand302.BusinessObjectGuid = null;
//
// Text859
//
this.Text859 = new Stimulsoft.Report.Components.StiText();
this.Text859.CanGrow = true;
this.Text859.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 2, 174, 6);
this.Text859.ComponentStyle = "TitleSub1";
this.Text859.Guid = "a77179bc2fcc405b980f7f2562cc021b";
this.Text859.Name = "Text859";
this.Text859.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text859__GetValue);
this.Text859.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text859.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text859.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text859.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.Text859.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text859.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text859.Indicator = null;
this.Text859.Interaction = null;
this.Text859.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text859.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text859.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text859.BeforePrint += new System.EventHandler(this.Text859_BeforePrint);
this.DataBand302.Interaction = null;
//
// DataBand303
//
this.DataBand303 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand303.CanShrink = true;
this.DataBand303.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 84, 190, 4);
this.DataBand303.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand303.DataSourceName = "tblReportValues2";
this.DataBand303.Guid = "814ec0a7a4064436855df2ff34e53820";
this.DataBand303.Name = "DataBand303";
this.DataBand303.PrintIfDetailEmpty = true;
this.DataBand303.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand303.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.DataBand303.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand303.BusinessObjectGuid = null;
//
// Text860
//
this.Text860 = new Stimulsoft.Report.Components.StiText();
this.Text860.CanGrow = true;
this.Text860.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 4);
this.Text860.ComponentStyle = "Values";
this.Text860.GrowToHeight = true;
this.Text860.Guid = "0932bfe4657145679776f9b1d3d7c976";
this.Text860.Name = "Text860";
this.Text860.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text860.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text860__GetValue);
this.Text860.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text860.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text860.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text860.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.Text860.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text860.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text860.Indicator = null;
this.Text860.Interaction = null;
this.Text860.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text860.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text860.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand303.Interaction = null;
//
// DataBand304
//
this.DataBand304 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand304.CanShrink = true;
this.DataBand304.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 96, 190, 8);
this.DataBand304.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand304.DataSourceName = "tblReportValueParts2";
this.DataBand304.Guid = "66bec28aba484c6bae5e70eea7bf1a0e";
this.DataBand304.Name = "DataBand304";
this.DataBand304.PrintIfDetailEmpty = true;
this.DataBand304.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand304.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.DataBand304.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand304.BusinessObjectGuid = null;
//
// Text861
//
this.Text861 = new Stimulsoft.Report.Components.StiText();
this.Text861.CanGrow = true;
this.Text861.CanShrink = true;
this.Text861.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text861.ComponentStyle = "ValuesBorder";
this.Text861.BeforePrint += new System.EventHandler(this.Text861_Conditions);
this.Text861.GrowToHeight = true;
this.Text861.Guid = "2718d4a2d3194337bc6342b9f623cb91";
this.Text861.Name = "Text861";
this.Text861.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text861__GetValue);
this.Text861.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text861.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text861.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.Text861.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text861.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text861.Indicator = null;
this.Text861.Interaction = null;
this.Text861.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text861.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text861.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text862
//
this.Text862 = new Stimulsoft.Report.Components.StiText();
this.Text862.CanGrow = true;
this.Text862.CanShrink = true;
this.Text862.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text862.ComponentStyle = "ValuesBorder";
this.Text862.BeforePrint += new System.EventHandler(this.Text862_Conditions);
this.Text862.GrowToHeight = true;
this.Text862.Guid = "70dde286e62842d3bf7cf31df837b0f3";
this.Text862.Name = "Text862";
this.Text862.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text862__GetValue);
this.Text862.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text862.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text862.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.Text862.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text862.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text862.Indicator = null;
this.Text862.Interaction = null;
this.Text862.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text862.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text862.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text863
//
this.Text863 = new Stimulsoft.Report.Components.StiText();
this.Text863.CanGrow = true;
this.Text863.CanShrink = true;
this.Text863.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text863.ComponentStyle = "ValuesBorder";
this.Text863.BeforePrint += new System.EventHandler(this.Text863_Conditions);
this.Text863.GrowToHeight = true;
this.Text863.Guid = "18b44aef9de0485e9fb15ca652538cdd";
this.Text863.Name = "Text863";
this.Text863.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text863__GetValue);
this.Text863.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text863.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text863.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.Text863.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text863.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text863.Indicator = null;
this.Text863.Interaction = null;
this.Text863.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text863.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text863.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text864
//
this.Text864 = new Stimulsoft.Report.Components.StiText();
this.Text864.CanGrow = true;
this.Text864.CanShrink = true;
this.Text864.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 52, 8);
this.Text864.ComponentStyle = "ValuesBorder";
this.Text864.BeforePrint += new System.EventHandler(this.Text864_Conditions);
this.Text864.GrowToHeight = true;
this.Text864.Guid = "29f3d362a8724754ba1b3564d99d1497";
this.Text864.Name = "Text864";
this.Text864.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text864__GetValue);
this.Text864.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text864.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text864.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.Text864.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text864.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text864.Indicator = null;
this.Text864.Interaction = null;
this.Text864.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text864.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text864.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text865
//
this.Text865 = new Stimulsoft.Report.Components.StiText();
this.Text865.CanGrow = true;
this.Text865.CanShrink = true;
this.Text865.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text865.ComponentStyle = "ValuesBorder";
this.Text865.BeforePrint += new System.EventHandler(this.Text865_Conditions);
this.Text865.GrowToHeight = true;
this.Text865.Guid = "dc310d7fb87d4ee7b6cae4cf0dbd0563";
this.Text865.Name = "Text865";
this.Text865.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text865__GetValue);
this.Text865.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text865.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text865.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.Text865.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text865.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text865.Indicator = null;
this.Text865.Interaction = null;
this.Text865.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text865.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text865.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text866
//
this.Text866 = new Stimulsoft.Report.Components.StiText();
this.Text866.CanGrow = true;
this.Text866.CanShrink = true;
this.Text866.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text866.ComponentStyle = "ValuesBorder";
this.Text866.BeforePrint += new System.EventHandler(this.Text866_Conditions);
this.Text866.GrowToHeight = true;
this.Text866.Guid = "3238297a9de2464293e2123f765894d2";
this.Text866.Name = "Text866";
this.Text866.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text866__GetValue);
this.Text866.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text866.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text866.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.Text866.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text866.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text866.Indicator = null;
this.Text866.Interaction = null;
this.Text866.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text866.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text866.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text867
//
this.Text867 = new Stimulsoft.Report.Components.StiText();
this.Text867.CanGrow = true;
this.Text867.CanShrink = true;
this.Text867.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text867.ComponentStyle = "ValuesBorder";
this.Text867.BeforePrint += new System.EventHandler(this.Text867_Conditions);
this.Text867.GrowToHeight = true;
this.Text867.Guid = "db4e7080be0f4cb6b0aaa63fdaa146d4";
this.Text867.Name = "Text867";
this.Text867.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text867__GetValue);
this.Text867.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text867.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text867.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.Text867.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text867.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text867.Indicator = null;
this.Text867.Interaction = null;
this.Text867.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text867.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text867.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand304.Interaction = null;
//
// DataBand306
//
this.DataBand306 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand306.CanShrink = true;
this.DataBand306.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 112, 190, 4);
this.DataBand306.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand306.DataSourceName = "tblReportValueParts2";
this.DataBand306.Guid = "962c3c83d7394cfb8fe8902c505b5916";
this.DataBand306.Name = "DataBand306";
this.DataBand306.PrintIfDetailEmpty = true;
this.DataBand306.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand306.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.DataBand306.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand306.BusinessObjectGuid = null;
//
// Text874
//
this.Text874 = new Stimulsoft.Report.Components.StiText();
this.Text874.CanGrow = true;
this.Text874.CanShrink = true;
this.Text874.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 4);
this.Text874.ComponentStyle = "ValuesBorder";
this.Text874.BeforePrint += new System.EventHandler(this.Text874_Conditions);
this.Text874.GrowToHeight = true;
this.Text874.Guid = "ef3170eae616423aa03e5e51cb650bdf";
this.Text874.Name = "Text874";
this.Text874.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text874__GetValue);
this.Text874.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text874.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text874.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.Text874.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text874.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text874.Indicator = null;
this.Text874.Interaction = null;
this.Text874.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text874.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text874.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text875
//
this.Text875 = new Stimulsoft.Report.Components.StiText();
this.Text875.CanGrow = true;
this.Text875.CanShrink = true;
this.Text875.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 4);
this.Text875.ComponentStyle = "ValuesBorder";
this.Text875.BeforePrint += new System.EventHandler(this.Text875_Conditions);
this.Text875.GrowToHeight = true;
this.Text875.Guid = "686f5067b3264233a1584135912a6ad8";
this.Text875.Name = "Text875";
this.Text875.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text875__GetValue);
this.Text875.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text875.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text875.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.Text875.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text875.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text875.Indicator = null;
this.Text875.Interaction = null;
this.Text875.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text875.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text875.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text876
//
this.Text876 = new Stimulsoft.Report.Components.StiText();
this.Text876.CanGrow = true;
this.Text876.CanShrink = true;
this.Text876.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 4);
this.Text876.ComponentStyle = "ValuesBorder";
this.Text876.BeforePrint += new System.EventHandler(this.Text876_Conditions);
this.Text876.GrowToHeight = true;
this.Text876.Guid = "f744cf828f974bf0be6294932302a8b1";
this.Text876.Name = "Text876";
this.Text876.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text876__GetValue);
this.Text876.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text876.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text876.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.Text876.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text876.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text876.Indicator = null;
this.Text876.Interaction = null;
this.Text876.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text876.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text876.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text877
//
this.Text877 = new Stimulsoft.Report.Components.StiText();
this.Text877.CanGrow = true;
this.Text877.CanShrink = true;
this.Text877.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 52, 4);
this.Text877.ComponentStyle = "ValuesBorder";
this.Text877.BeforePrint += new System.EventHandler(this.Text877_Conditions);
this.Text877.GrowToHeight = true;
this.Text877.Guid = "f633bcf7bc1849a8971c256ec8369f86";
this.Text877.Name = "Text877";
this.Text877.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text877__GetValue);
this.Text877.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text877.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text877.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.Text877.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text877.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text877.Indicator = null;
this.Text877.Interaction = null;
this.Text877.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text877.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text877.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text878
//
this.Text878 = new Stimulsoft.Report.Components.StiText();
this.Text878.CanGrow = true;
this.Text878.CanShrink = true;
this.Text878.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 4);
this.Text878.ComponentStyle = "ValuesBorder";
this.Text878.BeforePrint += new System.EventHandler(this.Text878_Conditions);
this.Text878.GrowToHeight = true;
this.Text878.Guid = "7c20b2d74b8a43de9ecc7af3608928a8";
this.Text878.Name = "Text878";
this.Text878.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text878__GetValue);
this.Text878.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text878.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text878.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.Text878.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text878.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text878.Indicator = null;
this.Text878.Interaction = null;
this.Text878.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text878.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text878.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text879
//
this.Text879 = new Stimulsoft.Report.Components.StiText();
this.Text879.CanGrow = true;
this.Text879.CanShrink = true;
this.Text879.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 4);
this.Text879.ComponentStyle = "ValuesBorder";
this.Text879.BeforePrint += new System.EventHandler(this.Text879_Conditions);
this.Text879.GrowToHeight = true;
this.Text879.Guid = "a5873f548edc422b9c3d89e246f7517f";
this.Text879.Name = "Text879";
this.Text879.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text879__GetValue);
this.Text879.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text879.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text879.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.Text879.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text879.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text879.Indicator = null;
this.Text879.Interaction = null;
this.Text879.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text879.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text879.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text880
//
this.Text880 = new Stimulsoft.Report.Components.StiText();
this.Text880.CanGrow = true;
this.Text880.CanShrink = true;
this.Text880.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 4);
this.Text880.ComponentStyle = "ValuesBorder";
this.Text880.BeforePrint += new System.EventHandler(this.Text880_Conditions);
this.Text880.GrowToHeight = true;
this.Text880.Guid = "a17b5bb6949c44369fbec337b3a728da";
this.Text880.Name = "Text880";
this.Text880.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text880__GetValue);
this.Text880.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text880.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text880.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.Text880.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text880.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text880.Indicator = null;
this.Text880.Interaction = null;
this.Text880.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text880.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text880.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand306.Interaction = null;
//
// DataBand307
//
this.DataBand307 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand307.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 124, 190, 8);
this.DataBand307.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand307.DataSourceName = "tblReportValues1";
this.DataBand307.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand307.Guid = "10f771ff8f01425da0b14eeb4872a176";
this.DataBand307.Name = "DataBand307";
this.DataBand307.PrintIfDetailEmpty = true;
this.DataBand307.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand307.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.DataBand307.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand307.BusinessObjectGuid = null;
//
// Text881
//
this.Text881 = new Stimulsoft.Report.Components.StiText();
this.Text881.CanGrow = true;
this.Text881.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 2, 174, 6);
this.Text881.ComponentStyle = "TitleSub1";
this.Text881.Guid = "ffa82c30fd4b4592b8809cbb5ebf12b7";
this.Text881.Name = "Text881";
this.Text881.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text881__GetValue);
this.Text881.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text881.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text881.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text881.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.Text881.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text881.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text881.Indicator = null;
this.Text881.Interaction = null;
this.Text881.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text881.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text881.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text881.BeforePrint += new System.EventHandler(this.Text881_BeforePrint);
this.DataBand307.Interaction = null;
//
// DataBand308
//
this.DataBand308 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand308.CanShrink = true;
this.DataBand308.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 140, 190, 8);
this.DataBand308.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand308.DataSourceName = "tblReportValues2";
this.DataBand308.Guid = "5e2da5fa1a624ea59ec8f7eae9edd6a2";
this.DataBand308.Name = "DataBand308";
this.DataBand308.PrintIfDetailEmpty = true;
this.DataBand308.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand308.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.DataBand308.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand308.BusinessObjectGuid = null;
//
// Text882
//
this.Text882 = new Stimulsoft.Report.Components.StiText();
this.Text882.CanGrow = true;
this.Text882.CanShrink = true;
this.Text882.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 168, 6);
this.Text882.ComponentStyle = "Values";
this.Text882.GrowToHeight = true;
this.Text882.Guid = "eceda11e79b04f14b62a162655cfd6d5";
this.Text882.Name = "Text882";
this.Text882.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text882.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text882__GetValue);
this.Text882.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text882.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text882.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text882.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.Text882.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text882.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text882.Indicator = null;
this.Text882.Interaction = null;
this.Text882.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text882.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text882.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand308.Interaction = null;
//
// DataBand309
//
this.DataBand309 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand309.CanShrink = true;
this.DataBand309.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 156, 190, 8);
this.DataBand309.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand309.DataSourceName = "tblReportValueParts2";
this.DataBand309.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand309.Guid = "ce35ea96a16d4f0db87b3a7d5a3c6170";
this.DataBand309.Name = "DataBand309";
this.DataBand309.PrintIfDetailEmpty = true;
this.DataBand309.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand309.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.DataBand309.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand309.BusinessObjectGuid = null;
//
// Text883
//
this.Text883 = new Stimulsoft.Report.Components.StiText();
this.Text883.CanGrow = true;
this.Text883.CanShrink = true;
this.Text883.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text883.ComponentStyle = "ValuesBorder";
this.Text883.BeforePrint += new System.EventHandler(this.Text883_Conditions);
this.Text883.GrowToHeight = true;
this.Text883.Guid = "aa9a141707f544688bd75ac52239c152";
this.Text883.Name = "Text883";
this.Text883.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text883__GetValue);
this.Text883.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text883.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text883.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.Text883.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text883.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text883.Indicator = null;
this.Text883.Interaction = null;
this.Text883.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text883.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text883.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text884
//
this.Text884 = new Stimulsoft.Report.Components.StiText();
this.Text884.CanGrow = true;
this.Text884.CanShrink = true;
this.Text884.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text884.ComponentStyle = "ValuesBorder";
this.Text884.BeforePrint += new System.EventHandler(this.Text884_Conditions);
this.Text884.GrowToHeight = true;
this.Text884.Guid = "c1a2e8b44c3d40a0b5e11f1b300682a4";
this.Text884.Name = "Text884";
this.Text884.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text884__GetValue);
this.Text884.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text884.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text884.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.Text884.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text884.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text884.Indicator = null;
this.Text884.Interaction = null;
this.Text884.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text884.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text884.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text885
//
this.Text885 = new Stimulsoft.Report.Components.StiText();
this.Text885.CanGrow = true;
this.Text885.CanShrink = true;
this.Text885.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text885.ComponentStyle = "ValuesBorder";
this.Text885.BeforePrint += new System.EventHandler(this.Text885_Conditions);
this.Text885.GrowToHeight = true;
this.Text885.Guid = "2d8540eee6de4803ae4694f367217515";
this.Text885.Name = "Text885";
this.Text885.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text885__GetValue);
this.Text885.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text885.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text885.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.Text885.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text885.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text885.Indicator = null;
this.Text885.Interaction = null;
this.Text885.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text885.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text885.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text886
//
this.Text886 = new Stimulsoft.Report.Components.StiText();
this.Text886.CanGrow = true;
this.Text886.CanShrink = true;
this.Text886.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 52, 8);
this.Text886.ComponentStyle = "ValuesBorder";
this.Text886.BeforePrint += new System.EventHandler(this.Text886_Conditions);
this.Text886.GrowToHeight = true;
this.Text886.Guid = "68cb80593b5745068a8a6ecc6e4e3ade";
this.Text886.Name = "Text886";
this.Text886.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text886__GetValue);
this.Text886.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text886.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text886.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.Text886.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text886.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text886.Indicator = null;
this.Text886.Interaction = null;
this.Text886.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text886.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text886.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text887
//
this.Text887 = new Stimulsoft.Report.Components.StiText();
this.Text887.CanGrow = true;
this.Text887.CanShrink = true;
this.Text887.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text887.ComponentStyle = "ValuesBorder";
this.Text887.BeforePrint += new System.EventHandler(this.Text887_Conditions);
this.Text887.GrowToHeight = true;
this.Text887.Guid = "85bed820a367414e826fa1dd084a6a4d";
this.Text887.Name = "Text887";
this.Text887.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text887__GetValue);
this.Text887.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text887.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text887.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.Text887.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text887.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text887.Indicator = null;
this.Text887.Interaction = null;
this.Text887.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text887.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text887.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text888
//
this.Text888 = new Stimulsoft.Report.Components.StiText();
this.Text888.CanGrow = true;
this.Text888.CanShrink = true;
this.Text888.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text888.ComponentStyle = "ValuesBorder";
this.Text888.BeforePrint += new System.EventHandler(this.Text888_Conditions);
this.Text888.GrowToHeight = true;
this.Text888.Guid = "a4e27629989b4d129ec674e97730b346";
this.Text888.Name = "Text888";
this.Text888.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text888__GetValue);
this.Text888.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text888.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text888.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.Text888.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text888.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text888.Indicator = null;
this.Text888.Interaction = null;
this.Text888.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text888.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text888.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text889
//
this.Text889 = new Stimulsoft.Report.Components.StiText();
this.Text889.CanGrow = true;
this.Text889.CanShrink = true;
this.Text889.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text889.ComponentStyle = "ValuesBorder";
this.Text889.BeforePrint += new System.EventHandler(this.Text889_Conditions);
this.Text889.GrowToHeight = true;
this.Text889.Guid = "6168f8572e2446e89e1e467b8f2f5141";
this.Text889.Name = "Text889";
this.Text889.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text889__GetValue);
this.Text889.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text889.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text889.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.Text889.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text889.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text889.Indicator = null;
this.Text889.Interaction = null;
this.Text889.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text889.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text889.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand309.Interaction = null;
//
// DataBand310
//
this.DataBand310 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand310.CanShrink = true;
this.DataBand310.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 172, 190, 8);
this.DataBand310.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand310.DataSourceName = "tblReportValueParts2";
this.DataBand310.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand310.Guid = "0a23bc38b58d43a89bfef35e5297e6f9";
this.DataBand310.Name = "DataBand310";
this.DataBand310.PrintIfDetailEmpty = true;
this.DataBand310.Sort = new System.String[] {
"ASC",
"virt_Order",
"ASC",
"Order"};
this.DataBand310.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.DataBand310.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand310.BusinessObjectGuid = null;
//
// Text890
//
this.Text890 = new Stimulsoft.Report.Components.StiText();
this.Text890.CanGrow = true;
this.Text890.CanShrink = true;
this.Text890.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text890.ComponentStyle = "ValuesBorder";
this.Text890.BeforePrint += new System.EventHandler(this.Text890_Conditions);
this.Text890.GrowToHeight = true;
this.Text890.Guid = "0a6ef464297b4b70bf9c1a1bec67310b";
this.Text890.Name = "Text890";
this.Text890.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text890__GetValue);
this.Text890.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text890.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text890.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.Text890.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text890.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text890.Indicator = null;
this.Text890.Interaction = null;
this.Text890.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text890.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text890.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text891
//
this.Text891 = new Stimulsoft.Report.Components.StiText();
this.Text891.CanGrow = true;
this.Text891.CanShrink = true;
this.Text891.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text891.ComponentStyle = "ValuesBorder";
this.Text891.BeforePrint += new System.EventHandler(this.Text891_Conditions);
this.Text891.GrowToHeight = true;
this.Text891.Guid = "4134fbff45284237a343b0981265437e";
this.Text891.Name = "Text891";
this.Text891.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text891__GetValue);
this.Text891.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text891.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text891.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.Text891.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text891.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text891.Indicator = null;
this.Text891.Interaction = null;
this.Text891.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text891.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text891.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text892
//
this.Text892 = new Stimulsoft.Report.Components.StiText();
this.Text892.CanGrow = true;
this.Text892.CanShrink = true;
this.Text892.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text892.ComponentStyle = "ValuesBorder";
this.Text892.BeforePrint += new System.EventHandler(this.Text892_Conditions);
this.Text892.GrowToHeight = true;
this.Text892.Guid = "7b4cf2dba7c0409ebe6868c83a0e3b1e";
this.Text892.Name = "Text892";
this.Text892.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text892__GetValue);
this.Text892.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text892.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text892.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.Text892.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text892.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text892.Indicator = null;
this.Text892.Interaction = null;
this.Text892.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text892.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text892.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text893
//
this.Text893 = new Stimulsoft.Report.Components.StiText();
this.Text893.CanGrow = true;
this.Text893.CanShrink = true;
this.Text893.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 52, 8);
this.Text893.ComponentStyle = "ValuesBorder";
this.Text893.BeforePrint += new System.EventHandler(this.Text893_Conditions);
this.Text893.GrowToHeight = true;
this.Text893.Guid = "5730c68f851c4f9a849fe241a3867bec";
this.Text893.Name = "Text893";
this.Text893.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text893__GetValue);
this.Text893.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text893.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text893.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.Text893.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text893.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text893.Indicator = null;
this.Text893.Interaction = null;
this.Text893.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text893.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text893.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text894
//
this.Text894 = new Stimulsoft.Report.Components.StiText();
this.Text894.CanGrow = true;
this.Text894.CanShrink = true;
this.Text894.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 28, 8);
this.Text894.ComponentStyle = "ValuesBorder";
this.Text894.BeforePrint += new System.EventHandler(this.Text894_Conditions);
this.Text894.GrowToHeight = true;
this.Text894.Guid = "d2362953c1d94ad0adc7653f0c172130";
this.Text894.Name = "Text894";
this.Text894.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text894__GetValue);
this.Text894.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text894.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text894.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.Text894.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text894.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text894.Indicator = null;
this.Text894.Interaction = null;
this.Text894.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text894.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text894.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text895
//
this.Text895 = new Stimulsoft.Report.Components.StiText();
this.Text895.CanGrow = true;
this.Text895.CanShrink = true;
this.Text895.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text895.ComponentStyle = "ValuesBorder";
this.Text895.BeforePrint += new System.EventHandler(this.Text895_Conditions);
this.Text895.GrowToHeight = true;
this.Text895.Guid = "18ed5112eb504826a3568b28b85713e1";
this.Text895.Name = "Text895";
this.Text895.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text895__GetValue);
this.Text895.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text895.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text895.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.Text895.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text895.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text895.Indicator = null;
this.Text895.Interaction = null;
this.Text895.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text895.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text895.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text896
//
this.Text896 = new Stimulsoft.Report.Components.StiText();
this.Text896.CanGrow = true;
this.Text896.CanShrink = true;
this.Text896.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(172, 0, 16, 8);
this.Text896.ComponentStyle = "ValuesBorder";
this.Text896.BeforePrint += new System.EventHandler(this.Text896_Conditions);
this.Text896.GrowToHeight = true;
this.Text896.Guid = "787468fcb2334bd8ad1689a2da222b35";
this.Text896.Name = "Text896";
this.Text896.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text896__GetValue);
this.Text896.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text896.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text896.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.Text896.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text896.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text896.Indicator = null;
this.Text896.Interaction = null;
this.Text896.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text896.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text896.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand310.Interaction = null;
this.standOverv_indSectAirQual.ExcelSheetValue = null;
this.standOverv_indSectAirQual.Interaction = null;
this.standOverv_indSectAirQual.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.standOverv_indSectAirQual_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.standOverv_indSectAirQual_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.standOverv_indSectAirQual_Watermark.Image = null;
this.standOverv_indSectAirQual_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.standOverv_indSectAirQual.BeginRender += new System.EventHandler(this.standOverv_indSectAirQual_BeginRender);
//
// standOverv2
//
this.standOverv2 = new Stimulsoft.Report.Components.StiPage();
this.standOverv2.Enabled = false;
this.standOverv2.Guid = "0c4e963ff1c841cebf204583342d5bdb";
this.standOverv2.Name = "standOverv2";
this.standOverv2.PageHeight = 297;
this.standOverv2.PageWidth = 210;
this.standOverv2.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.standOverv2.PrintHeadersFootersFromPreviousPage = true;
this.standOverv2.PrintOnPreviousPage = true;
this.standOverv2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.standOverv2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand5
//
this.DataBand5 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 4);
this.DataBand5.DataSourceName = "tblReportValues0";
this.DataBand5.Guid = "b1800cd66e9844b8b15c6ce49d1fe0fc";
this.DataBand5.Name = "DataBand5";
this.DataBand5.PrintIfDetailEmpty = true;
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;
this.DataBand5.DataRelationName = null;
this.DataBand5.Interaction = null;
this.DataBand5.MasterComponent = null;
//
// DataBand156
//
this.DataBand156 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand156.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 16, 190, 8);
this.DataBand156.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand156.DataSourceName = "tblReportValues1";
this.DataBand156.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand156.Guid = "5f9c5d6f739645509aeb50dc3cd9321c";
this.DataBand156.Name = "DataBand156";
this.DataBand156.PrintIfDetailEmpty = true;
this.DataBand156.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand156.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.DataBand156.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand156.BusinessObjectGuid = null;
//
// Text463
//
this.Text463 = new Stimulsoft.Report.Components.StiText();
this.Text463.CanGrow = true;
this.Text463.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 2, 174, 6);
this.Text463.ComponentStyle = "TitleSub1";
this.Text463.Guid = "8dd6a594923d41acb7196a914dee46e8";
this.Text463.Name = "Text463";
this.Text463.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text463__GetValue);
this.Text463.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text463.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text463.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text463.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.Text463.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text463.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text463.Indicator = null;
this.Text463.Interaction = null;
this.Text463.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text463.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text463.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text463.BeforePrint += new System.EventHandler(this.Text463_BeforePrint);
this.DataBand156.Interaction = null;
//
// DataBand157
//
this.DataBand157 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand157.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 32, 190, 2);
this.DataBand157.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand157.DataSourceName = "tblReportValues2";
this.DataBand157.Guid = "89a6db65f37642c18464d3a56952ab7f";
this.DataBand157.Name = "DataBand157";
this.DataBand157.PrintIfDetailEmpty = true;
this.DataBand157.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand157.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.DataBand157.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand157.BusinessObjectGuid = null;
this.DataBand157.Interaction = null;
//
// DataBand158
//
this.DataBand158 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand158.CanShrink = true;
this.DataBand158.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 42, 190, 8);
this.DataBand158.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand158.DataSourceName = "tblReportValueParts2";
this.DataBand158.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand158.Guid = "f72a134161c34961b8d6d40ca8fd00ba";
this.DataBand158.Name = "DataBand158";
this.DataBand158.PrintIfDetailEmpty = true;
this.DataBand158.Sort = new System.String[] {
"ASC",
"{GetDataBand158_Sort1}",
"ASC",
"Column1"};
this.DataBand158.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.DataBand158.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand158.BusinessObjectGuid = null;
//
// Text465
//
this.Text465 = new Stimulsoft.Report.Components.StiText();
this.Text465.CanGrow = true;
this.Text465.CanShrink = true;
this.Text465.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text465.ComponentStyle = "ValuesBorder";
this.Text465.BeforePrint += new System.EventHandler(this.Text465_Conditions);
this.Text465.GrowToHeight = true;
this.Text465.Guid = "41600ae7240c42c4959745b8506c4a5e";
this.Text465.Name = "Text465";
this.Text465.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text465__GetValue);
this.Text465.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text465.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text465.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.InitializeComponent33();
}
public void InitializeComponent33()
{
this.Text465.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text465.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text465.Indicator = null;
this.Text465.Interaction = null;
this.Text465.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text465.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text465.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text466
//
this.Text466 = new Stimulsoft.Report.Components.StiText();
this.Text466.CanGrow = true;
this.Text466.CanShrink = true;
this.Text466.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text466.ComponentStyle = "ValuesBorder";
this.Text466.BeforePrint += new System.EventHandler(this.Text466_Conditions);
this.Text466.GrowToHeight = true;
this.Text466.Guid = "65e5d2471796489691b2e46ca08f1519";
this.Text466.Name = "Text466";
this.Text466.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text466__GetValue);
this.Text466.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text466.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text466.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.Text466.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text466.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text466.Indicator = null;
this.Text466.Interaction = null;
this.Text466.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text466.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text466.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text467
//
this.Text467 = new Stimulsoft.Report.Components.StiText();
this.Text467.CanGrow = true;
this.Text467.CanShrink = true;
this.Text467.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text467.ComponentStyle = "ValuesBorder";
this.Text467.BeforePrint += new System.EventHandler(this.Text467_Conditions);
this.Text467.GrowToHeight = true;
this.Text467.Guid = "a7fe7ebbd4c140d896f4ea715554fbad";
this.Text467.Name = "Text467";
this.Text467.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text467__GetValue);
this.Text467.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text467.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text467.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.Text467.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text467.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text467.Indicator = null;
this.Text467.Interaction = null;
this.Text467.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text467.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text467.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text468
//
this.Text468 = new Stimulsoft.Report.Components.StiText();
this.Text468.CanGrow = true;
this.Text468.CanShrink = true;
this.Text468.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 70, 8);
this.Text468.ComponentStyle = "ValuesBorder";
this.Text468.BeforePrint += new System.EventHandler(this.Text468_Conditions);
this.Text468.GrowToHeight = true;
this.Text468.Guid = "7242f1a406194e44935aaa48062c46f8";
this.Text468.Name = "Text468";
this.Text468.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text468__GetValue);
this.Text468.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text468.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text468.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.Text468.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text468.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text468.Indicator = null;
this.Text468.Interaction = null;
this.Text468.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text468.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text468.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text490
//
this.Text490 = new Stimulsoft.Report.Components.StiText();
this.Text490.CanGrow = true;
this.Text490.CanShrink = true;
this.Text490.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 30, 8);
this.Text490.ComponentStyle = "ValuesBorder";
this.Text490.BeforePrint += new System.EventHandler(this.Text490_Conditions);
this.Text490.GrowToHeight = true;
this.Text490.Guid = "2fe69ed690c14cb68a05df785a2e78c6";
this.Text490.Name = "Text490";
this.Text490.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text490__GetValue);
this.Text490.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text490.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text490.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.Text490.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text490.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text490.Indicator = null;
this.Text490.Interaction = null;
this.Text490.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text490.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text490.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text491
//
this.Text491 = new Stimulsoft.Report.Components.StiText();
this.Text491.CanGrow = true;
this.Text491.CanShrink = true;
this.Text491.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(174, 0, 14, 8);
this.Text491.ComponentStyle = "ValuesBorder";
this.Text491.BeforePrint += new System.EventHandler(this.Text491_Conditions);
this.Text491.GrowToHeight = true;
this.Text491.Guid = "ec6f590bd15241dbbbb31314ad92c28a";
this.Text491.Name = "Text491";
this.Text491.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text491__GetValue);
this.Text491.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text491.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text491.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.Text491.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text491.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text491.Indicator = null;
this.Text491.Interaction = null;
this.Text491.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text491.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text491.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand158.Interaction = null;
//
// DataBand49
//
this.DataBand49 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand49.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 58, 190, 8);
this.DataBand49.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand49.DataSourceName = "tblReportValues1";
this.DataBand49.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand49.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.DataBand49.Name = "DataBand49";
this.DataBand49.PrintIfDetailEmpty = true;
this.DataBand49.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand49.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.DataBand49.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand49.BusinessObjectGuid = null;
//
// Text670
//
this.Text670 = new Stimulsoft.Report.Components.StiText();
this.Text670.CanGrow = true;
this.Text670.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 2, 174, 6);
this.Text670.ComponentStyle = "TitleSub1";
this.Text670.Guid = "796022ef43fa4e9c88a0ee3e77665cde";
this.Text670.Name = "Text670";
this.Text670.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text670__GetValue);
this.Text670.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text670.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text670.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text670.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.Text670.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text670.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text670.Indicator = null;
this.Text670.Interaction = null;
this.Text670.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text670.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text670.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text670.BeforePrint += new System.EventHandler(this.Text670_BeforePrint);
this.DataBand49.Interaction = null;
//
// DataBand68
//
this.DataBand68 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand68.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 74, 190, 2);
this.DataBand68.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand68.DataSourceName = "tblReportValues2";
this.DataBand68.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.DataBand68.Name = "DataBand68";
this.DataBand68.PrintIfDetailEmpty = true;
this.DataBand68.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand68.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.DataBand68.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand68.BusinessObjectGuid = null;
this.DataBand68.Interaction = null;
//
// DataBand70
//
this.DataBand70 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand70.CanShrink = true;
this.DataBand70.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 84, 190, 8);
this.DataBand70.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand70.DataSourceName = "tblReportValueParts2";
this.DataBand70.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand70.Name = "DataBand70";
this.DataBand70.PrintIfDetailEmpty = true;
this.DataBand70.Sort = new System.String[] {
"ASC",
"{GetDataBand70_Sort1}",
"ASC",
"Column1"};
this.DataBand70.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.DataBand70.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand70.BusinessObjectGuid = null;
//
// Text672
//
this.Text672 = new Stimulsoft.Report.Components.StiText();
this.Text672.CanGrow = true;
this.Text672.CanShrink = true;
this.Text672.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text672.ComponentStyle = "ValuesBorder";
this.Text672.BeforePrint += new System.EventHandler(this.Text672_Conditions);
this.Text672.GrowToHeight = true;
this.Text672.Name = "Text672";
this.Text672.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text672__GetValue);
this.Text672.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text672.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text672.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.Text672.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text672.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text672.Guid = null;
this.Text672.Indicator = null;
this.Text672.Interaction = null;
this.Text672.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text672.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text672.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text673
//
this.Text673 = new Stimulsoft.Report.Components.StiText();
this.Text673.CanGrow = true;
this.Text673.CanShrink = true;
this.Text673.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text673.ComponentStyle = "ValuesBorder";
this.Text673.BeforePrint += new System.EventHandler(this.Text673_Conditions);
this.Text673.GrowToHeight = true;
this.Text673.Name = "Text673";
this.Text673.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text673__GetValue);
this.Text673.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text673.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text673.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.Text673.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text673.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text673.Guid = null;
this.Text673.Indicator = null;
this.Text673.Interaction = null;
this.Text673.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text673.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text673.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text674
//
this.Text674 = new Stimulsoft.Report.Components.StiText();
this.Text674.CanGrow = true;
this.Text674.CanShrink = true;
this.Text674.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text674.ComponentStyle = "ValuesBorder";
this.Text674.BeforePrint += new System.EventHandler(this.Text674_Conditions);
this.Text674.GrowToHeight = true;
this.Text674.Name = "Text674";
this.Text674.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text674__GetValue);
this.Text674.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text674.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text674.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.Text674.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text674.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text674.Guid = null;
this.Text674.Indicator = null;
this.Text674.Interaction = null;
this.Text674.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text674.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text674.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text675
//
this.Text675 = new Stimulsoft.Report.Components.StiText();
this.Text675.CanGrow = true;
this.Text675.CanShrink = true;
this.Text675.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 22, 8);
this.Text675.ComponentStyle = "ValuesBorder";
this.Text675.BeforePrint += new System.EventHandler(this.Text675_Conditions);
this.Text675.GrowToHeight = true;
this.Text675.Name = "Text675";
this.Text675.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text675__GetValue);
this.Text675.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text675.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text675.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.Text675.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text675.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text675.Guid = null;
this.Text675.Indicator = null;
this.Text675.Interaction = null;
this.Text675.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text675.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text675.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text676
//
this.Text676 = new Stimulsoft.Report.Components.StiText();
this.Text676.CanGrow = true;
this.Text676.CanShrink = true;
this.Text676.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 30, 8);
this.Text676.ComponentStyle = "ValuesBorder";
this.Text676.BeforePrint += new System.EventHandler(this.Text676_Conditions);
this.Text676.GrowToHeight = true;
this.Text676.Name = "Text676";
this.Text676.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text676__GetValue);
this.Text676.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text676.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text676.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.Text676.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text676.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text676.Guid = null;
this.Text676.Indicator = null;
this.Text676.Interaction = null;
this.Text676.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text676.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text676.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text677
//
this.Text677 = new Stimulsoft.Report.Components.StiText();
this.Text677.CanGrow = true;
this.Text677.CanShrink = true;
this.Text677.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text677.ComponentStyle = "ValuesBorder";
this.Text677.BeforePrint += new System.EventHandler(this.Text677_Conditions);
this.Text677.GrowToHeight = true;
this.Text677.Guid = "2d60fb89138f42b49707632ef4aa238d";
this.Text677.Name = "Text677";
this.Text677.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text677__GetValue);
this.Text677.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text677.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text677.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.Text677.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text677.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text677.Indicator = null;
this.Text677.Interaction = null;
this.Text677.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text677.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text677.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text678
//
this.Text678 = new Stimulsoft.Report.Components.StiText();
this.Text678.CanGrow = true;
this.Text678.CanShrink = true;
this.Text678.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(174, 0, 14, 8);
this.Text678.ComponentStyle = "ValuesBorder";
this.Text678.BeforePrint += new System.EventHandler(this.Text678_Conditions);
this.Text678.GrowToHeight = true;
this.Text678.Guid = "21de811e65c7401e8011ad472a2ab8fe";
this.Text678.Name = "Text678";
this.Text678.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text678__GetValue);
this.Text678.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text678.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text678.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.Text678.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text678.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text678.Indicator = null;
this.Text678.Interaction = null;
this.Text678.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text678.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text678.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text492
//
this.Text492 = new Stimulsoft.Report.Components.StiText();
this.Text492.CanGrow = true;
this.Text492.CanShrink = true;
this.Text492.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 30, 8);
this.Text492.ComponentStyle = "ValuesBorder";
this.Text492.BeforePrint += new System.EventHandler(this.Text492_Conditions);
this.Text492.GrowToHeight = true;
this.Text492.Guid = "18f99df3fc2e4b54afe8c1041e8b8be6";
this.Text492.Name = "Text492";
this.Text492.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text492__GetValue);
this.Text492.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text492.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text492.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.Text492.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text492.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text492.Indicator = null;
this.Text492.Interaction = null;
this.Text492.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text492.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text492.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand70.Guid = null;
this.DataBand70.Interaction = null;
//
// DataBand88
//
this.DataBand88 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand88.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 100, 190, 8);
this.DataBand88.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand88.DataSourceName = "tblReportValues1";
this.DataBand88.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand88.Guid = "229684d1930740b4ba862a3251bfdf51";
this.DataBand88.Name = "DataBand88";
this.DataBand88.PrintIfDetailEmpty = true;
this.DataBand88.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand88.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.DataBand88.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand88.BusinessObjectGuid = null;
//
// Text679
//
this.Text679 = new Stimulsoft.Report.Components.StiText();
this.Text679.CanGrow = true;
this.Text679.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 2, 174, 6);
this.Text679.ComponentStyle = "TitleSub1";
this.Text679.Guid = "85347e589fca4c41be2d39cb0c2a387c";
this.Text679.Name = "Text679";
this.Text679.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text679__GetValue);
this.Text679.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text679.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text679.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text679.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.Text679.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text679.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text679.Indicator = null;
this.Text679.Interaction = null;
this.Text679.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text679.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text679.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text679.BeforePrint += new System.EventHandler(this.Text679_BeforePrint);
this.DataBand88.Interaction = null;
//
// DataBand90
//
this.DataBand90 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand90.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 116, 190, 8);
this.DataBand90.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand90.DataSourceName = "tblReportValues1";
this.DataBand90.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand90.Guid = "7910728c4ccd4fa384d451100c6803ae";
this.DataBand90.Name = "DataBand90";
this.DataBand90.PrintIfDetailEmpty = true;
this.DataBand90.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand90.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.DataBand90.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand90.BusinessObjectGuid = null;
//
// Text680
//
this.Text680 = new Stimulsoft.Report.Components.StiText();
this.Text680.CanGrow = true;
this.Text680.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 2, 170, 6);
this.Text680.ComponentStyle = "TitleSub3";
this.Text680.Guid = "4e84a79be9a742d6a93b14efd8445bcf";
this.Text680.Name = "Text680";
this.Text680.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text680__GetValue);
this.Text680.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text680.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text680.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text680.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.Text680.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text680.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text680.Indicator = null;
this.Text680.Interaction = null;
this.Text680.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text680.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text680.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text680.BeforePrint += new System.EventHandler(this.Text680_BeforePrint);
this.DataBand90.Interaction = null;
//
// DataBand91
//
this.DataBand91 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand91.CanShrink = true;
this.DataBand91.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 132, 190, 6);
this.DataBand91.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand91.DataSourceName = "tblReportValues2";
this.DataBand91.Guid = "c0a2a5f3c93c4b95997987ddac1dcc53";
this.DataBand91.Name = "DataBand91";
this.DataBand91.PrintIfDetailEmpty = true;
this.DataBand91.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand91.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.DataBand91.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand91.BusinessObjectGuid = null;
//
// Text681
//
this.Text681 = new Stimulsoft.Report.Components.StiText();
this.Text681.CanGrow = true;
this.Text681.CanShrink = true;
this.Text681.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 6);
this.Text681.ComponentStyle = "Values";
this.Text681.GrowToHeight = true;
this.Text681.Guid = "cd694e0907894f6c8d163165304ec8c1";
this.Text681.Name = "Text681";
this.Text681.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text681.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text681__GetValue);
this.Text681.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text681.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text681.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text681.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.Text681.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text681.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text681.Indicator = null;
this.Text681.Interaction = null;
this.Text681.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text681.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text681.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand91.Interaction = null;
//
// DataBand92
//
this.DataBand92 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand92.CanShrink = true;
this.DataBand92.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 146, 190, 8);
this.DataBand92.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand92.DataSourceName = "tblReportValueParts2";
this.DataBand92.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand92.Guid = "9aec8dc041d54b54a0c23a6a424f96e2";
this.DataBand92.Name = "DataBand92";
this.DataBand92.PrintIfDetailEmpty = true;
this.DataBand92.Sort = new System.String[] {
"ASC",
"{GetDataBand92_Sort1}",
"ASC",
"Column1"};
this.DataBand92.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.DataBand92.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand92.BusinessObjectGuid = null;
//
// Text682
//
this.Text682 = new Stimulsoft.Report.Components.StiText();
this.Text682.CanGrow = true;
this.Text682.CanShrink = true;
this.Text682.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text682.ComponentStyle = "ValuesBorder";
this.Text682.BeforePrint += new System.EventHandler(this.Text682_Conditions);
this.Text682.GrowToHeight = true;
this.Text682.Guid = "ad099ff4195a474587475ccd4e554470";
this.Text682.Name = "Text682";
this.Text682.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text682__GetValue);
this.Text682.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text682.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text682.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.Text682.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text682.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text682.Indicator = null;
this.Text682.Interaction = null;
this.Text682.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text682.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text682.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text683
//
this.Text683 = new Stimulsoft.Report.Components.StiText();
this.Text683.CanGrow = true;
this.Text683.CanShrink = true;
this.Text683.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text683.ComponentStyle = "ValuesBorder";
this.Text683.BeforePrint += new System.EventHandler(this.Text683_Conditions);
this.Text683.GrowToHeight = true;
this.Text683.Guid = "0a5281e8f28d4f6288026b2055e8a545";
this.Text683.Name = "Text683";
this.Text683.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text683__GetValue);
this.Text683.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text683.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text683.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.Text683.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text683.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text683.Indicator = null;
this.Text683.Interaction = null;
this.Text683.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text683.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text683.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text684
//
this.Text684 = new Stimulsoft.Report.Components.StiText();
this.Text684.CanGrow = true;
this.Text684.CanShrink = true;
this.Text684.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text684.ComponentStyle = "ValuesBorder";
this.Text684.BeforePrint += new System.EventHandler(this.Text684_Conditions);
this.Text684.GrowToHeight = true;
this.Text684.Guid = "591409baa2054f0abe320476fa153379";
this.Text684.Name = "Text684";
this.Text684.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text684__GetValue);
this.Text684.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text684.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text684.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.Text684.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text684.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text684.Indicator = null;
this.Text684.Interaction = null;
this.Text684.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text684.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text684.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text685
//
this.Text685 = new Stimulsoft.Report.Components.StiText();
this.Text685.CanGrow = true;
this.Text685.CanShrink = true;
this.Text685.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 22, 8);
this.Text685.ComponentStyle = "ValuesBorder";
this.Text685.BeforePrint += new System.EventHandler(this.Text685_Conditions);
this.Text685.GrowToHeight = true;
this.Text685.Guid = "288c1738e17b4ef382486772818d6db9";
this.Text685.Name = "Text685";
this.Text685.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text685__GetValue);
this.Text685.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text685.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text685.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.Text685.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text685.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text685.Indicator = null;
this.Text685.Interaction = null;
this.Text685.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text685.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text685.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text686
//
this.Text686 = new Stimulsoft.Report.Components.StiText();
this.Text686.CanGrow = true;
this.Text686.CanShrink = true;
this.Text686.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 30, 8);
this.Text686.ComponentStyle = "ValuesBorder";
this.Text686.BeforePrint += new System.EventHandler(this.Text686_Conditions);
this.Text686.GrowToHeight = true;
this.Text686.Guid = "756e401673794e708ad65d2dfbd90381";
this.Text686.Name = "Text686";
this.Text686.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text686__GetValue);
this.Text686.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text686.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text686.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.Text686.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text686.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text686.Indicator = null;
this.Text686.Interaction = null;
this.Text686.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text686.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text686.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text687
//
this.Text687 = new Stimulsoft.Report.Components.StiText();
this.Text687.CanGrow = true;
this.Text687.CanShrink = true;
this.Text687.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text687.ComponentStyle = "ValuesBorder";
this.Text687.BeforePrint += new System.EventHandler(this.Text687_Conditions);
this.Text687.GrowToHeight = true;
this.Text687.Guid = "f9d46756042640ff99e6e2cfda391f84";
this.Text687.Name = "Text687";
this.Text687.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text687__GetValue);
this.Text687.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text687.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text687.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.Text687.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text687.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text687.Indicator = null;
this.Text687.Interaction = null;
this.Text687.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text687.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text687.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text688
//
this.Text688 = new Stimulsoft.Report.Components.StiText();
this.Text688.CanGrow = true;
this.Text688.CanShrink = true;
this.Text688.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(174, 0, 14, 8);
this.Text688.ComponentStyle = "ValuesBorder";
this.Text688.BeforePrint += new System.EventHandler(this.Text688_Conditions);
this.Text688.GrowToHeight = true;
this.Text688.Guid = "c823a9ce5e4840e8af8d237753c78ef5";
this.Text688.Name = "Text688";
this.Text688.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text688__GetValue);
this.Text688.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text688.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text688.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.Text688.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text688.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text688.Indicator = null;
this.Text688.Interaction = null;
this.Text688.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text688.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text688.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text689
//
this.Text689 = new Stimulsoft.Report.Components.StiText();
this.Text689.CanGrow = true;
this.Text689.CanShrink = true;
this.Text689.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 14, 8);
this.Text689.ComponentStyle = "ValuesBorder";
this.Text689.BeforePrint += new System.EventHandler(this.Text689_Conditions);
this.Text689.GrowToHeight = true;
this.Text689.Guid = "2df1879510694befaaa5dcb81b9a03b8";
this.Text689.Name = "Text689";
this.Text689.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text689__GetValue);
this.Text689.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text689.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text689.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.Text689.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text689.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text689.Indicator = null;
this.Text689.Interaction = null;
this.Text689.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text689.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text689.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text690
//
this.Text690 = new Stimulsoft.Report.Components.StiText();
this.Text690.CanGrow = true;
this.Text690.CanShrink = true;
this.Text690.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(110, 0, 16, 8);
this.Text690.ComponentStyle = "ValuesBorder";
this.Text690.BeforePrint += new System.EventHandler(this.Text690_Conditions);
this.Text690.GrowToHeight = true;
this.Text690.Guid = "ca8d01e131404edc8b5b5cd6cda2b8f0";
this.Text690.Name = "Text690";
this.Text690.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text690__GetValue);
this.Text690.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text690.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text690.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.Text690.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text690.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text690.Indicator = null;
this.Text690.Interaction = null;
this.Text690.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text690.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text690.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand92.Interaction = null;
//
// DataBand96
//
this.DataBand96 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand96.CanShrink = true;
this.DataBand96.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 162, 190, 6);
this.DataBand96.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand96.DataSourceName = "tblReportValues2";
this.DataBand96.Guid = "9cf84faf9fc04332a31e47b81abce141";
this.DataBand96.Name = "DataBand96";
this.DataBand96.PrintIfDetailEmpty = true;
this.DataBand96.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand96.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.DataBand96.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand96.BusinessObjectGuid = null;
//
// Text691
//
this.Text691 = new Stimulsoft.Report.Components.StiText();
this.Text691.CanGrow = true;
this.Text691.CanShrink = true;
this.Text691.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 6);
this.Text691.ComponentStyle = "Values";
this.Text691.GrowToHeight = true;
this.Text691.Guid = "52a3c65320294acc980596323ff89603";
this.Text691.Name = "Text691";
this.Text691.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text691.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text691__GetValue);
this.Text691.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text691.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text691.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text691.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.Text691.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text691.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text691.Indicator = null;
this.Text691.Interaction = null;
this.Text691.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text691.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text691.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand96.Interaction = null;
//
// DataBand97
//
this.DataBand97 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand97.CanShrink = true;
this.DataBand97.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 176, 190, 8);
this.DataBand97.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand97.DataSourceName = "tblReportValueParts2";
this.DataBand97.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand97.Guid = "bbe785eaadea46efacd29d788d1272ac";
this.DataBand97.Name = "DataBand97";
this.DataBand97.PrintIfDetailEmpty = true;
this.DataBand97.Sort = new System.String[] {
"ASC",
"{GetDataBand97_Sort1}",
"ASC",
"Column1"};
this.DataBand97.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.DataBand97.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand97.BusinessObjectGuid = null;
//
// Text692
//
this.Text692 = new Stimulsoft.Report.Components.StiText();
this.Text692.CanGrow = true;
this.Text692.CanShrink = true;
this.Text692.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text692.ComponentStyle = "ValuesBorder";
this.Text692.BeforePrint += new System.EventHandler(this.Text692_Conditions);
this.Text692.GrowToHeight = true;
this.Text692.Guid = "3dab60f140494d469ee355878cf29a6c";
this.Text692.Name = "Text692";
this.Text692.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text692__GetValue);
this.Text692.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text692.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text692.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.Text692.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text692.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text692.Indicator = null;
this.Text692.Interaction = null;
this.Text692.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text692.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text692.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text693
//
this.Text693 = new Stimulsoft.Report.Components.StiText();
this.Text693.CanGrow = true;
this.Text693.CanShrink = true;
this.Text693.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text693.ComponentStyle = "ValuesBorder";
this.Text693.BeforePrint += new System.EventHandler(this.Text693_Conditions);
this.Text693.GrowToHeight = true;
this.Text693.Guid = "b1648ea01a0144ed8b3853ef6191c688";
this.Text693.Name = "Text693";
this.Text693.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text693__GetValue);
this.Text693.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text693.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text693.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.Text693.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text693.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text693.Indicator = null;
this.Text693.Interaction = null;
this.Text693.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text693.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text693.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text694
//
this.Text694 = new Stimulsoft.Report.Components.StiText();
this.Text694.CanGrow = true;
this.Text694.CanShrink = true;
this.Text694.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text694.ComponentStyle = "ValuesBorder";
this.Text694.BeforePrint += new System.EventHandler(this.Text694_Conditions);
this.Text694.GrowToHeight = true;
this.Text694.Guid = "20552e415273481b8394242064a72703";
this.Text694.Name = "Text694";
this.Text694.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text694__GetValue);
this.Text694.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text694.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text694.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.Text694.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text694.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text694.Indicator = null;
this.Text694.Interaction = null;
this.Text694.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text694.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text694.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text695
//
this.Text695 = new Stimulsoft.Report.Components.StiText();
this.Text695.CanGrow = true;
this.Text695.CanShrink = true;
this.Text695.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 22, 8);
this.Text695.ComponentStyle = "ValuesBorder";
this.Text695.BeforePrint += new System.EventHandler(this.Text695_Conditions);
this.Text695.GrowToHeight = true;
this.Text695.Guid = "68abf199e6e44ae18717639f336fa160";
this.Text695.Name = "Text695";
this.Text695.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text695__GetValue);
this.Text695.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text695.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text695.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.Text695.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text695.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text695.Indicator = null;
this.Text695.Interaction = null;
this.Text695.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text695.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text695.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text696
//
this.Text696 = new Stimulsoft.Report.Components.StiText();
this.Text696.CanGrow = true;
this.Text696.CanShrink = true;
this.Text696.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 30, 8);
this.Text696.ComponentStyle = "ValuesBorder";
this.Text696.BeforePrint += new System.EventHandler(this.Text696_Conditions);
this.Text696.GrowToHeight = true;
this.Text696.Guid = "403d80e754ac46688f0869562bdf9fa0";
this.Text696.Name = "Text696";
this.Text696.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text696__GetValue);
this.Text696.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text696.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text696.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.Text696.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text696.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text696.Indicator = null;
this.Text696.Interaction = null;
this.Text696.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text696.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text696.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text697
//
this.Text697 = new Stimulsoft.Report.Components.StiText();
this.Text697.CanGrow = true;
this.Text697.CanShrink = true;
this.Text697.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text697.ComponentStyle = "ValuesBorder";
this.Text697.BeforePrint += new System.EventHandler(this.Text697_Conditions);
this.Text697.GrowToHeight = true;
this.Text697.Guid = "c6ba362faaeb4d3f9cc3845dc2c255af";
this.Text697.Name = "Text697";
this.Text697.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text697__GetValue);
this.Text697.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text697.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text697.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.Text697.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text697.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text697.Indicator = null;
this.Text697.Interaction = null;
this.Text697.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text697.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text697.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text698
//
this.Text698 = new Stimulsoft.Report.Components.StiText();
this.Text698.CanGrow = true;
this.Text698.CanShrink = true;
this.Text698.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(174, 0, 14, 8);
this.Text698.ComponentStyle = "ValuesBorder";
this.Text698.BeforePrint += new System.EventHandler(this.Text698_Conditions);
this.Text698.GrowToHeight = true;
this.Text698.Guid = "b28aaa2723d743f0ba5051a88d13e03c";
this.Text698.Name = "Text698";
this.Text698.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text698__GetValue);
this.Text698.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text698.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text698.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.Text698.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text698.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text698.Indicator = null;
this.Text698.Interaction = null;
this.Text698.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text698.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text698.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text699
//
this.Text699 = new Stimulsoft.Report.Components.StiText();
this.Text699.CanGrow = true;
this.Text699.CanShrink = true;
this.Text699.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(110, 0, 16, 8);
this.Text699.ComponentStyle = "ValuesBorder";
this.Text699.BeforePrint += new System.EventHandler(this.Text699_Conditions);
this.Text699.GrowToHeight = true;
this.Text699.Guid = "75cc949d8238481aae15267b57f3dceb";
this.Text699.Name = "Text699";
this.Text699.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text699__GetValue);
this.Text699.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text699.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text699.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.Text699.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text699.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text699.Indicator = null;
this.Text699.Interaction = null;
this.Text699.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text699.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text699.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text497
//
this.Text497 = new Stimulsoft.Report.Components.StiText();
this.Text497.CanGrow = true;
this.Text497.CanShrink = true;
this.Text497.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 14, 8);
this.Text497.ComponentStyle = "ValuesBorder";
this.Text497.BeforePrint += new System.EventHandler(this.Text497_Conditions);
this.Text497.GrowToHeight = true;
this.Text497.Guid = "dad69d1299ef4d77ab04f101d54107a3";
this.Text497.Name = "Text497";
this.Text497.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text497__GetValue);
this.Text497.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text497.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text497.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.Text497.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text497.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text497.Indicator = null;
this.Text497.Interaction = null;
this.Text497.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text497.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text497.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand97.Interaction = null;
//
// DataBand98
//
this.DataBand98 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand98.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 192, 190, 8);
this.DataBand98.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand98.DataSourceName = "tblReportValues1";
this.DataBand98.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand98.Guid = "47c9826f28d64652a19f45b5b2527bbb";
this.DataBand98.Name = "DataBand98";
this.DataBand98.PrintIfDetailEmpty = true;
this.DataBand98.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand98.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.DataBand98.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand98.BusinessObjectGuid = null;
//
// Text700
//
this.Text700 = new Stimulsoft.Report.Components.StiText();
this.InitializeComponent34();
}
public void InitializeComponent34()
{
this.Text700.CanGrow = true;
this.Text700.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 2, 170, 6);
this.Text700.ComponentStyle = "TitleSub3";
this.Text700.Guid = "b6e6f1c282144481ba5508da08411581";
this.Text700.Name = "Text700";
this.Text700.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text700__GetValue);
this.Text700.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text700.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text700.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text700.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.Text700.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text700.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text700.Indicator = null;
this.Text700.Interaction = null;
this.Text700.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text700.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text700.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text700.BeforePrint += new System.EventHandler(this.Text700_BeforePrint);
this.DataBand98.Interaction = null;
//
// DataBand99
//
this.DataBand99 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand99.CanShrink = true;
this.DataBand99.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 208, 190, 6);
this.DataBand99.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand99.DataSourceName = "tblReportValues2";
this.DataBand99.Guid = "3184219793134b83971e1fb3b8a46186";
this.DataBand99.Name = "DataBand99";
this.DataBand99.PrintIfDetailEmpty = true;
this.DataBand99.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand99.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.DataBand99.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand99.BusinessObjectGuid = null;
//
// Text701
//
this.Text701 = new Stimulsoft.Report.Components.StiText();
this.Text701.CanGrow = true;
this.Text701.CanShrink = true;
this.Text701.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 6);
this.Text701.ComponentStyle = "Values";
this.Text701.GrowToHeight = true;
this.Text701.Guid = "5664f846b6ac43e49310117a5967fade";
this.Text701.Name = "Text701";
this.Text701.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text701.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text701__GetValue);
this.Text701.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text701.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text701.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text701.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.Text701.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text701.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text701.Indicator = null;
this.Text701.Interaction = null;
this.Text701.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text701.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text701.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand99.Interaction = null;
//
// DataBand100
//
this.DataBand100 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand100.CanShrink = true;
this.DataBand100.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 222, 190, 8);
this.DataBand100.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand100.DataSourceName = "tblReportValueParts2";
this.DataBand100.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand100.Guid = "6058ed99bff24240b35db34181e4cb7f";
this.DataBand100.Name = "DataBand100";
this.DataBand100.PrintIfDetailEmpty = true;
this.DataBand100.Sort = new System.String[] {
"ASC",
"{GetDataBand100_Sort1}",
"ASC",
"Column1"};
this.DataBand100.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.DataBand100.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand100.BusinessObjectGuid = null;
//
// Text702
//
this.Text702 = new Stimulsoft.Report.Components.StiText();
this.Text702.CanGrow = true;
this.Text702.CanShrink = true;
this.Text702.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text702.ComponentStyle = "ValuesBorder";
this.Text702.BeforePrint += new System.EventHandler(this.Text702_Conditions);
this.Text702.GrowToHeight = true;
this.Text702.Guid = "f9e374dc4caa433fb58cea562821cf2d";
this.Text702.Name = "Text702";
this.Text702.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text702__GetValue);
this.Text702.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text702.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text702.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.Text702.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text702.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text702.Indicator = null;
this.Text702.Interaction = null;
this.Text702.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text702.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text702.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text703
//
this.Text703 = new Stimulsoft.Report.Components.StiText();
this.Text703.CanGrow = true;
this.Text703.CanShrink = true;
this.Text703.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text703.ComponentStyle = "ValuesBorder";
this.Text703.BeforePrint += new System.EventHandler(this.Text703_Conditions);
this.Text703.GrowToHeight = true;
this.Text703.Guid = "69a903bf8c074ee0851b51343817a03f";
this.Text703.Name = "Text703";
this.Text703.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text703__GetValue);
this.Text703.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text703.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text703.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.Text703.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text703.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text703.Indicator = null;
this.Text703.Interaction = null;
this.Text703.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text703.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text703.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text704
//
this.Text704 = new Stimulsoft.Report.Components.StiText();
this.Text704.CanGrow = true;
this.Text704.CanShrink = true;
this.Text704.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text704.ComponentStyle = "ValuesBorder";
this.Text704.BeforePrint += new System.EventHandler(this.Text704_Conditions);
this.Text704.GrowToHeight = true;
this.Text704.Guid = "15d84c6db431410d82cc4c116cbcf8d3";
this.Text704.Name = "Text704";
this.Text704.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text704__GetValue);
this.Text704.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text704.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text704.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.Text704.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text704.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text704.Indicator = null;
this.Text704.Interaction = null;
this.Text704.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text704.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text704.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text705
//
this.Text705 = new Stimulsoft.Report.Components.StiText();
this.Text705.CanGrow = true;
this.Text705.CanShrink = true;
this.Text705.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 52, 8);
this.Text705.ComponentStyle = "ValuesBorder";
this.Text705.BeforePrint += new System.EventHandler(this.Text705_Conditions);
this.Text705.GrowToHeight = true;
this.Text705.Guid = "61d1909adf064bb4a368453393f053c7";
this.Text705.Name = "Text705";
this.Text705.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text705__GetValue);
this.Text705.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text705.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text705.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.Text705.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text705.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text705.Indicator = null;
this.Text705.Interaction = null;
this.Text705.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text705.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text705.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text706
//
this.Text706 = new Stimulsoft.Report.Components.StiText();
this.Text706.CanGrow = true;
this.Text706.CanShrink = true;
this.Text706.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 30, 8);
this.Text706.ComponentStyle = "ValuesBorder";
this.Text706.BeforePrint += new System.EventHandler(this.Text706_Conditions);
this.Text706.GrowToHeight = true;
this.Text706.Guid = "d10ac04b784b4211aa7a373414322f22";
this.Text706.Name = "Text706";
this.Text706.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text706__GetValue);
this.Text706.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text706.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text706.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.Text706.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text706.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text706.Indicator = null;
this.Text706.Interaction = null;
this.Text706.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text706.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text706.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text707
//
this.Text707 = new Stimulsoft.Report.Components.StiText();
this.Text707.CanGrow = true;
this.Text707.CanShrink = true;
this.Text707.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text707.ComponentStyle = "ValuesBorder";
this.Text707.BeforePrint += new System.EventHandler(this.Text707_Conditions);
this.Text707.GrowToHeight = true;
this.Text707.Guid = "15d63022a92640d9b82f8e60b0ddf442";
this.Text707.Name = "Text707";
this.Text707.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text707__GetValue);
this.Text707.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text707.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text707.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.Text707.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text707.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text707.Indicator = null;
this.Text707.Interaction = null;
this.Text707.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text707.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text707.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text708
//
this.Text708 = new Stimulsoft.Report.Components.StiText();
this.Text708.CanGrow = true;
this.Text708.CanShrink = true;
this.Text708.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(174, 0, 14, 8);
this.Text708.ComponentStyle = "ValuesBorder";
this.Text708.BeforePrint += new System.EventHandler(this.Text708_Conditions);
this.Text708.GrowToHeight = true;
this.Text708.Guid = "2076101379584961a1655dac41163013";
this.Text708.Name = "Text708";
this.Text708.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text708__GetValue);
this.Text708.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text708.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text708.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.Text708.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text708.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text708.Indicator = null;
this.Text708.Interaction = null;
this.Text708.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text708.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text708.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand100.Interaction = null;
this.standOverv2.ExcelSheetValue = null;
this.standOverv2.Interaction = null;
this.standOverv2.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.standOverv2_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.standOverv2_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.standOverv2_Watermark.Image = null;
this.standOverv2_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.standOverv2.BeginRender += new System.EventHandler(this.standOverv2_BeginRender);
//
// standOverv3
//
this.standOverv3 = new Stimulsoft.Report.Components.StiPage();
this.standOverv3.Enabled = false;
this.standOverv3.Guid = "7e0a598a6ac14153ade0022b92979a74";
this.standOverv3.Name = "standOverv3";
this.standOverv3.PageHeight = 297;
this.standOverv3.PageWidth = 210;
this.standOverv3.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.standOverv3.PrintHeadersFootersFromPreviousPage = true;
this.standOverv3.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.standOverv3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand102
//
this.DataBand102 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand102.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 0);
this.DataBand102.DataSourceName = "tblReportValues0";
this.DataBand102.Guid = "f0efe787bd9e4e5ca174bd85d1fc939b";
this.DataBand102.Name = "DataBand102";
this.DataBand102.PrintIfDetailEmpty = true;
this.DataBand102.Sort = new System.String[0];
this.DataBand102.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.DataBand102.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand102.BusinessObjectGuid = null;
this.DataBand102.DataRelationName = null;
this.DataBand102.Interaction = null;
this.DataBand102.MasterComponent = null;
//
// DataBand103
//
this.DataBand103 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand103.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12, 190, 8);
this.DataBand103.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand103.DataSourceName = "tblReportValues1";
this.DataBand103.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand103.Guid = "602e2e75d33d493585ce30d6f1bef0c5";
this.DataBand103.Name = "DataBand103";
this.DataBand103.PrintIfDetailEmpty = true;
this.DataBand103.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand103.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.DataBand103.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand103.BusinessObjectGuid = null;
//
// Text711
//
this.Text711 = new Stimulsoft.Report.Components.StiText();
this.Text711.CanGrow = true;
this.Text711.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 2, 170, 6);
this.Text711.ComponentStyle = "TitleSub3";
this.Text711.Guid = "ef809cdafd0945efbe3e1ff2c0c53a65";
this.Text711.Name = "Text711";
this.Text711.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text711__GetValue);
this.Text711.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text711.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text711.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text711.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.Text711.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text711.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.Text711.Indicator = null;
this.Text711.Interaction = null;
this.Text711.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text711.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text711.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text711.BeforePrint += new System.EventHandler(this.Text711_BeforePrint);
this.DataBand103.Interaction = null;
//
// DataBand104
//
this.DataBand104 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand104.CanShrink = true;
this.DataBand104.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 28, 190, 6);
this.DataBand104.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand104.DataSourceName = "tblReportValues2";
this.DataBand104.Guid = "e27144b550c44c6fb36e064eb09bdf3a";
this.DataBand104.Name = "DataBand104";
this.DataBand104.PrintIfDetailEmpty = true;
this.DataBand104.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand104.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.DataBand104.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand104.BusinessObjectGuid = null;
//
// Text712
//
this.Text712 = new Stimulsoft.Report.Components.StiText();
this.Text712.CanGrow = true;
this.Text712.CanShrink = true;
this.Text712.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 168, 6);
this.Text712.ComponentStyle = "Values";
this.Text712.GrowToHeight = true;
this.Text712.Guid = "c87f5ed6609a44a090336e49feb336e6";
this.Text712.Name = "Text712";
this.Text712.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text712.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text712__GetValue);
this.Text712.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text712.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text712.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text712.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.Text712.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text712.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text712.Indicator = null;
this.Text712.Interaction = null;
this.Text712.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text712.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text712.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand104.Interaction = null;
//
// DataBand105
//
this.DataBand105 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand105.CanShrink = true;
this.DataBand105.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 42, 190, 8);
this.DataBand105.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand105.DataSourceName = "tblReportValueParts2";
this.DataBand105.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand105.Guid = "c9193d87fe744784ba59e04f6dedf77a";
this.DataBand105.Name = "DataBand105";
this.DataBand105.PrintIfDetailEmpty = true;
this.DataBand105.Sort = new System.String[] {
"ASC",
"{GetDataBand105_Sort1}",
"ASC",
"Column1"};
this.DataBand105.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.DataBand105.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand105.BusinessObjectGuid = null;
//
// Text713
//
this.Text713 = new Stimulsoft.Report.Components.StiText();
this.Text713.CanGrow = true;
this.Text713.CanShrink = true;
this.Text713.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text713.ComponentStyle = "ValuesBorder";
this.Text713.BeforePrint += new System.EventHandler(this.Text713_Conditions);
this.Text713.GrowToHeight = true;
this.Text713.Guid = "885f51e5851d42c9b43ff53fcbeb756b";
this.Text713.Name = "Text713";
this.Text713.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text713__GetValue);
this.Text713.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text713.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text713.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.Text713.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text713.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text713.Indicator = null;
this.Text713.Interaction = null;
this.Text713.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text713.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text713.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text714
//
this.Text714 = new Stimulsoft.Report.Components.StiText();
this.Text714.CanGrow = true;
this.Text714.CanShrink = true;
this.Text714.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text714.ComponentStyle = "ValuesBorder";
this.Text714.BeforePrint += new System.EventHandler(this.Text714_Conditions);
this.Text714.GrowToHeight = true;
this.Text714.Guid = "2e67c9c9ff0f464ebfb065ebed6cd32a";
this.Text714.Name = "Text714";
this.Text714.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text714__GetValue);
this.Text714.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text714.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text714.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.Text714.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text714.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text714.Indicator = null;
this.Text714.Interaction = null;
this.Text714.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text714.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text714.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text715
//
this.Text715 = new Stimulsoft.Report.Components.StiText();
this.Text715.CanGrow = true;
this.Text715.CanShrink = true;
this.Text715.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text715.ComponentStyle = "ValuesBorder";
this.Text715.BeforePrint += new System.EventHandler(this.Text715_Conditions);
this.Text715.GrowToHeight = true;
this.Text715.Guid = "7eee0a878a5147f6b476571963eacbd7";
this.Text715.Name = "Text715";
this.Text715.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text715__GetValue);
this.Text715.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text715.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text715.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.Text715.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text715.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text715.Indicator = null;
this.Text715.Interaction = null;
this.Text715.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text715.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text715.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text716
//
this.Text716 = new Stimulsoft.Report.Components.StiText();
this.Text716.CanGrow = true;
this.Text716.CanShrink = true;
this.Text716.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 22, 8);
this.Text716.ComponentStyle = "ValuesBorder";
this.Text716.BeforePrint += new System.EventHandler(this.Text716_Conditions);
this.Text716.GrowToHeight = true;
this.Text716.Guid = "1207d542d08641458053c64301037176";
this.Text716.Name = "Text716";
this.Text716.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text716__GetValue);
this.Text716.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text716.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text716.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.Text716.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text716.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text716.Indicator = null;
this.Text716.Interaction = null;
this.Text716.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text716.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text716.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text717
//
this.Text717 = new Stimulsoft.Report.Components.StiText();
this.Text717.CanGrow = true;
this.Text717.CanShrink = true;
this.Text717.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 30, 8);
this.Text717.ComponentStyle = "ValuesBorder";
this.Text717.BeforePrint += new System.EventHandler(this.Text717_Conditions);
this.Text717.GrowToHeight = true;
this.Text717.Guid = "b80b7929101b407d8a8f39abe0e9c5e2";
this.Text717.Name = "Text717";
this.Text717.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text717__GetValue);
this.Text717.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text717.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text717.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.Text717.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text717.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text717.Indicator = null;
this.Text717.Interaction = null;
this.Text717.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text717.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text717.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text718
//
this.Text718 = new Stimulsoft.Report.Components.StiText();
this.Text718.CanGrow = true;
this.Text718.CanShrink = true;
this.Text718.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text718.ComponentStyle = "ValuesBorder";
this.Text718.BeforePrint += new System.EventHandler(this.Text718_Conditions);
this.Text718.GrowToHeight = true;
this.Text718.Guid = "2f27e79f64a8406081bdc696b1109e4d";
this.Text718.Name = "Text718";
this.Text718.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text718__GetValue);
this.Text718.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text718.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text718.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.Text718.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text718.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text718.Indicator = null;
this.Text718.Interaction = null;
this.Text718.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text718.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text718.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text719
//
this.Text719 = new Stimulsoft.Report.Components.StiText();
this.Text719.CanGrow = true;
this.Text719.CanShrink = true;
this.Text719.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(174, 0, 14, 8);
this.Text719.ComponentStyle = "ValuesBorder";
this.Text719.BeforePrint += new System.EventHandler(this.Text719_Conditions);
this.Text719.GrowToHeight = true;
this.Text719.Guid = "3427fc1091fc4584b305ecc1746f8a32";
this.Text719.Name = "Text719";
this.Text719.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text719__GetValue);
this.Text719.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text719.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text719.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.Text719.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text719.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text719.Indicator = null;
this.Text719.Interaction = null;
this.Text719.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text719.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text719.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text720
//
this.Text720 = new Stimulsoft.Report.Components.StiText();
this.Text720.CanGrow = true;
this.Text720.CanShrink = true;
this.Text720.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 30, 8);
this.Text720.ComponentStyle = "ValuesBorder";
this.Text720.BeforePrint += new System.EventHandler(this.Text720_Conditions);
this.Text720.GrowToHeight = true;
this.Text720.Guid = "e97db7803ceb4107b94c83ef4e03e742";
this.Text720.Name = "Text720";
this.Text720.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text720__GetValue);
this.Text720.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text720.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text720.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.Text720.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text720.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text720.Indicator = null;
this.Text720.Interaction = null;
this.Text720.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text720.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text720.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand105.Interaction = null;
this.standOverv3.ExcelSheetValue = null;
this.standOverv3.Interaction = null;
this.standOverv3.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.standOverv3_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.standOverv3_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.standOverv3_Watermark.Image = null;
this.standOverv3_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.standOverv3.BeginRender += new System.EventHandler(this.standOverv3_BeginRender);
//
// standOverv4
//
this.standOverv4 = new Stimulsoft.Report.Components.StiPage();
this.standOverv4.Enabled = false;
this.standOverv4.Guid = "0a2cf54cf2334bffbba50fd97f03fd5a";
this.standOverv4.Name = "standOverv4";
this.standOverv4.PageHeight = 297;
this.standOverv4.PageWidth = 210;
this.standOverv4.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.standOverv4.PrintHeadersFootersFromPreviousPage = true;
this.standOverv4.PrintOnPreviousPage = true;
this.standOverv4.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.standOverv4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand107
//
this.DataBand107 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand107.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 4);
this.DataBand107.DataSourceName = "tblReportValues0";
this.DataBand107.Guid = "b1800cd66e9844b8b15c6ce49d1fe0fc";
this.DataBand107.Name = "DataBand107";
this.DataBand107.PrintIfDetailEmpty = true;
this.DataBand107.Sort = new System.String[0];
this.DataBand107.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.DataBand107.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand107.BusinessObjectGuid = null;
this.DataBand107.DataRelationName = null;
this.DataBand107.Interaction = null;
this.DataBand107.MasterComponent = null;
//
// DataBand108
//
this.DataBand108 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand108.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 16, 190, 8);
this.DataBand108.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand108.DataSourceName = "tblReportValues1";
this.DataBand108.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.DataBand108.Name = "DataBand108";
this.DataBand108.PrintIfDetailEmpty = true;
this.DataBand108.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand108.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.DataBand108.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand108.BusinessObjectGuid = null;
//
// Text724
//
this.Text724 = new Stimulsoft.Report.Components.StiText();
this.Text724.CanGrow = true;
this.Text724.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 2, 174, 6);
this.Text724.ComponentStyle = "TitleSub1";
this.Text724.Guid = "796022ef43fa4e9c88a0ee3e77665cde";
this.Text724.Name = "Text724";
this.Text724.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text724__GetValue);
this.Text724.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text724.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text724.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text724.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.Text724.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text724.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text724.Indicator = null;
this.Text724.Interaction = null;
this.Text724.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text724.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text724.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text724.BeforePrint += new System.EventHandler(this.Text724_BeforePrint);
this.DataBand108.Interaction = null;
//
// DataBand109
//
this.DataBand109 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand109.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 32, 190, 2);
this.DataBand109.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand109.DataSourceName = "tblReportValues2";
this.DataBand109.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.DataBand109.Name = "DataBand109";
this.DataBand109.PrintIfDetailEmpty = true;
this.DataBand109.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand109.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.DataBand109.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand109.BusinessObjectGuid = null;
this.DataBand109.Interaction = null;
//
// DataBand110
//
this.DataBand110 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand110.CanShrink = true;
this.DataBand110.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 42, 190, 8);
this.DataBand110.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand110.DataSourceName = "tblReportValueParts2";
this.DataBand110.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand110.Name = "DataBand110";
this.DataBand110.PrintIfDetailEmpty = true;
this.DataBand110.Sort = new System.String[] {
"ASC",
"{GetDataBand110_Sort1}",
"ASC",
"Column1"};
this.DataBand110.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.DataBand110.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand110.BusinessObjectGuid = null;
//
// Text726
//
this.Text726 = new Stimulsoft.Report.Components.StiText();
this.Text726.CanGrow = true;
this.Text726.CanShrink = true;
this.Text726.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 70, 8);
this.Text726.ComponentStyle = "ValuesBorder";
this.Text726.BeforePrint += new System.EventHandler(this.Text726_Conditions);
this.Text726.GrowToHeight = true;
this.Text726.Name = "Text726";
this.Text726.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text726__GetValue);
this.Text726.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text726.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text726.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.Text726.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text726.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text726.Guid = null;
this.Text726.Indicator = null;
this.Text726.Interaction = null;
this.Text726.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text726.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text726.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text727
//
this.Text727 = new Stimulsoft.Report.Components.StiText();
this.Text727.CanGrow = true;
this.Text727.CanShrink = true;
this.Text727.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text727.ComponentStyle = "ValuesBorder";
this.Text727.BeforePrint += new System.EventHandler(this.Text727_Conditions);
this.Text727.GrowToHeight = true;
this.Text727.Name = "Text727";
this.Text727.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text727__GetValue);
this.Text727.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text727.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text727.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.Text727.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text727.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text727.Guid = null;
this.Text727.Indicator = null;
this.Text727.Interaction = null;
this.Text727.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text727.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text727.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text728
//
this.Text728 = new Stimulsoft.Report.Components.StiText();
this.Text728.CanGrow = true;
this.Text728.CanShrink = true;
this.Text728.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text728.ComponentStyle = "ValuesBorder";
this.Text728.BeforePrint += new System.EventHandler(this.Text728_Conditions);
this.Text728.GrowToHeight = true;
this.Text728.Name = "Text728";
this.Text728.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text728__GetValue);
this.Text728.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text728.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text728.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.Text728.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text728.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text728.Guid = null;
this.Text728.Indicator = null;
this.Text728.Interaction = null;
this.Text728.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text728.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text728.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text729
//
this.Text729 = new Stimulsoft.Report.Components.StiText();
this.Text729.CanGrow = true;
this.Text729.CanShrink = true;
this.Text729.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text729.ComponentStyle = "ValuesBorder";
this.Text729.BeforePrint += new System.EventHandler(this.Text729_Conditions);
this.Text729.GrowToHeight = true;
this.Text729.Name = "Text729";
this.Text729.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text729__GetValue);
this.Text729.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text729.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text729.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.Text729.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text729.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text729.Guid = null;
this.Text729.Indicator = null;
this.Text729.Interaction = null;
this.Text729.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text729.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text729.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text731
//
this.Text731 = new Stimulsoft.Report.Components.StiText();
this.Text731.CanGrow = true;
this.Text731.CanShrink = true;
this.Text731.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 30, 8);
this.Text731.ComponentStyle = "ValuesBorder";
this.Text731.BeforePrint += new System.EventHandler(this.Text731_Conditions);
this.Text731.GrowToHeight = true;
this.Text731.Guid = "2d60fb89138f42b49707632ef4aa238d";
this.Text731.Name = "Text731";
this.Text731.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text731__GetValue);
this.Text731.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text731.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text731.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.Text731.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text731.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text731.Indicator = null;
this.Text731.Interaction = null;
this.Text731.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text731.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text731.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text732
//
this.Text732 = new Stimulsoft.Report.Components.StiText();
this.Text732.CanGrow = true;
this.Text732.CanShrink = true;
this.Text732.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(174, 0, 14, 8);
this.Text732.ComponentStyle = "ValuesBorder";
this.Text732.BeforePrint += new System.EventHandler(this.Text732_Conditions);
this.Text732.GrowToHeight = true;
this.Text732.Guid = "9d290af5d3fd491ca842c8d89ec255b4";
this.Text732.Name = "Text732";
this.Text732.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text732__GetValue);
this.Text732.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text732.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text732.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.Text732.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text732.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text732.Indicator = null;
this.Text732.Interaction = null;
this.Text732.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text732.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text732.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand110.Guid = null;
this.DataBand110.Interaction = null;
//
// DataBand111
//
this.DataBand111 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand111.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 58, 190, 8);
this.DataBand111.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand111.DataSourceName = "tblReportValues1";
this.DataBand111.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand111.Guid = "626204bed99249a8b5236917c28033ab";
this.DataBand111.Name = "DataBand111";
this.DataBand111.PrintIfDetailEmpty = true;
this.DataBand111.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand111.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.DataBand111.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand111.BusinessObjectGuid = null;
//
// Text733
//
this.Text733 = new Stimulsoft.Report.Components.StiText();
this.Text733.CanGrow = true;
this.Text733.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 2, 174, 6);
this.Text733.ComponentStyle = "TitleSub1";
this.Text733.Guid = "a77179bc2fcc405b980f7f2562cc021b";
this.Text733.Name = "Text733";
this.Text733.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text733__GetValue);
this.Text733.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text733.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text733.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text733.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.Text733.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text733.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text733.Indicator = null;
this.Text733.Interaction = null;
this.Text733.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text733.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text733.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text733.BeforePrint += new System.EventHandler(this.Text733_BeforePrint);
this.DataBand111.Interaction = null;
//
// DataBand112
//
this.DataBand112 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand112.CanShrink = true;
this.DataBand112.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 74, 190, 8);
this.DataBand112.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand112.DataSourceName = "tblReportValues2";
this.DataBand112.Guid = "814ec0a7a4064436855df2ff34e53820";
this.DataBand112.Name = "DataBand112";
this.DataBand112.PrintIfDetailEmpty = true;
this.DataBand112.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand112.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.DataBand112.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand112.BusinessObjectGuid = null;
//
// Text734
//
this.Text734 = new Stimulsoft.Report.Components.StiText();
this.Text734.CanGrow = true;
this.Text734.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 168, 6);
this.Text734.ComponentStyle = "Values";
this.Text734.GrowToHeight = true;
this.Text734.Guid = "0932bfe4657145679776f9b1d3d7c976";
this.Text734.Name = "Text734";
this.Text734.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text734.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text734__GetValue);
this.Text734.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text734.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text734.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text734.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.Text734.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text734.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text734.Indicator = null;
this.Text734.Interaction = null;
this.Text734.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text734.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text734.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand112.Interaction = null;
//
// DataBand113
//
this.DataBand113 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand113.CanShrink = true;
this.DataBand113.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 90, 190, 8);
this.DataBand113.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand113.DataSourceName = "tblReportValueParts2";
this.DataBand113.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand113.Guid = "66bec28aba484c6bae5e70eea7bf1a0e";
this.DataBand113.Name = "DataBand113";
this.DataBand113.PrintIfDetailEmpty = true;
this.DataBand113.Sort = new System.String[] {
"ASC",
"{GetDataBand113_Sort1}",
"ASC",
"Column1"};
this.DataBand113.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.DataBand113.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand113.BusinessObjectGuid = null;
//
// Text735
//
this.Text735 = new Stimulsoft.Report.Components.StiText();
this.Text735.CanGrow = true;
this.Text735.CanShrink = true;
this.Text735.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text735.ComponentStyle = "ValuesBorder";
this.Text735.BeforePrint += new System.EventHandler(this.Text735_Conditions);
this.Text735.GrowToHeight = true;
this.Text735.Guid = "2718d4a2d3194337bc6342b9f623cb91";
this.Text735.Name = "Text735";
this.Text735.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text735__GetValue);
this.Text735.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text735.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text735.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.Text735.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text735.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text735.Indicator = null;
this.Text735.Interaction = null;
this.Text735.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text735.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text735.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text736
//
this.Text736 = new Stimulsoft.Report.Components.StiText();
this.Text736.CanGrow = true;
this.Text736.CanShrink = true;
this.Text736.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text736.ComponentStyle = "ValuesBorder";
this.Text736.BeforePrint += new System.EventHandler(this.Text736_Conditions);
this.Text736.GrowToHeight = true;
this.Text736.Guid = "70dde286e62842d3bf7cf31df837b0f3";
this.Text736.Name = "Text736";
this.Text736.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text736__GetValue);
this.Text736.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text736.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text736.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.Text736.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text736.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text736.Indicator = null;
this.Text736.Interaction = null;
this.Text736.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text736.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text736.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text737
//
this.Text737 = new Stimulsoft.Report.Components.StiText();
this.Text737.CanGrow = true;
this.Text737.CanShrink = true;
this.Text737.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text737.ComponentStyle = "ValuesBorder";
this.Text737.BeforePrint += new System.EventHandler(this.Text737_Conditions);
this.Text737.GrowToHeight = true;
this.Text737.Guid = "18b44aef9de0485e9fb15ca652538cdd";
this.Text737.Name = "Text737";
this.Text737.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text737__GetValue);
this.Text737.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text737.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text737.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.Text737.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text737.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text737.Indicator = null;
this.Text737.Interaction = null;
this.Text737.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text737.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text737.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text738
//
this.Text738 = new Stimulsoft.Report.Components.StiText();
this.Text738.CanGrow = true;
this.Text738.CanShrink = true;
this.Text738.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 52, 8);
this.Text738.ComponentStyle = "ValuesBorder";
this.Text738.BeforePrint += new System.EventHandler(this.Text738_Conditions);
this.Text738.GrowToHeight = true;
this.Text738.Guid = "29f3d362a8724754ba1b3564d99d1497";
this.Text738.Name = "Text738";
this.Text738.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text738__GetValue);
this.Text738.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text738.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text738.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.Text738.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text738.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text738.Indicator = null;
this.Text738.Interaction = null;
this.Text738.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text738.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text738.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text739
//
this.Text739 = new Stimulsoft.Report.Components.StiText();
this.Text739.CanGrow = true;
this.Text739.CanShrink = true;
this.Text739.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 30, 8);
this.Text739.ComponentStyle = "ValuesBorder";
this.Text739.BeforePrint += new System.EventHandler(this.Text739_Conditions);
this.Text739.GrowToHeight = true;
this.Text739.Guid = "dc310d7fb87d4ee7b6cae4cf0dbd0563";
this.Text739.Name = "Text739";
this.Text739.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text739__GetValue);
this.Text739.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text739.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text739.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.Text739.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.InitializeComponent35();
}
public void InitializeComponent35()
{
this.Text739.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text739.Indicator = null;
this.Text739.Interaction = null;
this.Text739.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text739.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text739.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text740
//
this.Text740 = new Stimulsoft.Report.Components.StiText();
this.Text740.CanGrow = true;
this.Text740.CanShrink = true;
this.Text740.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text740.ComponentStyle = "ValuesBorder";
this.Text740.BeforePrint += new System.EventHandler(this.Text740_Conditions);
this.Text740.GrowToHeight = true;
this.Text740.Guid = "3238297a9de2464293e2123f765894d2";
this.Text740.Name = "Text740";
this.Text740.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text740__GetValue);
this.Text740.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text740.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text740.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.Text740.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text740.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text740.Indicator = null;
this.Text740.Interaction = null;
this.Text740.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text740.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text740.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text741
//
this.Text741 = new Stimulsoft.Report.Components.StiText();
this.Text741.CanGrow = true;
this.Text741.CanShrink = true;
this.Text741.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(174, 0, 14, 8);
this.Text741.ComponentStyle = "ValuesBorder";
this.Text741.BeforePrint += new System.EventHandler(this.Text741_Conditions);
this.Text741.GrowToHeight = true;
this.Text741.Guid = "db4e7080be0f4cb6b0aaa63fdaa146d4";
this.Text741.Name = "Text741";
this.Text741.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text741__GetValue);
this.Text741.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text741.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text741.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.Text741.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text741.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text741.Indicator = null;
this.Text741.Interaction = null;
this.Text741.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text741.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text741.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand113.Interaction = null;
this.standOverv4.ExcelSheetValue = null;
this.standOverv4.Interaction = null;
this.standOverv4.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.standOverv4_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.standOverv4_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.standOverv4_Watermark.Image = null;
this.standOverv4_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.standOverv4.BeginRender += new System.EventHandler(this.standOverv4_BeginRender);
//
// standOverv5
//
this.standOverv5 = new Stimulsoft.Report.Components.StiPage();
this.standOverv5.Enabled = false;
this.standOverv5.Guid = "e717ab2bdda14babad27e383de61e076";
this.standOverv5.Name = "standOverv5";
this.standOverv5.PageHeight = 297;
this.standOverv5.PageWidth = 210;
this.standOverv5.PaperSize = System.Drawing.Printing.PaperKind.A4;
this.standOverv5.PrintHeadersFootersFromPreviousPage = true;
this.standOverv5.PrintOnPreviousPage = true;
this.standOverv5.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.standOverv5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataBand115
//
this.DataBand115 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand115.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4, 190, 4);
this.DataBand115.DataSourceName = "tblReportValues0";
this.DataBand115.Guid = "b1800cd66e9844b8b15c6ce49d1fe0fc";
this.DataBand115.Name = "DataBand115";
this.DataBand115.PrintIfDetailEmpty = true;
this.DataBand115.Sort = new System.String[0];
this.DataBand115.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.DataBand115.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand115.BusinessObjectGuid = null;
this.DataBand115.DataRelationName = null;
this.DataBand115.Interaction = null;
this.DataBand115.MasterComponent = null;
//
// DataBand116
//
this.DataBand116 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand116.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 16, 190, 8);
this.DataBand116.DataRelationName = "tblReportTitles_tblReportValues1";
this.DataBand116.DataSourceName = "tblReportValues1";
this.DataBand116.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand116.Guid = "96d5624ba7cb4e0c91a1f556041bfbf7";
this.DataBand116.Name = "DataBand116";
this.DataBand116.PrintIfDetailEmpty = true;
this.DataBand116.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand116.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.DataBand116.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 0, 0, 0));
this.DataBand116.BusinessObjectGuid = null;
//
// Text745
//
this.Text745 = new Stimulsoft.Report.Components.StiText();
this.Text745.CanGrow = true;
this.Text745.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 2, 174, 6);
this.Text745.ComponentStyle = "TitleSub1";
this.Text745.Guid = "7807b5d8d1a44d8f9621bac39944f30a";
this.Text745.Name = "Text745";
this.Text745.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text745__GetValue);
this.Text745.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text745.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text745.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.Text745.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.Text745.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text745.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text745.Indicator = null;
this.Text745.Interaction = null;
this.Text745.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text745.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text745.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Text745.BeforePrint += new System.EventHandler(this.Text745_BeforePrint);
this.DataBand116.Interaction = null;
//
// DataBand117
//
this.DataBand117 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand117.CanShrink = true;
this.DataBand117.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 32, 190, 8);
this.DataBand117.DataRelationName = "tblReportValues1_tblReportValues2";
this.DataBand117.DataSourceName = "tblReportValues2";
this.DataBand117.Guid = "d0034e1815dd45bfbaba17eac2394099";
this.DataBand117.Name = "DataBand117";
this.DataBand117.PrintIfDetailEmpty = true;
this.DataBand117.Sort = new System.String[] {
"ASC",
"NameOrder"};
this.DataBand117.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.DataBand117.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand117.BusinessObjectGuid = null;
//
// Text746
//
this.Text746 = new Stimulsoft.Report.Components.StiText();
this.Text746.CanGrow = true;
this.Text746.CanShrink = true;
this.Text746.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 2, 168, 6);
this.Text746.ComponentStyle = "Values";
this.Text746.GrowToHeight = true;
this.Text746.Guid = "d557b4d6302b498b8fc291a0c96c4b96";
this.Text746.Name = "Text746";
this.Text746.ProcessingDuplicates = Stimulsoft.Report.Components.StiProcessingDuplicatesType.Merge;
this.Text746.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text746__GetValue);
this.Text746.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text746.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
this.Text746.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text746.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.Text746.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text746.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text746.Indicator = null;
this.Text746.Interaction = null;
this.Text746.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 0, 0);
this.Text746.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text746.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand117.Interaction = null;
//
// DataBand118
//
this.DataBand118 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand118.CanShrink = true;
this.DataBand118.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 48, 190, 8);
this.DataBand118.DataRelationName = "tblReportValues2_tblReportValueParts2";
this.DataBand118.DataSourceName = "tblReportValueParts2";
this.DataBand118.FilterMode = Stimulsoft.Report.Components.StiFilterMode.Or;
this.DataBand118.Name = "DataBand118";
this.DataBand118.PrintIfDetailEmpty = true;
this.DataBand118.Sort = new System.String[] {
"ASC",
"{GetDataBand118_Sort1}",
"ASC",
"Column1"};
this.DataBand118.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.DataBand118.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataBand118.BusinessObjectGuid = null;
//
// Text747
//
this.Text747 = new Stimulsoft.Report.Components.StiText();
this.Text747.CanGrow = true;
this.Text747.CanShrink = true;
this.Text747.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(58, 0, 16, 8);
this.Text747.ComponentStyle = "ValuesBorder";
this.Text747.BeforePrint += new System.EventHandler(this.Text747_Conditions);
this.Text747.GrowToHeight = true;
this.Text747.Name = "Text747";
this.Text747.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text747__GetValue);
this.Text747.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text747.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text747.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.Text747.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text747.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text747.Guid = null;
this.Text747.Indicator = null;
this.Text747.Interaction = null;
this.Text747.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text747.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text747.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text748
//
this.Text748 = new Stimulsoft.Report.Components.StiText();
this.Text748.CanGrow = true;
this.Text748.CanShrink = true;
this.Text748.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(42, 0, 16, 8);
this.Text748.ComponentStyle = "ValuesBorder";
this.Text748.BeforePrint += new System.EventHandler(this.Text748_Conditions);
this.Text748.GrowToHeight = true;
this.Text748.Name = "Text748";
this.Text748.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text748__GetValue);
this.Text748.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text748.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text748.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.Text748.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text748.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text748.Guid = null;
this.Text748.Indicator = null;
this.Text748.Interaction = null;
this.Text748.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text748.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text748.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text749
//
this.Text749 = new Stimulsoft.Report.Components.StiText();
this.Text749.CanGrow = true;
this.Text749.CanShrink = true;
this.Text749.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20, 0, 22, 8);
this.Text749.ComponentStyle = "ValuesBorder";
this.Text749.BeforePrint += new System.EventHandler(this.Text749_Conditions);
this.Text749.GrowToHeight = true;
this.Text749.Name = "Text749";
this.Text749.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text749__GetValue);
this.Text749.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text749.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text749.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.Text749.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text749.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text749.Guid = null;
this.Text749.Indicator = null;
this.Text749.Interaction = null;
this.Text749.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text749.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text749.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text750
//
this.Text750 = new Stimulsoft.Report.Components.StiText();
this.Text750.CanGrow = true;
this.Text750.CanShrink = true;
this.Text750.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(74, 0, 52, 8);
this.Text750.ComponentStyle = "ValuesBorder";
this.Text750.BeforePrint += new System.EventHandler(this.Text750_Conditions);
this.Text750.GrowToHeight = true;
this.Text750.Name = "Text750";
this.Text750.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text750__GetValue);
this.Text750.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text750.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text750.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.Text750.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text750.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text750.Guid = null;
this.Text750.Indicator = null;
this.Text750.Interaction = null;
this.Text750.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text750.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text750.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text751
//
this.Text751 = new Stimulsoft.Report.Components.StiText();
this.Text751.CanGrow = true;
this.Text751.CanShrink = true;
this.Text751.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 0, 30, 8);
this.Text751.ComponentStyle = "ValuesBorder";
this.Text751.BeforePrint += new System.EventHandler(this.Text751_Conditions);
this.Text751.GrowToHeight = true;
this.Text751.Name = "Text751";
this.Text751.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text751__GetValue);
this.Text751.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text751.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text751.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.Text751.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text751.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text751.Guid = null;
this.Text751.Indicator = null;
this.Text751.Interaction = null;
this.Text751.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text751.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text751.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text752
//
this.Text752 = new Stimulsoft.Report.Components.StiText();
this.Text752.CanGrow = true;
this.Text752.CanShrink = true;
this.Text752.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(126, 0, 18, 8);
this.Text752.ComponentStyle = "ValuesBorder";
this.Text752.BeforePrint += new System.EventHandler(this.Text752_Conditions);
this.Text752.GrowToHeight = true;
this.Text752.Guid = "2d60fb89138f42b49707632ef4aa238d";
this.Text752.Name = "Text752";
this.Text752.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text752__GetValue);
this.Text752.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text752.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text752.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.Text752.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text752.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text752.Indicator = null;
this.Text752.Interaction = null;
this.Text752.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text752.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text752.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text753
//
this.Text753 = new Stimulsoft.Report.Components.StiText();
this.Text753.CanGrow = true;
this.Text753.CanShrink = true;
this.Text753.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(174, 0, 14, 8);
this.Text753.ComponentStyle = "ValuesBorder";
this.Text753.BeforePrint += new System.EventHandler(this.Text753_Conditions);
this.Text753.GrowToHeight = true;
this.Text753.Guid = "21de811e65c7401e8011ad472a2ab8fe";
this.Text753.Name = "Text753";
this.Text753.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text753__GetValue);
this.Text753.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text753.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text753.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.Text753.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text753.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Text753.Indicator = null;
this.Text753.Interaction = null;
this.Text753.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text753.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text753.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand118.Guid = null;
this.DataBand118.Interaction = null;
this.standOverv5.ExcelSheetValue = null;
this.standOverv5.Interaction = null;
this.standOverv5.Margins = new Stimulsoft.Report.Components.StiMargins(10, 10, 10, 10);
this.standOverv5_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.standOverv5_Watermark.Font = new System.Drawing.Font("Calibri", 100F);
this.standOverv5_Watermark.Image = null;
this.standOverv5_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.standOverv5.BeginRender += new System.EventHandler(this.standOverv5_BeginRender);
this.rptKaleidos_PrinterSettings = new Stimulsoft.Report.Print.StiPrinterSettings();
this.ReportResources.Add(new Stimulsoft.Report.StiReportResource("Image70.png", "Image70", "Image", Stimulsoft.Report.StiReportResourceType.Bitmap));
this.ReportResources.Add(new Stimulsoft.Report.StiReportResource("Image55.png", "Image55", "Image", Stimulsoft.Report.StiReportResourceType.Bitmap));
//
// StylePageHeader
//
this.StylePageHeader = new Stimulsoft.Report.StiStyle();
this.StylePageHeader.Name = "PageHeader";
this.StylePageHeader.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StylePageHeader.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.StylePageHeader.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.StylePageHeader.Font = new System.Drawing.Font("Arial Black", 14F);
this.StylePageHeader.Image = null;
this.StylePageHeader.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
//
// StyleTitleMain
//
this.StyleTitleMain = new Stimulsoft.Report.StiStyle();
this.StyleTitleMain.Name = "TitleMain";
this.StyleTitleMain.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StyleTitleMain.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, true, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.StyleTitleMain.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Indigo);
this.StyleTitleMain.Font = new System.Drawing.Font("Arial Black", 14F);
this.StyleTitleMain.Image = null;
this.StyleTitleMain.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.White);
//
// StylePageFooter
//
this.StylePageFooter = new Stimulsoft.Report.StiStyle();
this.StylePageFooter.Name = "PageFooter";
this.StylePageFooter.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StylePageFooter.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.StylePageFooter.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.StylePageFooter.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.StylePageFooter.Image = null;
this.StylePageFooter.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
//
// StyleValues
//
this.StyleValues = new Stimulsoft.Report.StiStyle();
this.StyleValues.Name = "Values";
this.StyleValues.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StyleValues.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.StyleValues.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.StyleValues.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.StyleValues.Image = null;
this.StyleValues.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
//
// StyleEvenValue
//
this.StyleEvenValue = new Stimulsoft.Report.StiStyle();
this.StyleEvenValue.Name = "EvenValue";
this.StyleEvenValue.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StyleEvenValue.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.StyleEvenValue.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.WhiteSmoke);
this.StyleEvenValue.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.StyleEvenValue.Image = null;
this.StyleEvenValue.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
//
// StylePrintDate
//
this.StylePrintDate = new Stimulsoft.Report.StiStyle();
this.StylePrintDate.Name = "PrintDate";
this.StylePrintDate.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StylePrintDate.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.StylePrintDate.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.StylePrintDate.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.StylePrintDate.Image = null;
this.StylePrintDate.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
//
// StylePageCount
//
this.StylePageCount = new Stimulsoft.Report.StiStyle();
this.StylePageCount.Name = "PageCount";
this.StylePageCount.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StylePageCount.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.StylePageCount.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.StylePageCount.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.StylePageCount.Image = null;
this.StylePageCount.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
//
// StyleDisclaimer
//
this.StyleDisclaimer = new Stimulsoft.Report.StiStyle();
this.StyleDisclaimer.Name = "Disclaimer";
this.StyleDisclaimer.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StyleDisclaimer.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.StyleDisclaimer.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.StyleDisclaimer.Font = new System.Drawing.Font("Calibri", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.StyleDisclaimer.Image = null;
this.StyleDisclaimer.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
//
// StyleTitleSub1
//
this.StyleTitleSub1 = new Stimulsoft.Report.StiStyle();
this.StyleTitleSub1.Name = "TitleSub1";
this.StyleTitleSub1.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StyleTitleSub1.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.StyleTitleSub1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.StyleTitleSub1.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.StyleTitleSub1.Image = null;
this.StyleTitleSub1.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
//
// StyleTitleSub2
//
this.StyleTitleSub2 = new Stimulsoft.Report.StiStyle();
this.StyleTitleSub2.Name = "TitleSub2";
this.StyleTitleSub2.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StyleTitleSub2.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.StyleTitleSub2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.StyleTitleSub2.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, 0);
this.StyleTitleSub2.Image = null;
this.StyleTitleSub2.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
//
// StyleValuesBorder
//
this.StyleValuesBorder = new Stimulsoft.Report.StiStyle();
this.StyleValuesBorder.Name = "ValuesBorder";
this.StyleValuesBorder.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StyleValuesBorder.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.StyleValuesBorder.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.StyleValuesBorder.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.StyleValuesBorder.Image = null;
this.StyleValuesBorder.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
//
// StyleValuesHeaderBorder
//
this.StyleValuesHeaderBorder = new Stimulsoft.Report.StiStyle();
this.StyleValuesHeaderBorder.Name = "ValuesHeaderBorder";
this.StyleValuesHeaderBorder.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StyleValuesHeaderBorder.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.StyleValuesHeaderBorder.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightSteelBlue);
this.StyleValuesHeaderBorder.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.StyleValuesHeaderBorder.Image = null;
this.StyleValuesHeaderBorder.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
//
// StylePropertyBorder
//
this.StylePropertyBorder = new Stimulsoft.Report.StiStyle();
this.StylePropertyBorder.Name = "PropertyBorder";
this.StylePropertyBorder.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StylePropertyBorder.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.StylePropertyBorder.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.SteelBlue);
this.StylePropertyBorder.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.StylePropertyBorder.Image = null;
this.StylePropertyBorder.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
//
// StyleVariables
//
this.StyleVariables = new Stimulsoft.Report.StiStyle();
this.StyleVariables.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.StyleVariables.Name = "Variables";
this.StyleVariables.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StyleVariables.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.StyleVariables.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.StyleVariables.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.StyleVariables.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.StyleVariables.Image = null;
this.StyleVariables.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0));
//
// StyleHelpValues
//
this.StyleHelpValues = new Stimulsoft.Report.StiStyle();
this.StyleHelpValues.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.StyleHelpValues.Name = "HelpValues";
this.StyleHelpValues.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StyleHelpValues.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.StyleHelpValues.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, System.Drawing.Color.FromArgb(255, 255, 0, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.StyleHelpValues.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.StyleHelpValues.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.StyleHelpValues.Image = null;
this.StyleHelpValues.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 176, 80));
//
// StyleTitleSub3
//
this.StyleTitleSub3 = new Stimulsoft.Report.StiStyle();
this.StyleTitleSub3.Name = "TitleSub3";
this.StyleTitleSub3.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StyleTitleSub3.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.StyleTitleSub3.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.StyleTitleSub3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.StyleTitleSub3.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
this.StyleTitleSub3.Image = null;
this.StyleTitleSub3.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
//
// StyleTransportModi
//
this.StyleTransportModi = new Stimulsoft.Report.StiStyle();
this.StyleTransportModi.Name = "TransportModi";
this.StyleTransportModi.StyleCode = Stimulsoft.Report.StiStyleCode.None;
this.StyleTransportModi.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.StyleTransportModi.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 219, 229, 241));
this.StyleTransportModi.Font = new System.Drawing.Font("Calibri", 9F);
this.StyleTransportModi.Image = null;
this.StyleTransportModi.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.BeginRender += new System.EventHandler(this.rptKaleidos_BeginRender);
this.PrinterSettings = this.rptKaleidos_PrinterSettings;
this.Page1.Report = this;
this.Page1.Watermark = this.Page1_Watermark;
this.hoofdnaam.Page = this.Page1;
this.hoofdnaam.Parent = this.Page1;
this.DataBand81.Page = this.Page1;
this.DataBand81.Parent = this.Page1;
this.mixtBignr.Page = this.Page1;
this.mixtBignr.Parent = this.Page1;
this.variables.Report = this;
this.variables.Watermark = this.variables_Watermark;
this.PageHeaderBand1.Page = this.variables;
this.PageHeaderBand1.Parent = this.variables;
this.Text145.Page = this.variables;
this.Text145.Parent = this.PageHeaderBand1;
this.PageFooterBand1.Page = this.variables;
this.PageFooterBand1.Parent = this.variables;
this.SystemText1.Page = this.variables;
this.SystemText1.Parent = this.PageFooterBand1;
this.SystemText2.Page = this.variables;
this.SystemText2.Parent = this.PageFooterBand1;
this.Text144.Page = this.variables;
this.Text144.Parent = this.PageFooterBand1;
this.SubReport1.Page = this.variables;
this.SubReport1.Parent = this.variables;
this.showCustomerInfo.Page = this.variables;
this.showCustomerInfo.Parent = this.variables;
this.customerInfo.Page = this.variables;
this.customerInfo.Parent = this.variables;
this.ident.Report = this;
this.ident.Watermark = this.ident_Watermark;
this.ReportTitleBand1.Page = this.ident;
this.ReportTitleBand1.Parent = this.ident;
this.Text586.Page = this.ident;
this.Text586.Parent = this.ReportTitleBand1;
this.Image70.Page = this.ident;
this.Image70.Parent = this.ReportTitleBand1;
this.Text588.Page = this.ident;
this.Text588.Parent = this.ReportTitleBand1;
this.bndIdentificationTitleMain.Page = this.ident;
this.bndIdentificationTitleMain.Parent = this.ident;
this.Text396.Page = this.ident;
this.Text396.Parent = this.bndIdentificationTitleMain;
this.bndIdentificationValues.MasterComponent = this.bndIdentificationTitleMain;
this.bndIdentificationValues.Page = this.ident;
this.bndIdentificationValues.Parent = this.ident;
this.txtIdentificationProperty.Page = this.ident;
this.txtIdentificationProperty.Parent = this.bndIdentificationValues;
this.txtIdentificationValue.Page = this.ident;
this.txtIdentificationValue.Parent = this.bndIdentificationValues;
this.comp.Report = this;
this.comp.Watermark = this.comp_Watermark;
this.compTitleMain.Page = this.comp;
this.compTitleMain.Parent = this.comp;
this.Text1.Page = this.comp;
this.Text1.Parent = this.compTitleMain;
this.Data3.MasterComponent = this.compTitleMain;
this.Data3.Page = this.comp;
this.Data3.Parent = this.comp;
this.Text6.Page = this.comp;
this.Text6.Parent = this.Data3;
this.Data4.MasterComponent = this.compTitleMain;
this.Data4.Page = this.comp;
this.Data4.Parent = this.comp;
this.Panel4.Page = this.comp;
this.Panel4.Parent = this.Data4;
this.Data13.Page = this.comp;
this.Data13.Parent = this.Panel4;
this.Text7.Page = this.comp;
this.Text7.Parent = this.Data13;
this.Panel5.Page = this.comp;
this.Panel5.Parent = this.Data4;
this.Data14.Page = this.comp;
this.Data14.Parent = this.Panel5;
this.Text8.Page = this.comp;
this.Text8.Parent = this.Data14;
this.Panel6.Page = this.comp;
this.Panel6.Parent = this.Data4;
this.Data15.Page = this.comp;
this.Data15.Parent = this.Panel6;
this.Text10.Page = this.comp;
this.Text10.Parent = this.Data15;
this.Panel7.Page = this.comp;
this.Panel7.Parent = this.Data4;
this.Data16.Page = this.comp;
this.Data16.Parent = this.Panel7;
this.Text11.Page = this.comp;
this.Text11.Parent = this.Data16;
this.Panel9.Page = this.comp;
this.Panel9.Parent = this.Data4;
this.Data17.Page = this.comp;
this.Data17.Parent = this.Panel9;
this.Text12.Page = this.comp;
this.Text12.Parent = this.Data17;
this.Panel10.Page = this.comp;
this.Panel10.Parent = this.Data4;
this.Data18.Page = this.comp;
this.Data18.Parent = this.Panel10;
this.Text13.Page = this.comp;
this.Text13.Parent = this.Data18;
this.GroupHeader1.Page = this.comp;
this.GroupHeader1.Parent = this.comp;
this.Data5.MasterComponent = this.compTitleMain;
this.Data5.Page = this.comp;
this.Data5.Parent = this.comp;
this.Text14.Page = this.comp;
this.Text14.Parent = this.Data5;
this.Text15.Page = this.comp;
this.Text15.Parent = this.Data5;
this.Text16.Page = this.comp;
this.Text16.Parent = this.Data5;
this.Text17.Page = this.comp;
this.Text17.Parent = this.Data5;
this.GroupFooter1.Page = this.comp;
this.GroupFooter1.Parent = this.comp;
this.Text18.Page = this.comp;
this.Text18.Parent = this.GroupFooter1;
this.Text19.Page = this.comp;
this.Text19.Parent = this.GroupFooter1;
this.Text20.Page = this.comp;
this.Text20.Parent = this.GroupFooter1;
this.Text21.Page = this.comp;
this.Text21.Parent = this.GroupFooter1;
this.Text22.Page = this.comp;
this.Text22.Parent = this.GroupFooter1;
this.RichText1.Page = this.comp;
this.RichText1.Parent = this.GroupFooter1;
this.Data6.MasterComponent = this.Data5;
this.Data6.Page = this.comp;
this.Data6.Parent = this.comp;
this.Data7.MasterComponent = this.Data5;
this.Data7.Page = this.comp;
this.Data7.Parent = this.comp;
this.Data8.MasterComponent = this.Data5;
this.Data8.Page = this.comp;
this.Data8.Parent = this.comp;
this.Data9.Page = this.comp;
this.Data9.Parent = this.comp;
this.Data10.MasterComponent = this.Data9;
this.Data10.Page = this.comp;
this.Data10.Parent = this.comp;
this.Data11.MasterComponent = this.Data10;
this.Data11.Page = this.comp;
this.Data11.Parent = this.comp;
this.Text23.Page = this.comp;
this.Text23.Parent = this.Data11;
this.hazard.Report = this;
this.hazard.Watermark = this.hazard_Watermark;
this.hazardTitleMain.Page = this.hazard;
this.hazardTitleMain.Parent = this.hazard;
this.Text5.Page = this.hazard;
this.Text5.Parent = this.hazardTitleMain;
this.Data20.MasterComponent = this.hazardTitleMain;
this.Data20.Page = this.hazard;
this.Data20.Parent = this.hazard;
this.Text25.Page = this.hazard;
this.Text25.Parent = this.Data20;
this.Data21.MasterComponent = this.Data20;
this.Data21.Page = this.hazard;
this.Data21.Parent = this.hazard;
this.Text26.Page = this.hazard;
this.Text26.Parent = this.Data21;
this.Data22.MasterComponent = this.Data21;
this.Data22.Page = this.hazard;
this.Data22.Parent = this.hazard;
this.Text27.Page = this.hazard;
this.Text27.Parent = this.Data22;
this.Data23.MasterComponent = this.hazardTitleMain;
this.Data23.Page = this.hazard;
this.Data23.Parent = this.hazard;
this.Text28.Page = this.hazard;
this.Text28.Parent = this.Data23;
this.Data24.MasterComponent = this.Data23;
this.Data24.Page = this.hazard;
this.Data24.Parent = this.hazard;
this.Text29.Page = this.hazard;
this.Text29.Parent = this.Data24;
this.Data25.MasterComponent = this.Data24;
this.Data25.Page = this.hazard;
this.Data25.Parent = this.hazard;
this.Text30.Page = this.hazard;
this.Text30.Parent = this.Data25;
this.emRes.Report = this;
this.emRes.Watermark = this.emRes_Watermark;
this.emResTitleMain.Page = this.emRes;
this.emResTitleMain.Parent = this.emRes;
this.Text24.Page = this.emRes;
this.Text24.Parent = this.emResTitleMain;
this.Data28.MasterComponent = this.emResTitleMain;
this.Data28.Page = this.emRes;
this.Data28.Parent = this.emRes;
this.Text34.Page = this.emRes;
this.Text34.Parent = this.Data28;
this.Data29.MasterComponent = this.Data28;
this.Data29.Page = this.emRes;
this.Data29.Parent = this.emRes;
this.Text35.Page = this.emRes;
this.Text35.Parent = this.Data29;
this.Data30.MasterComponent = this.Data29;
this.Data30.Page = this.emRes;
this.Data30.Parent = this.emRes;
this.Text36.Page = this.emRes;
this.Text36.Parent = this.Data30;
this.ERG.MasterComponent = this.emResTitleMain;
this.ERG.Page = this.emRes;
this.ERG.Parent = this.emRes;
this.Text37.Page = this.emRes;
this.Text37.Parent = this.ERG;
this.ERGinstructions.MasterComponent = this.ERG;
this.ERGinstructions.Page = this.emRes;
this.ERGinstructions.Parent = this.emRes;
this.Text38.Page = this.emRes;
this.Text38.Parent = this.ERGinstructions;
this.Data33.MasterComponent = this.ERGinstructions;
this.Data33.Page = this.emRes;
this.Data33.Parent = this.emRes;
this.Text39.Page = this.emRes;
this.Text39.Parent = this.Data33;
this.Text40.Page = this.emRes;
this.Text40.Parent = this.Data33;
this.ERGdistances.MasterComponent = this.ERG;
this.ERGdistances.Page = this.emRes;
this.ERGdistances.Parent = this.emRes;
this.Text430.Page = this.emRes;
this.Text430.Parent = this.ERGdistances;
this.DataBand167.MasterComponent = this.ERGdistances;
this.DataBand167.Page = this.emRes;
this.DataBand167.Parent = this.emRes;
this.Text359.Page = this.emRes;
this.Text359.Parent = this.DataBand167;
this.DataBand168.MasterComponent = this.DataBand167;
this.DataBand168.Page = this.emRes;
this.DataBand168.Parent = this.emRes;
this.Text427.Page = this.emRes;
this.Text427.Parent = this.DataBand168;
this.Text428.Page = this.emRes;
this.Text428.Parent = this.DataBand168;
this.Text429.Page = this.emRes;
this.Text429.Parent = this.DataBand168;
this.physProp.Report = this;
this.physProp.Watermark = this.physProp_Watermark;
this.physPropTitleMain.Page = this.physProp;
this.physPropTitleMain.Parent = this.physProp;
this.Text33.Page = this.physProp;
this.Text33.Parent = this.physPropTitleMain;
this.Data37.MasterComponent = this.physPropTitleMain;
this.Data37.Page = this.physProp;
this.Data37.Parent = this.physProp;
this.Text47.Page = this.physProp;
this.Text47.Parent = this.Data37;
this.DataBand147.MasterComponent = this.Data37;
this.DataBand147.Page = this.physProp;
this.DataBand147.Parent = this.physProp;
this.Text261.Page = this.physProp;
this.Text261.Parent = this.DataBand147;
this.DataBand145.MasterComponent = this.Data37;
this.DataBand145.Page = this.physProp;
this.DataBand145.Parent = this.physProp;
this.Text54.Page = this.physProp;
this.Text54.Parent = this.DataBand145;
this.Data38.MasterComponent = this.DataBand145;
this.Data38.Page = this.physProp;
this.Data38.Parent = this.physProp;
this.Text48.Page = this.physProp;
this.Text48.Parent = this.Data38;
this.tox.Report = this;
this.tox.Watermark = this.tox_Watermark;
this.toxTitleMain.Page = this.tox;
this.toxTitleMain.Parent = this.tox;
this.Text46.Page = this.tox;
this.Text46.Parent = this.toxTitleMain;
this.DataBand146.MasterComponent = this.toxTitleMain;
this.DataBand146.Page = this.tox;
this.DataBand146.Parent = this.tox;
this.Text256.Page = this.tox;
this.Text256.Parent = this.DataBand146;
this.DataBand148.MasterComponent = this.DataBand146;
this.DataBand148.Page = this.tox;
this.DataBand148.Parent = this.tox;
this.Text401.Page = this.tox;
this.Text401.Parent = this.DataBand148;
this.Text404.Page = this.tox;
this.Text404.Parent = this.DataBand148;
this.DataBand149.MasterComponent = this.DataBand148;
this.DataBand149.Page = this.tox;
this.DataBand149.Parent = this.tox;
this.Text405.Page = this.tox;
this.Text405.Parent = this.DataBand149;
this.Text406.Page = this.tox;
this.Text406.Parent = this.DataBand149;
this.Data42.MasterComponent = this.toxTitleMain;
this.Data42.Page = this.tox;
this.Data42.Parent = this.tox;
this.Text58.Page = this.tox;
this.Text58.Parent = this.Data42;
this.Data43.MasterComponent = this.Data42;
this.Data43.Page = this.tox;
this.Data43.Parent = this.tox;
this.Text59.Page = this.tox;
this.Text59.Parent = this.Data43;
this.Text60.Page = this.tox;
this.Text60.Parent = this.Data43;
this.Data44.MasterComponent = this.toxTitleMain;
this.Data44.Page = this.tox;
this.Data44.Parent = this.tox;
this.Text61.Page = this.tox;
this.Text61.Parent = this.Data44;
this.Data45.MasterComponent = this.Data44;
this.Data45.Page = this.tox;
this.Data45.Parent = this.tox;
this.Text63.Page = this.tox;
this.Text63.Parent = this.Data45;
this.Text62.Page = this.tox;
this.Text62.Parent = this.Data45;
this.Data46.MasterComponent = this.Data45;
this.Data46.Page = this.tox;
this.Data46.Parent = this.tox;
this.Text64.Page = this.tox;
this.Text64.Parent = this.Data46;
this.Text65.Page = this.tox;
this.Text65.Parent = this.Data46;
this.Data47.MasterComponent = this.toxTitleMain;
this.Data47.Page = this.tox;
this.Data47.Parent = this.tox;
this.Text66.Page = this.tox;
this.Text66.Parent = this.Data47;
this.Data48.MasterComponent = this.Data47;
this.Data48.Page = this.tox;
this.Data48.Parent = this.tox;
this.Text67.Page = this.tox;
this.Text67.Parent = this.Data48;
this.Data49.MasterComponent = this.Data48;
this.Data49.Page = this.tox;
this.Data49.Parent = this.tox;
this.Text68.Page = this.tox;
this.Text68.Parent = this.Data49;
this.Data50.MasterComponent = this.Data49;
this.Data50.Page = this.tox;
this.Data50.Parent = this.tox;
this.Text69.Page = this.tox;
this.Text69.Parent = this.Data50;
this.Text70.Page = this.tox;
this.Text70.Parent = this.Data50;
this.eco.Report = this;
this.eco.Watermark = this.eco_Watermark;
this.ecoTitleMain.Page = this.eco;
this.ecoTitleMain.Parent = this.eco;
this.Text57.Page = this.eco;
this.Text57.Parent = this.ecoTitleMain;
this.Data56.MasterComponent = this.ecoTitleMain;
this.Data56.Page = this.eco;
this.Data56.Parent = this.eco;
this.Text76.Page = this.eco;
this.Text76.Parent = this.Data56;
this.Data57.MasterComponent = this.Data56;
this.Data57.Page = this.eco;
this.Data57.Parent = this.eco;
this.Text77.Page = this.eco;
this.Text77.Parent = this.Data57;
this.Data58.MasterComponent = this.ecoTitleMain;
this.Data58.Page = this.eco;
this.Data58.Parent = this.eco;
this.Text78.Page = this.eco;
this.Text78.Parent = this.Data58;
this.Data60.MasterComponent = this.Data58;
this.Data60.Page = this.eco;
this.Data60.Parent = this.eco;
this.Text80.Page = this.eco;
this.Text80.Parent = this.Data60;
this.Data61.MasterComponent = this.Data60;
this.Data61.Page = this.eco;
this.Data61.Parent = this.eco;
this.Text379.Page = this.eco;
this.Text379.Parent = this.Data61;
this.Text79.Page = this.eco;
this.Text79.Parent = this.Data61;
this.techDat.Report = this;
this.techDat.Watermark = this.techDat_Watermark;
this.techDataTitleMain.Page = this.techDat;
this.techDataTitleMain.Parent = this.techDat;
this.Text73.Page = this.techDat;
this.Text73.Parent = this.techDataTitleMain;
this.Data64.MasterComponent = this.techDataTitleMain;
this.Data64.Page = this.techDat;
this.Data64.Parent = this.techDat;
this.Text394.Page = this.techDat;
this.Text394.Parent = this.Data64;
this.Data65.MasterComponent = this.Data64;
this.Data65.Page = this.techDat;
this.Data65.Parent = this.techDat;
this.Text87.Page = this.techDat;
this.Text87.Parent = this.Data65;
this.Text88.Page = this.techDat;
this.Text88.Parent = this.Data65;
this.DataBand225.MasterComponent = this.Data64;
this.DataBand225.Page = this.techDat;
this.DataBand225.Parent = this.techDat;
this.Text500.Page = this.techDat;
this.Text500.Parent = this.DataBand225;
this.DataBand224.MasterComponent = this.DataBand225;
this.DataBand224.Page = this.techDat;
this.DataBand224.Parent = this.techDat;
this.Text493.Page = this.techDat;
this.Text493.Parent = this.DataBand224;
this.Text499.Page = this.techDat;
this.Text499.Parent = this.DataBand224;
this.Text531.Page = this.techDat;
this.Text531.Parent = this.DataBand224;
this.DataBand2.MasterComponent = this.techDataTitleMain;
this.DataBand2.Page = this.techDat;
this.DataBand2.Parent = this.techDat;
this.Text86.Page = this.techDat;
this.Text86.Parent = this.DataBand2;
this.DataBand3.MasterComponent = this.DataBand2;
this.DataBand3.Page = this.techDat;
this.DataBand3.Parent = this.techDat;
this.Text189.Page = this.techDat;
this.Text189.Parent = this.DataBand3;
this.Text472.Page = this.techDat;
this.Text472.Parent = this.DataBand3;
this.Text367.Page = this.techDat;
this.Text367.Parent = this.DataBand3;
this.Text399.Page = this.techDat;
this.Text399.Parent = this.DataBand3;
this.Text498.Page = this.techDat;
this.Text498.Parent = this.DataBand3;
this.DataBand4.MasterComponent = this.DataBand3;
this.DataBand4.Page = this.techDat;
this.DataBand4.Parent = this.techDat;
this.Text473.Page = this.techDat;
this.Text473.Parent = this.DataBand4;
this.Text488.Page = this.techDat;
this.Text488.Parent = this.DataBand4;
this.Text489.Page = this.techDat;
this.Text489.Parent = this.DataBand4;
this.Data214.MasterComponent = this.DataBand3;
this.Data214.Page = this.techDat;
this.Data214.Parent = this.techDat;
this.Text602.Page = this.techDat;
this.Text602.Parent = this.Data214;
this.Data213.MasterComponent = this.DataBand3;
this.Data213.Page = this.techDat;
this.Data213.Parent = this.techDat;
this.Text175.Page = this.techDat;
this.Text175.Parent = this.Data213;
this.Text590.Page = this.techDat;
this.Text590.Parent = this.Data213;
this.Text601.Page = this.techDat;
this.Text601.Parent = this.Data213;
this.InitializeComponent36();
}
public void InitializeComponent36()
{
this.Text600.Page = this.techDat;
this.Text600.Parent = this.Data213;
this.Data215.MasterComponent = this.DataBand3;
this.Data215.Page = this.techDat;
this.Data215.Parent = this.techDat;
this.Text603.Page = this.techDat;
this.Text603.Parent = this.Data215;
this.Text604.Page = this.techDat;
this.Text604.Parent = this.Data215;
this.Text605.Page = this.techDat;
this.Text605.Parent = this.Data215;
this.Text606.Page = this.techDat;
this.Text606.Parent = this.Data215;
this.Text637.Page = this.techDat;
this.Text637.Parent = this.Data215;
this.techDatEcoT.Report = this;
this.techDatEcoT.Watermark = this.techDatEcoT_Watermark;
this.Data71.Page = this.techDatEcoT;
this.Data71.Parent = this.techDatEcoT;
this.Data72.MasterComponent = this.Data71;
this.Data72.Page = this.techDatEcoT;
this.Data72.Parent = this.techDatEcoT;
this.Text95.Page = this.techDatEcoT;
this.Text95.Parent = this.Data72;
this.Data73.MasterComponent = this.Data72;
this.Data73.Page = this.techDatEcoT;
this.Data73.Parent = this.techDatEcoT;
this.Text407.Page = this.techDatEcoT;
this.Text407.Parent = this.Data73;
this.Data74.MasterComponent = this.Data73;
this.Data74.Page = this.techDatEcoT;
this.Data74.Parent = this.techDatEcoT;
this.Text97.Page = this.techDatEcoT;
this.Text97.Parent = this.Data74;
this.Text98.Page = this.techDatEcoT;
this.Text98.Parent = this.Data74;
this.Text99.Page = this.techDatEcoT;
this.Text99.Parent = this.Data74;
this.Text100.Page = this.techDatEcoT;
this.Text100.Parent = this.Data74;
this.Text534.Page = this.techDatEcoT;
this.Text534.Parent = this.Data74;
this.Text638.Page = this.techDatEcoT;
this.Text638.Parent = this.Data74;
this.storage.MasterComponent = this.Data71;
this.storage.Page = this.techDatEcoT;
this.storage.Parent = this.techDatEcoT;
this.Text235.Page = this.techDatEcoT;
this.Text235.Parent = this.storage;
this.DataBand66.MasterComponent = this.storage;
this.DataBand66.Page = this.techDatEcoT;
this.DataBand66.Parent = this.techDatEcoT;
this.Text408.Page = this.techDatEcoT;
this.Text408.Parent = this.DataBand66;
this.Text495.Page = this.techDatEcoT;
this.Text495.Parent = this.DataBand66;
this.eL_eu.Report = this;
this.eL_eu.Watermark = this.eL_eu_Watermark;
this.DataBand228.Page = this.eL_eu;
this.DataBand228.Parent = this.eL_eu;
this.Text104.Page = this.eL_eu;
this.Text104.Parent = this.DataBand228;
this.DataBand229.MasterComponent = this.DataBand228;
this.DataBand229.Page = this.eL_eu;
this.DataBand229.Parent = this.eL_eu;
this.Text105.Page = this.eL_eu;
this.Text105.Parent = this.DataBand229;
this.DataBand230.MasterComponent = this.DataBand229;
this.DataBand230.Page = this.eL_eu;
this.DataBand230.Parent = this.eL_eu;
this.Text106.Page = this.eL_eu;
this.Text106.Parent = this.DataBand230;
this.DataBand269.MasterComponent = this.DataBand230;
this.DataBand269.Page = this.eL_eu;
this.DataBand269.Parent = this.eL_eu;
this.Text102.Page = this.eL_eu;
this.Text102.Parent = this.DataBand269;
this.Text120.Page = this.eL_eu;
this.Text120.Parent = this.DataBand269;
this.DataBand235.MasterComponent = this.DataBand229;
this.DataBand235.Page = this.eL_eu;
this.DataBand235.Parent = this.eL_eu;
this.GroupHeaderBand3.Page = this.eL_eu;
this.GroupHeaderBand3.Parent = this.eL_eu;
this.Text107.Page = this.eL_eu;
this.Text107.Parent = this.GroupHeaderBand3;
this.DataBand236.MasterComponent = this.DataBand235;
this.DataBand236.Page = this.eL_eu;
this.DataBand236.Parent = this.eL_eu;
this.GroupFooterBand3.Page = this.eL_eu;
this.GroupFooterBand3.Parent = this.eL_eu;
this.Text116.Page = this.eL_eu;
this.Text116.Parent = this.GroupFooterBand3;
this.Text117.Page = this.eL_eu;
this.Text117.Parent = this.GroupFooterBand3;
this.Text118.Page = this.eL_eu;
this.Text118.Parent = this.GroupFooterBand3;
this.eL_usa.Report = this;
this.eL_usa.Watermark = this.eL_usa_Watermark;
this.DataBand65.Page = this.eL_usa;
this.DataBand65.Parent = this.eL_usa;
this.DataBand226.MasterComponent = this.DataBand65;
this.DataBand226.Page = this.eL_usa;
this.DataBand226.Parent = this.eL_usa;
this.DataBand227.MasterComponent = this.DataBand226;
this.DataBand227.Page = this.eL_usa;
this.DataBand227.Parent = this.eL_usa;
this.Text103.Page = this.eL_usa;
this.Text103.Parent = this.DataBand227;
this.DataBand274.MasterComponent = this.DataBand227;
this.DataBand274.Page = this.eL_usa;
this.DataBand274.Parent = this.eL_usa;
this.Text772.Page = this.eL_usa;
this.Text772.Parent = this.DataBand274;
this.Text773.Page = this.eL_usa;
this.Text773.Parent = this.DataBand274;
this.DataBand275.MasterComponent = this.DataBand227;
this.DataBand275.Page = this.eL_usa;
this.DataBand275.Parent = this.eL_usa;
this.Text774.Page = this.eL_usa;
this.Text774.Parent = this.DataBand275;
this.DataBand276.MasterComponent = this.DataBand275;
this.DataBand276.Page = this.eL_usa;
this.DataBand276.Parent = this.eL_usa;
this.Text775.Page = this.eL_usa;
this.Text775.Parent = this.DataBand276;
this.Text776.Page = this.eL_usa;
this.Text776.Parent = this.DataBand276;
this.DataBand231.MasterComponent = this.DataBand226;
this.DataBand231.Page = this.eL_usa;
this.DataBand231.Parent = this.eL_usa;
this.GroupHeaderBand1.Page = this.eL_usa;
this.GroupHeaderBand1.Parent = this.eL_usa;
this.Text108.Page = this.eL_usa;
this.Text108.Parent = this.GroupHeaderBand1;
this.DataBand232.MasterComponent = this.DataBand231;
this.DataBand232.Page = this.eL_usa;
this.DataBand232.Parent = this.eL_usa;
this.GroupFooterBand1.Page = this.eL_usa;
this.GroupFooterBand1.Parent = this.eL_usa;
this.Text109.Page = this.eL_usa;
this.Text109.Parent = this.GroupFooterBand1;
this.Text110.Page = this.eL_usa;
this.Text110.Parent = this.GroupFooterBand1;
this.Text111.Page = this.eL_usa;
this.Text111.Parent = this.GroupFooterBand1;
this.DataBand233.MasterComponent = this.DataBand226;
this.DataBand233.Page = this.eL_usa;
this.DataBand233.Parent = this.eL_usa;
this.GroupHeaderBand2.Page = this.eL_usa;
this.GroupHeaderBand2.Parent = this.eL_usa;
this.Text112.Page = this.eL_usa;
this.Text112.Parent = this.GroupHeaderBand2;
this.DataBand234.MasterComponent = this.DataBand233;
this.DataBand234.Page = this.eL_usa;
this.DataBand234.Parent = this.eL_usa;
this.GroupFooterBand2.Page = this.eL_usa;
this.GroupFooterBand2.Parent = this.eL_usa;
this.Text113.Page = this.eL_usa;
this.Text113.Parent = this.GroupFooterBand2;
this.Text114.Page = this.eL_usa;
this.Text114.Parent = this.GroupFooterBand2;
this.Text115.Page = this.eL_usa;
this.Text115.Parent = this.GroupFooterBand2;
this.eL_d.Report = this;
this.eL_d.Watermark = this.eL_d_Watermark;
this.DataBand262.Page = this.eL_d;
this.DataBand262.Parent = this.eL_d;
this.DataBand263.MasterComponent = this.DataBand262;
this.DataBand263.Page = this.eL_d;
this.DataBand263.Parent = this.eL_d;
this.DataBand267.MasterComponent = this.DataBand263;
this.DataBand267.Page = this.eL_d;
this.DataBand267.Parent = this.eL_d;
this.Text141.Page = this.eL_d;
this.Text141.Parent = this.DataBand267;
this.DataBand264.MasterComponent = this.DataBand263;
this.DataBand264.Page = this.eL_d;
this.DataBand264.Parent = this.eL_d;
this.Text124.Page = this.eL_d;
this.Text124.Parent = this.DataBand264;
this.DataBand270.MasterComponent = this.DataBand264;
this.DataBand270.Page = this.eL_d;
this.DataBand270.Parent = this.eL_d;
this.Text101.Page = this.eL_d;
this.Text101.Parent = this.DataBand270;
this.Text119.Page = this.eL_d;
this.Text119.Parent = this.DataBand270;
this.DataBand265.MasterComponent = this.DataBand263;
this.DataBand265.Page = this.eL_d;
this.DataBand265.Parent = this.eL_d;
this.GroupHeaderBand9.Page = this.eL_d;
this.GroupHeaderBand9.Parent = this.eL_d;
this.Text125.Page = this.eL_d;
this.Text125.Parent = this.GroupHeaderBand9;
this.DataBand266.MasterComponent = this.DataBand265;
this.DataBand266.Page = this.eL_d;
this.DataBand266.Parent = this.eL_d;
this.GroupFooterBand9.Page = this.eL_d;
this.GroupFooterBand9.Parent = this.eL_d;
this.Text133.Page = this.eL_d;
this.Text133.Parent = this.GroupFooterBand9;
this.Text134.Page = this.eL_d;
this.Text134.Parent = this.GroupFooterBand9;
this.Text140.Page = this.eL_d;
this.Text140.Parent = this.GroupFooterBand9;
this.DataBand268.MasterComponent = this.DataBand262;
this.DataBand268.Page = this.eL_d;
this.DataBand268.Parent = this.eL_d;
this.Text721.Page = this.eL_d;
this.Text721.Parent = this.DataBand268;
this.DataBand272.MasterComponent = this.DataBand268;
this.DataBand272.Page = this.eL_d;
this.DataBand272.Parent = this.eL_d;
this.Text770.Page = this.eL_d;
this.Text770.Parent = this.DataBand272;
this.Text771.Page = this.eL_d;
this.Text771.Parent = this.DataBand272;
this.DataBand273.MasterComponent = this.DataBand268;
this.DataBand273.Page = this.eL_d;
this.DataBand273.Parent = this.eL_d;
this.DataBand271.MasterComponent = this.DataBand268;
this.DataBand271.Page = this.eL_d;
this.DataBand271.Parent = this.eL_d;
this.Text722.Page = this.eL_d;
this.Text722.Parent = this.DataBand271;
this.Text769.Page = this.eL_d;
this.Text769.Parent = this.DataBand271;
this.eL_nl.Report = this;
this.eL_nl.Watermark = this.eL_nl_Watermark;
this.DataBand240.Page = this.eL_nl;
this.DataBand240.Parent = this.eL_nl;
this.DataBand241.MasterComponent = this.DataBand240;
this.DataBand241.Page = this.eL_nl;
this.DataBand241.Parent = this.eL_nl;
this.DataBand242.MasterComponent = this.DataBand241;
this.DataBand242.Page = this.eL_nl;
this.DataBand242.Parent = this.eL_nl;
this.Text126.Page = this.eL_nl;
this.Text126.Parent = this.DataBand242;
this.DataBand277.MasterComponent = this.DataBand242;
this.DataBand277.Page = this.eL_nl;
this.DataBand277.Parent = this.eL_nl;
this.Text777.Page = this.eL_nl;
this.Text777.Parent = this.DataBand277;
this.Text778.Page = this.eL_nl;
this.Text778.Parent = this.DataBand277;
this.DataBand243.MasterComponent = this.DataBand241;
this.DataBand243.Page = this.eL_nl;
this.DataBand243.Parent = this.eL_nl;
this.GroupHeaderBand5.Page = this.eL_nl;
this.GroupHeaderBand5.Parent = this.eL_nl;
this.Text127.Page = this.eL_nl;
this.Text127.Parent = this.GroupHeaderBand5;
this.DataBand244.MasterComponent = this.DataBand243;
this.DataBand244.Page = this.eL_nl;
this.DataBand244.Parent = this.eL_nl;
this.GroupFooterBand5.Page = this.eL_nl;
this.GroupFooterBand5.Parent = this.eL_nl;
this.Text128.Page = this.eL_nl;
this.Text128.Parent = this.GroupFooterBand5;
this.Text129.Page = this.eL_nl;
this.Text129.Parent = this.GroupFooterBand5;
this.Text130.Page = this.eL_nl;
this.Text130.Parent = this.GroupFooterBand5;
this.eL_b.Report = this;
this.eL_b.Watermark = this.eL_b_Watermark;
this.DataBand357.Page = this.eL_b;
this.DataBand357.Parent = this.eL_b;
this.DataBand364.MasterComponent = this.DataBand357;
this.DataBand364.Page = this.eL_b;
this.DataBand364.Parent = this.eL_b;
this.DataBand369.MasterComponent = this.DataBand364;
this.DataBand369.Page = this.eL_b;
this.DataBand369.Parent = this.eL_b;
this.Text990.Page = this.eL_b;
this.Text990.Parent = this.DataBand369;
this.DataBand370.MasterComponent = this.DataBand369;
this.DataBand370.Page = this.eL_b;
this.DataBand370.Parent = this.eL_b;
this.Text977.Page = this.eL_b;
this.Text977.Parent = this.DataBand370;
this.Text984.Page = this.eL_b;
this.Text984.Parent = this.DataBand370;
this.DataBand371.MasterComponent = this.DataBand364;
this.DataBand371.Page = this.eL_b;
this.DataBand371.Parent = this.eL_b;
this.GroupHeaderBand11.Page = this.eL_b;
this.GroupHeaderBand11.Parent = this.eL_b;
this.Text985.Page = this.eL_b;
this.Text985.Parent = this.GroupHeaderBand11;
this.DataBand372.MasterComponent = this.DataBand371;
this.DataBand372.Page = this.eL_b;
this.DataBand372.Parent = this.eL_b;
this.GroupFooterBand11.Page = this.eL_b;
this.GroupFooterBand11.Parent = this.eL_b;
this.Text986.Page = this.eL_b;
this.Text986.Parent = this.GroupFooterBand11;
this.Text987.Page = this.eL_b;
this.Text987.Parent = this.GroupFooterBand11;
this.Text988.Page = this.eL_b;
this.Text988.Parent = this.GroupFooterBand11;
this.DataBand237.MasterComponent = this.DataBand357;
this.DataBand237.Page = this.eL_b;
this.DataBand237.Parent = this.eL_b;
this.DataBand375.MasterComponent = this.DataBand357;
this.DataBand375.Page = this.eL_b;
this.DataBand375.Parent = this.eL_b;
this.Text989.Page = this.eL_b;
this.Text989.Parent = this.DataBand375;
this.eL_fr.Report = this;
this.eL_fr.Watermark = this.eL_fr_Watermark;
this.DataBand247.Page = this.eL_fr;
this.DataBand247.Parent = this.eL_fr;
this.DataBand248.MasterComponent = this.DataBand247;
this.DataBand248.Page = this.eL_fr;
this.DataBand248.Parent = this.eL_fr;
this.DataBand249.MasterComponent = this.DataBand248;
this.DataBand249.Page = this.eL_fr;
this.DataBand249.Parent = this.eL_fr;
this.Text135.Page = this.eL_fr;
this.Text135.Parent = this.DataBand249;
this.DataBand279.MasterComponent = this.DataBand249;
this.DataBand279.Page = this.eL_fr;
this.DataBand279.Parent = this.eL_fr;
this.Text781.Page = this.eL_fr;
this.Text781.Parent = this.DataBand279;
this.Text782.Page = this.eL_fr;
this.Text782.Parent = this.DataBand279;
this.DataBand250.MasterComponent = this.DataBand248;
this.DataBand250.Page = this.eL_fr;
this.DataBand250.Parent = this.eL_fr;
this.GroupHeaderBand6.Page = this.eL_fr;
this.GroupHeaderBand6.Parent = this.eL_fr;
this.Text136.Page = this.eL_fr;
this.Text136.Parent = this.GroupHeaderBand6;
this.DataBand251.MasterComponent = this.DataBand250;
this.DataBand251.Page = this.eL_fr;
this.DataBand251.Parent = this.eL_fr;
this.GroupFooterBand6.Page = this.eL_fr;
this.GroupFooterBand6.Parent = this.eL_fr;
this.Text137.Page = this.eL_fr;
this.Text137.Parent = this.GroupFooterBand6;
this.Text138.Page = this.eL_fr;
this.Text138.Parent = this.GroupFooterBand6;
this.Text139.Page = this.eL_fr;
this.Text139.Parent = this.GroupFooterBand6;
this.eL_gb.Report = this;
this.eL_gb.Watermark = this.eL_gb_Watermark;
this.DataBand257.Page = this.eL_gb;
this.DataBand257.Parent = this.eL_gb;
this.DataBand258.MasterComponent = this.DataBand257;
this.DataBand258.Page = this.eL_gb;
this.DataBand258.Parent = this.eL_gb;
this.DataBand259.MasterComponent = this.DataBand258;
this.DataBand259.Page = this.eL_gb;
this.DataBand259.Parent = this.eL_gb;
this.Text742.Page = this.eL_gb;
this.Text742.Parent = this.DataBand259;
this.DataBand282.MasterComponent = this.DataBand259;
this.DataBand282.Page = this.eL_gb;
this.DataBand282.Parent = this.eL_gb;
this.Text787.Page = this.eL_gb;
this.Text787.Parent = this.DataBand282;
this.Text788.Page = this.eL_gb;
this.Text788.Parent = this.DataBand282;
this.DataBand260.MasterComponent = this.DataBand258;
this.DataBand260.Page = this.eL_gb;
this.DataBand260.Parent = this.eL_gb;
this.GroupHeaderBand8.Page = this.eL_gb;
this.GroupHeaderBand8.Parent = this.eL_gb;
this.Text743.Page = this.eL_gb;
this.Text743.Parent = this.GroupHeaderBand8;
this.DataBand261.MasterComponent = this.DataBand260;
this.DataBand261.Page = this.eL_gb;
this.DataBand261.Parent = this.eL_gb;
this.GroupFooterBand8.Page = this.eL_gb;
this.GroupFooterBand8.Parent = this.eL_gb;
this.Text762.Page = this.eL_gb;
this.Text762.Parent = this.GroupFooterBand8;
this.Text767.Page = this.eL_gb;
this.Text767.Parent = this.GroupFooterBand8;
this.Text768.Page = this.eL_gb;
this.Text768.Parent = this.GroupFooterBand8;
this.intvVal.Report = this;
this.intvVal.Watermark = this.intvVal_Watermark;
this.DataBand284.Page = this.intvVal;
this.DataBand284.Parent = this.intvVal;
this.Data69.MasterComponent = this.DataBand284;
this.Data69.Page = this.intvVal;
this.Data69.Parent = this.intvVal;
this.Text597.Page = this.intvVal;
this.Text597.Parent = this.Data69;
this.Data90.MasterComponent = this.Data69;
this.Data90.Page = this.intvVal;
this.Data90.Parent = this.intvVal;
this.Text151.Page = this.intvVal;
this.Text151.Parent = this.Data90;
this.Data91.MasterComponent = this.Data90;
this.Data91.Page = this.intvVal;
this.Data91.Parent = this.intvVal;
this.Text152.Page = this.intvVal;
this.Text152.Parent = this.Data91;
this.Text153.Page = this.intvVal;
this.Text153.Parent = this.Data91;
this.Data92.MasterComponent = this.Data90;
this.Data92.Page = this.intvVal;
this.Data92.Parent = this.intvVal;
this.Data97.MasterComponent = this.Data92;
this.Data97.Page = this.intvVal;
this.Data97.Parent = this.intvVal;
this.Text154.Page = this.intvVal;
this.Text154.Parent = this.Data97;
this.Text155.Page = this.intvVal;
this.Text155.Parent = this.Data97;
this.Data204.MasterComponent = this.Data69;
this.Data204.Page = this.intvVal;
this.Data204.Parent = this.intvVal;
this.Text607.Page = this.intvVal;
this.Text607.Parent = this.Data204;
this.Data205.MasterComponent = this.Data204;
this.Data205.Page = this.intvVal;
this.Data205.Parent = this.intvVal;
this.Text608.Page = this.intvVal;
this.Text608.Parent = this.Data205;
this.Text609.Page = this.intvVal;
this.Text609.Parent = this.Data205;
this.Text610.Page = this.intvVal;
this.Text610.Parent = this.Data205;
this.Data206.MasterComponent = this.Data205;
this.Data206.Page = this.intvVal;
this.Data206.Parent = this.intvVal;
this.Text611.Page = this.intvVal;
this.Text611.Parent = this.Data206;
this.Text612.Page = this.intvVal;
this.Text612.Parent = this.Data206;
this.Text613.Page = this.intvVal;
this.Text613.Parent = this.Data206;
this.Text614.Page = this.intvVal;
this.Text614.Parent = this.Data206;
this.Text615.Page = this.intvVal;
this.Text615.Parent = this.Data206;
this.Data207.MasterComponent = this.Data205;
this.Data207.Page = this.intvVal;
this.Data207.Parent = this.intvVal;
this.Text616.Page = this.intvVal;
this.Text616.Parent = this.Data207;
this.Text617.Page = this.intvVal;
this.Text617.Parent = this.Data207;
this.Text618.Page = this.intvVal;
this.Text618.Parent = this.Data207;
this.Text619.Page = this.intvVal;
this.Text619.Parent = this.Data207;
this.Text620.Page = this.intvVal;
this.Text620.Parent = this.Data207;
this.Text621.Page = this.intvVal;
this.Text621.Parent = this.Data207;
this.Text622.Page = this.intvVal;
this.Text622.Parent = this.Data207;
this.Text623.Page = this.intvVal;
this.Text623.Parent = this.Data207;
this.Data208.MasterComponent = this.Data205;
this.Data208.Page = this.intvVal;
this.Data208.Parent = this.intvVal;
this.Text624.Page = this.intvVal;
this.Text624.Parent = this.Data208;
this.Text625.Page = this.intvVal;
this.Text625.Parent = this.Data208;
this.Text626.Page = this.intvVal;
this.Text626.Parent = this.Data208;
this.Text627.Page = this.intvVal;
this.Text627.Parent = this.Data208;
this.Text628.Page = this.intvVal;
this.Text628.Parent = this.Data208;
this.Text629.Page = this.intvVal;
this.Text629.Parent = this.Data208;
this.Data209.MasterComponent = this.Data205;
this.Data209.Page = this.intvVal;
this.Data209.Parent = this.intvVal;
this.Text630.Page = this.intvVal;
this.Text630.Parent = this.Data209;
this.Text631.Page = this.intvVal;
this.Text631.Parent = this.Data209;
this.Text632.Page = this.intvVal;
this.Text632.Parent = this.Data209;
this.Text633.Page = this.intvVal;
this.Text633.Parent = this.Data209;
this.Text634.Page = this.intvVal;
this.Text634.Parent = this.Data209;
this.Text635.Page = this.intvVal;
this.Text635.Parent = this.Data209;
this.Text636.Page = this.intvVal;
this.Text636.Parent = this.Data209;
this.airQual.Report = this;
this.airQual.Watermark = this.airQual_Watermark;
this.Data93.Page = this.airQual;
this.Data93.Parent = this.airQual;
this.Text85.Page = this.airQual;
this.Text85.Parent = this.Data93;
this.DataBand153.MasterComponent = this.Data93;
this.DataBand153.Page = this.airQual;
this.DataBand153.Parent = this.airQual;
this.Text448.Page = this.airQual;
this.Text448.Parent = this.DataBand153;
this.DataBand154.MasterComponent = this.DataBand153;
this.DataBand154.Page = this.airQual;
this.DataBand154.Parent = this.airQual;
this.DataBand155.MasterComponent = this.DataBand154;
this.DataBand155.Page = this.airQual;
this.DataBand155.Parent = this.airQual;
this.Text450.Page = this.airQual;
this.Text450.Parent = this.DataBand155;
this.Text451.Page = this.airQual;
this.Text451.Parent = this.DataBand155;
this.Text458.Page = this.airQual;
this.Text458.Parent = this.DataBand155;
this.Text459.Page = this.airQual;
this.Text459.Parent = this.DataBand155;
this.Text460.Page = this.airQual;
this.Text460.Parent = this.DataBand155;
this.Text461.Page = this.airQual;
this.Text461.Parent = this.DataBand155;
this.whoEuSubT2.MasterComponent = this.Data93;
this.whoEuSubT2.Page = this.airQual;
this.whoEuSubT2.Parent = this.airQual;
this.Text146.Page = this.airQual;
this.Text146.Parent = this.whoEuSubT2;
this.Data95.MasterComponent = this.whoEuSubT2;
this.Data95.Page = this.airQual;
this.Data95.Parent = this.airQual;
this.Data96.MasterComponent = this.Data95;
this.Data96.Page = this.airQual;
this.Data96.Parent = this.airQual;
this.Text181.Page = this.airQual;
this.Text181.Parent = this.Data96;
this.Text182.Page = this.airQual;
this.Text182.Parent = this.Data96;
this.Text183.Page = this.airQual;
this.Text183.Parent = this.Data96;
this.Text184.Page = this.airQual;
this.Text184.Parent = this.Data96;
this.Text185.Page = this.airQual;
this.Text185.Parent = this.Data96;
this.Text186.Page = this.airQual;
this.Text186.Parent = this.Data96;
this.Text187.Page = this.airQual;
this.Text187.Parent = this.Data96;
this.Text447.Page = this.airQual;
this.Text447.Parent = this.Data96;
this.DataBand67.MasterComponent = this.Data93;
this.DataBand67.Page = this.airQual;
this.DataBand67.Parent = this.airQual;
this.Text239.Page = this.airQual;
this.Text239.Parent = this.DataBand67;
this.vlaremSubT3.MasterComponent = this.Data93;
this.vlaremSubT3.Page = this.airQual;
this.vlaremSubT3.Parent = this.airQual;
this.Text577.Page = this.airQual;
this.Text577.Parent = this.vlaremSubT3;
this.prop1212.MasterComponent = this.vlaremSubT3;
this.prop1212.Page = this.airQual;
this.prop1212.Parent = this.airQual;
this.Text240.Page = this.airQual;
this.Text240.Parent = this.prop1212;
this.DataBand69.MasterComponent = this.prop1212;
this.DataBand69.Page = this.airQual;
this.DataBand69.Parent = this.airQual;
this.Text496.Page = this.airQual;
this.Text496.Parent = this.DataBand69;
this.Text502.Page = this.airQual;
this.Text502.Parent = this.DataBand69;
this.Text525.Page = this.airQual;
this.Text525.Parent = this.DataBand69;
this.Text535.Page = this.airQual;
this.Text535.Parent = this.DataBand69;
this.Text573.Page = this.airQual;
this.Text573.Parent = this.DataBand69;
this.Text574.Page = this.airQual;
this.Text574.Parent = this.DataBand69;
this.Text575.Page = this.airQual;
this.Text575.Parent = this.DataBand69;
this.Text596.Page = this.airQual;
this.Text596.Parent = this.DataBand69;
this.Text598.Page = this.airQual;
this.Text598.Parent = this.DataBand69;
this.prop1213.MasterComponent = this.Data93;
this.prop1213.Page = this.airQual;
this.prop1213.Parent = this.airQual;
this.Text649.Page = this.airQual;
this.Text649.Parent = this.prop1213;
this.DataBand89.MasterComponent = this.prop1213;
this.DataBand89.Page = this.airQual;
this.DataBand89.Parent = this.airQual;
this.Text650.Page = this.airQual;
this.Text650.Parent = this.DataBand89;
this.Text651.Page = this.airQual;
this.Text651.Parent = this.DataBand89;
this.Text652.Page = this.airQual;
this.Text652.Parent = this.DataBand89;
this.Text653.Page = this.airQual;
this.Text653.Parent = this.DataBand89;
this.Text654.Page = this.airQual;
this.Text654.Parent = this.DataBand89;
this.Text655.Page = this.airQual;
this.Text655.Parent = this.DataBand89;
this.Text656.Page = this.airQual;
this.Text656.Parent = this.DataBand89;
this.Text172.Page = this.airQual;
this.Text172.Parent = this.DataBand89;
this.Text462.Page = this.airQual;
this.Text462.Parent = this.DataBand89;
this.bhgSubT3.MasterComponent = this.Data93;
this.bhgSubT3.Page = this.airQual;
this.bhgSubT3.Parent = this.airQual;
this.Text180.Page = this.airQual;
this.Text180.Parent = this.bhgSubT3;
this.DataBand47.MasterComponent = this.bhgSubT3;
this.DataBand47.Page = this.airQual;
this.DataBand47.Parent = this.airQual;
this.Text380.Page = this.airQual;
this.Text380.Parent = this.DataBand47;
this.DataBand48.MasterComponent = this.DataBand47;
this.DataBand48.Page = this.airQual;
this.DataBand48.Parent = this.airQual;
this.Text381.Page = this.airQual;
this.Text381.Parent = this.DataBand48;
this.Text382.Page = this.airQual;
this.Text382.Parent = this.DataBand48;
this.Text383.Page = this.airQual;
this.Text383.Parent = this.DataBand48;
this.Text384.Page = this.airQual;
this.Text384.Parent = this.DataBand48;
this.Text385.Page = this.airQual;
this.Text385.Parent = this.DataBand48;
this.Text386.Page = this.airQual;
this.Text386.Parent = this.DataBand48;
this.Text388.Page = this.airQual;
this.Text388.Parent = this.DataBand48;
this.airQual2.Report = this;
this.airQual2.Watermark = this.airQual2_Watermark;
this.DataBand87.Page = this.airQual2;
this.DataBand87.Parent = this.airQual2;
this.walSubT3.MasterComponent = this.DataBand87;
this.walSubT3.Page = this.airQual2;
this.walSubT3.Parent = this.airQual2;
this.Text640.Page = this.airQual2;
this.Text640.Parent = this.walSubT3;
this.DataBand85.MasterComponent = this.walSubT3;
this.DataBand85.Page = this.airQual2;
this.DataBand85.Parent = this.airQual2;
this.Text641.Page = this.airQual2;
this.Text641.Parent = this.DataBand85;
this.DataBand86.MasterComponent = this.DataBand85;
this.DataBand86.Page = this.airQual2;
this.DataBand86.Parent = this.airQual2;
this.Text642.Page = this.airQual2;
this.Text642.Parent = this.DataBand86;
this.Text643.Page = this.airQual2;
this.Text643.Parent = this.DataBand86;
this.Text644.Page = this.airQual2;
this.Text644.Parent = this.DataBand86;
this.Text645.Page = this.airQual2;
this.Text645.Parent = this.DataBand86;
this.Text646.Page = this.airQual2;
this.Text646.Parent = this.DataBand86;
this.Text647.Page = this.airQual2;
this.Text647.Parent = this.DataBand86;
this.Text648.Page = this.airQual2;
this.Text648.Parent = this.DataBand86;
this.Text599.Page = this.airQual2;
this.Text599.Parent = this.DataBand86;
this.indoorAirQual.Report = this;
this.indoorAirQual.Watermark = this.indoorAirQual_Watermark;
this.indoorAirQualSubT1.Page = this.indoorAirQual;
this.indoorAirQualSubT1.Parent = this.indoorAirQual;
this.Text163.Page = this.indoorAirQual;
this.Text163.Parent = this.indoorAirQualSubT1;
this.whoSubT2.MasterComponent = this.indoorAirQualSubT1;
this.whoSubT2.Page = this.indoorAirQual;
this.whoSubT2.Parent = this.indoorAirQual;
this.Text164.Page = this.indoorAirQual;
this.Text164.Parent = this.whoSubT2;
this.Data158.MasterComponent = this.whoSubT2;
this.Data158.Page = this.indoorAirQual;
this.Data158.Parent = this.indoorAirQual;
this.Data210.MasterComponent = this.Data158;
this.Data210.Page = this.indoorAirQual;
this.Data210.Parent = this.indoorAirQual;
this.Text166.Page = this.indoorAirQual;
this.Text166.Parent = this.Data210;
this.Text167.Page = this.indoorAirQual;
this.Text167.Parent = this.Data210;
this.Text168.Page = this.indoorAirQual;
this.Text168.Parent = this.Data210;
this.Text169.Page = this.indoorAirQual;
this.Text169.Parent = this.Data210;
this.Text171.Page = this.indoorAirQual;
this.Text171.Parent = this.Data210;
this.Text658.Page = this.indoorAirQual;
this.Text658.Parent = this.Data210;
this.vlaremSubT2.MasterComponent = this.indoorAirQualSubT1;
this.vlaremSubT2.Page = this.indoorAirQual;
this.vlaremSubT2.Parent = this.indoorAirQual;
this.Text657.Page = this.indoorAirQual;
this.Text657.Parent = this.vlaremSubT2;
this.DataBand93.MasterComponent = this.vlaremSubT2;
this.DataBand93.Page = this.indoorAirQual;
this.DataBand93.Parent = this.indoorAirQual;
this.Text661.Page = this.indoorAirQual;
this.Text661.Parent = this.DataBand93;
this.DataBand94.MasterComponent = this.DataBand93;
this.DataBand94.Page = this.indoorAirQual;
this.DataBand94.Parent = this.indoorAirQual;
this.Text662.Page = this.indoorAirQual;
this.Text662.Parent = this.DataBand94;
this.Text663.Page = this.indoorAirQual;
this.Text663.Parent = this.DataBand94;
this.Text664.Page = this.indoorAirQual;
this.Text664.Parent = this.DataBand94;
this.Text665.Page = this.indoorAirQual;
this.Text665.Parent = this.DataBand94;
this.Text666.Page = this.indoorAirQual;
this.Text666.Parent = this.DataBand94;
this.Text667.Page = this.indoorAirQual;
this.Text667.Parent = this.DataBand94;
this.Text668.Page = this.indoorAirQual;
this.Text668.Parent = this.DataBand94;
this.sectAirQual.Report = this;
this.sectAirQual.Watermark = this.sectAirQual_Watermark;
this.DataBand8.Page = this.sectAirQual;
this.DataBand8.Parent = this.sectAirQual;
this.Text237.Page = this.sectAirQual;
this.Text237.Parent = this.DataBand8;
this.DataBand12.MasterComponent = this.DataBand8;
this.DataBand12.Page = this.sectAirQual;
this.DataBand12.Parent = this.sectAirQual;
this.Text339.Page = this.sectAirQual;
this.Text339.Parent = this.DataBand12;
this.DataBand13.MasterComponent = this.DataBand12;
this.DataBand13.Page = this.sectAirQual;
this.DataBand13.Parent = this.sectAirQual;
this.Text371.Page = this.sectAirQual;
this.Text371.Parent = this.DataBand13;
this.DataBand45.MasterComponent = this.DataBand13;
this.DataBand45.Page = this.sectAirQual;
this.DataBand45.Parent = this.sectAirQual;
this.Text372.Page = this.sectAirQual;
this.Text372.Parent = this.DataBand45;
this.Text373.Page = this.sectAirQual;
this.Text373.Parent = this.DataBand45;
this.Text374.Page = this.sectAirQual;
this.Text374.Parent = this.DataBand45;
this.Text375.Page = this.sectAirQual;
this.Text375.Parent = this.DataBand45;
this.Text376.Page = this.sectAirQual;
this.Text376.Parent = this.DataBand45;
this.Text377.Page = this.sectAirQual;
this.Text377.Parent = this.DataBand45;
this.Text378.Page = this.sectAirQual;
this.Text378.Parent = this.DataBand45;
this.matHand.Report = this;
this.matHand.Watermark = this.matHand_Watermark;
this.matHandTitleMain.Page = this.matHand;
this.matHandTitleMain.Parent = this.matHand;
this.Text178.Page = this.matHand;
this.Text178.Parent = this.matHandTitleMain;
this.PersonalProtection.MasterComponent = this.matHandTitleMain;
this.PersonalProtection.Page = this.matHand;
this.PersonalProtection.Parent = this.matHand;
this.Text188.Page = this.matHand;
this.Text188.Parent = this.PersonalProtection;
this.Data101.MasterComponent = this.PersonalProtection;
this.Data101.Page = this.matHand;
this.Data101.Parent = this.matHand;
this.Data102.MasterComponent = this.Data101;
this.Data102.Page = this.matHand;
this.Data102.Parent = this.matHand;
this.Text194.Page = this.matHand;
this.Text194.Parent = this.Data102;
this.PPE_Handling.MasterComponent = this.matHandTitleMain;
this.PPE_Handling.Page = this.matHand;
this.PPE_Handling.Parent = this.matHand;
this.Text193.Page = this.matHand;
this.Text193.Parent = this.PPE_Handling;
this.Data104.MasterComponent = this.PPE_Handling;
this.Data104.Page = this.matHand;
this.Data104.Parent = this.matHand;
this.Text96.Page = this.matHand;
this.Text96.Parent = this.Data104;
this.Data105.MasterComponent = this.Data104;
this.Data105.Page = this.matHand;
this.Data105.Parent = this.matHand;
this.Text198.Page = this.matHand;
this.Text198.Parent = this.Data105;
this.ConcMeasurement.MasterComponent = this.matHandTitleMain;
this.ConcMeasurement.Page = this.matHand;
this.ConcMeasurement.Parent = this.matHand;
this.Text195.Page = this.matHand;
this.Text195.Parent = this.ConcMeasurement;
this.Data107.MasterComponent = this.ConcMeasurement;
this.Data107.Page = this.matHand;
this.Data107.Parent = this.matHand;
this.Text197.Page = this.matHand;
this.Text197.Parent = this.Data107;
this.Data108.MasterComponent = this.Data107;
this.Data108.Page = this.matHand;
this.Data108.Parent = this.matHand;
this.Dräger.MasterComponent = this.Data108;
this.Dräger.Page = this.matHand;
this.Dräger.Parent = this.matHand;
this.Text201.Page = this.matHand;
this.Text201.Parent = this.Dräger;
this.Text202.Page = this.matHand;
this.Text202.Parent = this.Dräger;
this.Text203.Page = this.matHand;
this.Text203.Parent = this.Dräger;
this.Text204.Page = this.matHand;
this.Text204.Parent = this.Dräger;
this.Auer_Rae.MasterComponent = this.Data108;
this.Auer_Rae.Page = this.matHand;
this.Auer_Rae.Parent = this.matHand;
this.Text43.Page = this.matHand;
this.Text43.Parent = this.Auer_Rae;
this.Text173.Page = this.matHand;
this.Text173.Parent = this.Auer_Rae;
this.GASTEC.MasterComponent = this.Data108;
this.GASTEC.Page = this.matHand;
this.GASTEC.Parent = this.matHand;
this.Text205.Page = this.matHand;
this.Text205.Parent = this.GASTEC;
this.Text206.Page = this.matHand;
this.Text206.Parent = this.GASTEC;
this.Text207.Page = this.matHand;
this.Text207.Parent = this.GASTEC;
this.Text208.Page = this.matHand;
this.Text208.Parent = this.GASTEC;
this.Text209.Page = this.matHand;
this.Text209.Parent = this.GASTEC;
this.Text210.Page = this.matHand;
this.Text210.Parent = this.GASTEC;
this.Text211.Page = this.matHand;
this.Text211.Parent = this.GASTEC;
this.Text41.Page = this.matHand;
this.Text41.Parent = this.GASTEC;
this.Text42.Page = this.matHand;
this.Text42.Parent = this.GASTEC;
this.DataBand345.MasterComponent = this.Data108;
this.DataBand345.Page = this.matHand;
this.DataBand345.Parent = this.matHand;
this.Text941.Page = this.matHand;
this.Text941.Parent = this.DataBand345;
this.Text942.Page = this.matHand;
this.Text942.Parent = this.DataBand345;
this.Text943.Page = this.matHand;
this.Text943.Parent = this.DataBand345;
this.Text944.Page = this.matHand;
this.Text944.Parent = this.DataBand345;
this.Text945.Page = this.matHand;
this.Text945.Parent = this.DataBand345;
this.Text946.Page = this.matHand;
this.Text946.Parent = this.DataBand345;
this.Text947.Page = this.matHand;
this.Text947.Parent = this.DataBand345;
this.Text948.Page = this.matHand;
this.Text948.Parent = this.DataBand345;
this.Text949.Page = this.matHand;
this.Text949.Parent = this.DataBand345;
this.PID.MasterComponent = this.Data108;
this.PID.Page = this.matHand;
this.PID.Parent = this.matHand;
this.Text219.Page = this.matHand;
this.Text219.Parent = this.PID;
this.Text220.Page = this.matHand;
this.Text220.Parent = this.PID;
this.Text221.Page = this.matHand;
this.Text221.Parent = this.PID;
this.Text222.Page = this.matHand;
this.Text222.Parent = this.PID;
this.Text223.Page = this.matHand;
this.Text223.Parent = this.PID;
this.Text224.Page = this.matHand;
this.Text224.Parent = this.PID;
this.DataBand344.MasterComponent = this.Data108;
this.DataBand344.Page = this.matHand;
this.DataBand344.Parent = this.matHand;
this.Text909.Page = this.matHand;
this.Text909.Parent = this.DataBand344;
this.Text936.Page = this.matHand;
this.Text936.Parent = this.DataBand344;
this.Text937.Page = this.matHand;
this.Text937.Parent = this.DataBand344;
this.Text938.Page = this.matHand;
this.Text938.Parent = this.DataBand344;
this.Text939.Page = this.matHand;
this.Text939.Parent = this.DataBand344;
this.Text940.Page = this.matHand;
this.Text940.Parent = this.DataBand344;
this.sampling.Report = this;
this.sampling.Watermark = this.sampling_Watermark;
this.Data114.Page = this.sampling;
this.Data114.Parent = this.sampling;
this.SamplingMethods.MasterComponent = this.Data114;
this.SamplingMethods.Page = this.sampling;
this.SamplingMethods.Parent = this.sampling;
this.Text199.Page = this.sampling;
this.Text199.Parent = this.SamplingMethods;
this.Data116.MasterComponent = this.SamplingMethods;
this.Data116.Page = this.sampling;
this.Data116.Parent = this.sampling;
this.Text226.Page = this.sampling;
this.Text226.Parent = this.Data116;
this.Text227.Page = this.sampling;
this.Text227.Parent = this.Data116;
this.Data117.MasterComponent = this.Data116;
this.Data117.Page = this.sampling;
this.Data117.Parent = this.sampling;
this.Text228.Page = this.sampling;
this.Text228.Parent = this.Data117;
this.Text229.Page = this.sampling;
this.Text229.Parent = this.Data117;
this.Text230.Page = this.sampling;
this.Text230.Parent = this.Data117;
this.Text231.Page = this.sampling;
this.Text231.Parent = this.Data117;
this.Text232.Page = this.sampling;
this.Text232.Parent = this.Data117;
this.DataBand346.MasterComponent = this.Data116;
this.DataBand346.Page = this.sampling;
this.DataBand346.Parent = this.sampling;
this.Text950.Page = this.sampling;
this.Text950.Parent = this.DataBand346;
this.Text951.Page = this.sampling;
this.Text951.Parent = this.DataBand346;
this.Text952.Page = this.sampling;
this.Text952.Parent = this.DataBand346;
this.Text953.Page = this.sampling;
this.Text953.Parent = this.DataBand346;
this.Text954.Page = this.sampling;
this.Text954.Parent = this.DataBand346;
this.PackageMaterials.MasterComponent = this.Data114;
this.PackageMaterials.Page = this.sampling;
this.PackageMaterials.Parent = this.sampling;
this.Text225.Page = this.sampling;
this.Text225.Parent = this.PackageMaterials;
this.Data119.MasterComponent = this.PackageMaterials;
this.Data119.Page = this.sampling;
this.Data119.Parent = this.sampling;
this.Text234.Page = this.sampling;
this.Text234.Parent = this.Data119;
this.Text200.Page = this.sampling;
this.Text200.Parent = this.Data119;
this.Data120.MasterComponent = this.Data119;
this.Data120.Page = this.sampling;
this.Data120.Parent = this.sampling;
this.Text236.Page = this.sampling;
this.Text236.Parent = this.Data120;
this.PackageSpecReq_Storage.MasterComponent = this.Data114;
this.PackageSpecReq_Storage.Page = this.sampling;
this.PackageSpecReq_Storage.Parent = this.sampling;
this.Text233.Page = this.sampling;
this.Text233.Parent = this.PackageSpecReq_Storage;
this.Data122.MasterComponent = this.PackageSpecReq_Storage;
this.Data122.Page = this.sampling;
this.Data122.Parent = this.sampling;
this.Text238.Page = this.sampling;
this.Text238.Parent = this.Data122;
this.MixedStorage.MasterComponent = this.Data114;
this.MixedStorage.Page = this.sampling;
this.MixedStorage.Parent = this.sampling;
this.Text410.Page = this.sampling;
this.Text410.Parent = this.MixedStorage;
this.DataBand151.MasterComponent = this.MixedStorage;
this.DataBand151.Page = this.sampling;
this.DataBand151.Parent = this.sampling;
this.Text411.Page = this.sampling;
this.Text411.Parent = this.DataBand151;
this.Text444.Page = this.sampling;
this.Text444.Parent = this.DataBand151;
this.DataBand152.MasterComponent = this.DataBand151;
this.DataBand152.Page = this.sampling;
this.DataBand152.Parent = this.sampling;
this.Text445.Page = this.sampling;
this.Text445.Parent = this.DataBand152;
this.Text446.Page = this.sampling;
this.Text446.Parent = this.DataBand152;
this.adrGen.Report = this;
this.adrGen.Watermark = this.adrGen_Watermark;
this.transTitleMain.Page = this.adrGen;
this.transTitleMain.Parent = this.adrGen;
this.Text192.Page = this.adrGen;
this.Text192.Parent = this.transTitleMain;
this.Data125.MasterComponent = this.transTitleMain;
this.Data125.Page = this.adrGen;
this.Data125.Parent = this.adrGen;
this.Text244.Page = this.adrGen;
this.Text244.Parent = this.Data125;
this.Data126.MasterComponent = this.Data125;
this.Data126.Page = this.adrGen;
this.Data126.Parent = this.adrGen;
this.Text245.Page = this.adrGen;
this.InitializeComponent37();
}
public void InitializeComponent37()
{
this.Text245.Parent = this.Data126;
this.DataBand135.MasterComponent = this.Data126;
this.DataBand135.Page = this.adrGen;
this.DataBand135.Parent = this.adrGen;
this.Text275.Page = this.adrGen;
this.Text275.Parent = this.DataBand135;
this.Text277.Page = this.adrGen;
this.Text277.Parent = this.DataBand135;
this.Data127.MasterComponent = this.Data126;
this.Data127.Page = this.adrGen;
this.Data127.Parent = this.adrGen;
this.Text246.Page = this.adrGen;
this.Text246.Parent = this.Data127;
this.Text247.Page = this.adrGen;
this.Text247.Parent = this.Data127;
this.Data128.MasterComponent = this.Data126;
this.Data128.Page = this.adrGen;
this.Data128.Parent = this.adrGen;
this.Panel45.Page = this.adrGen;
this.Panel45.Parent = this.Data128;
this.Text761.Page = this.adrGen;
this.Text761.Parent = this.Panel45;
this.Data129.MasterComponent = this.Data128;
this.Data129.Page = this.adrGen;
this.Data129.Parent = this.adrGen;
this.Panel19.Page = this.adrGen;
this.Panel19.Parent = this.Data129;
this.Image2.Page = this.adrGen;
this.Image2.Parent = this.Panel19;
this.Image8.Page = this.adrGen;
this.Image8.Parent = this.Panel19;
this.Image9.Page = this.adrGen;
this.Image9.Parent = this.Panel19;
this.Image23.Page = this.adrGen;
this.Image23.Parent = this.Panel19;
this.Data130.MasterComponent = this.Data126;
this.Data130.Page = this.adrGen;
this.Data130.Parent = this.adrGen;
this.Panel44.Page = this.adrGen;
this.Panel44.Parent = this.Data130;
this.Text249.Page = this.adrGen;
this.Text249.Parent = this.Panel44;
this.Data131.MasterComponent = this.Data126;
this.Data131.Page = this.adrGen;
this.Data131.Parent = this.adrGen;
this.Panel20.Page = this.adrGen;
this.Panel20.Parent = this.Data131;
this.Image24.Page = this.adrGen;
this.Image24.Parent = this.Panel20;
this.Text159.Page = this.adrGen;
this.Text159.Parent = this.Panel20;
this.DataBand41.MasterComponent = this.Data126;
this.DataBand41.Page = this.adrGen;
this.DataBand41.Parent = this.adrGen;
this.Panel16.Page = this.adrGen;
this.Panel16.Parent = this.DataBand41;
this.Text31.Page = this.adrGen;
this.Text31.Parent = this.Panel16;
this.DataBand160.MasterComponent = this.Data126;
this.DataBand160.Page = this.adrGen;
this.DataBand160.Parent = this.adrGen;
this.Panel17.Page = this.adrGen;
this.Panel17.Parent = this.DataBand160;
this.Image21.Page = this.adrGen;
this.Image21.Parent = this.Panel17;
this.DataBand219.MasterComponent = this.Data126;
this.DataBand219.Page = this.adrGen;
this.DataBand219.Parent = this.adrGen;
this.Panel56.Page = this.adrGen;
this.Panel56.Parent = this.DataBand219;
this.Data132.MasterComponent = this.Data125;
this.Data132.Page = this.adrGen;
this.Data132.Parent = this.adrGen;
this.Text250.Page = this.adrGen;
this.Text250.Parent = this.Data132;
this.Data133.MasterComponent = this.Data132;
this.Data133.Page = this.adrGen;
this.Data133.Parent = this.adrGen;
this.Data134.MasterComponent = this.Data132;
this.Data134.Page = this.adrGen;
this.Data134.Parent = this.adrGen;
this.Text251.Page = this.adrGen;
this.Text251.Parent = this.Data134;
this.Text252.Page = this.adrGen;
this.Text252.Parent = this.Data134;
this.Text253.Page = this.adrGen;
this.Text253.Parent = this.Data134;
this.Text254.Page = this.adrGen;
this.Text254.Parent = this.Data134;
this.Data135.MasterComponent = this.Data132;
this.Data135.Page = this.adrGen;
this.Data135.Parent = this.adrGen;
this.Text257.Page = this.adrGen;
this.Text257.Parent = this.Data135;
this.Panel47.Page = this.adrGen;
this.Panel47.Parent = this.Data135;
this.Image29.Page = this.adrGen;
this.Image29.Parent = this.Panel47;
this.Text255.Page = this.adrGen;
this.Text255.Parent = this.Panel47;
this.Text258.Page = this.adrGen;
this.Text258.Parent = this.Panel47;
this.Text403.Page = this.adrGen;
this.Text403.Parent = this.Panel47;
this.Panel46.Page = this.adrGen;
this.Panel46.Parent = this.Data135;
this.Image28.Page = this.adrGen;
this.Image28.Parent = this.Panel46;
this.Image25.Page = this.adrGen;
this.Image25.Parent = this.Panel46;
this.Image26.Page = this.adrGen;
this.Image26.Parent = this.Panel46;
this.Image27.Page = this.adrGen;
this.Image27.Parent = this.Panel46;
this.Text402.Page = this.adrGen;
this.Text402.Parent = this.Panel46;
this.Text50.Page = this.adrGen;
this.Text50.Parent = this.Data135;
this.adrCond.Report = this;
this.adrCond.Watermark = this.adrCond_Watermark;
this.DataBand71.Page = this.adrCond;
this.DataBand71.Parent = this.adrCond;
this.Data137.MasterComponent = this.DataBand71;
this.Data137.Page = this.adrCond;
this.Data137.Parent = this.adrCond;
this.Data138.MasterComponent = this.Data137;
this.Data138.Page = this.adrCond;
this.Data138.Parent = this.adrCond;
this.Text259.Page = this.adrCond;
this.Text259.Parent = this.Data138;
this.Data139.MasterComponent = this.Data138;
this.Data139.Page = this.adrCond;
this.Data139.Parent = this.adrCond;
this.Text260.Page = this.adrCond;
this.Text260.Parent = this.Data139;
this.Text49.Page = this.adrCond;
this.Text49.Parent = this.Data139;
this.Data140.Page = this.adrCond;
this.Data140.Parent = this.adrCond;
this.Text262.Page = this.adrCond;
this.Text262.Parent = this.Data140;
this.Text263.Page = this.adrCond;
this.Text263.Parent = this.Data140;
this.adrTunn.Report = this;
this.adrTunn.Watermark = this.adrTunn_Watermark;
this.DataBand72.Page = this.adrTunn;
this.DataBand72.Parent = this.adrTunn;
this.Data141.MasterComponent = this.DataBand72;
this.Data141.Page = this.adrTunn;
this.Data141.Parent = this.adrTunn;
this.Europe.MasterComponent = this.Data141;
this.Europe.Page = this.adrTunn;
this.Europe.Parent = this.adrTunn;
this.Text264.Page = this.adrTunn;
this.Text264.Parent = this.Europe;
this.Data143.MasterComponent = this.Europe;
this.Data143.Page = this.adrTunn;
this.Data143.Parent = this.adrTunn;
this.Text265.Page = this.adrTunn;
this.Text265.Parent = this.Data143;
this.Data144.MasterComponent = this.Data143;
this.Data144.Page = this.adrTunn;
this.Data144.Parent = this.adrTunn;
this.Text266.Page = this.adrTunn;
this.Text266.Parent = this.Data144;
this.Text267.Page = this.adrTunn;
this.Text267.Parent = this.Data144;
this.Text268.Page = this.adrTunn;
this.Text268.Parent = this.Data144;
this.Text269.Page = this.adrTunn;
this.Text269.Parent = this.Data144;
this.Text270.Page = this.adrTunn;
this.Text270.Parent = this.Data144;
this.Text271.Page = this.adrTunn;
this.Text271.Parent = this.Data144;
this.Text272.Page = this.adrTunn;
this.Text272.Parent = this.Data144;
this.Belgium.MasterComponent = this.Data141;
this.Belgium.Page = this.adrTunn;
this.Belgium.Parent = this.adrTunn;
this.Text273.Page = this.adrTunn;
this.Text273.Parent = this.Belgium;
this.Data148.MasterComponent = this.Belgium;
this.Data148.Page = this.adrTunn;
this.Data148.Parent = this.adrTunn;
this.Data149.MasterComponent = this.Data148;
this.Data149.Page = this.adrTunn;
this.Data149.Parent = this.adrTunn;
this.Text284.Page = this.adrTunn;
this.Text284.Parent = this.Data149;
this.Text285.Page = this.adrTunn;
this.Text285.Parent = this.Data149;
this.Text286.Page = this.adrTunn;
this.Text286.Parent = this.Data149;
this.Text287.Page = this.adrTunn;
this.Text287.Parent = this.Data149;
this.Text288.Page = this.adrTunn;
this.Text288.Parent = this.Data149;
this.Text289.Page = this.adrTunn;
this.Text289.Parent = this.Data149;
this.Netherlands.MasterComponent = this.Data141;
this.Netherlands.Page = this.adrTunn;
this.Netherlands.Parent = this.adrTunn;
this.Text290.Page = this.adrTunn;
this.Text290.Parent = this.Netherlands;
this.Data151.MasterComponent = this.Netherlands;
this.Data151.Page = this.adrTunn;
this.Data151.Parent = this.adrTunn;
this.Text291.Page = this.adrTunn;
this.Text291.Parent = this.Data151;
this.DataBand126.Page = this.adrTunn;
this.DataBand126.Parent = this.adrTunn;
this.Text89.Page = this.adrTunn;
this.Text89.Parent = this.DataBand126;
this.DataBand127.Page = this.adrTunn;
this.DataBand127.Parent = this.adrTunn;
this.Text162.Page = this.adrTunn;
this.Text162.Parent = this.DataBand127;
this.DataBand128.Page = this.adrTunn;
this.DataBand128.Parent = this.adrTunn;
this.Text176.Page = this.adrTunn;
this.Text176.Parent = this.DataBand128;
this.DataBand129.Page = this.adrTunn;
this.DataBand129.Parent = this.adrTunn;
this.Text177.Page = this.adrTunn;
this.Text177.Parent = this.DataBand129;
this.DataBand130.Page = this.adrTunn;
this.DataBand130.Parent = this.adrTunn;
this.Text297.Page = this.adrTunn;
this.Text297.Parent = this.DataBand130;
this.DataBand133.Page = this.adrTunn;
this.DataBand133.Parent = this.adrTunn;
this.Text361.Page = this.adrTunn;
this.Text361.Parent = this.DataBand133;
this.DataBand132.Page = this.adrTunn;
this.DataBand132.Parent = this.adrTunn;
this.Text338.Page = this.adrTunn;
this.Text338.Parent = this.DataBand132;
this.DataBand131.Page = this.adrTunn;
this.DataBand131.Parent = this.adrTunn;
this.Text301.Page = this.adrTunn;
this.Text301.Parent = this.DataBand131;
this.adrOverv.Report = this;
this.adrOverv.Watermark = this.adrOverv_Watermark;
this.DataBand73.Page = this.adrOverv;
this.DataBand73.Parent = this.adrOverv;
this.Data152.MasterComponent = this.DataBand73;
this.Data152.Page = this.adrOverv;
this.Data152.Parent = this.adrOverv;
this.Data153.MasterComponent = this.Data152;
this.Data153.Page = this.adrOverv;
this.Data153.Parent = this.adrOverv;
this.Text293.Page = this.adrOverv;
this.Text293.Parent = this.Data153;
this.Data154.MasterComponent = this.Data153;
this.Data154.Page = this.adrOverv;
this.Data154.Parent = this.adrOverv;
this.Text294.Page = this.adrOverv;
this.Text294.Parent = this.Data154;
this.Text295.Page = this.adrOverv;
this.Text295.Parent = this.Data154;
this.DataBand136.MasterComponent = this.Data152;
this.DataBand136.Page = this.adrOverv;
this.DataBand136.Parent = this.adrOverv;
this.Text274.Page = this.adrOverv;
this.Text274.Parent = this.DataBand136;
this.DataBand137.MasterComponent = this.DataBand136;
this.DataBand137.Page = this.adrOverv;
this.DataBand137.Parent = this.adrOverv;
this.Text276.Page = this.adrOverv;
this.Text276.Parent = this.DataBand137;
this.Text279.Page = this.adrOverv;
this.Text279.Parent = this.DataBand137;
this.Text81.Page = this.adrOverv;
this.Text81.Parent = this.DataBand137;
this.Text82.Page = this.adrOverv;
this.Text82.Parent = this.DataBand137;
this.Text142.Page = this.adrOverv;
this.Text142.Parent = this.DataBand137;
this.Text143.Page = this.adrOverv;
this.Text143.Parent = this.DataBand137;
this.DataBand138.MasterComponent = this.DataBand136;
this.DataBand138.Page = this.adrOverv;
this.DataBand138.Parent = this.adrOverv;
this.Text280.Page = this.adrOverv;
this.Text280.Parent = this.DataBand138;
this.Text281.Page = this.adrOverv;
this.Text281.Parent = this.DataBand138;
this.DataBand144.Page = this.adrOverv;
this.DataBand144.Parent = this.adrOverv;
this.Text53.Page = this.adrOverv;
this.Text53.Parent = this.DataBand144;
this.DataBand143.MasterComponent = this.DataBand144;
this.DataBand143.Page = this.adrOverv;
this.DataBand143.Parent = this.adrOverv;
this.Text51.Page = this.adrOverv;
this.Text51.Parent = this.DataBand143;
this.Text52.Page = this.adrOverv;
this.Text52.Parent = this.DataBand143;
this.rid.Report = this;
this.rid.Watermark = this.rid_Watermark;
this.DataBand74.Page = this.rid;
this.DataBand74.Parent = this.rid;
this.DataBand54.MasterComponent = this.DataBand74;
this.DataBand54.Page = this.rid;
this.DataBand54.Parent = this.rid;
this.Text370.Page = this.rid;
this.Text370.Parent = this.DataBand54;
this.DataBand56.MasterComponent = this.DataBand54;
this.DataBand56.Page = this.rid;
this.DataBand56.Parent = this.rid;
this.Text494.Page = this.rid;
this.Text494.Parent = this.DataBand56;
this.DataBand57.MasterComponent = this.DataBand56;
this.DataBand57.Page = this.rid;
this.DataBand57.Parent = this.rid;
this.Text397.Page = this.rid;
this.Text397.Parent = this.DataBand57;
this.Text398.Page = this.rid;
this.Text398.Parent = this.DataBand57;
this.DataBand59.MasterComponent = this.DataBand56;
this.DataBand59.Page = this.rid;
this.DataBand59.Parent = this.rid;
this.Panel48.Page = this.rid;
this.Panel48.Parent = this.DataBand59;
this.Text282.Page = this.rid;
this.Text282.Parent = this.Panel48;
this.DataBand60.MasterComponent = this.DataBand59;
this.DataBand60.Page = this.rid;
this.DataBand60.Parent = this.rid;
this.Panel8.Page = this.rid;
this.Panel8.Parent = this.DataBand60;
this.Image1.Page = this.rid;
this.Image1.Parent = this.Panel8;
this.Image12.Page = this.rid;
this.Image12.Parent = this.Panel8;
this.Image13.Page = this.rid;
this.Image13.Parent = this.Panel8;
this.Image14.Page = this.rid;
this.Image14.Parent = this.Panel8;
this.DataBand161.MasterComponent = this.DataBand56;
this.DataBand161.Page = this.rid;
this.DataBand161.Parent = this.rid;
this.Panel18.Page = this.rid;
this.Panel18.Parent = this.DataBand161;
this.Text32.Page = this.rid;
this.Text32.Parent = this.Panel18;
this.DataBand162.MasterComponent = this.DataBand56;
this.DataBand162.Page = this.rid;
this.DataBand162.Parent = this.rid;
this.Panel21.Page = this.rid;
this.Panel21.Parent = this.DataBand162;
this.Image22.Page = this.rid;
this.Image22.Parent = this.Panel21;
this.Text157.Page = this.rid;
this.Text157.Parent = this.Panel21;
this.DataBand61.MasterComponent = this.DataBand56;
this.DataBand61.Page = this.rid;
this.DataBand61.Parent = this.rid;
this.Panel11.Page = this.rid;
this.Panel11.Parent = this.DataBand61;
this.Text278.Page = this.rid;
this.Text278.Parent = this.Panel11;
this.DataBand169.MasterComponent = this.DataBand56;
this.DataBand169.Page = this.rid;
this.DataBand169.Parent = this.rid;
this.Panel22.Page = this.rid;
this.Panel22.Parent = this.DataBand169;
this.Image50.Page = this.rid;
this.Image50.Parent = this.Panel22;
this.DataBand63.MasterComponent = this.DataBand56;
this.DataBand63.Page = this.rid;
this.DataBand63.Parent = this.rid;
this.Panel49.Page = this.rid;
this.Panel49.Parent = this.DataBand63;
this.Text283.Page = this.rid;
this.Text283.Parent = this.Panel49;
this.DataBand64.MasterComponent = this.DataBand56;
this.DataBand64.Page = this.rid;
this.DataBand64.Parent = this.rid;
this.Panel51.Page = this.rid;
this.Panel51.Parent = this.DataBand64;
this.Image15.Page = this.rid;
this.Image15.Parent = this.Panel51;
this.DataBand140.MasterComponent = this.DataBand56;
this.DataBand140.Page = this.rid;
this.DataBand140.Parent = this.rid;
this.Panel12.Page = this.rid;
this.Panel12.Parent = this.DataBand140;
this.DataBand134.MasterComponent = this.DataBand54;
this.DataBand134.Page = this.rid;
this.DataBand134.Parent = this.rid;
this.Text44.Page = this.rid;
this.Text44.Parent = this.DataBand134;
this.DataBand170.MasterComponent = this.DataBand134;
this.DataBand170.Page = this.rid;
this.DataBand170.Parent = this.rid;
this.Text56.Page = this.rid;
this.Text56.Parent = this.DataBand170;
this.Text45.Page = this.rid;
this.Text45.Parent = this.DataBand170;
this.DataBand171.MasterComponent = this.DataBand134;
this.DataBand171.Page = this.rid;
this.DataBand171.Parent = this.rid;
this.Text71.Page = this.rid;
this.Text71.Parent = this.DataBand171;
this.Text212.Page = this.rid;
this.Text212.Parent = this.DataBand171;
this.adn.Report = this;
this.adn.Watermark = this.adn_Watermark;
this.DataBand75.Page = this.adn;
this.DataBand75.Parent = this.adn;
this.Data159.MasterComponent = this.DataBand75;
this.Data159.Page = this.adn;
this.Data159.Parent = this.adn;
this.Text302.Page = this.adn;
this.Text302.Parent = this.Data159;
this.Data160.MasterComponent = this.Data159;
this.Data160.Page = this.adn;
this.Data160.Parent = this.adn;
this.Text303.Page = this.adn;
this.Text303.Parent = this.Data160;
this.Data161.MasterComponent = this.Data160;
this.Data161.Page = this.adn;
this.Data161.Parent = this.adn;
this.Text305.Page = this.adn;
this.Text305.Parent = this.Data161;
this.Text306.Page = this.adn;
this.Text306.Parent = this.Data161;
this.Data162.MasterComponent = this.Data160;
this.Data162.Page = this.adn;
this.Data162.Parent = this.adn;
this.Panel52.Page = this.adn;
this.Panel52.Parent = this.Data162;
this.Text307.Page = this.adn;
this.Text307.Parent = this.Panel52;
this.DataBand179.MasterComponent = this.Data162;
this.DataBand179.Page = this.adn;
this.DataBand179.Parent = this.adn;
this.Panel27.Page = this.adn;
this.Panel27.Parent = this.DataBand179;
this.Image51.Page = this.adn;
this.Image51.Parent = this.Panel27;
this.Image52.Page = this.adn;
this.Image52.Parent = this.Panel27;
this.Image53.Page = this.adn;
this.Image53.Parent = this.Panel27;
this.Image60.Page = this.adn;
this.Image60.Parent = this.Panel27;
this.DataBand189.MasterComponent = this.Data162;
this.DataBand189.Page = this.adn;
this.DataBand189.Parent = this.adn;
this.Panel30.Page = this.adn;
this.Panel30.Parent = this.DataBand189;
this.Text314.Page = this.adn;
this.Text314.Parent = this.Panel30;
this.Text315.Page = this.adn;
this.Text315.Parent = this.Panel30;
this.Text316.Page = this.adn;
this.Text316.Parent = this.Panel30;
this.Data164.MasterComponent = this.Data162;
this.Data164.Page = this.adn;
this.Data164.Parent = this.adn;
this.Panel54.Page = this.adn;
this.Panel54.Parent = this.Data164;
this.Image7.Page = this.adn;
this.Image7.Parent = this.Panel54;
this.Image10.Page = this.adn;
this.Image10.Parent = this.Panel54;
this.Image11.Page = this.adn;
this.Image11.Parent = this.Panel54;
this.Data166.MasterComponent = this.Data160;
this.Data166.Page = this.adn;
this.Data166.Parent = this.adn;
this.Panel55.Page = this.adn;
this.Panel55.Parent = this.Data166;
this.Text308.Page = this.adn;
this.Text308.Parent = this.Panel55;
this.DataBand193.MasterComponent = this.Data160;
this.DataBand193.Page = this.adn;
this.DataBand193.Parent = this.adn;
this.Panel28.Page = this.adn;
this.Panel28.Parent = this.DataBand193;
this.Image3.Page = this.adn;
this.Image3.Parent = this.Panel28;
this.Text158.Page = this.adn;
this.Text158.Parent = this.Panel28;
this.DataBand139.MasterComponent = this.Data160;
this.DataBand139.Page = this.adn;
this.DataBand139.Parent = this.adn;
this.Panel24.Page = this.adn;
this.Panel24.Parent = this.DataBand139;
this.Text218.Page = this.adn;
this.Text218.Parent = this.Panel24;
this.DataBand178.MasterComponent = this.Data160;
this.DataBand178.Page = this.adn;
this.DataBand178.Parent = this.adn;
this.Panel25.Page = this.adn;
this.Panel25.Parent = this.DataBand178;
this.Image16.Page = this.adn;
this.Image16.Parent = this.Panel25;
this.DataBand172.MasterComponent = this.Data160;
this.DataBand172.Page = this.adn;
this.DataBand172.Parent = this.adn;
this.Panel23.Page = this.adn;
this.Panel23.Parent = this.DataBand172;
this.DataBand175.MasterComponent = this.Data159;
this.DataBand175.Page = this.adn;
this.DataBand175.Parent = this.adn;
this.Text213.Page = this.adn;
this.Text213.Parent = this.DataBand175;
this.DataBand176.MasterComponent = this.DataBand175;
this.DataBand176.Page = this.adn;
this.DataBand176.Parent = this.adn;
this.Text215.Page = this.adn;
this.Text215.Parent = this.DataBand176;
this.Text147.Page = this.adn;
this.Text147.Parent = this.DataBand176;
this.DataBand177.MasterComponent = this.DataBand175;
this.DataBand177.Page = this.adn;
this.DataBand177.Parent = this.adn;
this.Text216.Page = this.adn;
this.Text216.Parent = this.DataBand177;
this.Text217.Page = this.adn;
this.Text217.Parent = this.DataBand177;
this.imdg.Report = this;
this.imdg.Watermark = this.imdg_Watermark;
this.DataBand76.Page = this.imdg;
this.DataBand76.Parent = this.imdg;
this.Data168.MasterComponent = this.DataBand76;
this.Data168.Page = this.imdg;
this.Data168.Parent = this.imdg;
this.Text318.Page = this.imdg;
this.Text318.Parent = this.Data168;
this.Data169.MasterComponent = this.Data168;
this.Data169.Page = this.imdg;
this.Data169.Parent = this.imdg;
this.Text304.Page = this.imdg;
this.Text304.Parent = this.Data169;
this.DataBand141.MasterComponent = this.Data169;
this.DataBand141.Page = this.imdg;
this.DataBand141.Parent = this.imdg;
this.Text365.Page = this.imdg;
this.Text365.Parent = this.DataBand141;
this.Text366.Page = this.imdg;
this.Text366.Parent = this.DataBand141;
this.Data170.MasterComponent = this.Data169;
this.Data170.Page = this.imdg;
this.Data170.Parent = this.imdg;
this.Text321.Page = this.imdg;
this.Text321.Parent = this.Data170;
this.Text322.Page = this.imdg;
this.Text322.Parent = this.Data170;
this.DataBand199.MasterComponent = this.Data169;
this.DataBand199.Page = this.imdg;
this.DataBand199.Parent = this.imdg;
this.Panel35.Page = this.imdg;
this.Panel35.Parent = this.DataBand199;
this.Text342.Page = this.imdg;
this.Text342.Parent = this.Panel35;
this.DataBand200.MasterComponent = this.DataBand199;
this.DataBand200.Page = this.imdg;
this.DataBand200.Parent = this.imdg;
this.Panel36.Page = this.imdg;
this.Panel36.Parent = this.DataBand200;
this.Image6.Page = this.imdg;
this.Image6.Parent = this.Panel36;
this.Image30.Page = this.imdg;
this.Image30.Parent = this.Panel36;
this.Image31.Page = this.imdg;
this.Image31.Parent = this.Panel36;
this.Image40.Page = this.imdg;
this.Image40.Parent = this.Panel36;
this.DataBand194.MasterComponent = this.Data169;
this.DataBand194.Page = this.imdg;
this.DataBand194.Parent = this.imdg;
this.Panel29.Page = this.imdg;
this.Panel29.Parent = this.DataBand194;
this.Text317.Page = this.imdg;
this.Text317.Parent = this.Panel29;
this.DataBand195.MasterComponent = this.Data169;
this.DataBand195.Page = this.imdg;
this.DataBand195.Parent = this.imdg;
this.Panel31.Page = this.imdg;
this.Panel31.Parent = this.DataBand195;
this.Image4.Page = this.imdg;
this.Image4.Parent = this.Panel31;
this.Text160.Page = this.imdg;
this.Text160.Parent = this.Panel31;
this.DataBand196.MasterComponent = this.Data169;
this.DataBand196.Page = this.imdg;
this.DataBand196.Parent = this.imdg;
this.Panel32.Page = this.imdg;
this.Panel32.Parent = this.DataBand196;
this.Text323.Page = this.imdg;
this.Text323.Parent = this.Panel32;
this.DataBand197.MasterComponent = this.Data169;
this.DataBand197.Page = this.imdg;
this.DataBand197.Parent = this.imdg;
this.Panel33.Page = this.imdg;
this.Panel33.Parent = this.DataBand197;
this.Image5.Page = this.imdg;
this.Image5.Parent = this.Panel33;
this.DataBand198.MasterComponent = this.Data169;
this.DataBand198.Page = this.imdg;
this.DataBand198.Parent = this.imdg;
this.Panel34.Page = this.imdg;
this.Panel34.Parent = this.DataBand198;
this.DataBand201.MasterComponent = this.Data168;
this.DataBand201.Page = this.imdg;
this.DataBand201.Parent = this.imdg;
this.Text309.Page = this.imdg;
this.Text309.Parent = this.DataBand201;
this.DataBand202.MasterComponent = this.DataBand201;
this.DataBand202.Page = this.imdg;
this.DataBand202.Parent = this.imdg;
this.Text311.Page = this.imdg;
this.Text311.Parent = this.DataBand202;
this.Text148.Page = this.imdg;
this.Text148.Parent = this.DataBand202;
this.DataBand203.MasterComponent = this.DataBand201;
this.DataBand203.Page = this.imdg;
this.DataBand203.Parent = this.imdg;
this.Text324.Page = this.imdg;
this.Text324.Parent = this.DataBand203;
this.Text325.Page = this.imdg;
this.Text325.Parent = this.DataBand203;
this.icao_genInfo.Report = this;
this.icao_genInfo.Watermark = this.icao_genInfo_Watermark;
this.DataBand77.Page = this.icao_genInfo;
this.DataBand77.Parent = this.icao_genInfo;
this.Data177.MasterComponent = this.DataBand77;
this.Data177.Page = this.icao_genInfo;
this.Data177.Parent = this.icao_genInfo;
this.Text326.Page = this.icao_genInfo;
this.Text326.Parent = this.Data177;
this.Data178.MasterComponent = this.Data177;
this.Data178.Page = this.icao_genInfo;
this.Data178.Parent = this.icao_genInfo;
this.Text319.Page = this.icao_genInfo;
this.Text319.Parent = this.Data178;
this.DataBand142.MasterComponent = this.Data178;
this.DataBand142.Page = this.icao_genInfo;
this.DataBand142.Parent = this.icao_genInfo;
this.Text389.Page = this.icao_genInfo;
this.Text389.Parent = this.DataBand142;
this.Text390.Page = this.icao_genInfo;
this.Text390.Parent = this.DataBand142;
this.Data179.MasterComponent = this.Data178;
this.Data179.Page = this.icao_genInfo;
this.Data179.Parent = this.icao_genInfo;
this.Text329.Page = this.icao_genInfo;
this.Text329.Parent = this.Data179;
this.Text330.Page = this.icao_genInfo;
this.Text330.Parent = this.Data179;
this.DataBand204.MasterComponent = this.Data178;
this.DataBand204.Page = this.icao_genInfo;
this.DataBand204.Parent = this.icao_genInfo;
this.Panel41.Page = this.icao_genInfo;
this.Panel41.Parent = this.DataBand204;
this.Text331.Page = this.icao_genInfo;
this.Text331.Parent = this.Panel41;
this.DataBand205.MasterComponent = this.DataBand204;
this.DataBand205.Page = this.icao_genInfo;
this.DataBand205.Parent = this.icao_genInfo;
this.Panel42.Page = this.icao_genInfo;
this.Panel42.Parent = this.DataBand205;
this.Image32.Page = this.icao_genInfo;
this.Image32.Parent = this.Panel42;
this.Image33.Page = this.icao_genInfo;
this.Image33.Parent = this.Panel42;
this.Image34.Page = this.icao_genInfo;
this.Image34.Parent = this.Panel42;
this.Image35.Page = this.icao_genInfo;
this.Image35.Parent = this.Panel42;
this.DataBand206.MasterComponent = this.Data178;
this.DataBand206.Page = this.icao_genInfo;
this.DataBand206.Parent = this.icao_genInfo;
this.Panel43.Page = this.icao_genInfo;
this.Panel43.Parent = this.DataBand206;
this.Text332.Page = this.icao_genInfo;
this.Text332.Parent = this.Panel43;
this.DataBand207.MasterComponent = this.Data178;
this.DataBand207.Page = this.icao_genInfo;
this.DataBand207.Parent = this.icao_genInfo;
this.Panel50.Page = this.icao_genInfo;
this.Panel50.Parent = this.DataBand207;
this.Image36.Page = this.icao_genInfo;
this.Image36.Parent = this.Panel50;
this.Text165.Page = this.icao_genInfo;
this.Text165.Parent = this.Panel50;
this.DataBand208.MasterComponent = this.Data178;
this.DataBand208.Page = this.icao_genInfo;
this.DataBand208.Parent = this.icao_genInfo;
this.Panel53.Page = this.icao_genInfo;
this.Panel53.Parent = this.DataBand208;
this.Text341.Page = this.icao_genInfo;
this.Text341.Parent = this.Panel53;
this.DataBand209.MasterComponent = this.Data178;
this.DataBand209.Page = this.icao_genInfo;
this.DataBand209.Parent = this.icao_genInfo;
this.DataBand211.MasterComponent = this.Data178;
this.DataBand211.Page = this.icao_genInfo;
this.DataBand211.Parent = this.icao_genInfo;
this.Panel58.Page = this.icao_genInfo;
this.Panel58.Parent = this.DataBand211;
this.Image37.Page = this.icao_genInfo;
this.Image37.Parent = this.Panel58;
this.DataBand212.MasterComponent = this.DataBand209;
this.DataBand212.Page = this.icao_genInfo;
this.DataBand212.Parent = this.icao_genInfo;
this.Panel59.Page = this.icao_genInfo;
this.Panel59.Parent = this.DataBand212;
this.Image38.Page = this.icao_genInfo;
this.Image38.Parent = this.Panel59;
this.Image39.Page = this.icao_genInfo;
this.Image39.Parent = this.Panel59;
this.Image43.Page = this.icao_genInfo;
this.Image43.Parent = this.Panel59;
this.DataBand210.MasterComponent = this.Data178;
this.DataBand210.Page = this.icao_genInfo;
this.DataBand210.Parent = this.icao_genInfo;
this.Panel57.Page = this.icao_genInfo;
this.Panel57.Parent = this.DataBand210;
this.icao_overview.Report = this;
this.icao_overview.Watermark = this.icao_overview_Watermark;
this.DataBand214.Page = this.icao_overview;
this.DataBand214.Parent = this.icao_overview;
this.DataBand215.MasterComponent = this.DataBand214;
this.DataBand215.Page = this.icao_overview;
this.DataBand215.Parent = this.icao_overview;
this.DataBand216.MasterComponent = this.DataBand215;
this.DataBand216.Page = this.icao_overview;
this.DataBand216.Parent = this.icao_overview;
this.Text313.Page = this.icao_overview;
this.Text313.Parent = this.DataBand216;
this.DataBand217.MasterComponent = this.DataBand216;
this.DataBand217.Page = this.icao_overview;
this.DataBand217.Parent = this.icao_overview;
this.Text346.Page = this.icao_overview;
this.Text346.Parent = this.DataBand217;
this.Text149.Page = this.icao_overview;
this.Text149.Parent = this.DataBand217;
this.DataBand218.MasterComponent = this.DataBand216;
this.DataBand218.Page = this.icao_overview;
this.DataBand218.Parent = this.icao_overview;
this.Text362.Page = this.icao_overview;
this.Text362.Parent = this.DataBand218;
this.Text364.Page = this.icao_overview;
this.Text364.Parent = this.DataBand218;
this.uno.Report = this;
this.uno.Watermark = this.uno_Watermark;
this.DataBand78.Page = this.uno;
this.DataBand78.Parent = this.uno;
this.Data184.MasterComponent = this.DataBand78;
this.Data184.Page = this.uno;
this.Data184.Parent = this.uno;
this.Text333.Page = this.uno;
this.Text333.Parent = this.Data184;
this.Data185.MasterComponent = this.Data184;
this.Data185.Page = this.uno;
this.Data185.Parent = this.uno;
this.Text320.Page = this.uno;
this.Text320.Parent = this.Data185;
this.Data186.MasterComponent = this.Data185;
this.Data186.Page = this.uno;
this.Data186.Parent = this.uno;
this.Text336.Page = this.uno;
this.Text336.Parent = this.Data186;
this.Text337.Page = this.uno;
this.Text337.Parent = this.Data186;
this.cnlDSD.Report = this;
this.cnlDSD.Watermark = this.cnlDSD_Watermark;
this.cnlMainTitle.Page = this.cnlDSD;
this.cnlMainTitle.Parent = this.cnlDSD;
this.Text243.Page = this.cnlDSD;
this.Text243.Parent = this.cnlMainTitle;
this.Data188.MasterComponent = this.cnlMainTitle;
this.Data188.Page = this.cnlDSD;
this.Data188.Parent = this.cnlDSD;
this.Text327.Page = this.cnlDSD;
this.Text327.Parent = this.Data188;
this.Data189.MasterComponent = this.Data188;
this.Data189.Page = this.cnlDSD;
this.Data189.Parent = this.cnlDSD;
this.Text334.Page = this.cnlDSD;
this.Text334.Parent = this.Data189;
this.Data190.MasterComponent = this.Data189;
this.Data190.Page = this.cnlDSD;
this.Data190.Parent = this.cnlDSD;
this.Text196.Page = this.cnlDSD;
this.Text196.Parent = this.Data190;
this.Data191.MasterComponent = this.Data190;
this.Data191.Page = this.cnlDSD;
this.Data191.Parent = this.cnlDSD;
this.Text344.Page = this.cnlDSD;
this.Text344.Parent = this.Data191;
this.Text345.Page = this.cnlDSD;
this.Text345.Parent = this.Data191;
this.DataBand150.MasterComponent = this.Data190;
this.DataBand150.Page = this.cnlDSD;
this.DataBand150.Parent = this.cnlDSD;
this.Panel13.Page = this.cnlDSD;
this.Panel13.Parent = this.DataBand150;
this.Text431.Page = this.cnlDSD;
this.Text431.Parent = this.Panel13;
this.Text432.Page = this.cnlDSD;
this.Text432.Parent = this.Panel13;
this.Text434.Page = this.cnlDSD;
this.Text434.Parent = this.Panel13;
this.Text435.Page = this.cnlDSD;
this.Text435.Parent = this.Panel13;
this.Panel14.Page = this.cnlDSD;
this.Panel14.Parent = this.DataBand150;
this.Text436.Page = this.cnlDSD;
this.Text436.Parent = this.Panel14;
this.Text437.Page = this.cnlDSD;
this.Text437.Parent = this.Panel14;
this.Text438.Page = this.cnlDSD;
this.Text438.Parent = this.Panel14;
this.Text439.Page = this.cnlDSD;
this.Text439.Parent = this.Panel14;
this.Panel15.Page = this.cnlDSD;
this.Panel15.Parent = this.DataBand150;
this.Image17.Page = this.cnlDSD;
this.Image17.Parent = this.Panel15;
this.Image18.Page = this.cnlDSD;
this.Image18.Parent = this.Panel15;
this.Image19.Page = this.cnlDSD;
this.Image19.Parent = this.Panel15;
this.Image20.Page = this.cnlDSD;
this.Image20.Parent = this.Panel15;
this.cnlCLP.Report = this;
this.cnlCLP.Watermark = this.cnlCLP_Watermark;
this.DataBand79.Page = this.cnlCLP;
this.DataBand79.Parent = this.cnlCLP;
this.Data194.MasterComponent = this.DataBand79;
this.Data194.Page = this.cnlCLP;
this.Data194.Parent = this.cnlCLP;
this.Text328.Page = this.cnlCLP;
this.Text328.Parent = this.Data194;
this.Data195.MasterComponent = this.Data194;
this.Data195.Page = this.cnlCLP;
this.Data195.Parent = this.cnlCLP;
this.Text335.Page = this.cnlCLP;
this.Text335.Parent = this.Data195;
this.Data196.MasterComponent = this.Data195;
this.Data196.Page = this.cnlCLP;
this.Data196.Parent = this.cnlCLP;
this.Text356.Page = this.cnlCLP;
this.Text356.Parent = this.Data196;
this.Text357.Page = this.cnlCLP;
this.Text357.Parent = this.Data196;
this.Text358.Page = this.cnlCLP;
this.Text358.Parent = this.Data196;
this.DataBand220.MasterComponent = this.Data194;
this.DataBand220.Page = this.cnlCLP;
this.DataBand220.Parent = this.cnlCLP;
this.Text312.Page = this.cnlCLP;
this.Text312.Parent = this.DataBand220;
this.DataBand221.MasterComponent = this.DataBand220;
this.DataBand221.Page = this.cnlCLP;
this.DataBand221.Parent = this.cnlCLP;
this.DataBand222.MasterComponent = this.DataBand221;
this.DataBand222.Page = this.cnlCLP;
this.DataBand222.Parent = this.cnlCLP;
this.Text400.Page = this.cnlCLP;
this.Text400.Parent = this.DataBand222;
this.Text442.Page = this.cnlCLP;
this.Text442.Parent = this.DataBand222;
this.DataBand223.MasterComponent = this.DataBand221;
this.DataBand223.Page = this.cnlCLP;
this.DataBand223.Parent = this.cnlCLP;
this.Text456.Page = this.cnlCLP;
this.Text456.Parent = this.DataBand223;
this.Text457.Page = this.cnlCLP;
this.Text457.Parent = this.DataBand223;
this.Data197.MasterComponent = this.Data194;
this.Data197.Page = this.cnlCLP;
this.Data197.Parent = this.cnlCLP;
this.Text340.Page = this.cnlCLP;
this.Text340.Parent = this.Data197;
this.Data198.MasterComponent = this.Data194;
this.Data198.Page = this.cnlCLP;
this.Data198.Parent = this.cnlCLP;
this.Data199.MasterComponent = this.Data198;
this.Data199.Page = this.cnlCLP;
this.Data199.Parent = this.cnlCLP;
this.Image54.Page = this.cnlCLP;
this.Image54.Parent = this.Data199;
this.cnlCLP2.Report = this;
this.cnlCLP2.Watermark = this.cnlCLP2_Watermark;
this.DataBand173.Page = this.cnlCLP2;
this.DataBand173.Parent = this.cnlCLP2;
this.DataBand174.MasterComponent = this.DataBand173;
this.DataBand174.Page = this.cnlCLP2;
this.DataBand174.Parent = this.cnlCLP2;
this.DataBand180.MasterComponent = this.DataBand174;
this.DataBand180.Page = this.cnlCLP2;
this.DataBand180.Parent = this.cnlCLP2;
this.Text347.Page = this.cnlCLP2;
this.Text347.Parent = this.DataBand180;
this.DataBand181.MasterComponent = this.DataBand180;
this.DataBand181.Page = this.cnlCLP2;
this.DataBand181.Parent = this.cnlCLP2;
this.Text348.Page = this.cnlCLP2;
this.Text348.Parent = this.DataBand181;
this.DataBand182.MasterComponent = this.DataBand180;
this.DataBand182.Page = this.cnlCLP2;
this.DataBand182.Parent = this.cnlCLP2;
this.Text349.Page = this.cnlCLP2;
this.Text349.Parent = this.DataBand182;
this.DataBand183.MasterComponent = this.DataBand180;
this.DataBand183.Page = this.cnlCLP2;
this.DataBand183.Parent = this.cnlCLP2;
this.Text350.Page = this.cnlCLP2;
this.Text350.Parent = this.DataBand183;
this.DataBand184.MasterComponent = this.DataBand183;
this.DataBand184.Page = this.cnlCLP2;
this.DataBand184.Parent = this.cnlCLP2;
this.Text351.Page = this.cnlCLP2;
this.Text351.Parent = this.DataBand184;
this.DataBand185.MasterComponent = this.DataBand180;
this.DataBand185.Page = this.cnlCLP2;
this.DataBand185.Parent = this.cnlCLP2;
this.Text352.Page = this.cnlCLP2;
this.Text352.Parent = this.DataBand185;
this.DataBand186.MasterComponent = this.DataBand180;
this.DataBand186.Page = this.cnlCLP2;
this.DataBand186.Parent = this.cnlCLP2;
this.Text353.Page = this.cnlCLP2;
this.Text353.Parent = this.DataBand186;
this.DataBand187.MasterComponent = this.DataBand180;
this.DataBand187.Page = this.cnlCLP2;
this.DataBand187.Parent = this.cnlCLP2;
this.Text368.Page = this.cnlCLP2;
this.Text368.Parent = this.DataBand187;
this.DataBand188.MasterComponent = this.DataBand187;
this.DataBand188.Page = this.cnlCLP2;
this.DataBand188.Parent = this.cnlCLP2;
this.Text369.Page = this.cnlCLP2;
this.Text369.Parent = this.DataBand188;
this.DataBand1.MasterComponent = this.DataBand174;
this.DataBand1.Page = this.cnlCLP2;
this.DataBand1.Parent = this.cnlCLP2;
this.Text2.Page = this.cnlCLP2;
this.Text2.Parent = this.DataBand1;
this.DataBand190.MasterComponent = this.DataBand1;
this.DataBand190.Page = this.cnlCLP2;
this.DataBand190.Parent = this.cnlCLP2;
this.Text443.Page = this.cnlCLP2;
this.Text443.Parent = this.DataBand190;
this.DataBand11.MasterComponent = this.DataBand174;
this.DataBand11.Page = this.cnlCLP2;
this.DataBand11.Parent = this.cnlCLP2;
this.DataBand191.MasterComponent = this.DataBand11;
this.DataBand191.Page = this.cnlCLP2;
this.DataBand191.Parent = this.cnlCLP2;
this.Text453.Page = this.cnlCLP2;
this.Text453.Parent = this.DataBand191;
this.DataBand192.MasterComponent = this.DataBand11;
this.DataBand192.Page = this.cnlCLP2;
this.DataBand192.Parent = this.cnlCLP2;
this.Text454.Page = this.cnlCLP2;
this.Text454.Parent = this.DataBand192;
this.pnuUseReach.Report = this;
this.pnuUseReach.Watermark = this.pnuUseReach_Watermark;
this.pnuTitleMain.Page = this.pnuUseReach;
this.pnuTitleMain.Parent = this.pnuUseReach;
this.Text91.Page = this.pnuUseReach;
this.Text91.Parent = this.pnuTitleMain;
this.DataBand6.Page = this.pnuUseReach;
this.DataBand6.Parent = this.pnuUseReach;
this.Text92.Page = this.pnuUseReach;
this.Text92.Parent = this.DataBand6;
this.DataBand7.MasterComponent = this.DataBand6;
this.DataBand7.Page = this.pnuUseReach;
this.DataBand7.Parent = this.pnuUseReach;
this.Text93.Page = this.pnuUseReach;
this.Text93.Parent = this.DataBand7;
this.Text567.Page = this.pnuUseReach;
this.Text567.Parent = this.DataBand7;
this.pnuCandList.Report = this;
this.pnuCandList.Watermark = this.pnuCandList_Watermark;
this.DataBand32.Page = this.pnuCandList;
this.DataBand32.Parent = this.pnuCandList;
this.Text538.Page = this.pnuCandList;
this.Text538.Parent = this.DataBand32;
this.Text354.Page = this.pnuCandList;
this.Text354.Parent = this.DataBand32;
this.DataBand35.MasterComponent = this.DataBand32;
this.DataBand35.Page = this.pnuCandList;
this.DataBand35.Parent = this.pnuCandList;
this.Text539.Page = this.pnuCandList;
this.Text539.Parent = this.DataBand35;
this.Text540.Page = this.pnuCandList;
this.Text540.Parent = this.DataBand35;
this.DataBand36.MasterComponent = this.DataBand32;
this.DataBand36.Page = this.pnuCandList;
this.DataBand36.Parent = this.pnuCandList;
this.InitializeComponent38();
}
public void InitializeComponent38()
{
this.DataBand37.MasterComponent = this.DataBand32;
this.DataBand37.Page = this.pnuCandList;
this.DataBand37.Parent = this.pnuCandList;
this.Text541.Page = this.pnuCandList;
this.Text541.Parent = this.DataBand37;
this.Text542.Page = this.pnuCandList;
this.Text542.Parent = this.DataBand37;
this.DataBand38.MasterComponent = this.DataBand37;
this.DataBand38.Page = this.pnuCandList;
this.DataBand38.Parent = this.pnuCandList;
this.Text543.Page = this.pnuCandList;
this.Text543.Parent = this.DataBand38;
this.Text544.Page = this.pnuCandList;
this.Text544.Parent = this.DataBand38;
this.Text545.Page = this.pnuCandList;
this.Text545.Parent = this.DataBand38;
this.Text546.Page = this.pnuCandList;
this.Text546.Parent = this.DataBand38;
this.Text557.Page = this.pnuCandList;
this.Text557.Parent = this.DataBand38;
this.Text558.Page = this.pnuCandList;
this.Text558.Parent = this.DataBand38;
this.DataBand39.MasterComponent = this.DataBand37;
this.DataBand39.Page = this.pnuCandList;
this.DataBand39.Parent = this.pnuCandList;
this.Text560.Page = this.pnuCandList;
this.Text560.Parent = this.DataBand39;
this.Text561.Page = this.pnuCandList;
this.Text561.Parent = this.DataBand39;
this.Text562.Page = this.pnuCandList;
this.Text562.Parent = this.DataBand39;
this.Text563.Page = this.pnuCandList;
this.Text563.Parent = this.DataBand39;
this.Text564.Page = this.pnuCandList;
this.Text564.Parent = this.DataBand39;
this.Text565.Page = this.pnuCandList;
this.Text565.Parent = this.DataBand39;
this.DataBand40.Page = this.pnuCandList;
this.DataBand40.Parent = this.pnuCandList;
this.pnuXIV.Report = this;
this.pnuXIV.Watermark = this.pnuXIV_Watermark;
this.DataBand15.Page = this.pnuXIV;
this.DataBand15.Parent = this.pnuXIV;
this.Text526.Page = this.pnuXIV;
this.Text526.Parent = this.DataBand15;
this.Text355.Page = this.pnuXIV;
this.Text355.Parent = this.DataBand15;
this.DataBand26.MasterComponent = this.DataBand15;
this.DataBand26.Page = this.pnuXIV;
this.DataBand26.Parent = this.pnuXIV;
this.Text527.Page = this.pnuXIV;
this.Text527.Parent = this.DataBand26;
this.Text528.Page = this.pnuXIV;
this.Text528.Parent = this.DataBand26;
this.DataBand31.MasterComponent = this.DataBand15;
this.DataBand31.Page = this.pnuXIV;
this.DataBand31.Parent = this.pnuXIV;
this.DataBand27.MasterComponent = this.DataBand15;
this.DataBand27.Page = this.pnuXIV;
this.DataBand27.Parent = this.pnuXIV;
this.Text529.Page = this.pnuXIV;
this.Text529.Parent = this.DataBand27;
this.Text530.Page = this.pnuXIV;
this.Text530.Parent = this.DataBand27;
this.DataBand28.MasterComponent = this.DataBand27;
this.DataBand28.Page = this.pnuXIV;
this.DataBand28.Parent = this.pnuXIV;
this.Text532.Page = this.pnuXIV;
this.Text532.Parent = this.DataBand28;
this.Text533.Page = this.pnuXIV;
this.Text533.Parent = this.DataBand28;
this.Text504.Page = this.pnuXIV;
this.Text504.Parent = this.DataBand28;
this.Text548.Page = this.pnuXIV;
this.Text548.Parent = this.DataBand28;
this.Text549.Page = this.pnuXIV;
this.Text549.Parent = this.DataBand28;
this.Text550.Page = this.pnuXIV;
this.Text550.Parent = this.DataBand28;
this.Text551.Page = this.pnuXIV;
this.Text551.Parent = this.DataBand28;
this.DataBand29.MasterComponent = this.DataBand27;
this.DataBand29.Page = this.pnuXIV;
this.DataBand29.Parent = this.pnuXIV;
this.Text536.Page = this.pnuXIV;
this.Text536.Parent = this.DataBand29;
this.Text537.Page = this.pnuXIV;
this.Text537.Parent = this.DataBand29;
this.Text552.Page = this.pnuXIV;
this.Text552.Parent = this.DataBand29;
this.Text553.Page = this.pnuXIV;
this.Text553.Parent = this.DataBand29;
this.Text554.Page = this.pnuXIV;
this.Text554.Parent = this.DataBand29;
this.Text555.Page = this.pnuXIV;
this.Text555.Parent = this.DataBand29;
this.Text556.Page = this.pnuXIV;
this.Text556.Parent = this.DataBand29;
this.DataBand33.Page = this.pnuXIV;
this.DataBand33.Parent = this.pnuXIV;
this.pnuXVII.Report = this;
this.pnuXVII.Watermark = this.pnuXVII_Watermark;
this.DataBand16.Page = this.pnuXVII;
this.DataBand16.Parent = this.pnuXVII;
this.Text523.Page = this.pnuXVII;
this.Text523.Parent = this.DataBand16;
this.Text360.Page = this.pnuXVII;
this.Text360.Parent = this.DataBand16;
this.DataBand25.MasterComponent = this.DataBand16;
this.DataBand25.Page = this.pnuXVII;
this.DataBand25.Parent = this.pnuXVII;
this.Text520.Page = this.pnuXVII;
this.Text520.Parent = this.DataBand25;
this.Text521.Page = this.pnuXVII;
this.Text521.Parent = this.DataBand25;
this.DataBand30.MasterComponent = this.DataBand16;
this.DataBand30.Page = this.pnuXVII;
this.DataBand30.Parent = this.pnuXVII;
this.DataBand17.MasterComponent = this.DataBand16;
this.DataBand17.Page = this.pnuXVII;
this.DataBand17.Parent = this.pnuXVII;
this.Text503.Page = this.pnuXVII;
this.Text503.Parent = this.DataBand17;
this.Text522.Page = this.pnuXVII;
this.Text522.Parent = this.DataBand17;
this.DataBand18.MasterComponent = this.DataBand17;
this.DataBand18.Page = this.pnuXVII;
this.DataBand18.Parent = this.pnuXVII;
this.Text505.Page = this.pnuXVII;
this.Text505.Parent = this.DataBand18;
this.Text506.Page = this.pnuXVII;
this.Text506.Parent = this.DataBand18;
this.Text507.Page = this.pnuXVII;
this.Text507.Parent = this.DataBand18;
this.Text547.Page = this.pnuXVII;
this.Text547.Parent = this.DataBand18;
this.DataBand19.MasterComponent = this.DataBand17;
this.DataBand19.Page = this.pnuXVII;
this.DataBand19.Parent = this.pnuXVII;
this.Text508.Page = this.pnuXVII;
this.Text508.Parent = this.DataBand19;
this.Text509.Page = this.pnuXVII;
this.Text509.Parent = this.DataBand19;
this.Text510.Page = this.pnuXVII;
this.Text510.Parent = this.DataBand19;
this.Text511.Page = this.pnuXVII;
this.Text511.Parent = this.DataBand19;
this.DataBand20.MasterComponent = this.DataBand16;
this.DataBand20.Page = this.pnuXVII;
this.DataBand20.Parent = this.pnuXVII;
this.Text512.Page = this.pnuXVII;
this.Text512.Parent = this.DataBand20;
this.DataBand21.MasterComponent = this.DataBand20;
this.DataBand21.Page = this.pnuXVII;
this.DataBand21.Parent = this.pnuXVII;
this.Text513.Page = this.pnuXVII;
this.Text513.Parent = this.DataBand21;
this.Text514.Page = this.pnuXVII;
this.Text514.Parent = this.DataBand21;
this.Text515.Page = this.pnuXVII;
this.Text515.Parent = this.DataBand21;
this.DataBand22.MasterComponent = this.DataBand20;
this.DataBand22.Page = this.pnuXVII;
this.DataBand22.Parent = this.pnuXVII;
this.Text516.Page = this.pnuXVII;
this.Text516.Parent = this.DataBand22;
this.Panel37.Page = this.pnuXVII;
this.Panel37.Parent = this.DataBand22;
this.Text517.Page = this.pnuXVII;
this.Text517.Parent = this.Panel37;
this.Panel38.Page = this.pnuXVII;
this.Panel38.Parent = this.DataBand22;
this.Text518.Page = this.pnuXVII;
this.Text518.Parent = this.Panel38;
this.Panel39.Page = this.pnuXVII;
this.Panel39.Parent = this.DataBand22;
this.Text519.Page = this.pnuXVII;
this.Text519.Parent = this.Panel39;
this.DataBand23.Page = this.pnuXVII;
this.DataBand23.Parent = this.pnuXVII;
this.Panel40.Page = this.pnuXVII;
this.Panel40.Parent = this.DataBand23;
this.pnuPops.Report = this;
this.pnuPops.Watermark = this.pnuPops_Watermark;
this.DataBand9.Page = this.pnuPops;
this.DataBand9.Parent = this.pnuPops;
this.Text298.Page = this.pnuPops;
this.Text298.Parent = this.DataBand9;
this.DataBand10.MasterComponent = this.DataBand9;
this.DataBand10.Page = this.pnuPops;
this.DataBand10.Parent = this.pnuPops;
this.Text299.Page = this.pnuPops;
this.Text299.Parent = this.DataBand10;
this.Text300.Page = this.pnuPops;
this.Text300.Parent = this.DataBand10;
this.DataBand120.MasterComponent = this.DataBand9;
this.DataBand120.Page = this.pnuPops;
this.DataBand120.Parent = this.pnuPops;
this.Text723.Page = this.pnuPops;
this.Text723.Parent = this.DataBand120;
this.DataBand121.MasterComponent = this.DataBand120;
this.DataBand121.Page = this.pnuPops;
this.DataBand121.Parent = this.pnuPops;
this.Text754.Page = this.pnuPops;
this.Text754.Parent = this.DataBand121;
this.Text755.Page = this.pnuPops;
this.Text755.Parent = this.DataBand121;
this.Text756.Page = this.pnuPops;
this.Text756.Parent = this.DataBand121;
this.Text757.Page = this.pnuPops;
this.Text757.Parent = this.DataBand121;
this.Text758.Page = this.pnuPops;
this.Text758.Parent = this.DataBand121;
this.DataBand286.MasterComponent = this.DataBand120;
this.DataBand286.Page = this.pnuPops;
this.DataBand286.Parent = this.pnuPops;
this.Text150.Page = this.pnuPops;
this.Text150.Parent = this.DataBand286;
this.Text156.Page = this.pnuPops;
this.Text156.Parent = this.DataBand286;
this.DataBand122.MasterComponent = this.DataBand9;
this.DataBand122.Page = this.pnuPops;
this.DataBand122.Parent = this.pnuPops;
this.Text730.Page = this.pnuPops;
this.Text730.Parent = this.DataBand122;
this.DataBand123.MasterComponent = this.DataBand122;
this.DataBand123.Page = this.pnuPops;
this.DataBand123.Parent = this.pnuPops;
this.Text170.Page = this.pnuPops;
this.Text170.Parent = this.DataBand123;
this.Text759.Page = this.pnuPops;
this.Text759.Parent = this.DataBand123;
this.Text760.Page = this.pnuPops;
this.Text760.Parent = this.DataBand123;
this.DataBand124.MasterComponent = this.DataBand9;
this.DataBand124.Page = this.pnuPops;
this.DataBand124.Parent = this.pnuPops;
this.Text744.Page = this.pnuPops;
this.Text744.Parent = this.DataBand124;
this.DataBand125.MasterComponent = this.DataBand124;
this.DataBand125.Page = this.pnuPops;
this.DataBand125.Parent = this.pnuPops;
this.Text669.Page = this.pnuPops;
this.Text669.Parent = this.DataBand125;
this.Text763.Page = this.pnuPops;
this.Text763.Parent = this.DataBand125;
this.Text764.Page = this.pnuPops;
this.Text764.Parent = this.DataBand125;
this.Text765.Page = this.pnuPops;
this.Text765.Parent = this.DataBand125;
this.Text766.Page = this.pnuPops;
this.Text766.Parent = this.DataBand125;
this.pnuSeveso.Report = this;
this.pnuSeveso.Watermark = this.pnuSeveso_Watermark;
this.DataBand50.Page = this.pnuSeveso;
this.DataBand50.Parent = this.pnuSeveso;
this.Text559.Page = this.pnuSeveso;
this.Text559.Parent = this.DataBand50;
this.DataBand53.MasterComponent = this.DataBand50;
this.DataBand53.Page = this.pnuSeveso;
this.DataBand53.Parent = this.pnuSeveso;
this.Text582.Page = this.pnuSeveso;
this.Text582.Parent = this.DataBand53;
this.DataBand51.MasterComponent = this.DataBand53;
this.DataBand51.Page = this.pnuSeveso;
this.DataBand51.Parent = this.pnuSeveso;
this.Text566.Page = this.pnuSeveso;
this.Text566.Parent = this.DataBand51;
this.Text569.Page = this.pnuSeveso;
this.Text569.Parent = this.DataBand51;
this.Text571.Page = this.pnuSeveso;
this.Text571.Parent = this.DataBand51;
this.Text572.Page = this.pnuSeveso;
this.Text572.Parent = this.DataBand51;
this.Text576.Page = this.pnuSeveso;
this.Text576.Parent = this.DataBand51;
this.Text578.Page = this.pnuSeveso;
this.Text578.Parent = this.DataBand51;
this.DataBand347.MasterComponent = this.DataBand53;
this.DataBand347.Page = this.pnuSeveso;
this.DataBand347.Parent = this.pnuSeveso;
this.Text922.Page = this.pnuSeveso;
this.Text922.Parent = this.DataBand347;
this.Text955.Page = this.pnuSeveso;
this.Text955.Parent = this.DataBand347;
this.Text956.Page = this.pnuSeveso;
this.Text956.Parent = this.DataBand347;
this.Text957.Page = this.pnuSeveso;
this.Text957.Parent = this.DataBand347;
this.Text958.Page = this.pnuSeveso;
this.Text958.Parent = this.DataBand347;
this.Text959.Page = this.pnuSeveso;
this.Text959.Parent = this.DataBand347;
this.DataBand52.MasterComponent = this.DataBand50;
this.DataBand52.Page = this.pnuSeveso;
this.DataBand52.Parent = this.pnuSeveso;
this.Text568.Page = this.pnuSeveso;
this.Text568.Parent = this.DataBand52;
this.DataBand55.MasterComponent = this.DataBand52;
this.DataBand55.Page = this.pnuSeveso;
this.DataBand55.Parent = this.pnuSeveso;
this.Text570.Page = this.pnuSeveso;
this.Text570.Parent = this.DataBand55;
this.Text579.Page = this.pnuSeveso;
this.Text579.Parent = this.DataBand55;
this.Text580.Page = this.pnuSeveso;
this.Text580.Parent = this.DataBand55;
this.Text581.Page = this.pnuSeveso;
this.Text581.Parent = this.DataBand55;
this.Text583.Page = this.pnuSeveso;
this.Text583.Parent = this.DataBand55;
this.Text584.Page = this.pnuSeveso;
this.Text584.Parent = this.DataBand55;
this.Text585.Page = this.pnuSeveso;
this.Text585.Parent = this.DataBand55;
this.DataBand348.MasterComponent = this.DataBand52;
this.DataBand348.Page = this.pnuSeveso;
this.DataBand348.Parent = this.pnuSeveso;
this.Text960.Page = this.pnuSeveso;
this.Text960.Parent = this.DataBand348;
this.Text961.Page = this.pnuSeveso;
this.Text961.Parent = this.DataBand348;
this.Text962.Page = this.pnuSeveso;
this.Text962.Parent = this.DataBand348;
this.Text963.Page = this.pnuSeveso;
this.Text963.Parent = this.DataBand348;
this.Text964.Page = this.pnuSeveso;
this.Text964.Parent = this.DataBand348;
this.Text965.Page = this.pnuSeveso;
this.Text965.Parent = this.DataBand348;
this.Text966.Page = this.pnuSeveso;
this.Text966.Parent = this.DataBand348;
this.pnuPGS15.Report = this;
this.pnuPGS15.Watermark = this.pnuPGS15_Watermark;
this.DataBand42.Page = this.pnuPGS15;
this.DataBand42.Parent = this.pnuPGS15;
this.Text363.Page = this.pnuPGS15;
this.Text363.Parent = this.DataBand42;
this.DataBand43.MasterComponent = this.DataBand42;
this.DataBand43.Page = this.pnuPGS15;
this.DataBand43.Parent = this.pnuPGS15;
this.Text392.Page = this.pnuPGS15;
this.Text392.Parent = this.DataBand43;
this.Text393.Page = this.pnuPGS15;
this.Text393.Parent = this.DataBand43;
this.regInfo.Report = this;
this.regInfo.Watermark = this.regInfo_Watermark;
this.regInfoTitleMain.Page = this.regInfo;
this.regInfoTitleMain.Parent = this.regInfo;
this.Text391.Page = this.regInfo;
this.Text391.Parent = this.regInfoTitleMain;
this.Data220.MasterComponent = this.regInfoTitleMain;
this.Data220.Page = this.regInfo;
this.Data220.Parent = this.regInfo;
this.Text395.Page = this.regInfo;
this.Text395.Parent = this.Data220;
this.Data221.MasterComponent = this.Data220;
this.Data221.Page = this.regInfo;
this.Data221.Parent = this.regInfo;
this.Text409.Page = this.regInfo;
this.Text409.Parent = this.Data221;
this.overvId.Report = this;
this.overvId.Watermark = this.overvId_Watermark;
this.overvTitleMain.Page = this.overvId;
this.overvTitleMain.Parent = this.overvId;
this.Text387.Page = this.overvId;
this.Text387.Parent = this.overvTitleMain;
this.Data224.MasterComponent = this.overvTitleMain;
this.Data224.Page = this.overvId;
this.Data224.Parent = this.overvId;
this.Text413.Page = this.overvId;
this.Text413.Parent = this.Data224;
this.Data225.MasterComponent = this.Data224;
this.Data225.Page = this.overvId;
this.Data225.Parent = this.overvId;
this.Text414.Page = this.overvId;
this.Text414.Parent = this.Data225;
this.Text415.Page = this.overvId;
this.Text415.Parent = this.Data225;
this.overvDescr.Report = this;
this.overvDescr.Watermark = this.overvDescr_Watermark;
this.Data227.Page = this.overvDescr;
this.Data227.Parent = this.overvDescr;
this.Data228.MasterComponent = this.Data227;
this.Data228.Page = this.overvDescr;
this.Data228.Parent = this.overvDescr;
this.Text416.Page = this.overvDescr;
this.Text416.Parent = this.Data228;
this.Data229.MasterComponent = this.Data228;
this.Data229.Page = this.overvDescr;
this.Data229.Parent = this.overvDescr;
this.Text417.Page = this.overvDescr;
this.Text417.Parent = this.Data229;
this.overvRisk.Report = this;
this.overvRisk.Watermark = this.overvRisk_Watermark;
this.Data230.Page = this.overvRisk;
this.Data230.Parent = this.overvRisk;
this.Data231.MasterComponent = this.Data230;
this.Data231.Page = this.overvRisk;
this.Data231.Parent = this.overvRisk;
this.Text418.Page = this.overvRisk;
this.Text418.Parent = this.Data231;
this.Data232.MasterComponent = this.Data231;
this.Data232.Page = this.overvRisk;
this.Data232.Parent = this.overvRisk;
this.Data233.MasterComponent = this.Data231;
this.Data233.Page = this.overvRisk;
this.Data233.Parent = this.overvRisk;
this.Image55.Page = this.overvRisk;
this.Image55.Parent = this.Data233;
this.Text419.Page = this.overvRisk;
this.Text419.Parent = this.Data233;
this.Text420.Page = this.overvRisk;
this.Text420.Parent = this.Data233;
this.Text421.Page = this.overvRisk;
this.Text421.Parent = this.Data233;
this.Text422.Page = this.overvRisk;
this.Text422.Parent = this.Data233;
this.Text423.Page = this.overvRisk;
this.Text423.Parent = this.Data233;
this.Data234.MasterComponent = this.Data231;
this.Data234.Page = this.overvRisk;
this.Data234.Parent = this.overvRisk;
this.Text424.Page = this.overvRisk;
this.Text424.Parent = this.Data234;
this.Data237.MasterComponent = this.Data234;
this.Data237.Page = this.overvRisk;
this.Data237.Parent = this.overvRisk;
this.Text425.Page = this.overvRisk;
this.Text425.Parent = this.Data237;
this.overvExtAg.Report = this;
this.overvExtAg.Watermark = this.overvExtAg_Watermark;
this.Data235.Page = this.overvExtAg;
this.Data235.Parent = this.overvExtAg;
this.Data236.MasterComponent = this.Data235;
this.Data236.Page = this.overvExtAg;
this.Data236.Parent = this.overvExtAg;
this.Text426.Page = this.overvExtAg;
this.Text426.Parent = this.Data236;
this.DataBand83.MasterComponent = this.Data236;
this.DataBand83.Page = this.overvExtAg;
this.DataBand83.Parent = this.overvExtAg;
this.DataBand159.MasterComponent = this.DataBand83;
this.DataBand159.Page = this.overvExtAg;
this.DataBand159.Parent = this.overvExtAg;
this.Text84.Page = this.overvExtAg;
this.Text84.Parent = this.DataBand159;
this.DataBand84.MasterComponent = this.DataBand83;
this.DataBand84.Page = this.overvExtAg;
this.DataBand84.Parent = this.overvExtAg;
this.Text174.Page = this.overvExtAg;
this.Text174.Parent = this.DataBand84;
this.overvFfi.Report = this;
this.overvFfi.Watermark = this.overvFfi_Watermark;
this.Data240.Page = this.overvFfi;
this.Data240.Parent = this.overvFfi;
this.Data241.MasterComponent = this.Data240;
this.Data241.Page = this.overvFfi;
this.Data241.Parent = this.overvFfi;
this.Text433.Page = this.overvFfi;
this.Text433.Parent = this.Data241;
this.Data242.MasterComponent = this.Data241;
this.Data242.Page = this.overvFfi;
this.Data242.Parent = this.overvFfi;
this.Text72.Page = this.overvFfi;
this.Text72.Parent = this.Data242;
this.overvDSD.Report = this;
this.overvDSD.Watermark = this.overvDSD_Watermark;
this.Data244.Page = this.overvDSD;
this.Data244.Parent = this.overvDSD;
this.Data245.MasterComponent = this.Data244;
this.Data245.Page = this.overvDSD;
this.Data245.Parent = this.overvDSD;
this.Text440.Page = this.overvDSD;
this.Text440.Parent = this.Data245;
this.Data246.MasterComponent = this.Data245;
this.Data246.Page = this.overvDSD;
this.Data246.Parent = this.overvDSD;
this.Text441.Page = this.overvDSD;
this.Text441.Parent = this.Data246;
this.Data247.MasterComponent = this.Data245;
this.Data247.Page = this.overvDSD;
this.Data247.Parent = this.overvDSD;
this.Data248.MasterComponent = this.Data247;
this.Data248.Page = this.overvDSD;
this.Data248.Parent = this.overvDSD;
this.Panel1.Page = this.overvDSD;
this.Panel1.Parent = this.Data248;
this.Text191.Page = this.overvDSD;
this.Text191.Parent = this.Panel1;
this.Text242.Page = this.overvDSD;
this.Text242.Parent = this.Panel1;
this.Text296.Page = this.overvDSD;
this.Text296.Parent = this.Panel1;
this.Text74.Page = this.overvDSD;
this.Text74.Parent = this.Panel1;
this.Panel2.Page = this.overvDSD;
this.Panel2.Parent = this.Data248;
this.Text75.Page = this.overvDSD;
this.Text75.Parent = this.Panel2;
this.Text190.Page = this.overvDSD;
this.Text190.Parent = this.Panel2;
this.Text241.Page = this.overvDSD;
this.Text241.Parent = this.Panel2;
this.Text248.Page = this.overvDSD;
this.Text248.Parent = this.Panel2;
this.Panel3.Page = this.overvDSD;
this.Panel3.Parent = this.Data248;
this.Image56.Page = this.overvDSD;
this.Image56.Parent = this.Panel3;
this.Image57.Page = this.overvDSD;
this.Image57.Parent = this.Panel3;
this.Image59.Page = this.overvDSD;
this.Image59.Parent = this.Panel3;
this.Image58.Page = this.overvDSD;
this.Image58.Parent = this.Panel3;
this.Data249.MasterComponent = this.Data245;
this.Data249.Page = this.overvDSD;
this.Data249.Parent = this.overvDSD;
this.Text452.Page = this.overvDSD;
this.Text452.Parent = this.Data249;
this.Data250.MasterComponent = this.Data245;
this.Data250.Page = this.overvDSD;
this.Data250.Parent = this.overvDSD;
this.Text9.Page = this.overvDSD;
this.Text9.Parent = this.Data250;
this.Data251.MasterComponent = this.Data245;
this.Data251.Page = this.overvDSD;
this.Data251.Parent = this.overvDSD;
this.Text455.Page = this.overvDSD;
this.Text455.Parent = this.Data251;
this.Data252.MasterComponent = this.Data245;
this.Data252.Page = this.overvDSD;
this.Data252.Parent = this.overvDSD;
this.Text55.Page = this.overvDSD;
this.Text55.Parent = this.Data252;
this.overvDSDnew.Report = this;
this.overvDSDnew.Watermark = this.overvDSDnew_Watermark;
this.DataBand338.Page = this.overvDSDnew;
this.DataBand338.Parent = this.overvDSDnew;
this.DataBand339.MasterComponent = this.DataBand338;
this.DataBand339.Page = this.overvDSDnew;
this.DataBand339.Parent = this.overvDSDnew;
this.Text923.Page = this.overvDSDnew;
this.Text923.Parent = this.DataBand339;
this.DataBand340.MasterComponent = this.DataBand339;
this.DataBand340.Page = this.overvDSDnew;
this.DataBand340.Parent = this.overvDSDnew;
this.Text924.Page = this.overvDSDnew;
this.Text924.Parent = this.DataBand340;
this.DataBand341.MasterComponent = this.DataBand340;
this.DataBand341.Page = this.overvDSDnew;
this.DataBand341.Parent = this.overvDSDnew;
this.Text925.Page = this.overvDSDnew;
this.Text925.Parent = this.DataBand341;
this.DataBand342.MasterComponent = this.DataBand341;
this.DataBand342.Page = this.overvDSDnew;
this.DataBand342.Parent = this.overvDSDnew;
this.Text926.Page = this.overvDSDnew;
this.Text926.Parent = this.DataBand342;
this.Text927.Page = this.overvDSDnew;
this.Text927.Parent = this.DataBand342;
this.DataBand343.MasterComponent = this.DataBand341;
this.DataBand343.Page = this.overvDSDnew;
this.DataBand343.Parent = this.overvDSDnew;
this.Panel62.Page = this.overvDSDnew;
this.Panel62.Parent = this.DataBand343;
this.Text928.Page = this.overvDSDnew;
this.Text928.Parent = this.Panel62;
this.Text929.Page = this.overvDSDnew;
this.Text929.Parent = this.Panel62;
this.Text930.Page = this.overvDSDnew;
this.Text930.Parent = this.Panel62;
this.Text931.Page = this.overvDSDnew;
this.Text931.Parent = this.Panel62;
this.Panel63.Page = this.overvDSDnew;
this.Panel63.Parent = this.DataBand343;
this.Text932.Page = this.overvDSDnew;
this.Text932.Parent = this.Panel63;
this.Text933.Page = this.overvDSDnew;
this.Text933.Parent = this.Panel63;
this.Text934.Page = this.overvDSDnew;
this.Text934.Parent = this.Panel63;
this.Text935.Page = this.overvDSDnew;
this.Text935.Parent = this.Panel63;
this.Panel64.Page = this.overvDSDnew;
this.Panel64.Parent = this.DataBand343;
this.Image42.Page = this.overvDSDnew;
this.Image42.Parent = this.Panel64;
this.Image44.Page = this.overvDSDnew;
this.Image44.Parent = this.Panel64;
this.Image45.Page = this.overvDSDnew;
this.Image45.Parent = this.Panel64;
this.Image46.Page = this.overvDSDnew;
this.Image46.Parent = this.Panel64;
this.overvCLP.Report = this;
this.overvCLP.Watermark = this.overvCLP_Watermark;
this.DataBand14.Page = this.overvCLP;
this.DataBand14.Parent = this.overvCLP;
this.DataBand24.MasterComponent = this.DataBand14;
this.DataBand24.Page = this.overvCLP;
this.DataBand24.Parent = this.overvCLP;
this.Text4.Page = this.overvCLP;
this.Text4.Parent = this.DataBand24;
this.DataBand34.MasterComponent = this.DataBand24;
this.DataBand34.Page = this.overvCLP;
this.DataBand34.Parent = this.overvCLP;
this.DataBand165.MasterComponent = this.DataBand34;
this.DataBand165.Page = this.overvCLP;
this.DataBand165.Parent = this.overvCLP;
this.DataBand166.MasterComponent = this.DataBand34;
this.DataBand166.Page = this.overvCLP;
this.DataBand166.Parent = this.overvCLP;
this.Text161.Page = this.overvCLP;
this.Text161.Parent = this.DataBand166;
this.DataBand44.MasterComponent = this.DataBand24;
this.DataBand44.Page = this.overvCLP;
this.DataBand44.Parent = this.overvCLP;
this.DataBand46.MasterComponent = this.DataBand24;
this.DataBand46.Page = this.overvCLP;
this.DataBand46.Parent = this.overvCLP;
this.DataBand58.MasterComponent = this.DataBand46;
this.DataBand58.Page = this.overvCLP;
this.DataBand58.Parent = this.overvCLP;
this.Image71.Page = this.overvCLP;
this.Image71.Parent = this.DataBand58;
this.DataBand95.MasterComponent = this.DataBand24;
this.DataBand95.Page = this.overvCLP;
this.DataBand95.Parent = this.overvCLP;
this.DataBand163.MasterComponent = this.DataBand95;
this.DataBand163.Page = this.overvCLP;
this.DataBand163.Parent = this.overvCLP;
this.Text501.Page = this.overvCLP;
this.Text501.Parent = this.DataBand163;
this.DataBand164.MasterComponent = this.DataBand163;
this.DataBand164.Page = this.overvCLP;
this.DataBand164.Parent = this.overvCLP;
this.Text524.Page = this.overvCLP;
this.Text524.Parent = this.DataBand164;
this.DataBand101.MasterComponent = this.DataBand95;
this.DataBand101.Page = this.overvCLP;
this.DataBand101.Parent = this.overvCLP;
this.Text3.Page = this.overvCLP;
this.Text3.Parent = this.DataBand101;
this.DataBand119.MasterComponent = this.DataBand95;
this.DataBand119.Page = this.overvCLP;
this.DataBand119.Parent = this.overvCLP;
this.Text83.Page = this.overvCLP;
this.Text83.Parent = this.DataBand119;
this.DataBand106.MasterComponent = this.DataBand95;
this.DataBand106.Page = this.overvCLP;
this.DataBand106.Parent = this.overvCLP;
this.Text90.Page = this.overvCLP;
this.Text90.Parent = this.DataBand106;
this.DataBand114.MasterComponent = this.DataBand106;
this.DataBand114.Page = this.overvCLP;
this.DataBand114.Parent = this.overvCLP;
this.Text94.Page = this.overvCLP;
this.Text94.Parent = this.DataBand114;
this.overvCLPnew.Report = this;
this.overvCLPnew.Watermark = this.overvCLPnew_Watermark;
this.DataBand311.Page = this.overvCLPnew;
this.DataBand311.Parent = this.overvCLPnew;
this.DataBand312.MasterComponent = this.DataBand311;
this.DataBand312.Page = this.overvCLPnew;
this.DataBand312.Parent = this.overvCLPnew;
this.Text897.Page = this.overvCLPnew;
this.Text897.Parent = this.DataBand312;
this.DataBand313.MasterComponent = this.DataBand312;
this.DataBand313.Page = this.overvCLPnew;
this.DataBand313.Parent = this.overvCLPnew;
this.Text898.Page = this.overvCLPnew;
this.Text898.Parent = this.DataBand313;
this.DataBand314.MasterComponent = this.DataBand313;
this.DataBand314.Page = this.overvCLPnew;
this.DataBand314.Parent = this.overvCLPnew;
this.Text899.Page = this.overvCLPnew;
this.Text899.Parent = this.DataBand314;
this.Text900.Page = this.overvCLPnew;
this.Text900.Parent = this.DataBand314;
this.Text901.Page = this.overvCLPnew;
this.Text901.Parent = this.DataBand314;
this.DataBand315.MasterComponent = this.DataBand312;
this.DataBand315.Page = this.overvCLPnew;
this.DataBand315.Parent = this.overvCLPnew;
this.Text902.Page = this.overvCLPnew;
this.Text902.Parent = this.DataBand315;
this.DataBand316.MasterComponent = this.DataBand315;
this.DataBand316.Page = this.overvCLPnew;
this.DataBand316.Parent = this.overvCLPnew;
this.DataBand317.MasterComponent = this.DataBand316;
this.DataBand317.Page = this.overvCLPnew;
this.DataBand317.Parent = this.overvCLPnew;
this.Text903.Page = this.overvCLPnew;
this.Text903.Parent = this.DataBand317;
this.Text904.Page = this.overvCLPnew;
this.Text904.Parent = this.DataBand317;
this.DataBand318.MasterComponent = this.DataBand316;
this.DataBand318.Page = this.overvCLPnew;
this.DataBand318.Parent = this.overvCLPnew;
this.Text905.Page = this.overvCLPnew;
this.Text905.Parent = this.DataBand318;
this.Text906.Page = this.overvCLPnew;
this.Text906.Parent = this.DataBand318;
this.DataBand319.MasterComponent = this.DataBand312;
this.DataBand319.Page = this.overvCLPnew;
this.DataBand319.Parent = this.overvCLPnew;
this.Text907.Page = this.overvCLPnew;
this.Text907.Parent = this.DataBand319;
this.DataBand320.MasterComponent = this.DataBand312;
this.DataBand320.Page = this.overvCLPnew;
this.DataBand320.Parent = this.overvCLPnew;
this.DataBand321.MasterComponent = this.DataBand320;
this.DataBand321.Page = this.overvCLPnew;
this.DataBand321.Parent = this.overvCLPnew;
this.Image41.Page = this.overvCLPnew;
this.Image41.Parent = this.DataBand321;
this.overvCLP2new.Report = this;
this.overvCLP2new.Watermark = this.overvCLP2new_Watermark;
this.DataBand322.Page = this.overvCLP2new;
this.DataBand322.Parent = this.overvCLP2new;
this.DataBand323.MasterComponent = this.DataBand322;
this.DataBand323.Page = this.overvCLP2new;
this.DataBand323.Parent = this.overvCLP2new;
this.DataBand324.MasterComponent = this.DataBand323;
this.DataBand324.Page = this.overvCLP2new;
this.DataBand324.Parent = this.overvCLP2new;
this.Text908.Page = this.overvCLP2new;
this.Text908.Parent = this.DataBand324;
this.DataBand325.MasterComponent = this.DataBand324;
this.DataBand325.Page = this.overvCLP2new;
this.DataBand325.Parent = this.overvCLP2new;
this.Text910.Page = this.overvCLP2new;
this.Text910.Parent = this.DataBand325;
this.DataBand326.MasterComponent = this.DataBand324;
this.DataBand326.Page = this.overvCLP2new;
this.DataBand326.Parent = this.overvCLP2new;
this.Text911.Page = this.overvCLP2new;
this.Text911.Parent = this.DataBand326;
this.DataBand327.MasterComponent = this.DataBand324;
this.DataBand327.Page = this.overvCLP2new;
this.DataBand327.Parent = this.overvCLP2new;
this.Text912.Page = this.overvCLP2new;
this.Text912.Parent = this.DataBand327;
this.DataBand328.MasterComponent = this.DataBand327;
this.DataBand328.Page = this.overvCLP2new;
this.DataBand328.Parent = this.overvCLP2new;
this.Text913.Page = this.overvCLP2new;
this.Text913.Parent = this.DataBand328;
this.DataBand329.MasterComponent = this.DataBand324;
this.DataBand329.Page = this.overvCLP2new;
this.DataBand329.Parent = this.overvCLP2new;
this.Text914.Page = this.overvCLP2new;
this.Text914.Parent = this.DataBand329;
this.DataBand330.MasterComponent = this.DataBand324;
this.DataBand330.Page = this.overvCLP2new;
this.DataBand330.Parent = this.overvCLP2new;
this.Text915.Page = this.overvCLP2new;
this.Text915.Parent = this.DataBand330;
this.DataBand331.MasterComponent = this.DataBand324;
this.DataBand331.Page = this.overvCLP2new;
this.DataBand331.Parent = this.overvCLP2new;
this.Text916.Page = this.overvCLP2new;
this.Text916.Parent = this.DataBand331;
this.DataBand332.MasterComponent = this.DataBand331;
this.DataBand332.Page = this.overvCLP2new;
this.DataBand332.Parent = this.overvCLP2new;
this.Text917.Page = this.overvCLP2new;
this.Text917.Parent = this.DataBand332;
this.DataBand333.MasterComponent = this.DataBand323;
this.DataBand333.Page = this.overvCLP2new;
this.DataBand333.Parent = this.overvCLP2new;
this.Text918.Page = this.overvCLP2new;
this.Text918.Parent = this.DataBand333;
this.DataBand334.MasterComponent = this.DataBand333;
this.DataBand334.Page = this.overvCLP2new;
this.DataBand334.Parent = this.overvCLP2new;
this.Text919.Page = this.overvCLP2new;
this.Text919.Parent = this.DataBand334;
this.DataBand335.MasterComponent = this.DataBand323;
this.DataBand335.Page = this.overvCLP2new;
this.DataBand335.Parent = this.overvCLP2new;
this.DataBand336.MasterComponent = this.DataBand335;
this.DataBand336.Page = this.overvCLP2new;
this.DataBand336.Parent = this.overvCLP2new;
this.Text920.Page = this.overvCLP2new;
this.Text920.Parent = this.DataBand336;
this.DataBand337.MasterComponent = this.DataBand335;
this.DataBand337.Page = this.overvCLP2new;
this.DataBand337.Parent = this.overvCLP2new;
this.Text921.Page = this.overvCLP2new;
this.Text921.Parent = this.DataBand337;
this.standOverv_expLim.Report = this;
this.standOverv_expLim.Watermark = this.standOverv_expLim_Watermark;
this.standOvervTitleMain.Page = this.standOverv_expLim;
this.standOvervTitleMain.Parent = this.standOverv_expLim;
this.Text412.Page = this.standOverv_expLim;
this.Text412.Parent = this.standOvervTitleMain;
this.Data265.MasterComponent = this.standOvervTitleMain;
this.Data265.Page = this.standOverv_expLim;
this.Data265.Parent = this.standOverv_expLim;
this.Text470.Page = this.standOverv_expLim;
this.Text470.Parent = this.Data265;
this.Data266.MasterComponent = this.Data265;
this.Data266.Page = this.standOverv_expLim;
this.Data266.Parent = this.standOverv_expLim;
this.Text471.Page = this.standOverv_expLim;
this.Text471.Parent = this.Data266;
this.Data267.MasterComponent = this.Data265;
this.Data267.Page = this.standOverv_expLim;
this.Data267.Parent = this.standOverv_expLim;
this.Text469.Page = this.standOverv_expLim;
this.Text469.Parent = this.Data267;
this.Text487.Page = this.standOverv_expLim;
this.Text487.Parent = this.Data267;
this.Data268.MasterComponent = this.Data266;
this.Data268.Page = this.standOverv_expLim;
this.Data268.Parent = this.standOverv_expLim;
this.Text474.Page = this.standOverv_expLim;
this.Text474.Parent = this.Data268;
this.Text475.Page = this.standOverv_expLim;
this.Text475.Parent = this.Data268;
this.Text476.Page = this.standOverv_expLim;
this.Text476.Parent = this.Data268;
this.Text477.Page = this.standOverv_expLim;
this.Text477.Parent = this.Data268;
this.Data269.MasterComponent = this.Data266;
this.Data269.Page = this.standOverv_expLim;
this.Data269.Parent = this.standOverv_expLim;
this.Text478.Page = this.standOverv_expLim;
this.Text478.Parent = this.Data269;
this.Text479.Page = this.standOverv_expLim;
this.Text479.Parent = this.Data269;
this.Text480.Page = this.standOverv_expLim;
this.Text480.Parent = this.Data269;
this.Text481.Page = this.standOverv_expLim;
this.Text481.Parent = this.Data269;
this.Text482.Page = this.standOverv_expLim;
this.Text482.Parent = this.Data269;
this.Text483.Page = this.standOverv_expLim;
this.Text483.Parent = this.Data269;
this.Text484.Page = this.standOverv_expLim;
this.Text484.Parent = this.Data269;
this.Text485.Page = this.standOverv_expLim;
this.Text485.Parent = this.Data269;
this.Text486.Page = this.standOverv_expLim;
this.Text486.Parent = this.Data269;
this.stand_el_eu.Report = this;
this.stand_el_eu.Watermark = this.stand_el_eu_Watermark;
this.DataBand365.Page = this.stand_el_eu;
this.DataBand365.Parent = this.stand_el_eu;
this.Text976.Page = this.stand_el_eu;
this.Text976.Parent = this.DataBand365;
this.DataBand358.Page = this.stand_el_eu;
this.DataBand358.Parent = this.stand_el_eu;
this.DataBand359.MasterComponent = this.DataBand358;
this.DataBand359.Page = this.stand_el_eu;
this.DataBand359.Parent = this.stand_el_eu;
this.DataBand360.MasterComponent = this.DataBand359;
this.DataBand360.Page = this.stand_el_eu;
this.DataBand360.Parent = this.stand_el_eu;
this.DataBand361.MasterComponent = this.DataBand360;
this.DataBand361.Page = this.stand_el_eu;
this.DataBand361.Parent = this.stand_el_eu;
this.Text978.Page = this.stand_el_eu;
this.Text978.Parent = this.DataBand361;
this.Text979.Page = this.stand_el_eu;
this.Text979.Parent = this.DataBand361;
this.DataBand362.MasterComponent = this.DataBand359;
this.DataBand362.Page = this.stand_el_eu;
this.DataBand362.Parent = this.stand_el_eu;
this.GroupHeaderBand10.Page = this.stand_el_eu;
this.GroupHeaderBand10.Parent = this.stand_el_eu;
this.Text980.Page = this.stand_el_eu;
this.Text980.Parent = this.GroupHeaderBand10;
this.DataBand363.MasterComponent = this.DataBand362;
this.DataBand363.Page = this.stand_el_eu;
this.DataBand363.Parent = this.stand_el_eu;
this.GroupFooterBand10.Page = this.stand_el_eu;
this.GroupFooterBand10.Parent = this.stand_el_eu;
this.Text981.Page = this.stand_el_eu;
this.Text981.Parent = this.GroupFooterBand10;
this.Text982.Page = this.stand_el_eu;
this.Text982.Parent = this.GroupFooterBand10;
this.Text983.Page = this.stand_el_eu;
this.Text983.Parent = this.GroupFooterBand10;
this.strand_el_b.Report = this;
this.strand_el_b.Watermark = this.strand_el_b_Watermark;
this.DataBand355.Page = this.strand_el_b;
this.DataBand355.Parent = this.strand_el_b;
this.Text975.Page = this.strand_el_b;
this.Text975.Parent = this.DataBand355;
this.DataBand280.Page = this.strand_el_b;
this.DataBand280.Parent = this.strand_el_b;
this.DataBand283.MasterComponent = this.DataBand280;
this.DataBand283.Page = this.strand_el_b;
this.DataBand283.Parent = this.strand_el_b;
this.DataBand287.MasterComponent = this.DataBand283;
this.DataBand287.Page = this.strand_el_b;
this.DataBand287.Parent = this.strand_el_b;
this.DataBand349.MasterComponent = this.DataBand287;
this.DataBand349.Page = this.strand_el_b;
this.DataBand349.Parent = this.strand_el_b;
this.Text968.Page = this.strand_el_b;
this.Text968.Parent = this.DataBand349;
this.Text969.Page = this.strand_el_b;
this.Text969.Parent = this.DataBand349;
this.DataBand350.MasterComponent = this.DataBand283;
this.DataBand350.Page = this.strand_el_b;
this.DataBand350.Parent = this.strand_el_b;
this.GroupHeaderBand7.Page = this.strand_el_b;
this.GroupHeaderBand7.Parent = this.strand_el_b;
this.Text970.Page = this.strand_el_b;
this.Text970.Parent = this.GroupHeaderBand7;
this.DataBand351.MasterComponent = this.DataBand350;
this.DataBand351.Page = this.strand_el_b;
this.DataBand351.Parent = this.strand_el_b;
this.GroupFooterBand7.Page = this.strand_el_b;
this.GroupFooterBand7.Parent = this.strand_el_b;
this.Text971.Page = this.strand_el_b;
this.Text971.Parent = this.GroupFooterBand7;
this.Text972.Page = this.strand_el_b;
this.Text972.Parent = this.GroupFooterBand7;
this.Text973.Page = this.strand_el_b;
this.Text973.Parent = this.GroupFooterBand7;
this.DataBand238.MasterComponent = this.DataBand283;
this.DataBand238.Page = this.strand_el_b;
this.DataBand238.Parent = this.strand_el_b;
this.DataBand354.MasterComponent = this.DataBand283;
this.DataBand354.Page = this.strand_el_b;
this.DataBand354.Parent = this.strand_el_b;
this.Text974.Page = this.strand_el_b;
this.Text974.Parent = this.DataBand354;
this.standOverv_airQual.Report = this;
this.standOverv_airQual.Watermark = this.standOverv_airQual_Watermark;
this.DataBand62.Page = this.standOverv_airQual;
this.DataBand62.Parent = this.standOverv_airQual;
this.DataBand80.MasterComponent = this.DataBand62;
this.DataBand80.Page = this.standOverv_airQual;
this.DataBand80.Parent = this.standOverv_airQual;
this.Text179.Page = this.standOverv_airQual;
this.Text179.Parent = this.DataBand80;
this.DataBand82.MasterComponent = this.DataBand80;
this.DataBand82.Page = this.standOverv_airQual;
this.DataBand82.Parent = this.standOverv_airQual;
this.DataBand213.MasterComponent = this.DataBand82;
this.DataBand213.Page = this.standOverv_airQual;
this.DataBand213.Parent = this.standOverv_airQual;
this.Text214.Page = this.standOverv_airQual;
this.Text214.Parent = this.DataBand213;
this.Text292.Page = this.standOverv_airQual;
this.Text292.Parent = this.DataBand213;
this.Text310.Page = this.standOverv_airQual;
this.Text310.Parent = this.DataBand213;
this.Text343.Page = this.standOverv_airQual;
this.Text343.Parent = this.DataBand213;
this.Text449.Page = this.standOverv_airQual;
this.Text449.Parent = this.DataBand213;
this.Text464.Page = this.standOverv_airQual;
this.Text464.Parent = this.DataBand213;
this.DataBand294.MasterComponent = this.DataBand82;
this.DataBand294.Page = this.standOverv_airQual;
this.DataBand294.Parent = this.standOverv_airQual;
this.Text820.Page = this.standOverv_airQual;
this.Text820.Parent = this.DataBand294;
this.Text821.Page = this.standOverv_airQual;
this.Text821.Parent = this.DataBand294;
this.Text822.Page = this.standOverv_airQual;
this.Text822.Parent = this.DataBand294;
this.Text823.Page = this.standOverv_airQual;
this.Text823.Parent = this.DataBand294;
this.Text824.Page = this.standOverv_airQual;
this.Text824.Parent = this.DataBand294;
this.Text825.Page = this.standOverv_airQual;
this.Text825.Parent = this.DataBand294;
this.DataBand253.MasterComponent = this.DataBand80;
this.DataBand253.Page = this.standOverv_airQual;
this.DataBand253.Parent = this.standOverv_airQual;
this.Text827.Page = this.standOverv_airQual;
this.Text827.Parent = this.DataBand253;
this.DataBand254.MasterComponent = this.DataBand82;
this.DataBand254.Page = this.standOverv_airQual;
this.DataBand254.Parent = this.standOverv_airQual;
this.Text592.Page = this.standOverv_airQual;
this.Text592.Parent = this.DataBand254;
this.Text593.Page = this.standOverv_airQual;
this.Text593.Parent = this.DataBand254;
this.Text594.Page = this.standOverv_airQual;
this.Text594.Parent = this.DataBand254;
this.Text595.Page = this.standOverv_airQual;
this.Text595.Parent = this.DataBand254;
this.Text639.Page = this.standOverv_airQual;
this.Text639.Parent = this.DataBand254;
this.Text659.Page = this.standOverv_airQual;
this.Text659.Parent = this.DataBand254;
this.Text660.Page = this.standOverv_airQual;
this.Text660.Parent = this.DataBand254;
this.Text671.Page = this.standOverv_airQual;
this.Text671.Parent = this.DataBand254;
this.DataBand252.MasterComponent = this.DataBand82;
this.InitializeComponent39();
}
public void InitializeComponent39()
{
this.DataBand252.Page = this.standOverv_airQual;
this.DataBand252.Parent = this.standOverv_airQual;
this.Text591.Page = this.standOverv_airQual;
this.Text591.Parent = this.DataBand252;
this.Text709.Page = this.standOverv_airQual;
this.Text709.Parent = this.DataBand252;
this.Text815.Page = this.standOverv_airQual;
this.Text815.Parent = this.DataBand252;
this.Text816.Page = this.standOverv_airQual;
this.Text816.Parent = this.DataBand252;
this.Text817.Page = this.standOverv_airQual;
this.Text817.Parent = this.DataBand252;
this.Text818.Page = this.standOverv_airQual;
this.Text818.Parent = this.DataBand252;
this.Text819.Page = this.standOverv_airQual;
this.Text819.Parent = this.DataBand252;
this.Text826.Page = this.standOverv_airQual;
this.Text826.Parent = this.DataBand252;
this.DataBand255.MasterComponent = this.DataBand62;
this.DataBand255.Page = this.standOverv_airQual;
this.DataBand255.Parent = this.standOverv_airQual;
this.Text814.Page = this.standOverv_airQual;
this.Text814.Parent = this.DataBand255;
this.DataBand256.MasterComponent = this.DataBand62;
this.DataBand256.Page = this.standOverv_airQual;
this.DataBand256.Parent = this.standOverv_airQual;
this.Text710.Page = this.standOverv_airQual;
this.Text710.Parent = this.DataBand256;
this.DataBand281.MasterComponent = this.DataBand256;
this.DataBand281.Page = this.standOverv_airQual;
this.DataBand281.Parent = this.standOverv_airQual;
this.Text725.Page = this.standOverv_airQual;
this.Text725.Parent = this.DataBand281;
this.DataBand285.MasterComponent = this.DataBand281;
this.DataBand285.Page = this.standOverv_airQual;
this.DataBand285.Parent = this.standOverv_airQual;
this.Text783.Page = this.standOverv_airQual;
this.Text783.Parent = this.DataBand285;
this.Text785.Page = this.standOverv_airQual;
this.Text785.Parent = this.DataBand285;
this.Text786.Page = this.standOverv_airQual;
this.Text786.Parent = this.DataBand285;
this.Text789.Page = this.standOverv_airQual;
this.Text789.Parent = this.DataBand285;
this.Text790.Page = this.standOverv_airQual;
this.Text790.Parent = this.DataBand285;
this.Text791.Page = this.standOverv_airQual;
this.Text791.Parent = this.DataBand285;
this.Text792.Page = this.standOverv_airQual;
this.Text792.Parent = this.DataBand285;
this.Text793.Page = this.standOverv_airQual;
this.Text793.Parent = this.DataBand285;
this.Text794.Page = this.standOverv_airQual;
this.Text794.Parent = this.DataBand285;
this.DataBand293.MasterComponent = this.DataBand281;
this.DataBand293.Page = this.standOverv_airQual;
this.DataBand293.Parent = this.standOverv_airQual;
this.Text828.Page = this.standOverv_airQual;
this.Text828.Parent = this.DataBand293;
this.Text829.Page = this.standOverv_airQual;
this.Text829.Parent = this.DataBand293;
this.Text830.Page = this.standOverv_airQual;
this.Text830.Parent = this.DataBand293;
this.Text831.Page = this.standOverv_airQual;
this.Text831.Parent = this.DataBand293;
this.Text832.Page = this.standOverv_airQual;
this.Text832.Parent = this.DataBand293;
this.Text833.Page = this.standOverv_airQual;
this.Text833.Parent = this.DataBand293;
this.Text834.Page = this.standOverv_airQual;
this.Text834.Parent = this.DataBand293;
this.Text835.Page = this.standOverv_airQual;
this.Text835.Parent = this.DataBand293;
this.Text836.Page = this.standOverv_airQual;
this.Text836.Parent = this.DataBand293;
this.DataBand290.MasterComponent = this.DataBand62;
this.DataBand290.Page = this.standOverv_airQual;
this.DataBand290.Parent = this.standOverv_airQual;
this.Text805.Page = this.standOverv_airQual;
this.Text805.Parent = this.DataBand290;
this.DataBand291.MasterComponent = this.DataBand290;
this.DataBand291.Page = this.standOverv_airQual;
this.DataBand291.Parent = this.standOverv_airQual;
this.Text806.Page = this.standOverv_airQual;
this.Text806.Parent = this.DataBand291;
this.DataBand292.MasterComponent = this.DataBand291;
this.DataBand292.Page = this.standOverv_airQual;
this.DataBand292.Parent = this.standOverv_airQual;
this.Text807.Page = this.standOverv_airQual;
this.Text807.Parent = this.DataBand292;
this.Text808.Page = this.standOverv_airQual;
this.Text808.Parent = this.DataBand292;
this.Text809.Page = this.standOverv_airQual;
this.Text809.Parent = this.DataBand292;
this.Text810.Page = this.standOverv_airQual;
this.Text810.Parent = this.DataBand292;
this.Text811.Page = this.standOverv_airQual;
this.Text811.Parent = this.DataBand292;
this.Text812.Page = this.standOverv_airQual;
this.Text812.Parent = this.DataBand292;
this.Text813.Page = this.standOverv_airQual;
this.Text813.Parent = this.DataBand292;
this.DataBand288.MasterComponent = this.DataBand291;
this.DataBand288.Page = this.standOverv_airQual;
this.DataBand288.Parent = this.standOverv_airQual;
this.Text795.Page = this.standOverv_airQual;
this.Text795.Parent = this.DataBand288;
this.Text796.Page = this.standOverv_airQual;
this.Text796.Parent = this.DataBand288;
this.Text797.Page = this.standOverv_airQual;
this.Text797.Parent = this.DataBand288;
this.Text798.Page = this.standOverv_airQual;
this.Text798.Parent = this.DataBand288;
this.Text799.Page = this.standOverv_airQual;
this.Text799.Parent = this.DataBand288;
this.Text800.Page = this.standOverv_airQual;
this.Text800.Parent = this.DataBand288;
this.Text801.Page = this.standOverv_airQual;
this.Text801.Parent = this.DataBand288;
this.DataBand289.MasterComponent = this.DataBand62;
this.DataBand289.Page = this.standOverv_airQual;
this.DataBand289.Parent = this.standOverv_airQual;
this.Text802.Page = this.standOverv_airQual;
this.Text802.Parent = this.DataBand289;
this.DataBand295.MasterComponent = this.DataBand289;
this.DataBand295.Page = this.standOverv_airQual;
this.DataBand295.Parent = this.standOverv_airQual;
this.Text803.Page = this.standOverv_airQual;
this.Text803.Parent = this.DataBand295;
this.DataBand296.MasterComponent = this.DataBand295;
this.DataBand296.Page = this.standOverv_airQual;
this.DataBand296.Parent = this.standOverv_airQual;
this.Text804.Page = this.standOverv_airQual;
this.Text804.Parent = this.DataBand296;
this.Text837.Page = this.standOverv_airQual;
this.Text837.Parent = this.DataBand296;
this.Text838.Page = this.standOverv_airQual;
this.Text838.Parent = this.DataBand296;
this.Text839.Page = this.standOverv_airQual;
this.Text839.Parent = this.DataBand296;
this.Text840.Page = this.standOverv_airQual;
this.Text840.Parent = this.DataBand296;
this.Text841.Page = this.standOverv_airQual;
this.Text841.Parent = this.DataBand296;
this.Text842.Page = this.standOverv_airQual;
this.Text842.Parent = this.DataBand296;
this.Text843.Page = this.standOverv_airQual;
this.Text843.Parent = this.DataBand296;
this.DataBand297.MasterComponent = this.DataBand295;
this.DataBand297.Page = this.standOverv_airQual;
this.DataBand297.Parent = this.standOverv_airQual;
this.Text844.Page = this.standOverv_airQual;
this.Text844.Parent = this.DataBand297;
this.Text845.Page = this.standOverv_airQual;
this.Text845.Parent = this.DataBand297;
this.Text846.Page = this.standOverv_airQual;
this.Text846.Parent = this.DataBand297;
this.Text847.Page = this.standOverv_airQual;
this.Text847.Parent = this.DataBand297;
this.Text848.Page = this.standOverv_airQual;
this.Text848.Parent = this.DataBand297;
this.Text849.Page = this.standOverv_airQual;
this.Text849.Parent = this.DataBand297;
this.Text850.Page = this.standOverv_airQual;
this.Text850.Parent = this.DataBand297;
this.Text851.Page = this.standOverv_airQual;
this.Text851.Parent = this.DataBand297;
this.standOverv_indSectAirQual.Report = this;
this.standOverv_indSectAirQual.Watermark = this.standOverv_indSectAirQual_Watermark;
this.DataBand298.Page = this.standOverv_indSectAirQual;
this.DataBand298.Parent = this.standOverv_indSectAirQual;
this.DataBand299.MasterComponent = this.DataBand298;
this.DataBand299.Page = this.standOverv_indSectAirQual;
this.DataBand299.Parent = this.standOverv_indSectAirQual;
this.Text852.Page = this.standOverv_indSectAirQual;
this.Text852.Parent = this.DataBand299;
this.DataBand300.MasterComponent = this.DataBand299;
this.DataBand300.Page = this.standOverv_indSectAirQual;
this.DataBand300.Parent = this.standOverv_indSectAirQual;
this.DataBand301.MasterComponent = this.DataBand300;
this.DataBand301.Page = this.standOverv_indSectAirQual;
this.DataBand301.Parent = this.standOverv_indSectAirQual;
this.Text853.Page = this.standOverv_indSectAirQual;
this.Text853.Parent = this.DataBand301;
this.Text854.Page = this.standOverv_indSectAirQual;
this.Text854.Parent = this.DataBand301;
this.Text855.Page = this.standOverv_indSectAirQual;
this.Text855.Parent = this.DataBand301;
this.Text856.Page = this.standOverv_indSectAirQual;
this.Text856.Parent = this.DataBand301;
this.Text857.Page = this.standOverv_indSectAirQual;
this.Text857.Parent = this.DataBand301;
this.Text858.Page = this.standOverv_indSectAirQual;
this.Text858.Parent = this.DataBand301;
this.DataBand305.MasterComponent = this.DataBand299;
this.DataBand305.Page = this.standOverv_indSectAirQual;
this.DataBand305.Parent = this.standOverv_indSectAirQual;
this.Text868.Page = this.standOverv_indSectAirQual;
this.Text868.Parent = this.DataBand305;
this.Text869.Page = this.standOverv_indSectAirQual;
this.Text869.Parent = this.DataBand305;
this.Text870.Page = this.standOverv_indSectAirQual;
this.Text870.Parent = this.DataBand305;
this.Text871.Page = this.standOverv_indSectAirQual;
this.Text871.Parent = this.DataBand305;
this.Text872.Page = this.standOverv_indSectAirQual;
this.Text872.Parent = this.DataBand305;
this.Text873.Page = this.standOverv_indSectAirQual;
this.Text873.Parent = this.DataBand305;
this.DataBand302.MasterComponent = this.DataBand298;
this.DataBand302.Page = this.standOverv_indSectAirQual;
this.DataBand302.Parent = this.standOverv_indSectAirQual;
this.Text859.Page = this.standOverv_indSectAirQual;
this.Text859.Parent = this.DataBand302;
this.DataBand303.MasterComponent = this.DataBand302;
this.DataBand303.Page = this.standOverv_indSectAirQual;
this.DataBand303.Parent = this.standOverv_indSectAirQual;
this.Text860.Page = this.standOverv_indSectAirQual;
this.Text860.Parent = this.DataBand303;
this.DataBand304.MasterComponent = this.DataBand303;
this.DataBand304.Page = this.standOverv_indSectAirQual;
this.DataBand304.Parent = this.standOverv_indSectAirQual;
this.Text861.Page = this.standOverv_indSectAirQual;
this.Text861.Parent = this.DataBand304;
this.Text862.Page = this.standOverv_indSectAirQual;
this.Text862.Parent = this.DataBand304;
this.Text863.Page = this.standOverv_indSectAirQual;
this.Text863.Parent = this.DataBand304;
this.Text864.Page = this.standOverv_indSectAirQual;
this.Text864.Parent = this.DataBand304;
this.Text865.Page = this.standOverv_indSectAirQual;
this.Text865.Parent = this.DataBand304;
this.Text866.Page = this.standOverv_indSectAirQual;
this.Text866.Parent = this.DataBand304;
this.Text867.Page = this.standOverv_indSectAirQual;
this.Text867.Parent = this.DataBand304;
this.DataBand306.MasterComponent = this.DataBand303;
this.DataBand306.Page = this.standOverv_indSectAirQual;
this.DataBand306.Parent = this.standOverv_indSectAirQual;
this.Text874.Page = this.standOverv_indSectAirQual;
this.Text874.Parent = this.DataBand306;
this.Text875.Page = this.standOverv_indSectAirQual;
this.Text875.Parent = this.DataBand306;
this.Text876.Page = this.standOverv_indSectAirQual;
this.Text876.Parent = this.DataBand306;
this.Text877.Page = this.standOverv_indSectAirQual;
this.Text877.Parent = this.DataBand306;
this.Text878.Page = this.standOverv_indSectAirQual;
this.Text878.Parent = this.DataBand306;
this.Text879.Page = this.standOverv_indSectAirQual;
this.Text879.Parent = this.DataBand306;
this.Text880.Page = this.standOverv_indSectAirQual;
this.Text880.Parent = this.DataBand306;
this.DataBand307.MasterComponent = this.DataBand298;
this.DataBand307.Page = this.standOverv_indSectAirQual;
this.DataBand307.Parent = this.standOverv_indSectAirQual;
this.Text881.Page = this.standOverv_indSectAirQual;
this.Text881.Parent = this.DataBand307;
this.DataBand308.MasterComponent = this.DataBand307;
this.DataBand308.Page = this.standOverv_indSectAirQual;
this.DataBand308.Parent = this.standOverv_indSectAirQual;
this.Text882.Page = this.standOverv_indSectAirQual;
this.Text882.Parent = this.DataBand308;
this.DataBand309.MasterComponent = this.DataBand308;
this.DataBand309.Page = this.standOverv_indSectAirQual;
this.DataBand309.Parent = this.standOverv_indSectAirQual;
this.Text883.Page = this.standOverv_indSectAirQual;
this.Text883.Parent = this.DataBand309;
this.Text884.Page = this.standOverv_indSectAirQual;
this.Text884.Parent = this.DataBand309;
this.Text885.Page = this.standOverv_indSectAirQual;
this.Text885.Parent = this.DataBand309;
this.Text886.Page = this.standOverv_indSectAirQual;
this.Text886.Parent = this.DataBand309;
this.Text887.Page = this.standOverv_indSectAirQual;
this.Text887.Parent = this.DataBand309;
this.Text888.Page = this.standOverv_indSectAirQual;
this.Text888.Parent = this.DataBand309;
this.Text889.Page = this.standOverv_indSectAirQual;
this.Text889.Parent = this.DataBand309;
this.DataBand310.MasterComponent = this.DataBand308;
this.DataBand310.Page = this.standOverv_indSectAirQual;
this.DataBand310.Parent = this.standOverv_indSectAirQual;
this.Text890.Page = this.standOverv_indSectAirQual;
this.Text890.Parent = this.DataBand310;
this.Text891.Page = this.standOverv_indSectAirQual;
this.Text891.Parent = this.DataBand310;
this.Text892.Page = this.standOverv_indSectAirQual;
this.Text892.Parent = this.DataBand310;
this.Text893.Page = this.standOverv_indSectAirQual;
this.Text893.Parent = this.DataBand310;
this.Text894.Page = this.standOverv_indSectAirQual;
this.Text894.Parent = this.DataBand310;
this.Text895.Page = this.standOverv_indSectAirQual;
this.Text895.Parent = this.DataBand310;
this.Text896.Page = this.standOverv_indSectAirQual;
this.Text896.Parent = this.DataBand310;
this.standOverv2.Report = this;
this.standOverv2.Watermark = this.standOverv2_Watermark;
this.DataBand5.Page = this.standOverv2;
this.DataBand5.Parent = this.standOverv2;
this.DataBand156.MasterComponent = this.DataBand5;
this.DataBand156.Page = this.standOverv2;
this.DataBand156.Parent = this.standOverv2;
this.Text463.Page = this.standOverv2;
this.Text463.Parent = this.DataBand156;
this.DataBand157.MasterComponent = this.DataBand156;
this.DataBand157.Page = this.standOverv2;
this.DataBand157.Parent = this.standOverv2;
this.DataBand158.MasterComponent = this.DataBand157;
this.DataBand158.Page = this.standOverv2;
this.DataBand158.Parent = this.standOverv2;
this.Text465.Page = this.standOverv2;
this.Text465.Parent = this.DataBand158;
this.Text466.Page = this.standOverv2;
this.Text466.Parent = this.DataBand158;
this.Text467.Page = this.standOverv2;
this.Text467.Parent = this.DataBand158;
this.Text468.Page = this.standOverv2;
this.Text468.Parent = this.DataBand158;
this.Text490.Page = this.standOverv2;
this.Text490.Parent = this.DataBand158;
this.Text491.Page = this.standOverv2;
this.Text491.Parent = this.DataBand158;
this.DataBand49.MasterComponent = this.DataBand5;
this.DataBand49.Page = this.standOverv2;
this.DataBand49.Parent = this.standOverv2;
this.Text670.Page = this.standOverv2;
this.Text670.Parent = this.DataBand49;
this.DataBand68.MasterComponent = this.DataBand49;
this.DataBand68.Page = this.standOverv2;
this.DataBand68.Parent = this.standOverv2;
this.DataBand70.MasterComponent = this.DataBand68;
this.DataBand70.Page = this.standOverv2;
this.DataBand70.Parent = this.standOverv2;
this.Text672.Page = this.standOverv2;
this.Text672.Parent = this.DataBand70;
this.Text673.Page = this.standOverv2;
this.Text673.Parent = this.DataBand70;
this.Text674.Page = this.standOverv2;
this.Text674.Parent = this.DataBand70;
this.Text675.Page = this.standOverv2;
this.Text675.Parent = this.DataBand70;
this.Text676.Page = this.standOverv2;
this.Text676.Parent = this.DataBand70;
this.Text677.Page = this.standOverv2;
this.Text677.Parent = this.DataBand70;
this.Text678.Page = this.standOverv2;
this.Text678.Parent = this.DataBand70;
this.Text492.Page = this.standOverv2;
this.Text492.Parent = this.DataBand70;
this.DataBand88.MasterComponent = this.DataBand5;
this.DataBand88.Page = this.standOverv2;
this.DataBand88.Parent = this.standOverv2;
this.Text679.Page = this.standOverv2;
this.Text679.Parent = this.DataBand88;
this.DataBand90.MasterComponent = this.DataBand5;
this.DataBand90.Page = this.standOverv2;
this.DataBand90.Parent = this.standOverv2;
this.Text680.Page = this.standOverv2;
this.Text680.Parent = this.DataBand90;
this.DataBand91.MasterComponent = this.DataBand90;
this.DataBand91.Page = this.standOverv2;
this.DataBand91.Parent = this.standOverv2;
this.Text681.Page = this.standOverv2;
this.Text681.Parent = this.DataBand91;
this.DataBand92.MasterComponent = this.DataBand91;
this.DataBand92.Page = this.standOverv2;
this.DataBand92.Parent = this.standOverv2;
this.Text682.Page = this.standOverv2;
this.Text682.Parent = this.DataBand92;
this.Text683.Page = this.standOverv2;
this.Text683.Parent = this.DataBand92;
this.Text684.Page = this.standOverv2;
this.Text684.Parent = this.DataBand92;
this.Text685.Page = this.standOverv2;
this.Text685.Parent = this.DataBand92;
this.Text686.Page = this.standOverv2;
this.Text686.Parent = this.DataBand92;
this.Text687.Page = this.standOverv2;
this.Text687.Parent = this.DataBand92;
this.Text688.Page = this.standOverv2;
this.Text688.Parent = this.DataBand92;
this.Text689.Page = this.standOverv2;
this.Text689.Parent = this.DataBand92;
this.Text690.Page = this.standOverv2;
this.Text690.Parent = this.DataBand92;
this.DataBand96.MasterComponent = this.DataBand5;
this.DataBand96.Page = this.standOverv2;
this.DataBand96.Parent = this.standOverv2;
this.Text691.Page = this.standOverv2;
this.Text691.Parent = this.DataBand96;
this.DataBand97.MasterComponent = this.DataBand96;
this.DataBand97.Page = this.standOverv2;
this.DataBand97.Parent = this.standOverv2;
this.Text692.Page = this.standOverv2;
this.Text692.Parent = this.DataBand97;
this.Text693.Page = this.standOverv2;
this.Text693.Parent = this.DataBand97;
this.Text694.Page = this.standOverv2;
this.Text694.Parent = this.DataBand97;
this.Text695.Page = this.standOverv2;
this.Text695.Parent = this.DataBand97;
this.Text696.Page = this.standOverv2;
this.Text696.Parent = this.DataBand97;
this.Text697.Page = this.standOverv2;
this.Text697.Parent = this.DataBand97;
this.Text698.Page = this.standOverv2;
this.Text698.Parent = this.DataBand97;
this.Text699.Page = this.standOverv2;
this.Text699.Parent = this.DataBand97;
this.Text497.Page = this.standOverv2;
this.Text497.Parent = this.DataBand97;
this.DataBand98.MasterComponent = this.DataBand5;
this.DataBand98.Page = this.standOverv2;
this.DataBand98.Parent = this.standOverv2;
this.Text700.Page = this.standOverv2;
this.Text700.Parent = this.DataBand98;
this.DataBand99.MasterComponent = this.DataBand98;
this.DataBand99.Page = this.standOverv2;
this.DataBand99.Parent = this.standOverv2;
this.Text701.Page = this.standOverv2;
this.Text701.Parent = this.DataBand99;
this.DataBand100.MasterComponent = this.DataBand99;
this.DataBand100.Page = this.standOverv2;
this.DataBand100.Parent = this.standOverv2;
this.Text702.Page = this.standOverv2;
this.Text702.Parent = this.DataBand100;
this.Text703.Page = this.standOverv2;
this.Text703.Parent = this.DataBand100;
this.Text704.Page = this.standOverv2;
this.Text704.Parent = this.DataBand100;
this.Text705.Page = this.standOverv2;
this.Text705.Parent = this.DataBand100;
this.Text706.Page = this.standOverv2;
this.Text706.Parent = this.DataBand100;
this.Text707.Page = this.standOverv2;
this.Text707.Parent = this.DataBand100;
this.Text708.Page = this.standOverv2;
this.Text708.Parent = this.DataBand100;
this.standOverv3.Report = this;
this.standOverv3.Watermark = this.standOverv3_Watermark;
this.DataBand102.Page = this.standOverv3;
this.DataBand102.Parent = this.standOverv3;
this.DataBand103.MasterComponent = this.DataBand102;
this.DataBand103.Page = this.standOverv3;
this.DataBand103.Parent = this.standOverv3;
this.Text711.Page = this.standOverv3;
this.Text711.Parent = this.DataBand103;
this.DataBand104.MasterComponent = this.DataBand103;
this.DataBand104.Page = this.standOverv3;
this.DataBand104.Parent = this.standOverv3;
this.Text712.Page = this.standOverv3;
this.Text712.Parent = this.DataBand104;
this.DataBand105.MasterComponent = this.DataBand104;
this.DataBand105.Page = this.standOverv3;
this.DataBand105.Parent = this.standOverv3;
this.Text713.Page = this.standOverv3;
this.Text713.Parent = this.DataBand105;
this.Text714.Page = this.standOverv3;
this.Text714.Parent = this.DataBand105;
this.Text715.Page = this.standOverv3;
this.Text715.Parent = this.DataBand105;
this.Text716.Page = this.standOverv3;
this.Text716.Parent = this.DataBand105;
this.Text717.Page = this.standOverv3;
this.Text717.Parent = this.DataBand105;
this.Text718.Page = this.standOverv3;
this.Text718.Parent = this.DataBand105;
this.Text719.Page = this.standOverv3;
this.Text719.Parent = this.DataBand105;
this.Text720.Page = this.standOverv3;
this.Text720.Parent = this.DataBand105;
this.standOverv4.Report = this;
this.standOverv4.Watermark = this.standOverv4_Watermark;
this.DataBand107.Page = this.standOverv4;
this.DataBand107.Parent = this.standOverv4;
this.DataBand108.MasterComponent = this.DataBand107;
this.DataBand108.Page = this.standOverv4;
this.DataBand108.Parent = this.standOverv4;
this.Text724.Page = this.standOverv4;
this.Text724.Parent = this.DataBand108;
this.DataBand109.MasterComponent = this.DataBand108;
this.DataBand109.Page = this.standOverv4;
this.DataBand109.Parent = this.standOverv4;
this.DataBand110.MasterComponent = this.DataBand109;
this.DataBand110.Page = this.standOverv4;
this.DataBand110.Parent = this.standOverv4;
this.Text726.Page = this.standOverv4;
this.Text726.Parent = this.DataBand110;
this.Text727.Page = this.standOverv4;
this.Text727.Parent = this.DataBand110;
this.Text728.Page = this.standOverv4;
this.Text728.Parent = this.DataBand110;
this.Text729.Page = this.standOverv4;
this.Text729.Parent = this.DataBand110;
this.Text731.Page = this.standOverv4;
this.Text731.Parent = this.DataBand110;
this.Text732.Page = this.standOverv4;
this.Text732.Parent = this.DataBand110;
this.DataBand111.MasterComponent = this.DataBand107;
this.DataBand111.Page = this.standOverv4;
this.DataBand111.Parent = this.standOverv4;
this.Text733.Page = this.standOverv4;
this.Text733.Parent = this.DataBand111;
this.DataBand112.MasterComponent = this.DataBand111;
this.DataBand112.Page = this.standOverv4;
this.DataBand112.Parent = this.standOverv4;
this.Text734.Page = this.standOverv4;
this.Text734.Parent = this.DataBand112;
this.DataBand113.MasterComponent = this.DataBand112;
this.DataBand113.Page = this.standOverv4;
this.DataBand113.Parent = this.standOverv4;
this.Text735.Page = this.standOverv4;
this.Text735.Parent = this.DataBand113;
this.Text736.Page = this.standOverv4;
this.Text736.Parent = this.DataBand113;
this.Text737.Page = this.standOverv4;
this.Text737.Parent = this.DataBand113;
this.Text738.Page = this.standOverv4;
this.Text738.Parent = this.DataBand113;
this.Text739.Page = this.standOverv4;
this.Text739.Parent = this.DataBand113;
this.Text740.Page = this.standOverv4;
this.Text740.Parent = this.DataBand113;
this.Text741.Page = this.standOverv4;
this.Text741.Parent = this.DataBand113;
this.standOverv5.Report = this;
this.standOverv5.Watermark = this.standOverv5_Watermark;
this.DataBand115.Page = this.standOverv5;
this.DataBand115.Parent = this.standOverv5;
this.DataBand116.MasterComponent = this.DataBand115;
this.DataBand116.Page = this.standOverv5;
this.DataBand116.Parent = this.standOverv5;
this.Text745.Page = this.standOverv5;
this.Text745.Parent = this.DataBand116;
this.DataBand117.MasterComponent = this.DataBand116;
this.DataBand117.Page = this.standOverv5;
this.DataBand117.Parent = this.standOverv5;
this.Text746.Page = this.standOverv5;
this.Text746.Parent = this.DataBand117;
this.DataBand118.MasterComponent = this.DataBand117;
this.DataBand118.Page = this.standOverv5;
this.DataBand118.Parent = this.standOverv5;
this.Text747.Page = this.standOverv5;
this.Text747.Parent = this.DataBand118;
this.Text748.Page = this.standOverv5;
this.Text748.Parent = this.DataBand118;
this.Text749.Page = this.standOverv5;
this.Text749.Parent = this.DataBand118;
this.Text750.Page = this.standOverv5;
this.Text750.Parent = this.DataBand118;
this.Text751.Page = this.standOverv5;
this.Text751.Parent = this.DataBand118;
this.Text752.Page = this.standOverv5;
this.Text752.Parent = this.DataBand118;
this.Text753.Page = this.standOverv5;
this.Text753.Parent = this.DataBand118;
this.EndRender += new System.EventHandler(this.rptKaleidosWordsToEnd__EndRender);
//
// Add to Page1.Components
//
this.Page1.Components.Clear();
this.Page1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.hoofdnaam,
this.DataBand81,
this.mixtBignr});
//
// Add to PageHeaderBand1.Components
//
this.PageHeaderBand1.Components.Clear();
this.PageHeaderBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text145});
//
// Add to PageFooterBand1.Components
//
this.PageFooterBand1.Components.Clear();
this.PageFooterBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.SystemText1,
this.SystemText2,
this.Text144});
//
// Add to variables.Components
//
this.variables.Components.Clear();
this.variables.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.PageHeaderBand1,
this.PageFooterBand1,
this.SubReport1,
this.showCustomerInfo,
this.customerInfo});
//
// Add to ReportTitleBand1.Components
//
this.ReportTitleBand1.Components.Clear();
this.ReportTitleBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text586,
this.Image70,
this.Text588});
//
// Add to bndIdentificationTitleMain.Components
//
this.bndIdentificationTitleMain.Components.Clear();
this.bndIdentificationTitleMain.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text396});
//
// Add to bndIdentificationValues.Components
//
this.bndIdentificationValues.Components.Clear();
this.bndIdentificationValues.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.txtIdentificationProperty,
this.txtIdentificationValue});
//
// Add to ident.Components
//
this.ident.Components.Clear();
this.ident.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.ReportTitleBand1,
this.bndIdentificationTitleMain,
this.bndIdentificationValues});
//
// Add to compTitleMain.Components
//
this.compTitleMain.Components.Clear();
this.compTitleMain.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text1});
//
// Add to Data3.Components
//
this.Data3.Components.Clear();
this.Data3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text6});
//
// Add to Data13.Components
//
this.Data13.Components.Clear();
this.Data13.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text7});
//
// Add to Panel4.Components
//
this.Panel4.Components.Clear();
this.Panel4.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Data13});
//
// Add to Data14.Components
//
this.Data14.Components.Clear();
this.Data14.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text8});
//
// Add to Panel5.Components
//
this.Panel5.Components.Clear();
this.Panel5.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Data14});
//
// Add to Data15.Components
//
this.Data15.Components.Clear();
this.Data15.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text10});
//
// Add to Panel6.Components
//
this.Panel6.Components.Clear();
this.Panel6.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Data15});
//
// Add to Data16.Components
//
this.Data16.Components.Clear();
this.Data16.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text11});
//
// Add to Panel7.Components
//
this.Panel7.Components.Clear();
this.Panel7.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Data16});
//
// Add to Data17.Components
//
this.Data17.Components.Clear();
this.Data17.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text12});
//
// Add to Panel9.Components
//
this.Panel9.Components.Clear();
this.Panel9.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Data17});
//
// Add to Data18.Components
//
this.Data18.Components.Clear();
this.Data18.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text13});
//
// Add to Panel10.Components
//
this.Panel10.Components.Clear();
this.Panel10.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Data18});
//
// Add to Data4.Components
//
this.Data4.Components.Clear();
this.Data4.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel4,
this.Panel5,
this.Panel6,
this.Panel7,
this.Panel9,
this.Panel10});
//
// Add to Data5.Components
//
this.Data5.Components.Clear();
this.Data5.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text14,
this.Text15,
this.Text16,
this.Text17});
//
// Add to GroupFooter1.Components
//
this.GroupFooter1.Components.Clear();
this.GroupFooter1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text18,
this.Text19,
this.Text20,
this.Text21,
this.Text22,
this.RichText1});
//
// Add to Data11.Components
//
this.Data11.Components.Clear();
this.Data11.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text23});
//
// Add to comp.Components
//
this.comp.Components.Clear();
this.comp.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.compTitleMain,
this.Data3,
this.Data4,
this.GroupHeader1,
this.Data5,
this.GroupFooter1,
this.Data6,
this.Data7,
this.Data8,
this.Data9,
this.Data10,
this.Data11});
//
// Add to hazardTitleMain.Components
//
this.hazardTitleMain.Components.Clear();
this.hazardTitleMain.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text5});
//
// Add to Data20.Components
//
this.Data20.Components.Clear();
this.Data20.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text25});
//
// Add to Data21.Components
//
this.Data21.Components.Clear();
this.Data21.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text26});
//
// Add to Data22.Components
//
this.Data22.Components.Clear();
this.Data22.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text27});
//
// Add to Data23.Components
//
this.Data23.Components.Clear();
this.Data23.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text28});
//
// Add to Data24.Components
//
this.Data24.Components.Clear();
this.Data24.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text29});
//
// Add to Data25.Components
//
this.Data25.Components.Clear();
this.Data25.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text30});
//
// Add to hazard.Components
//
this.hazard.Components.Clear();
this.hazard.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.hazardTitleMain,
this.Data20,
this.Data21,
this.Data22,
this.Data23,
this.Data24,
this.Data25});
//
// Add to emResTitleMain.Components
//
this.emResTitleMain.Components.Clear();
this.emResTitleMain.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text24});
//
// Add to Data28.Components
//
this.Data28.Components.Clear();
this.Data28.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text34});
//
// Add to Data29.Components
//
this.Data29.Components.Clear();
this.Data29.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text35});
//
// Add to Data30.Components
//
this.Data30.Components.Clear();
this.Data30.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text36});
//
// Add to ERG.Components
//
this.ERG.Components.Clear();
this.ERG.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text37});
//
// Add to ERGinstructions.Components
//
this.ERGinstructions.Components.Clear();
this.ERGinstructions.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text38});
//
// Add to Data33.Components
//
this.Data33.Components.Clear();
this.Data33.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text39,
this.Text40});
//
// Add to ERGdistances.Components
//
this.ERGdistances.Components.Clear();
this.ERGdistances.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text430});
//
// Add to DataBand167.Components
//
this.DataBand167.Components.Clear();
this.DataBand167.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text359});
//
// Add to DataBand168.Components
//
this.DataBand168.Components.Clear();
this.DataBand168.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text427,
this.Text428,
this.Text429});
//
// Add to emRes.Components
//
this.emRes.Components.Clear();
this.emRes.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.emResTitleMain,
this.Data28,
this.Data29,
this.Data30,
this.ERG,
this.ERGinstructions,
this.Data33,
this.ERGdistances,
this.DataBand167,
this.DataBand168});
//
// Add to physPropTitleMain.Components
//
this.physPropTitleMain.Components.Clear();
this.physPropTitleMain.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text33});
//
// Add to Data37.Components
//
this.Data37.Components.Clear();
this.Data37.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text47});
//
// Add to DataBand147.Components
//
this.DataBand147.Components.Clear();
this.DataBand147.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text261});
//
// Add to DataBand145.Components
//
this.DataBand145.Components.Clear();
this.DataBand145.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text54});
//
// Add to Data38.Components
//
this.Data38.Components.Clear();
this.Data38.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text48});
//
// Add to physProp.Components
//
this.physProp.Components.Clear();
this.physProp.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.physPropTitleMain,
this.Data37,
this.DataBand147,
this.DataBand145,
this.Data38});
//
// Add to toxTitleMain.Components
//
this.toxTitleMain.Components.Clear();
this.toxTitleMain.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text46});
//
// Add to DataBand146.Components
//
this.DataBand146.Components.Clear();
this.DataBand146.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text256});
//
// Add to DataBand148.Components
//
this.DataBand148.Components.Clear();
this.DataBand148.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text401,
this.Text404});
//
// Add to DataBand149.Components
//
this.DataBand149.Components.Clear();
this.DataBand149.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text405,
this.Text406});
//
// Add to Data42.Components
//
this.Data42.Components.Clear();
this.Data42.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text58});
//
// Add to Data43.Components
//
this.Data43.Components.Clear();
this.Data43.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text59,
this.Text60});
//
// Add to Data44.Components
//
this.Data44.Components.Clear();
this.Data44.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text61});
//
// Add to Data45.Components
//
this.Data45.Components.Clear();
this.Data45.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text63,
this.Text62});
//
// Add to Data46.Components
//
this.Data46.Components.Clear();
this.Data46.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text64,
this.Text65});
//
// Add to Data47.Components
//
this.Data47.Components.Clear();
this.Data47.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text66});
//
// Add to Data48.Components
//
this.Data48.Components.Clear();
this.Data48.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text67});
//
// Add to Data49.Components
//
this.Data49.Components.Clear();
this.Data49.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text68});
//
// Add to Data50.Components
//
this.Data50.Components.Clear();
this.Data50.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text69,
this.Text70});
//
// Add to tox.Components
//
this.tox.Components.Clear();
this.tox.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.toxTitleMain,
this.DataBand146,
this.DataBand148,
this.DataBand149,
this.Data42,
this.Data43,
this.Data44,
this.Data45,
this.Data46,
this.Data47,
this.Data48,
this.Data49,
this.Data50});
//
// Add to ecoTitleMain.Components
//
this.ecoTitleMain.Components.Clear();
this.ecoTitleMain.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text57});
//
// Add to Data56.Components
//
this.Data56.Components.Clear();
this.Data56.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text76});
//
// Add to Data57.Components
//
this.Data57.Components.Clear();
this.Data57.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text77});
//
// Add to Data58.Components
//
this.Data58.Components.Clear();
this.Data58.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text78});
//
// Add to Data60.Components
//
this.Data60.Components.Clear();
this.Data60.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text80});
//
// Add to Data61.Components
//
this.Data61.Components.Clear();
this.Data61.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text379,
this.Text79});
//
// Add to eco.Components
//
this.eco.Components.Clear();
this.eco.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.ecoTitleMain,
this.Data56,
this.Data57,
this.Data58,
this.Data60,
this.Data61});
//
// Add to techDataTitleMain.Components
//
this.techDataTitleMain.Components.Clear();
this.techDataTitleMain.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text73});
//
// Add to Data64.Components
//
this.Data64.Components.Clear();
this.Data64.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text394});
//
// Add to Data65.Components
//
this.Data65.Components.Clear();
this.Data65.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text87,
this.Text88});
//
// Add to DataBand225.Components
//
this.DataBand225.Components.Clear();
this.DataBand225.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text500});
//
// Add to DataBand224.Components
//
this.DataBand224.Components.Clear();
this.DataBand224.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text493,
this.Text499,
this.Text531});
//
// Add to DataBand2.Components
//
this.DataBand2.Components.Clear();
this.DataBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text86});
//
// Add to DataBand3.Components
//
this.DataBand3.Components.Clear();
this.DataBand3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text189,
this.Text472,
this.Text367,
this.Text399,
this.Text498});
//
// Add to DataBand4.Components
//
this.DataBand4.Components.Clear();
this.DataBand4.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text473,
this.Text488,
this.Text489});
//
// Add to Data214.Components
//
this.Data214.Components.Clear();
this.Data214.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text602});
//
// Add to Data213.Components
//
this.Data213.Components.Clear();
this.Data213.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text175,
this.Text590,
this.Text601,
this.Text600});
//
// Add to Data215.Components
//
this.Data215.Components.Clear();
this.Data215.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text603,
this.Text604,
this.Text605,
this.Text606,
this.Text637});
//
// Add to techDat.Components
//
this.techDat.Components.Clear();
this.techDat.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.techDataTitleMain,
this.Data64,
this.Data65,
this.DataBand225,
this.DataBand224,
this.DataBand2,
this.DataBand3,
this.DataBand4,
this.Data214,
this.Data213,
this.Data215});
//
// Add to Data72.Components
//
this.Data72.Components.Clear();
this.Data72.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text95});
//
// Add to Data73.Components
//
this.Data73.Components.Clear();
this.Data73.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text407});
//
// Add to Data74.Components
//
this.Data74.Components.Clear();
this.Data74.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text97,
this.Text98,
this.Text99,
this.Text100,
this.Text534,
this.Text638});
//
this.InitializeComponent40();
}
public void InitializeComponent40()
{
// Add to storage.Components
//
this.storage.Components.Clear();
this.storage.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text235});
//
// Add to DataBand66.Components
//
this.DataBand66.Components.Clear();
this.DataBand66.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text408,
this.Text495});
//
// Add to techDatEcoT.Components
//
this.techDatEcoT.Components.Clear();
this.techDatEcoT.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Data71,
this.Data72,
this.Data73,
this.Data74,
this.storage,
this.DataBand66});
//
// Add to DataBand228.Components
//
this.DataBand228.Components.Clear();
this.DataBand228.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text104});
//
// Add to DataBand229.Components
//
this.DataBand229.Components.Clear();
this.DataBand229.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text105});
//
// Add to DataBand230.Components
//
this.DataBand230.Components.Clear();
this.DataBand230.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text106});
//
// Add to DataBand269.Components
//
this.DataBand269.Components.Clear();
this.DataBand269.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text102,
this.Text120});
//
// Add to GroupHeaderBand3.Components
//
this.GroupHeaderBand3.Components.Clear();
this.GroupHeaderBand3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text107});
//
// Add to GroupFooterBand3.Components
//
this.GroupFooterBand3.Components.Clear();
this.GroupFooterBand3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text116,
this.Text117,
this.Text118});
//
// Add to eL_eu.Components
//
this.eL_eu.Components.Clear();
this.eL_eu.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand228,
this.DataBand229,
this.DataBand230,
this.DataBand269,
this.DataBand235,
this.GroupHeaderBand3,
this.DataBand236,
this.GroupFooterBand3});
//
// Add to DataBand227.Components
//
this.DataBand227.Components.Clear();
this.DataBand227.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text103});
//
// Add to DataBand274.Components
//
this.DataBand274.Components.Clear();
this.DataBand274.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text772,
this.Text773});
//
// Add to DataBand275.Components
//
this.DataBand275.Components.Clear();
this.DataBand275.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text774});
//
// Add to DataBand276.Components
//
this.DataBand276.Components.Clear();
this.DataBand276.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text775,
this.Text776});
//
// Add to GroupHeaderBand1.Components
//
this.GroupHeaderBand1.Components.Clear();
this.GroupHeaderBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text108});
//
// Add to GroupFooterBand1.Components
//
this.GroupFooterBand1.Components.Clear();
this.GroupFooterBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text109,
this.Text110,
this.Text111});
//
// Add to GroupHeaderBand2.Components
//
this.GroupHeaderBand2.Components.Clear();
this.GroupHeaderBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text112});
//
// Add to GroupFooterBand2.Components
//
this.GroupFooterBand2.Components.Clear();
this.GroupFooterBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text113,
this.Text114,
this.Text115});
//
// Add to eL_usa.Components
//
this.eL_usa.Components.Clear();
this.eL_usa.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand65,
this.DataBand226,
this.DataBand227,
this.DataBand274,
this.DataBand275,
this.DataBand276,
this.DataBand231,
this.GroupHeaderBand1,
this.DataBand232,
this.GroupFooterBand1,
this.DataBand233,
this.GroupHeaderBand2,
this.DataBand234,
this.GroupFooterBand2});
//
// Add to DataBand267.Components
//
this.DataBand267.Components.Clear();
this.DataBand267.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text141});
//
// Add to DataBand264.Components
//
this.DataBand264.Components.Clear();
this.DataBand264.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text124});
//
// Add to DataBand270.Components
//
this.DataBand270.Components.Clear();
this.DataBand270.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text101,
this.Text119});
//
// Add to GroupHeaderBand9.Components
//
this.GroupHeaderBand9.Components.Clear();
this.GroupHeaderBand9.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text125});
//
// Add to GroupFooterBand9.Components
//
this.GroupFooterBand9.Components.Clear();
this.GroupFooterBand9.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text133,
this.Text134,
this.Text140});
//
// Add to DataBand268.Components
//
this.DataBand268.Components.Clear();
this.DataBand268.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text721});
//
// Add to DataBand272.Components
//
this.DataBand272.Components.Clear();
this.DataBand272.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text770,
this.Text771});
//
// Add to DataBand271.Components
//
this.DataBand271.Components.Clear();
this.DataBand271.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text722,
this.Text769});
//
// Add to eL_d.Components
//
this.eL_d.Components.Clear();
this.eL_d.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand262,
this.DataBand263,
this.DataBand267,
this.DataBand264,
this.DataBand270,
this.DataBand265,
this.GroupHeaderBand9,
this.DataBand266,
this.GroupFooterBand9,
this.DataBand268,
this.DataBand272,
this.DataBand273,
this.DataBand271});
//
// Add to DataBand242.Components
//
this.DataBand242.Components.Clear();
this.DataBand242.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text126});
//
// Add to DataBand277.Components
//
this.DataBand277.Components.Clear();
this.DataBand277.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text777,
this.Text778});
//
// Add to GroupHeaderBand5.Components
//
this.GroupHeaderBand5.Components.Clear();
this.GroupHeaderBand5.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text127});
//
// Add to GroupFooterBand5.Components
//
this.GroupFooterBand5.Components.Clear();
this.GroupFooterBand5.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text128,
this.Text129,
this.Text130});
//
// Add to eL_nl.Components
//
this.eL_nl.Components.Clear();
this.eL_nl.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand240,
this.DataBand241,
this.DataBand242,
this.DataBand277,
this.DataBand243,
this.GroupHeaderBand5,
this.DataBand244,
this.GroupFooterBand5});
//
// Add to DataBand369.Components
//
this.DataBand369.Components.Clear();
this.DataBand369.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text990});
//
// Add to DataBand370.Components
//
this.DataBand370.Components.Clear();
this.DataBand370.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text977,
this.Text984});
//
// Add to GroupHeaderBand11.Components
//
this.GroupHeaderBand11.Components.Clear();
this.GroupHeaderBand11.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text985});
//
// Add to GroupFooterBand11.Components
//
this.GroupFooterBand11.Components.Clear();
this.GroupFooterBand11.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text986,
this.Text987,
this.Text988});
//
// Add to DataBand375.Components
//
this.DataBand375.Components.Clear();
this.DataBand375.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text989});
//
// Add to eL_b.Components
//
this.eL_b.Components.Clear();
this.eL_b.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand357,
this.DataBand364,
this.DataBand369,
this.DataBand370,
this.DataBand371,
this.GroupHeaderBand11,
this.DataBand372,
this.GroupFooterBand11,
this.DataBand237,
this.DataBand375});
//
// Add to DataBand249.Components
//
this.DataBand249.Components.Clear();
this.DataBand249.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text135});
//
// Add to DataBand279.Components
//
this.DataBand279.Components.Clear();
this.DataBand279.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text781,
this.Text782});
//
// Add to GroupHeaderBand6.Components
//
this.GroupHeaderBand6.Components.Clear();
this.GroupHeaderBand6.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text136});
//
// Add to GroupFooterBand6.Components
//
this.GroupFooterBand6.Components.Clear();
this.GroupFooterBand6.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text137,
this.Text138,
this.Text139});
//
// Add to eL_fr.Components
//
this.eL_fr.Components.Clear();
this.eL_fr.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand247,
this.DataBand248,
this.DataBand249,
this.DataBand279,
this.DataBand250,
this.GroupHeaderBand6,
this.DataBand251,
this.GroupFooterBand6});
//
// Add to DataBand259.Components
//
this.DataBand259.Components.Clear();
this.DataBand259.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text742});
//
// Add to DataBand282.Components
//
this.DataBand282.Components.Clear();
this.DataBand282.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text787,
this.Text788});
//
// Add to GroupHeaderBand8.Components
//
this.GroupHeaderBand8.Components.Clear();
this.GroupHeaderBand8.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text743});
//
// Add to GroupFooterBand8.Components
//
this.GroupFooterBand8.Components.Clear();
this.GroupFooterBand8.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text762,
this.Text767,
this.Text768});
//
// Add to eL_gb.Components
//
this.eL_gb.Components.Clear();
this.eL_gb.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand257,
this.DataBand258,
this.DataBand259,
this.DataBand282,
this.DataBand260,
this.GroupHeaderBand8,
this.DataBand261,
this.GroupFooterBand8});
//
// Add to Data69.Components
//
this.Data69.Components.Clear();
this.Data69.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text597});
//
// Add to Data90.Components
//
this.Data90.Components.Clear();
this.Data90.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text151});
//
// Add to Data91.Components
//
this.Data91.Components.Clear();
this.Data91.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text152,
this.Text153});
//
// Add to Data97.Components
//
this.Data97.Components.Clear();
this.Data97.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text154,
this.Text155});
//
// Add to Data204.Components
//
this.Data204.Components.Clear();
this.Data204.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text607});
//
// Add to Data205.Components
//
this.Data205.Components.Clear();
this.Data205.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text608,
this.Text609,
this.Text610});
//
// Add to Data206.Components
//
this.Data206.Components.Clear();
this.Data206.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text611,
this.Text612,
this.Text613,
this.Text614,
this.Text615});
//
// Add to Data207.Components
//
this.Data207.Components.Clear();
this.Data207.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text616,
this.Text617,
this.Text618,
this.Text619,
this.Text620,
this.Text621,
this.Text622,
this.Text623});
//
// Add to Data208.Components
//
this.Data208.Components.Clear();
this.Data208.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text624,
this.Text625,
this.Text626,
this.Text627,
this.Text628,
this.Text629});
//
// Add to Data209.Components
//
this.Data209.Components.Clear();
this.Data209.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text630,
this.Text631,
this.Text632,
this.Text633,
this.Text634,
this.Text635,
this.Text636});
//
// Add to intvVal.Components
//
this.intvVal.Components.Clear();
this.intvVal.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand284,
this.Data69,
this.Data90,
this.Data91,
this.Data92,
this.Data97,
this.Data204,
this.Data205,
this.Data206,
this.Data207,
this.Data208,
this.Data209});
//
// Add to Data93.Components
//
this.Data93.Components.Clear();
this.Data93.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text85});
//
// Add to DataBand153.Components
//
this.DataBand153.Components.Clear();
this.DataBand153.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text448});
//
// Add to DataBand155.Components
//
this.DataBand155.Components.Clear();
this.DataBand155.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text450,
this.Text451,
this.Text458,
this.Text459,
this.Text460,
this.Text461});
//
// Add to whoEuSubT2.Components
//
this.whoEuSubT2.Components.Clear();
this.whoEuSubT2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text146});
//
// Add to Data96.Components
//
this.Data96.Components.Clear();
this.Data96.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text181,
this.Text182,
this.Text183,
this.Text184,
this.Text185,
this.Text186,
this.Text187,
this.Text447});
//
// Add to DataBand67.Components
//
this.DataBand67.Components.Clear();
this.DataBand67.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text239});
//
// Add to vlaremSubT3.Components
//
this.vlaremSubT3.Components.Clear();
this.vlaremSubT3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text577});
//
// Add to prop1212.Components
//
this.prop1212.Components.Clear();
this.prop1212.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text240});
//
// Add to DataBand69.Components
//
this.DataBand69.Components.Clear();
this.DataBand69.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text496,
this.Text502,
this.Text525,
this.Text535,
this.Text573,
this.Text574,
this.Text575,
this.Text596,
this.Text598});
//
// Add to prop1213.Components
//
this.prop1213.Components.Clear();
this.prop1213.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text649});
//
// Add to DataBand89.Components
//
this.DataBand89.Components.Clear();
this.DataBand89.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text650,
this.Text651,
this.Text652,
this.Text653,
this.Text654,
this.Text655,
this.Text656,
this.Text172,
this.Text462});
//
// Add to bhgSubT3.Components
//
this.bhgSubT3.Components.Clear();
this.bhgSubT3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text180});
//
// Add to DataBand47.Components
//
this.DataBand47.Components.Clear();
this.DataBand47.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text380});
//
// Add to DataBand48.Components
//
this.DataBand48.Components.Clear();
this.DataBand48.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text381,
this.Text382,
this.Text383,
this.Text384,
this.Text385,
this.Text386,
this.Text388});
//
// Add to airQual.Components
//
this.airQual.Components.Clear();
this.airQual.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Data93,
this.DataBand153,
this.DataBand154,
this.DataBand155,
this.whoEuSubT2,
this.Data95,
this.Data96,
this.DataBand67,
this.vlaremSubT3,
this.prop1212,
this.DataBand69,
this.prop1213,
this.DataBand89,
this.bhgSubT3,
this.DataBand47,
this.DataBand48});
//
// Add to walSubT3.Components
//
this.walSubT3.Components.Clear();
this.walSubT3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text640});
//
// Add to DataBand85.Components
//
this.DataBand85.Components.Clear();
this.DataBand85.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text641});
//
// Add to DataBand86.Components
//
this.DataBand86.Components.Clear();
this.DataBand86.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text642,
this.Text643,
this.Text644,
this.Text645,
this.Text646,
this.Text647,
this.Text648,
this.Text599});
//
// Add to airQual2.Components
//
this.airQual2.Components.Clear();
this.airQual2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand87,
this.walSubT3,
this.DataBand85,
this.DataBand86});
//
// Add to indoorAirQualSubT1.Components
//
this.indoorAirQualSubT1.Components.Clear();
this.indoorAirQualSubT1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text163});
//
// Add to whoSubT2.Components
//
this.whoSubT2.Components.Clear();
this.whoSubT2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text164});
//
// Add to Data210.Components
//
this.Data210.Components.Clear();
this.Data210.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text166,
this.Text167,
this.Text168,
this.Text169,
this.Text171,
this.Text658});
//
// Add to vlaremSubT2.Components
//
this.vlaremSubT2.Components.Clear();
this.vlaremSubT2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text657});
//
// Add to DataBand93.Components
//
this.DataBand93.Components.Clear();
this.DataBand93.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text661});
//
// Add to DataBand94.Components
//
this.DataBand94.Components.Clear();
this.DataBand94.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text662,
this.Text663,
this.Text664,
this.Text665,
this.Text666,
this.Text667,
this.Text668});
//
// Add to indoorAirQual.Components
//
this.indoorAirQual.Components.Clear();
this.indoorAirQual.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.indoorAirQualSubT1,
this.whoSubT2,
this.Data158,
this.Data210,
this.vlaremSubT2,
this.DataBand93,
this.DataBand94});
//
// Add to DataBand8.Components
//
this.DataBand8.Components.Clear();
this.DataBand8.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text237});
//
// Add to DataBand12.Components
//
this.DataBand12.Components.Clear();
this.DataBand12.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text339});
//
// Add to DataBand13.Components
//
this.DataBand13.Components.Clear();
this.DataBand13.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text371});
//
// Add to DataBand45.Components
//
this.DataBand45.Components.Clear();
this.DataBand45.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text372,
this.Text373,
this.Text374,
this.Text375,
this.Text376,
this.Text377,
this.Text378});
//
// Add to sectAirQual.Components
//
this.sectAirQual.Components.Clear();
this.sectAirQual.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand8,
this.DataBand12,
this.DataBand13,
this.DataBand45});
//
// Add to matHandTitleMain.Components
//
this.matHandTitleMain.Components.Clear();
this.matHandTitleMain.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text178});
//
// Add to PersonalProtection.Components
//
this.PersonalProtection.Components.Clear();
this.PersonalProtection.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text188});
//
// Add to Data102.Components
//
this.Data102.Components.Clear();
this.Data102.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text194});
//
// Add to PPE_Handling.Components
//
this.PPE_Handling.Components.Clear();
this.PPE_Handling.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text193});
//
// Add to Data104.Components
//
this.Data104.Components.Clear();
this.Data104.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text96});
//
// Add to Data105.Components
//
this.Data105.Components.Clear();
this.Data105.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text198});
//
// Add to ConcMeasurement.Components
//
this.ConcMeasurement.Components.Clear();
this.ConcMeasurement.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text195});
//
// Add to Data107.Components
//
this.Data107.Components.Clear();
this.Data107.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text197});
//
// Add to Dräger.Components
//
this.Dräger.Components.Clear();
this.Dräger.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text201,
this.Text202,
this.Text203,
this.Text204});
//
// Add to Auer_Rae.Components
//
this.Auer_Rae.Components.Clear();
this.Auer_Rae.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text43,
this.Text173});
//
// Add to GASTEC.Components
//
this.GASTEC.Components.Clear();
this.GASTEC.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text205,
this.Text206,
this.Text207,
this.Text208,
this.Text209,
this.Text210,
this.Text211,
this.Text41,
this.Text42});
//
// Add to DataBand345.Components
//
this.DataBand345.Components.Clear();
this.DataBand345.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text941,
this.Text942,
this.Text943,
this.Text944,
this.Text945,
this.Text946,
this.Text947,
this.Text948,
this.Text949});
//
// Add to PID.Components
//
this.PID.Components.Clear();
this.PID.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text219,
this.Text220,
this.Text221,
this.Text222,
this.Text223,
this.Text224});
//
// Add to DataBand344.Components
//
this.DataBand344.Components.Clear();
this.DataBand344.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text909,
this.Text936,
this.Text937,
this.Text938,
this.Text939,
this.Text940});
//
// Add to matHand.Components
//
this.matHand.Components.Clear();
this.matHand.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.matHandTitleMain,
this.PersonalProtection,
this.Data101,
this.Data102,
this.PPE_Handling,
this.Data104,
this.Data105,
this.ConcMeasurement,
this.Data107,
this.Data108,
this.Dräger,
this.Auer_Rae,
this.GASTEC,
this.DataBand345,
this.PID,
this.DataBand344});
//
// Add to SamplingMethods.Components
//
this.SamplingMethods.Components.Clear();
this.SamplingMethods.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text199});
//
// Add to Data116.Components
//
this.Data116.Components.Clear();
this.Data116.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text226,
this.Text227});
//
// Add to Data117.Components
//
this.Data117.Components.Clear();
this.Data117.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text228,
this.Text229,
this.Text230,
this.Text231,
this.Text232});
//
// Add to DataBand346.Components
//
this.DataBand346.Components.Clear();
this.DataBand346.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text950,
this.Text951,
this.Text952,
this.Text953,
this.Text954});
//
// Add to PackageMaterials.Components
//
this.PackageMaterials.Components.Clear();
this.PackageMaterials.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text225});
//
// Add to Data119.Components
//
this.Data119.Components.Clear();
this.Data119.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text234,
this.Text200});
//
// Add to Data120.Components
//
this.Data120.Components.Clear();
this.Data120.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text236});
//
// Add to PackageSpecReq_Storage.Components
//
this.PackageSpecReq_Storage.Components.Clear();
this.PackageSpecReq_Storage.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text233});
//
// Add to Data122.Components
//
this.Data122.Components.Clear();
this.Data122.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text238});
//
// Add to MixedStorage.Components
//
this.MixedStorage.Components.Clear();
this.MixedStorage.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text410});
//
// Add to DataBand151.Components
//
this.DataBand151.Components.Clear();
this.DataBand151.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text411,
this.Text444});
//
// Add to DataBand152.Components
//
this.DataBand152.Components.Clear();
this.DataBand152.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text445,
this.Text446});
//
// Add to sampling.Components
//
this.sampling.Components.Clear();
this.sampling.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Data114,
this.SamplingMethods,
this.Data116,
this.Data117,
this.DataBand346,
this.PackageMaterials,
this.Data119,
this.Data120,
this.PackageSpecReq_Storage,
this.Data122,
this.MixedStorage,
this.DataBand151,
this.DataBand152});
//
// Add to transTitleMain.Components
//
this.transTitleMain.Components.Clear();
this.transTitleMain.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text192});
//
// Add to Data125.Components
//
this.Data125.Components.Clear();
this.Data125.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text244});
//
// Add to Data126.Components
//
this.Data126.Components.Clear();
this.Data126.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text245});
//
// Add to DataBand135.Components
//
this.DataBand135.Components.Clear();
this.DataBand135.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text275,
this.Text277});
//
// Add to Data127.Components
//
this.Data127.Components.Clear();
this.Data127.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text246,
this.Text247});
//
// Add to Panel45.Components
//
this.Panel45.Components.Clear();
this.Panel45.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text761});
//
// Add to Data128.Components
//
this.Data128.Components.Clear();
this.Data128.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel45});
//
// Add to Panel19.Components
//
this.Panel19.Components.Clear();
this.Panel19.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image2,
this.Image8,
this.Image9,
this.Image23});
//
// Add to Data129.Components
//
this.Data129.Components.Clear();
this.Data129.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel19});
//
// Add to Panel44.Components
//
this.Panel44.Components.Clear();
this.Panel44.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text249});
//
// Add to Data130.Components
//
this.Data130.Components.Clear();
this.Data130.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel44});
//
// Add to Panel20.Components
//
this.Panel20.Components.Clear();
this.Panel20.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image24,
this.Text159});
//
// Add to Data131.Components
//
this.Data131.Components.Clear();
this.Data131.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel20});
//
// Add to Panel16.Components
//
this.Panel16.Components.Clear();
this.Panel16.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text31});
//
// Add to DataBand41.Components
//
this.DataBand41.Components.Clear();
this.DataBand41.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel16});
//
// Add to Panel17.Components
//
this.Panel17.Components.Clear();
this.Panel17.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image21});
//
// Add to DataBand160.Components
//
this.DataBand160.Components.Clear();
this.DataBand160.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel17});
//
// Add to DataBand219.Components
//
this.DataBand219.Components.Clear();
this.DataBand219.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel56});
//
// Add to Data132.Components
//
this.Data132.Components.Clear();
this.Data132.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text250});
//
// Add to Data134.Components
//
this.Data134.Components.Clear();
this.Data134.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text251,
this.Text252,
this.Text253,
this.Text254});
//
// Add to Panel47.Components
//
this.Panel47.Components.Clear();
this.Panel47.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image29,
this.Text255,
this.Text258,
this.Text403});
//
// Add to Panel46.Components
//
this.Panel46.Components.Clear();
this.Panel46.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image28,
this.Image25,
this.Image26,
this.Image27,
this.Text402});
//
// Add to Data135.Components
//
this.Data135.Components.Clear();
this.Data135.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text257,
this.Panel47,
this.Panel46,
this.Text50});
//
// Add to adrGen.Components
//
this.adrGen.Components.Clear();
this.adrGen.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.transTitleMain,
this.Data125,
this.Data126,
this.DataBand135,
this.Data127,
this.Data128,
this.Data129,
this.Data130,
this.Data131,
this.DataBand41,
this.DataBand160,
this.DataBand219,
this.Data132,
this.Data133,
this.Data134,
this.Data135});
//
// Add to Data138.Components
//
this.Data138.Components.Clear();
this.Data138.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text259});
//
// Add to Data139.Components
//
this.Data139.Components.Clear();
this.Data139.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text260,
this.Text49});
//
// Add to Data140.Components
//
this.Data140.Components.Clear();
this.Data140.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text262,
this.Text263});
//
// Add to adrCond.Components
//
this.adrCond.Components.Clear();
this.adrCond.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand71,
this.Data137,
this.Data138,
this.Data139,
this.Data140});
//
// Add to Europe.Components
//
this.Europe.Components.Clear();
this.Europe.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text264});
//
// Add to Data143.Components
//
this.Data143.Components.Clear();
this.Data143.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text265});
//
// Add to Data144.Components
//
this.Data144.Components.Clear();
this.Data144.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text266,
this.Text267,
this.Text268,
this.Text269,
this.Text270,
this.Text271,
this.Text272});
//
// Add to Belgium.Components
//
this.Belgium.Components.Clear();
this.Belgium.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text273});
//
// Add to Data149.Components
//
this.Data149.Components.Clear();
this.Data149.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text284,
this.Text285,
this.Text286,
this.Text287,
this.Text288,
this.Text289});
//
// Add to Netherlands.Components
//
this.Netherlands.Components.Clear();
this.Netherlands.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text290});
//
// Add to Data151.Components
//
this.Data151.Components.Clear();
this.Data151.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text291});
//
// Add to DataBand126.Components
//
this.DataBand126.Components.Clear();
this.DataBand126.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text89});
//
// Add to DataBand127.Components
//
this.DataBand127.Components.Clear();
this.DataBand127.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text162});
//
// Add to DataBand128.Components
//
this.DataBand128.Components.Clear();
this.DataBand128.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text176});
//
// Add to DataBand129.Components
//
this.DataBand129.Components.Clear();
this.DataBand129.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text177});
//
// Add to DataBand130.Components
//
this.DataBand130.Components.Clear();
this.DataBand130.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text297});
//
// Add to DataBand133.Components
//
this.DataBand133.Components.Clear();
this.DataBand133.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text361});
//
// Add to DataBand132.Components
//
this.DataBand132.Components.Clear();
this.DataBand132.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text338});
//
// Add to DataBand131.Components
//
this.DataBand131.Components.Clear();
this.DataBand131.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text301});
//
// Add to adrTunn.Components
//
this.adrTunn.Components.Clear();
this.adrTunn.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand72,
this.Data141,
this.Europe,
this.Data143,
this.Data144,
this.Belgium,
this.Data148,
this.Data149,
this.Netherlands,
this.Data151,
this.DataBand126,
this.DataBand127,
this.DataBand128,
this.DataBand129,
this.DataBand130,
this.DataBand133,
this.DataBand132,
this.DataBand131});
//
// Add to Data153.Components
//
this.Data153.Components.Clear();
this.Data153.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text293});
//
// Add to Data154.Components
//
this.Data154.Components.Clear();
this.Data154.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text294,
this.Text295});
//
// Add to DataBand136.Components
//
this.DataBand136.Components.Clear();
this.DataBand136.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text274});
//
// Add to DataBand137.Components
//
this.DataBand137.Components.Clear();
this.DataBand137.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text276,
this.Text279,
this.Text81,
this.Text82,
this.Text142,
this.Text143});
//
// Add to DataBand138.Components
//
this.DataBand138.Components.Clear();
this.DataBand138.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text280,
this.Text281});
//
// Add to DataBand144.Components
//
this.DataBand144.Components.Clear();
this.DataBand144.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text53});
//
// Add to DataBand143.Components
//
this.DataBand143.Components.Clear();
this.DataBand143.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text51,
this.Text52});
//
// Add to adrOverv.Components
//
this.adrOverv.Components.Clear();
this.adrOverv.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand73,
this.Data152,
this.Data153,
this.Data154,
this.DataBand136,
this.DataBand137,
this.DataBand138,
this.DataBand144,
this.DataBand143});
//
// Add to DataBand54.Components
//
this.DataBand54.Components.Clear();
this.DataBand54.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text370});
//
// Add to DataBand56.Components
//
this.DataBand56.Components.Clear();
this.DataBand56.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text494});
//
// Add to DataBand57.Components
//
this.DataBand57.Components.Clear();
this.DataBand57.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text397,
this.Text398});
//
// Add to Panel48.Components
//
this.Panel48.Components.Clear();
this.Panel48.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text282});
//
// Add to DataBand59.Components
//
this.DataBand59.Components.Clear();
this.DataBand59.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel48});
//
// Add to Panel8.Components
//
this.Panel8.Components.Clear();
this.Panel8.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image1,
this.Image12,
this.Image13,
this.Image14});
//
// Add to DataBand60.Components
//
this.DataBand60.Components.Clear();
this.DataBand60.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel8});
//
// Add to Panel18.Components
//
this.Panel18.Components.Clear();
this.Panel18.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text32});
//
// Add to DataBand161.Components
//
this.DataBand161.Components.Clear();
this.DataBand161.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel18});
//
// Add to Panel21.Components
//
this.Panel21.Components.Clear();
this.Panel21.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image22,
this.Text157});
//
// Add to DataBand162.Components
//
this.DataBand162.Components.Clear();
this.DataBand162.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel21});
//
// Add to Panel11.Components
//
this.Panel11.Components.Clear();
this.Panel11.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text278});
//
// Add to DataBand61.Components
//
this.DataBand61.Components.Clear();
this.DataBand61.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel11});
//
// Add to Panel22.Components
//
this.Panel22.Components.Clear();
this.Panel22.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image50});
//
// Add to DataBand169.Components
//
this.DataBand169.Components.Clear();
this.DataBand169.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel22});
//
// Add to Panel49.Components
//
this.Panel49.Components.Clear();
this.Panel49.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text283});
//
// Add to DataBand63.Components
//
this.DataBand63.Components.Clear();
this.DataBand63.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel49});
//
// Add to Panel51.Components
//
this.Panel51.Components.Clear();
this.Panel51.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image15});
//
// Add to DataBand64.Components
//
this.DataBand64.Components.Clear();
this.DataBand64.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel51});
//
// Add to DataBand140.Components
//
this.DataBand140.Components.Clear();
this.DataBand140.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel12});
//
// Add to DataBand134.Components
//
this.DataBand134.Components.Clear();
this.DataBand134.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text44});
//
// Add to DataBand170.Components
//
this.DataBand170.Components.Clear();
this.DataBand170.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text56,
this.Text45});
//
// Add to DataBand171.Components
//
this.DataBand171.Components.Clear();
this.DataBand171.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text71,
this.Text212});
//
// Add to rid.Components
//
this.rid.Components.Clear();
this.rid.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand74,
this.DataBand54,
this.DataBand56,
this.DataBand57,
this.DataBand59,
this.DataBand60,
this.DataBand161,
this.DataBand162,
this.DataBand61,
this.DataBand169,
this.DataBand63,
this.DataBand64,
this.DataBand140,
this.DataBand134,
this.DataBand170,
this.DataBand171});
//
// Add to Data159.Components
//
this.Data159.Components.Clear();
this.Data159.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text302});
//
// Add to Data160.Components
//
this.Data160.Components.Clear();
this.Data160.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text303});
//
// Add to Data161.Components
//
this.Data161.Components.Clear();
this.Data161.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text305,
this.Text306});
//
// Add to Panel52.Components
//
this.Panel52.Components.Clear();
this.Panel52.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text307});
//
// Add to Data162.Components
//
this.Data162.Components.Clear();
this.Data162.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel52});
//
this.InitializeComponent41();
}
public void InitializeComponent41()
{
// Add to Panel27.Components
//
this.Panel27.Components.Clear();
this.Panel27.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image51,
this.Image52,
this.Image53,
this.Image60});
//
// Add to DataBand179.Components
//
this.DataBand179.Components.Clear();
this.DataBand179.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel27});
//
// Add to Panel30.Components
//
this.Panel30.Components.Clear();
this.Panel30.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text314,
this.Text315,
this.Text316});
//
// Add to DataBand189.Components
//
this.DataBand189.Components.Clear();
this.DataBand189.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel30});
//
// Add to Panel54.Components
//
this.Panel54.Components.Clear();
this.Panel54.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image7,
this.Image10,
this.Image11});
//
// Add to Data164.Components
//
this.Data164.Components.Clear();
this.Data164.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel54});
//
// Add to Panel55.Components
//
this.Panel55.Components.Clear();
this.Panel55.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text308});
//
// Add to Data166.Components
//
this.Data166.Components.Clear();
this.Data166.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel55});
//
// Add to Panel28.Components
//
this.Panel28.Components.Clear();
this.Panel28.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image3,
this.Text158});
//
// Add to DataBand193.Components
//
this.DataBand193.Components.Clear();
this.DataBand193.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel28});
//
// Add to Panel24.Components
//
this.Panel24.Components.Clear();
this.Panel24.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text218});
//
// Add to DataBand139.Components
//
this.DataBand139.Components.Clear();
this.DataBand139.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel24});
//
// Add to Panel25.Components
//
this.Panel25.Components.Clear();
this.Panel25.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image16});
//
// Add to DataBand178.Components
//
this.DataBand178.Components.Clear();
this.DataBand178.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel25});
//
// Add to DataBand172.Components
//
this.DataBand172.Components.Clear();
this.DataBand172.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel23});
//
// Add to DataBand175.Components
//
this.DataBand175.Components.Clear();
this.DataBand175.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text213});
//
// Add to DataBand176.Components
//
this.DataBand176.Components.Clear();
this.DataBand176.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text215,
this.Text147});
//
// Add to DataBand177.Components
//
this.DataBand177.Components.Clear();
this.DataBand177.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text216,
this.Text217});
//
// Add to adn.Components
//
this.adn.Components.Clear();
this.adn.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand75,
this.Data159,
this.Data160,
this.Data161,
this.Data162,
this.DataBand179,
this.DataBand189,
this.Data164,
this.Data166,
this.DataBand193,
this.DataBand139,
this.DataBand178,
this.DataBand172,
this.DataBand175,
this.DataBand176,
this.DataBand177});
//
// Add to Data168.Components
//
this.Data168.Components.Clear();
this.Data168.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text318});
//
// Add to Data169.Components
//
this.Data169.Components.Clear();
this.Data169.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text304});
//
// Add to DataBand141.Components
//
this.DataBand141.Components.Clear();
this.DataBand141.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text365,
this.Text366});
//
// Add to Data170.Components
//
this.Data170.Components.Clear();
this.Data170.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text321,
this.Text322});
//
// Add to Panel35.Components
//
this.Panel35.Components.Clear();
this.Panel35.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text342});
//
// Add to DataBand199.Components
//
this.DataBand199.Components.Clear();
this.DataBand199.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel35});
//
// Add to Panel36.Components
//
this.Panel36.Components.Clear();
this.Panel36.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image6,
this.Image30,
this.Image31,
this.Image40});
//
// Add to DataBand200.Components
//
this.DataBand200.Components.Clear();
this.DataBand200.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel36});
//
// Add to Panel29.Components
//
this.Panel29.Components.Clear();
this.Panel29.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text317});
//
// Add to DataBand194.Components
//
this.DataBand194.Components.Clear();
this.DataBand194.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel29});
//
// Add to Panel31.Components
//
this.Panel31.Components.Clear();
this.Panel31.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image4,
this.Text160});
//
// Add to DataBand195.Components
//
this.DataBand195.Components.Clear();
this.DataBand195.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel31});
//
// Add to Panel32.Components
//
this.Panel32.Components.Clear();
this.Panel32.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text323});
//
// Add to DataBand196.Components
//
this.DataBand196.Components.Clear();
this.DataBand196.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel32});
//
// Add to Panel33.Components
//
this.Panel33.Components.Clear();
this.Panel33.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image5});
//
// Add to DataBand197.Components
//
this.DataBand197.Components.Clear();
this.DataBand197.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel33});
//
// Add to DataBand198.Components
//
this.DataBand198.Components.Clear();
this.DataBand198.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel34});
//
// Add to DataBand201.Components
//
this.DataBand201.Components.Clear();
this.DataBand201.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text309});
//
// Add to DataBand202.Components
//
this.DataBand202.Components.Clear();
this.DataBand202.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text311,
this.Text148});
//
// Add to DataBand203.Components
//
this.DataBand203.Components.Clear();
this.DataBand203.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text324,
this.Text325});
//
// Add to imdg.Components
//
this.imdg.Components.Clear();
this.imdg.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand76,
this.Data168,
this.Data169,
this.DataBand141,
this.Data170,
this.DataBand199,
this.DataBand200,
this.DataBand194,
this.DataBand195,
this.DataBand196,
this.DataBand197,
this.DataBand198,
this.DataBand201,
this.DataBand202,
this.DataBand203});
//
// Add to Data177.Components
//
this.Data177.Components.Clear();
this.Data177.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text326});
//
// Add to Data178.Components
//
this.Data178.Components.Clear();
this.Data178.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text319});
//
// Add to DataBand142.Components
//
this.DataBand142.Components.Clear();
this.DataBand142.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text389,
this.Text390});
//
// Add to Data179.Components
//
this.Data179.Components.Clear();
this.Data179.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text329,
this.Text330});
//
// Add to Panel41.Components
//
this.Panel41.Components.Clear();
this.Panel41.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text331});
//
// Add to DataBand204.Components
//
this.DataBand204.Components.Clear();
this.DataBand204.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel41});
//
// Add to Panel42.Components
//
this.Panel42.Components.Clear();
this.Panel42.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image32,
this.Image33,
this.Image34,
this.Image35});
//
// Add to DataBand205.Components
//
this.DataBand205.Components.Clear();
this.DataBand205.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel42});
//
// Add to Panel43.Components
//
this.Panel43.Components.Clear();
this.Panel43.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text332});
//
// Add to DataBand206.Components
//
this.DataBand206.Components.Clear();
this.DataBand206.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel43});
//
// Add to Panel50.Components
//
this.Panel50.Components.Clear();
this.Panel50.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image36,
this.Text165});
//
// Add to DataBand207.Components
//
this.DataBand207.Components.Clear();
this.DataBand207.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel50});
//
// Add to Panel53.Components
//
this.Panel53.Components.Clear();
this.Panel53.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text341});
//
// Add to DataBand208.Components
//
this.DataBand208.Components.Clear();
this.DataBand208.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel53});
//
// Add to Panel58.Components
//
this.Panel58.Components.Clear();
this.Panel58.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image37});
//
// Add to DataBand211.Components
//
this.DataBand211.Components.Clear();
this.DataBand211.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel58});
//
// Add to Panel59.Components
//
this.Panel59.Components.Clear();
this.Panel59.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image38,
this.Image39,
this.Image43});
//
// Add to DataBand212.Components
//
this.DataBand212.Components.Clear();
this.DataBand212.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel59});
//
// Add to DataBand210.Components
//
this.DataBand210.Components.Clear();
this.DataBand210.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel57});
//
// Add to icao_genInfo.Components
//
this.icao_genInfo.Components.Clear();
this.icao_genInfo.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand77,
this.Data177,
this.Data178,
this.DataBand142,
this.Data179,
this.DataBand204,
this.DataBand205,
this.DataBand206,
this.DataBand207,
this.DataBand208,
this.DataBand209,
this.DataBand211,
this.DataBand212,
this.DataBand210});
//
// Add to DataBand216.Components
//
this.DataBand216.Components.Clear();
this.DataBand216.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text313});
//
// Add to DataBand217.Components
//
this.DataBand217.Components.Clear();
this.DataBand217.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text346,
this.Text149});
//
// Add to DataBand218.Components
//
this.DataBand218.Components.Clear();
this.DataBand218.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text362,
this.Text364});
//
// Add to icao_overview.Components
//
this.icao_overview.Components.Clear();
this.icao_overview.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand214,
this.DataBand215,
this.DataBand216,
this.DataBand217,
this.DataBand218});
//
// Add to Data184.Components
//
this.Data184.Components.Clear();
this.Data184.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text333});
//
// Add to Data185.Components
//
this.Data185.Components.Clear();
this.Data185.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text320});
//
// Add to Data186.Components
//
this.Data186.Components.Clear();
this.Data186.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text336,
this.Text337});
//
// Add to uno.Components
//
this.uno.Components.Clear();
this.uno.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand78,
this.Data184,
this.Data185,
this.Data186});
//
// Add to cnlMainTitle.Components
//
this.cnlMainTitle.Components.Clear();
this.cnlMainTitle.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text243});
//
// Add to Data188.Components
//
this.Data188.Components.Clear();
this.Data188.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text327});
//
// Add to Data189.Components
//
this.Data189.Components.Clear();
this.Data189.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text334});
//
// Add to Data190.Components
//
this.Data190.Components.Clear();
this.Data190.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text196});
//
// Add to Data191.Components
//
this.Data191.Components.Clear();
this.Data191.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text344,
this.Text345});
//
// Add to Panel13.Components
//
this.Panel13.Components.Clear();
this.Panel13.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text431,
this.Text432,
this.Text434,
this.Text435});
//
// Add to Panel14.Components
//
this.Panel14.Components.Clear();
this.Panel14.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text436,
this.Text437,
this.Text438,
this.Text439});
//
// Add to Panel15.Components
//
this.Panel15.Components.Clear();
this.Panel15.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image17,
this.Image18,
this.Image19,
this.Image20});
//
// Add to DataBand150.Components
//
this.DataBand150.Components.Clear();
this.DataBand150.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel13,
this.Panel14,
this.Panel15});
//
// Add to cnlDSD.Components
//
this.cnlDSD.Components.Clear();
this.cnlDSD.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.cnlMainTitle,
this.Data188,
this.Data189,
this.Data190,
this.Data191,
this.DataBand150});
//
// Add to Data194.Components
//
this.Data194.Components.Clear();
this.Data194.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text328});
//
// Add to Data195.Components
//
this.Data195.Components.Clear();
this.Data195.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text335});
//
// Add to Data196.Components
//
this.Data196.Components.Clear();
this.Data196.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text356,
this.Text357,
this.Text358});
//
// Add to DataBand220.Components
//
this.DataBand220.Components.Clear();
this.DataBand220.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text312});
//
// Add to DataBand222.Components
//
this.DataBand222.Components.Clear();
this.DataBand222.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text400,
this.Text442});
//
// Add to DataBand223.Components
//
this.DataBand223.Components.Clear();
this.DataBand223.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text456,
this.Text457});
//
// Add to Data197.Components
//
this.Data197.Components.Clear();
this.Data197.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text340});
//
// Add to Data199.Components
//
this.Data199.Components.Clear();
this.Data199.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image54});
//
// Add to cnlCLP.Components
//
this.cnlCLP.Components.Clear();
this.cnlCLP.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand79,
this.Data194,
this.Data195,
this.Data196,
this.DataBand220,
this.DataBand221,
this.DataBand222,
this.DataBand223,
this.Data197,
this.Data198,
this.Data199});
//
// Add to DataBand180.Components
//
this.DataBand180.Components.Clear();
this.DataBand180.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text347});
//
// Add to DataBand181.Components
//
this.DataBand181.Components.Clear();
this.DataBand181.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text348});
//
// Add to DataBand182.Components
//
this.DataBand182.Components.Clear();
this.DataBand182.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text349});
//
// Add to DataBand183.Components
//
this.DataBand183.Components.Clear();
this.DataBand183.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text350});
//
// Add to DataBand184.Components
//
this.DataBand184.Components.Clear();
this.DataBand184.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text351});
//
// Add to DataBand185.Components
//
this.DataBand185.Components.Clear();
this.DataBand185.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text352});
//
// Add to DataBand186.Components
//
this.DataBand186.Components.Clear();
this.DataBand186.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text353});
//
// Add to DataBand187.Components
//
this.DataBand187.Components.Clear();
this.DataBand187.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text368});
//
// Add to DataBand188.Components
//
this.DataBand188.Components.Clear();
this.DataBand188.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text369});
//
// Add to DataBand1.Components
//
this.DataBand1.Components.Clear();
this.DataBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text2});
//
// Add to DataBand190.Components
//
this.DataBand190.Components.Clear();
this.DataBand190.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text443});
//
// Add to DataBand191.Components
//
this.DataBand191.Components.Clear();
this.DataBand191.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text453});
//
// Add to DataBand192.Components
//
this.DataBand192.Components.Clear();
this.DataBand192.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text454});
//
// Add to cnlCLP2.Components
//
this.cnlCLP2.Components.Clear();
this.cnlCLP2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand173,
this.DataBand174,
this.DataBand180,
this.DataBand181,
this.DataBand182,
this.DataBand183,
this.DataBand184,
this.DataBand185,
this.DataBand186,
this.DataBand187,
this.DataBand188,
this.DataBand1,
this.DataBand190,
this.DataBand11,
this.DataBand191,
this.DataBand192});
//
// Add to pnuTitleMain.Components
//
this.pnuTitleMain.Components.Clear();
this.pnuTitleMain.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text91});
//
// Add to DataBand6.Components
//
this.DataBand6.Components.Clear();
this.DataBand6.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text92});
//
// Add to DataBand7.Components
//
this.DataBand7.Components.Clear();
this.DataBand7.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text93,
this.Text567});
//
// Add to pnuUseReach.Components
//
this.pnuUseReach.Components.Clear();
this.pnuUseReach.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.pnuTitleMain,
this.DataBand6,
this.DataBand7});
//
// Add to DataBand32.Components
//
this.DataBand32.Components.Clear();
this.DataBand32.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text538,
this.Text354});
//
// Add to DataBand35.Components
//
this.DataBand35.Components.Clear();
this.DataBand35.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text539,
this.Text540});
//
// Add to DataBand37.Components
//
this.DataBand37.Components.Clear();
this.DataBand37.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text541,
this.Text542});
//
// Add to DataBand38.Components
//
this.DataBand38.Components.Clear();
this.DataBand38.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text543,
this.Text544,
this.Text545,
this.Text546,
this.Text557,
this.Text558});
//
// Add to DataBand39.Components
//
this.DataBand39.Components.Clear();
this.DataBand39.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text560,
this.Text561,
this.Text562,
this.Text563,
this.Text564,
this.Text565});
//
// Add to pnuCandList.Components
//
this.pnuCandList.Components.Clear();
this.pnuCandList.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand32,
this.DataBand35,
this.DataBand36,
this.DataBand37,
this.DataBand38,
this.DataBand39,
this.DataBand40});
//
// Add to DataBand15.Components
//
this.DataBand15.Components.Clear();
this.DataBand15.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text526,
this.Text355});
//
// Add to DataBand26.Components
//
this.DataBand26.Components.Clear();
this.DataBand26.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text527,
this.Text528});
//
// Add to DataBand27.Components
//
this.DataBand27.Components.Clear();
this.DataBand27.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text529,
this.Text530});
//
// Add to DataBand28.Components
//
this.DataBand28.Components.Clear();
this.DataBand28.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text532,
this.Text533,
this.Text504,
this.Text548,
this.Text549,
this.Text550,
this.Text551});
//
// Add to DataBand29.Components
//
this.DataBand29.Components.Clear();
this.DataBand29.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text536,
this.Text537,
this.Text552,
this.Text553,
this.Text554,
this.Text555,
this.Text556});
//
// Add to pnuXIV.Components
//
this.pnuXIV.Components.Clear();
this.pnuXIV.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand15,
this.DataBand26,
this.DataBand31,
this.DataBand27,
this.DataBand28,
this.DataBand29,
this.DataBand33});
//
// Add to DataBand16.Components
//
this.DataBand16.Components.Clear();
this.DataBand16.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text523,
this.Text360});
//
// Add to DataBand25.Components
//
this.DataBand25.Components.Clear();
this.DataBand25.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text520,
this.Text521});
//
// Add to DataBand17.Components
//
this.DataBand17.Components.Clear();
this.DataBand17.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text503,
this.Text522});
//
// Add to DataBand18.Components
//
this.DataBand18.Components.Clear();
this.DataBand18.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text505,
this.Text506,
this.Text507,
this.Text547});
//
// Add to DataBand19.Components
//
this.DataBand19.Components.Clear();
this.DataBand19.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text508,
this.Text509,
this.Text510,
this.Text511});
//
// Add to DataBand20.Components
//
this.DataBand20.Components.Clear();
this.DataBand20.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text512});
//
// Add to DataBand21.Components
//
this.DataBand21.Components.Clear();
this.DataBand21.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text513,
this.Text514,
this.Text515});
//
// Add to Panel37.Components
//
this.Panel37.Components.Clear();
this.Panel37.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text517});
//
// Add to Panel38.Components
//
this.Panel38.Components.Clear();
this.Panel38.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text518});
//
// Add to Panel39.Components
//
this.Panel39.Components.Clear();
this.Panel39.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text519});
//
// Add to DataBand22.Components
//
this.DataBand22.Components.Clear();
this.DataBand22.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text516,
this.Panel37,
this.Panel38,
this.Panel39});
//
// Add to DataBand23.Components
//
this.DataBand23.Components.Clear();
this.DataBand23.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel40});
//
// Add to pnuXVII.Components
//
this.pnuXVII.Components.Clear();
this.pnuXVII.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand16,
this.DataBand25,
this.DataBand30,
this.DataBand17,
this.DataBand18,
this.DataBand19,
this.DataBand20,
this.DataBand21,
this.DataBand22,
this.DataBand23});
//
// Add to DataBand9.Components
//
this.DataBand9.Components.Clear();
this.DataBand9.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text298});
//
// Add to DataBand10.Components
//
this.DataBand10.Components.Clear();
this.DataBand10.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text299,
this.Text300});
//
// Add to DataBand120.Components
//
this.DataBand120.Components.Clear();
this.DataBand120.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text723});
//
// Add to DataBand121.Components
//
this.DataBand121.Components.Clear();
this.DataBand121.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text754,
this.Text755,
this.Text756,
this.Text757,
this.Text758});
//
// Add to DataBand286.Components
//
this.DataBand286.Components.Clear();
this.DataBand286.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text150,
this.Text156});
//
// Add to DataBand122.Components
//
this.DataBand122.Components.Clear();
this.DataBand122.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text730});
//
// Add to DataBand123.Components
//
this.DataBand123.Components.Clear();
this.DataBand123.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text170,
this.Text759,
this.Text760});
//
// Add to DataBand124.Components
//
this.DataBand124.Components.Clear();
this.DataBand124.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text744});
//
// Add to DataBand125.Components
//
this.DataBand125.Components.Clear();
this.DataBand125.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text669,
this.Text763,
this.Text764,
this.Text765,
this.Text766});
//
// Add to pnuPops.Components
//
this.pnuPops.Components.Clear();
this.pnuPops.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand9,
this.DataBand10,
this.DataBand120,
this.DataBand121,
this.DataBand286,
this.DataBand122,
this.DataBand123,
this.DataBand124,
this.DataBand125});
//
// Add to DataBand50.Components
//
this.DataBand50.Components.Clear();
this.DataBand50.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text559});
//
// Add to DataBand53.Components
//
this.DataBand53.Components.Clear();
this.DataBand53.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text582});
//
// Add to DataBand51.Components
//
this.DataBand51.Components.Clear();
this.DataBand51.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text566,
this.Text569,
this.Text571,
this.Text572,
this.Text576,
this.Text578});
//
// Add to DataBand347.Components
//
this.DataBand347.Components.Clear();
this.DataBand347.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text922,
this.Text955,
this.Text956,
this.Text957,
this.Text958,
this.Text959});
//
// Add to DataBand52.Components
//
this.DataBand52.Components.Clear();
this.DataBand52.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text568});
//
// Add to DataBand55.Components
//
this.DataBand55.Components.Clear();
this.DataBand55.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text570,
this.Text579,
this.Text580,
this.Text581,
this.Text583,
this.Text584,
this.Text585});
//
// Add to DataBand348.Components
//
this.DataBand348.Components.Clear();
this.DataBand348.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text960,
this.Text961,
this.Text962,
this.Text963,
this.Text964,
this.Text965,
this.Text966});
//
// Add to pnuSeveso.Components
//
this.pnuSeveso.Components.Clear();
this.pnuSeveso.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand50,
this.DataBand53,
this.DataBand51,
this.DataBand347,
this.DataBand52,
this.DataBand55,
this.DataBand348});
//
// Add to DataBand42.Components
//
this.DataBand42.Components.Clear();
this.DataBand42.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text363});
//
// Add to DataBand43.Components
//
this.DataBand43.Components.Clear();
this.DataBand43.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text392,
this.Text393});
//
// Add to pnuPGS15.Components
//
this.pnuPGS15.Components.Clear();
this.pnuPGS15.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand42,
this.DataBand43});
//
// Add to regInfoTitleMain.Components
//
this.regInfoTitleMain.Components.Clear();
this.regInfoTitleMain.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text391});
//
// Add to Data220.Components
//
this.Data220.Components.Clear();
this.Data220.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text395});
//
// Add to Data221.Components
//
this.Data221.Components.Clear();
this.Data221.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text409});
//
// Add to regInfo.Components
//
this.regInfo.Components.Clear();
this.regInfo.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.regInfoTitleMain,
this.Data220,
this.Data221});
//
// Add to overvTitleMain.Components
//
this.overvTitleMain.Components.Clear();
this.overvTitleMain.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text387});
//
// Add to Data224.Components
//
this.Data224.Components.Clear();
this.Data224.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text413});
//
// Add to Data225.Components
//
this.Data225.Components.Clear();
this.Data225.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text414,
this.Text415});
//
// Add to overvId.Components
//
this.overvId.Components.Clear();
this.overvId.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.overvTitleMain,
this.Data224,
this.Data225});
//
// Add to Data228.Components
//
this.Data228.Components.Clear();
this.Data228.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text416});
//
// Add to Data229.Components
//
this.Data229.Components.Clear();
this.Data229.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text417});
//
// Add to overvDescr.Components
//
this.overvDescr.Components.Clear();
this.overvDescr.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Data227,
this.Data228,
this.Data229});
//
// Add to Data231.Components
//
this.Data231.Components.Clear();
this.Data231.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text418});
//
// Add to Data233.Components
//
this.Data233.Components.Clear();
this.Data233.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image55,
this.Text419,
this.Text420,
this.Text421,
this.Text422,
this.Text423});
//
// Add to Data234.Components
//
this.Data234.Components.Clear();
this.Data234.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text424});
//
// Add to Data237.Components
//
this.Data237.Components.Clear();
this.Data237.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text425});
//
// Add to overvRisk.Components
//
this.overvRisk.Components.Clear();
this.overvRisk.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Data230,
this.Data231,
this.Data232,
this.Data233,
this.Data234,
this.Data237});
//
// Add to Data236.Components
//
this.Data236.Components.Clear();
this.Data236.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text426});
//
// Add to DataBand159.Components
//
this.DataBand159.Components.Clear();
this.DataBand159.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text84});
//
// Add to DataBand84.Components
//
this.DataBand84.Components.Clear();
this.DataBand84.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text174});
//
// Add to overvExtAg.Components
//
this.overvExtAg.Components.Clear();
this.overvExtAg.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Data235,
this.Data236,
this.DataBand83,
this.DataBand159,
this.DataBand84});
//
// Add to Data241.Components
//
this.Data241.Components.Clear();
this.Data241.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text433});
//
// Add to Data242.Components
//
this.Data242.Components.Clear();
this.Data242.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text72});
//
// Add to overvFfi.Components
//
this.overvFfi.Components.Clear();
this.overvFfi.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Data240,
this.Data241,
this.Data242});
//
// Add to Data245.Components
//
this.Data245.Components.Clear();
this.Data245.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text440});
//
// Add to Data246.Components
//
this.Data246.Components.Clear();
this.Data246.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text441});
//
// Add to Panel1.Components
//
this.Panel1.Components.Clear();
this.Panel1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text191,
this.Text242,
this.Text296,
this.Text74});
//
// Add to Panel2.Components
//
this.Panel2.Components.Clear();
this.Panel2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text75,
this.Text190,
this.Text241,
this.Text248});
//
// Add to Panel3.Components
//
this.Panel3.Components.Clear();
this.Panel3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image56,
this.Image57,
this.Image59,
this.Image58});
//
// Add to Data248.Components
//
this.Data248.Components.Clear();
this.Data248.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel1,
this.Panel2,
this.Panel3});
//
// Add to Data249.Components
//
this.Data249.Components.Clear();
this.Data249.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text452});
//
// Add to Data250.Components
//
this.Data250.Components.Clear();
this.Data250.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text9});
//
// Add to Data251.Components
//
this.Data251.Components.Clear();
this.Data251.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text455});
//
// Add to Data252.Components
//
this.Data252.Components.Clear();
this.Data252.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text55});
//
// Add to overvDSD.Components
//
this.overvDSD.Components.Clear();
this.overvDSD.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Data244,
this.Data245,
this.Data246,
this.Data247,
this.Data248,
this.Data249,
this.Data250,
this.Data251,
this.Data252});
//
// Add to DataBand339.Components
//
this.DataBand339.Components.Clear();
this.DataBand339.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text923});
//
// Add to DataBand340.Components
//
this.DataBand340.Components.Clear();
this.DataBand340.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text924});
//
// Add to DataBand341.Components
//
this.DataBand341.Components.Clear();
this.DataBand341.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text925});
//
// Add to DataBand342.Components
//
this.DataBand342.Components.Clear();
this.DataBand342.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text926,
this.Text927});
//
// Add to Panel62.Components
//
this.Panel62.Components.Clear();
this.Panel62.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text928,
this.Text929,
this.Text930,
this.Text931});
//
// Add to Panel63.Components
//
this.Panel63.Components.Clear();
this.Panel63.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text932,
this.Text933,
this.Text934,
this.Text935});
//
// Add to Panel64.Components
//
this.Panel64.Components.Clear();
this.Panel64.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image42,
this.Image44,
this.Image45,
this.Image46});
//
// Add to DataBand343.Components
//
this.DataBand343.Components.Clear();
this.DataBand343.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Panel62,
this.Panel63,
this.Panel64});
//
// Add to overvDSDnew.Components
//
this.overvDSDnew.Components.Clear();
this.overvDSDnew.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand338,
this.DataBand339,
this.DataBand340,
this.DataBand341,
this.DataBand342,
this.DataBand343});
//
// Add to DataBand24.Components
//
this.DataBand24.Components.Clear();
this.DataBand24.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text4});
//
// Add to DataBand166.Components
//
this.DataBand166.Components.Clear();
this.DataBand166.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text161});
//
// Add to DataBand58.Components
//
this.DataBand58.Components.Clear();
this.DataBand58.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image71});
//
// Add to DataBand163.Components
//
this.DataBand163.Components.Clear();
this.DataBand163.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text501});
//
// Add to DataBand164.Components
//
this.DataBand164.Components.Clear();
this.DataBand164.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text524});
//
// Add to DataBand101.Components
//
this.DataBand101.Components.Clear();
this.DataBand101.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text3});
//
this.InitializeComponent42();
}
public void InitializeComponent42()
{
// Add to DataBand119.Components
//
this.DataBand119.Components.Clear();
this.DataBand119.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text83});
//
// Add to DataBand106.Components
//
this.DataBand106.Components.Clear();
this.DataBand106.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text90});
//
// Add to DataBand114.Components
//
this.DataBand114.Components.Clear();
this.DataBand114.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text94});
//
// Add to overvCLP.Components
//
this.overvCLP.Components.Clear();
this.overvCLP.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand14,
this.DataBand24,
this.DataBand34,
this.DataBand165,
this.DataBand166,
this.DataBand44,
this.DataBand46,
this.DataBand58,
this.DataBand95,
this.DataBand163,
this.DataBand164,
this.DataBand101,
this.DataBand119,
this.DataBand106,
this.DataBand114});
//
// Add to DataBand312.Components
//
this.DataBand312.Components.Clear();
this.DataBand312.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text897});
//
// Add to DataBand313.Components
//
this.DataBand313.Components.Clear();
this.DataBand313.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text898});
//
// Add to DataBand314.Components
//
this.DataBand314.Components.Clear();
this.DataBand314.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text899,
this.Text900,
this.Text901});
//
// Add to DataBand315.Components
//
this.DataBand315.Components.Clear();
this.DataBand315.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text902});
//
// Add to DataBand317.Components
//
this.DataBand317.Components.Clear();
this.DataBand317.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text903,
this.Text904});
//
// Add to DataBand318.Components
//
this.DataBand318.Components.Clear();
this.DataBand318.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text905,
this.Text906});
//
// Add to DataBand319.Components
//
this.DataBand319.Components.Clear();
this.DataBand319.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text907});
//
// Add to DataBand321.Components
//
this.DataBand321.Components.Clear();
this.DataBand321.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Image41});
//
// Add to overvCLPnew.Components
//
this.overvCLPnew.Components.Clear();
this.overvCLPnew.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand311,
this.DataBand312,
this.DataBand313,
this.DataBand314,
this.DataBand315,
this.DataBand316,
this.DataBand317,
this.DataBand318,
this.DataBand319,
this.DataBand320,
this.DataBand321});
//
// Add to DataBand324.Components
//
this.DataBand324.Components.Clear();
this.DataBand324.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text908});
//
// Add to DataBand325.Components
//
this.DataBand325.Components.Clear();
this.DataBand325.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text910});
//
// Add to DataBand326.Components
//
this.DataBand326.Components.Clear();
this.DataBand326.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text911});
//
// Add to DataBand327.Components
//
this.DataBand327.Components.Clear();
this.DataBand327.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text912});
//
// Add to DataBand328.Components
//
this.DataBand328.Components.Clear();
this.DataBand328.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text913});
//
// Add to DataBand329.Components
//
this.DataBand329.Components.Clear();
this.DataBand329.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text914});
//
// Add to DataBand330.Components
//
this.DataBand330.Components.Clear();
this.DataBand330.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text915});
//
// Add to DataBand331.Components
//
this.DataBand331.Components.Clear();
this.DataBand331.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text916});
//
// Add to DataBand332.Components
//
this.DataBand332.Components.Clear();
this.DataBand332.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text917});
//
// Add to DataBand333.Components
//
this.DataBand333.Components.Clear();
this.DataBand333.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text918});
//
// Add to DataBand334.Components
//
this.DataBand334.Components.Clear();
this.DataBand334.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text919});
//
// Add to DataBand336.Components
//
this.DataBand336.Components.Clear();
this.DataBand336.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text920});
//
// Add to DataBand337.Components
//
this.DataBand337.Components.Clear();
this.DataBand337.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text921});
//
// Add to overvCLP2new.Components
//
this.overvCLP2new.Components.Clear();
this.overvCLP2new.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand322,
this.DataBand323,
this.DataBand324,
this.DataBand325,
this.DataBand326,
this.DataBand327,
this.DataBand328,
this.DataBand329,
this.DataBand330,
this.DataBand331,
this.DataBand332,
this.DataBand333,
this.DataBand334,
this.DataBand335,
this.DataBand336,
this.DataBand337});
//
// Add to standOvervTitleMain.Components
//
this.standOvervTitleMain.Components.Clear();
this.standOvervTitleMain.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text412});
//
// Add to Data265.Components
//
this.Data265.Components.Clear();
this.Data265.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text470});
//
// Add to Data266.Components
//
this.Data266.Components.Clear();
this.Data266.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text471});
//
// Add to Data267.Components
//
this.Data267.Components.Clear();
this.Data267.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text469,
this.Text487});
//
// Add to Data268.Components
//
this.Data268.Components.Clear();
this.Data268.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text474,
this.Text475,
this.Text476,
this.Text477});
//
// Add to Data269.Components
//
this.Data269.Components.Clear();
this.Data269.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text478,
this.Text479,
this.Text480,
this.Text481,
this.Text482,
this.Text483,
this.Text484,
this.Text485,
this.Text486});
//
// Add to standOverv_expLim.Components
//
this.standOverv_expLim.Components.Clear();
this.standOverv_expLim.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.standOvervTitleMain,
this.Data265,
this.Data266,
this.Data267,
this.Data268,
this.Data269});
//
// Add to DataBand365.Components
//
this.DataBand365.Components.Clear();
this.DataBand365.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text976});
//
// Add to DataBand361.Components
//
this.DataBand361.Components.Clear();
this.DataBand361.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text978,
this.Text979});
//
// Add to GroupHeaderBand10.Components
//
this.GroupHeaderBand10.Components.Clear();
this.GroupHeaderBand10.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text980});
//
// Add to GroupFooterBand10.Components
//
this.GroupFooterBand10.Components.Clear();
this.GroupFooterBand10.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text981,
this.Text982,
this.Text983});
//
// Add to stand_el_eu.Components
//
this.stand_el_eu.Components.Clear();
this.stand_el_eu.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand365,
this.DataBand358,
this.DataBand359,
this.DataBand360,
this.DataBand361,
this.DataBand362,
this.GroupHeaderBand10,
this.DataBand363,
this.GroupFooterBand10});
//
// Add to DataBand355.Components
//
this.DataBand355.Components.Clear();
this.DataBand355.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text975});
//
// Add to DataBand349.Components
//
this.DataBand349.Components.Clear();
this.DataBand349.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text968,
this.Text969});
//
// Add to GroupHeaderBand7.Components
//
this.GroupHeaderBand7.Components.Clear();
this.GroupHeaderBand7.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text970});
//
// Add to GroupFooterBand7.Components
//
this.GroupFooterBand7.Components.Clear();
this.GroupFooterBand7.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text971,
this.Text972,
this.Text973});
//
// Add to DataBand354.Components
//
this.DataBand354.Components.Clear();
this.DataBand354.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text974});
//
// Add to strand_el_b.Components
//
this.strand_el_b.Components.Clear();
this.strand_el_b.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand355,
this.DataBand280,
this.DataBand283,
this.DataBand287,
this.DataBand349,
this.DataBand350,
this.GroupHeaderBand7,
this.DataBand351,
this.GroupFooterBand7,
this.DataBand238,
this.DataBand354});
//
// Add to DataBand80.Components
//
this.DataBand80.Components.Clear();
this.DataBand80.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text179});
//
// Add to DataBand213.Components
//
this.DataBand213.Components.Clear();
this.DataBand213.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text214,
this.Text292,
this.Text310,
this.Text343,
this.Text449,
this.Text464});
//
// Add to DataBand294.Components
//
this.DataBand294.Components.Clear();
this.DataBand294.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text820,
this.Text821,
this.Text822,
this.Text823,
this.Text824,
this.Text825});
//
// Add to DataBand253.Components
//
this.DataBand253.Components.Clear();
this.DataBand253.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text827});
//
// Add to DataBand254.Components
//
this.DataBand254.Components.Clear();
this.DataBand254.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text592,
this.Text593,
this.Text594,
this.Text595,
this.Text639,
this.Text659,
this.Text660,
this.Text671});
//
// Add to DataBand252.Components
//
this.DataBand252.Components.Clear();
this.DataBand252.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text591,
this.Text709,
this.Text815,
this.Text816,
this.Text817,
this.Text818,
this.Text819,
this.Text826});
//
// Add to DataBand255.Components
//
this.DataBand255.Components.Clear();
this.DataBand255.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text814});
//
// Add to DataBand256.Components
//
this.DataBand256.Components.Clear();
this.DataBand256.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text710});
//
// Add to DataBand281.Components
//
this.DataBand281.Components.Clear();
this.DataBand281.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text725});
//
// Add to DataBand285.Components
//
this.DataBand285.Components.Clear();
this.DataBand285.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text783,
this.Text785,
this.Text786,
this.Text789,
this.Text790,
this.Text791,
this.Text792,
this.Text793,
this.Text794});
//
// Add to DataBand293.Components
//
this.DataBand293.Components.Clear();
this.DataBand293.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text828,
this.Text829,
this.Text830,
this.Text831,
this.Text832,
this.Text833,
this.Text834,
this.Text835,
this.Text836});
//
// Add to DataBand290.Components
//
this.DataBand290.Components.Clear();
this.DataBand290.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text805});
//
// Add to DataBand291.Components
//
this.DataBand291.Components.Clear();
this.DataBand291.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text806});
//
// Add to DataBand292.Components
//
this.DataBand292.Components.Clear();
this.DataBand292.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text807,
this.Text808,
this.Text809,
this.Text810,
this.Text811,
this.Text812,
this.Text813});
//
// Add to DataBand288.Components
//
this.DataBand288.Components.Clear();
this.DataBand288.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text795,
this.Text796,
this.Text797,
this.Text798,
this.Text799,
this.Text800,
this.Text801});
//
// Add to DataBand289.Components
//
this.DataBand289.Components.Clear();
this.DataBand289.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text802});
//
// Add to DataBand295.Components
//
this.DataBand295.Components.Clear();
this.DataBand295.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text803});
//
// Add to DataBand296.Components
//
this.DataBand296.Components.Clear();
this.DataBand296.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text804,
this.Text837,
this.Text838,
this.Text839,
this.Text840,
this.Text841,
this.Text842,
this.Text843});
//
// Add to DataBand297.Components
//
this.DataBand297.Components.Clear();
this.DataBand297.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text844,
this.Text845,
this.Text846,
this.Text847,
this.Text848,
this.Text849,
this.Text850,
this.Text851});
//
// Add to standOverv_airQual.Components
//
this.standOverv_airQual.Components.Clear();
this.standOverv_airQual.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand62,
this.DataBand80,
this.DataBand82,
this.DataBand213,
this.DataBand294,
this.DataBand253,
this.DataBand254,
this.DataBand252,
this.DataBand255,
this.DataBand256,
this.DataBand281,
this.DataBand285,
this.DataBand293,
this.DataBand290,
this.DataBand291,
this.DataBand292,
this.DataBand288,
this.DataBand289,
this.DataBand295,
this.DataBand296,
this.DataBand297});
//
// Add to DataBand299.Components
//
this.DataBand299.Components.Clear();
this.DataBand299.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text852});
//
// Add to DataBand301.Components
//
this.DataBand301.Components.Clear();
this.DataBand301.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text853,
this.Text854,
this.Text855,
this.Text856,
this.Text857,
this.Text858});
//
// Add to DataBand305.Components
//
this.DataBand305.Components.Clear();
this.DataBand305.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text868,
this.Text869,
this.Text870,
this.Text871,
this.Text872,
this.Text873});
//
// Add to DataBand302.Components
//
this.DataBand302.Components.Clear();
this.DataBand302.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text859});
//
// Add to DataBand303.Components
//
this.DataBand303.Components.Clear();
this.DataBand303.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text860});
//
// Add to DataBand304.Components
//
this.DataBand304.Components.Clear();
this.DataBand304.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text861,
this.Text862,
this.Text863,
this.Text864,
this.Text865,
this.Text866,
this.Text867});
//
// Add to DataBand306.Components
//
this.DataBand306.Components.Clear();
this.DataBand306.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text874,
this.Text875,
this.Text876,
this.Text877,
this.Text878,
this.Text879,
this.Text880});
//
// Add to DataBand307.Components
//
this.DataBand307.Components.Clear();
this.DataBand307.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text881});
//
// Add to DataBand308.Components
//
this.DataBand308.Components.Clear();
this.DataBand308.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text882});
//
// Add to DataBand309.Components
//
this.DataBand309.Components.Clear();
this.DataBand309.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text883,
this.Text884,
this.Text885,
this.Text886,
this.Text887,
this.Text888,
this.Text889});
//
// Add to DataBand310.Components
//
this.DataBand310.Components.Clear();
this.DataBand310.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text890,
this.Text891,
this.Text892,
this.Text893,
this.Text894,
this.Text895,
this.Text896});
//
// Add to standOverv_indSectAirQual.Components
//
this.standOverv_indSectAirQual.Components.Clear();
this.standOverv_indSectAirQual.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand298,
this.DataBand299,
this.DataBand300,
this.DataBand301,
this.DataBand305,
this.DataBand302,
this.DataBand303,
this.DataBand304,
this.DataBand306,
this.DataBand307,
this.DataBand308,
this.DataBand309,
this.DataBand310});
//
// Add to DataBand156.Components
//
this.DataBand156.Components.Clear();
this.DataBand156.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text463});
//
// Add to DataBand158.Components
//
this.DataBand158.Components.Clear();
this.DataBand158.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text465,
this.Text466,
this.Text467,
this.Text468,
this.Text490,
this.Text491});
//
// Add to DataBand49.Components
//
this.DataBand49.Components.Clear();
this.DataBand49.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text670});
//
// Add to DataBand70.Components
//
this.DataBand70.Components.Clear();
this.DataBand70.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text672,
this.Text673,
this.Text674,
this.Text675,
this.Text676,
this.Text677,
this.Text678,
this.Text492});
//
// Add to DataBand88.Components
//
this.DataBand88.Components.Clear();
this.DataBand88.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text679});
//
// Add to DataBand90.Components
//
this.DataBand90.Components.Clear();
this.DataBand90.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text680});
//
// Add to DataBand91.Components
//
this.DataBand91.Components.Clear();
this.DataBand91.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text681});
//
// Add to DataBand92.Components
//
this.DataBand92.Components.Clear();
this.DataBand92.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text682,
this.Text683,
this.Text684,
this.Text685,
this.Text686,
this.Text687,
this.Text688,
this.Text689,
this.Text690});
//
// Add to DataBand96.Components
//
this.DataBand96.Components.Clear();
this.DataBand96.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text691});
//
// Add to DataBand97.Components
//
this.DataBand97.Components.Clear();
this.DataBand97.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text692,
this.Text693,
this.Text694,
this.Text695,
this.Text696,
this.Text697,
this.Text698,
this.Text699,
this.Text497});
//
// Add to DataBand98.Components
//
this.DataBand98.Components.Clear();
this.DataBand98.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text700});
//
// Add to DataBand99.Components
//
this.DataBand99.Components.Clear();
this.DataBand99.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text701});
//
// Add to DataBand100.Components
//
this.DataBand100.Components.Clear();
this.DataBand100.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text702,
this.Text703,
this.Text704,
this.Text705,
this.Text706,
this.Text707,
this.Text708});
//
// Add to standOverv2.Components
//
this.standOverv2.Components.Clear();
this.standOverv2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand5,
this.DataBand156,
this.DataBand157,
this.DataBand158,
this.DataBand49,
this.DataBand68,
this.DataBand70,
this.DataBand88,
this.DataBand90,
this.DataBand91,
this.DataBand92,
this.DataBand96,
this.DataBand97,
this.DataBand98,
this.DataBand99,
this.DataBand100});
//
// Add to DataBand103.Components
//
this.DataBand103.Components.Clear();
this.DataBand103.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text711});
//
// Add to DataBand104.Components
//
this.DataBand104.Components.Clear();
this.DataBand104.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text712});
//
// Add to DataBand105.Components
//
this.DataBand105.Components.Clear();
this.DataBand105.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text713,
this.Text714,
this.Text715,
this.Text716,
this.Text717,
this.Text718,
this.Text719,
this.Text720});
//
// Add to standOverv3.Components
//
this.standOverv3.Components.Clear();
this.standOverv3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand102,
this.DataBand103,
this.DataBand104,
this.DataBand105});
//
// Add to DataBand108.Components
//
this.DataBand108.Components.Clear();
this.DataBand108.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text724});
//
// Add to DataBand110.Components
//
this.DataBand110.Components.Clear();
this.DataBand110.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text726,
this.Text727,
this.Text728,
this.Text729,
this.Text731,
this.Text732});
//
// Add to DataBand111.Components
//
this.DataBand111.Components.Clear();
this.DataBand111.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text733});
//
// Add to DataBand112.Components
//
this.DataBand112.Components.Clear();
this.DataBand112.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text734});
//
// Add to DataBand113.Components
//
this.DataBand113.Components.Clear();
this.DataBand113.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text735,
this.Text736,
this.Text737,
this.Text738,
this.Text739,
this.Text740,
this.Text741});
//
// Add to standOverv4.Components
//
this.standOverv4.Components.Clear();
this.standOverv4.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand107,
this.DataBand108,
this.DataBand109,
this.DataBand110,
this.DataBand111,
this.DataBand112,
this.DataBand113});
//
// Add to DataBand116.Components
//
this.DataBand116.Components.Clear();
this.DataBand116.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text745});
//
// Add to DataBand117.Components
//
this.DataBand117.Components.Clear();
this.DataBand117.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text746});
//
// Add to DataBand118.Components
//
this.DataBand118.Components.Clear();
this.DataBand118.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text747,
this.Text748,
this.Text749,
this.Text750,
this.Text751,
this.Text752,
this.Text753});
//
// Add to standOverv5.Components
//
this.standOverv5.Components.Clear();
this.standOverv5.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataBand115,
this.DataBand116,
this.DataBand117,
this.DataBand118});
//
// Add to Pages
//
this.Pages.Clear();
this.Pages.AddRange(new Stimulsoft.Report.Components.StiPage[] {
this.Page1,
this.variables,
this.ident,
this.comp,
this.hazard,
this.emRes,
this.physProp,
this.tox,
this.eco,
this.techDat,
this.techDatEcoT,
this.eL_eu,
this.eL_usa,
this.eL_d,
this.eL_nl,
this.eL_b,
this.eL_fr,
this.eL_gb,
this.intvVal,
this.airQual,
this.airQual2,
this.indoorAirQual,
this.sectAirQual,
this.matHand,
this.sampling,
this.adrGen,
this.adrCond,
this.adrTunn,
this.adrOverv,
this.rid,
this.adn,
this.imdg,
this.icao_genInfo,
this.icao_overview,
this.uno,
this.cnlDSD,
this.cnlCLP,
this.cnlCLP2,
this.pnuUseReach,
this.pnuCandList,
this.pnuXIV,
this.pnuXVII,
this.pnuPops,
this.pnuSeveso,
this.pnuPGS15,
this.regInfo,
this.overvId,
this.overvDescr,
this.overvRisk,
this.overvExtAg,
this.overvFfi,
this.overvDSD,
this.overvDSDnew,
this.overvCLP,
this.overvCLPnew,
this.overvCLP2new,
this.standOverv_expLim,
this.stand_el_eu,
this.strand_el_b,
this.standOverv_airQual,
this.standOverv_indSectAirQual,
this.standOverv2,
this.standOverv3,
this.standOverv4,
this.standOverv5});
//
// Add to Styles
//
this.Styles.Clear();
this.Styles.AddRange(new Stimulsoft.Report.StiBaseStyle[] {
this.StylePageHeader,
this.StyleTitleMain,
this.StylePageFooter,
this.StyleValues,
this.StyleEvenValue,
this.StylePrintDate,
this.StylePageCount,
this.StyleDisclaimer,
this.StyleTitleSub1,
this.StyleTitleSub2,
this.StyleValuesBorder,
this.StyleValuesHeaderBorder,
this.StylePropertyBorder,
this.StyleVariables,
this.StyleHelpValues,
this.StyleTitleSub3,
this.StyleTransportModi});
this.Dictionary.Relations.Add(this.ParenttblReportValues0);
this.Dictionary.Relations.Add(this.ParenttblReportValues2);
this.Dictionary.Relations.Add(this.ParenttblReportValues1);
this.Dictionary.Relations.Add(this.ParenttblReportValues11);
this.Dictionary.Relations.Add(this.ParenttblReportValues21);
this.Dictionary.Relations.Add(this.ParenttblReportValues3);
this.tblReportValues0.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("RVal0ID", "RVal0ID", "RVal0ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Name", "Name", "Name", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("NameOrder", "NameOrder", "NameOrder", typeof(int))});
this.DataSources.Add(this.tblReportValues0);
this.tblReportValues1.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("RVal1ID", "RVal1ID", "RVal1ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("RVal0ID", "RVal0ID", "RVal0ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("RTypeID", "RTypeID", "RTypeID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PropID", "PropID", "PropID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Name", "Name", "Name", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Value", "Value", "Value", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("NameOrder", "NameOrder", "NameOrder", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ValueOrder", "ValueOrder", "ValueOrder", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName", "PictName", "PictName", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue", "PictValue", "PictValue", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode", "OffCode", "OffCode", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("prod_bignr", "prod_bignr", "prod_bignr", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("rfrp_id", "rfrp_id", "rfrp_id", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("virt_prod_bignr", "virt_prod_bignr", "virt_prod_bignr", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ProductLevelIndicator", "ProductLevelIndicator", "ProductLevelIndicator", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Datatype", "Datatype", "Datatype", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("virt_order", "virt_order", "virt_order", typeof(int))});
this.DataSources.Add(this.tblReportValues1);
this.tblReportValues2.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("RVal2ID", "RVal2ID", "RVal2ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("RVal1ID", "RVal1ID", "RVal1ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("RTypeID", "RTypeID", "RTypeID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PropID", "PropID", "PropID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Name", "Name", "Name", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Value", "Value", "Value", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("NameOrder", "NameOrder", "NameOrder", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ValueOrder", "ValueOrder", "ValueOrder", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName", "PictName", "PictName", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue", "PictValue", "PictValue", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode", "OffCode", "OffCode", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("prod_bignr", "prod_bignr", "prod_bignr", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("rfrp_id", "rfrp_id", "rfrp_id", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("virt_prod_bignr", "virt_prod_bignr", "virt_prod_bignr", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ProductLevelIndicator", "ProductLevelIndicator", "ProductLevelIndicator", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Datatype", "Datatype", "Datatype", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("virt_order", "virt_order", "virt_order", typeof(int))});
this.DataSources.Add(this.tblReportValues2);
this.tblReportValues3.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("RVal3ID", "RVal3ID", "RVal3ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("RVal2ID", "RVal2ID", "RVal2ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("RTypeID", "RTypeID", "RTypeID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PropID", "PropID", "PropID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Name", "Name", "Name", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Value", "Value", "Value", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("NameOrder", "NameOrder", "NameOrder", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ValueOrder", "ValueOrder", "ValueOrder", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName", "PictName", "PictName", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue", "PictValue", "PictValue", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode", "OffCode", "OffCode", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("prod_bignr", "prod_bignr", "prod_bignr", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("rfrp_id", "rfrp_id", "rfrp_id", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("virt_prod_bignr", "virt_prod_bignr", "virt_prod_bignr", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ProductLevelIndicator", "ProductLevelIndicator", "ProductLevelIndicator", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Datatype", "Datatype", "Datatype", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("virt_order", "virt_order", "virt_order", typeof(int))});
this.DataSources.Add(this.tblReportValues3);
this.tblReportInfo.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("PrimaryName", "PrimaryName", "PrimaryName", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Address", "Address", "Address", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Disclaimer", "Disclaimer", "Disclaimer", typeof(string))});
this.DataSources.Add(this.tblReportInfo);
this.tblReportValueParts1.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("PropID", "PropID", "PropID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Order", "Order", "Order", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column1", "Column1", "Column1", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName1", "PictName1", "PictName1", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue1", "PictValue1", "PictValue1", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode1", "OffCode1", "OffCode1", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column2", "Column2", "Column2", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName2", "PictName2", "PictName2", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue2", "PictValue2", "PictValue2", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode2", "OffCode2", "OffCode2", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column3", "Column3", "Column3", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName3", "PictName3", "PictName3", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue3", "PictValue3", "PictValue3", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode3", "OffCode3", "OffCode3", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column4", "Column4", "Column4", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName4", "PictName4", "PictName4", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue4", "PictValue4", "PictValue4", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode4", "OffCode4", "OffCode4", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column5", "Column5", "Column5", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName5", "PictName5", "PictName5", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue5", "PictValue5", "PictValue5", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode5", "OffCode5", "OffCode5", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column6", "Column6", "Column6", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName6", "PictName6", "PictName6", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue6", "PictValue6", "PictValue6", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode6", "OffCode6", "OffCode6", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column7", "Column7", "Column7", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName7", "PictName7", "PictName7", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue7", "PictValue7", "PictValue7", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode7", "OffCode7", "OffCode7", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column8", "Column8", "Column8", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName8", "PictName8", "PictName8", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue8", "PictValue8", "PictValue8", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode8", "OffCode8", "OffCode8", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column9", "Column9", "Column9", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName9", "PictName9", "PictName9", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue9", "PictValue9", "PictValue9", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode9", "OffCode9", "OffCode9", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column10", "Column10", "Column10", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName10", "PictName10", "PictName10", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue10", "PictValue10", "PictValue10", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode10", "OffCode10", "OffCode10", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("prod_bignr", "prod_bignr", "prod_bignr", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("RTit_ID", "RTit_ID", "RTit_ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("virt_prod_bignr", "virt_prod_bignr", "virt_prod_bignr", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ProductLevelIndicator", "ProductLevelIndicator", "ProductLevelIndicator", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("virt_Order", "virt_Order", "virt_Order", typeof(int))});
this.DataSources.Add(this.tblReportValueParts1);
this.tblReportValueParts2.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("PropID", "PropID", "PropID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Order", "Order", "Order", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column1", "Column1", "Column1", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName1", "PictName1", "PictName1", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue1", "PictValue1", "PictValue1", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode1", "OffCode1", "OffCode1", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column2", "Column2", "Column2", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName2", "PictName2", "PictName2", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue2", "PictValue2", "PictValue2", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode2", "OffCode2", "OffCode2", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column3", "Column3", "Column3", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName3", "PictName3", "PictName3", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue3", "PictValue3", "PictValue3", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode3", "OffCode3", "OffCode3", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column4", "Column4", "Column4", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName4", "PictName4", "PictName4", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue4", "PictValue4", "PictValue4", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode4", "OffCode4", "OffCode4", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column5", "Column5", "Column5", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName5", "PictName5", "PictName5", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue5", "PictValue5", "PictValue5", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode5", "OffCode5", "OffCode5", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column6", "Column6", "Column6", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName6", "PictName6", "PictName6", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue6", "PictValue6", "PictValue6", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode6", "OffCode6", "OffCode6", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column7", "Column7", "Column7", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName7", "PictName7", "PictName7", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue7", "PictValue7", "PictValue7", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode7", "OffCode7", "OffCode7", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column8", "Column8", "Column8", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName8", "PictName8", "PictName8", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue8", "PictValue8", "PictValue8", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode8", "OffCode8", "OffCode8", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column9", "Column9", "Column9", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName9", "PictName9", "PictName9", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue9", "PictValue9", "PictValue9", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode9", "OffCode9", "OffCode9", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column10", "Column10", "Column10", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName10", "PictName10", "PictName10", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue10", "PictValue10", "PictValue10", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode10", "OffCode10", "OffCode10", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("prod_bignr", "prod_bignr", "prod_bignr", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("RTit_ID", "RTit_ID", "RTit_ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("virt_prod_bignr", "virt_prod_bignr", "virt_prod_bignr", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ProductLevelIndicator", "ProductLevelIndicator", "ProductLevelIndicator", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("virt_Order", "virt_Order", "virt_Order", typeof(int))});
this.DataSources.Add(this.tblReportValueParts2);
this.tblReportValueParts3.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("PropID", "PropID", "PropID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Order", "Order", "Order", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column1", "Column1", "Column1", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName1", "PictName1", "PictName1", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue1", "PictValue1", "PictValue1", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode1", "OffCode1", "OffCode1", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column2", "Column2", "Column2", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName2", "PictName2", "PictName2", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue2", "PictValue2", "PictValue2", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode2", "OffCode2", "OffCode2", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column3", "Column3", "Column3", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName3", "PictName3", "PictName3", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue3", "PictValue3", "PictValue3", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode3", "OffCode3", "OffCode3", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column4", "Column4", "Column4", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName4", "PictName4", "PictName4", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue4", "PictValue4", "PictValue4", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode4", "OffCode4", "OffCode4", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column5", "Column5", "Column5", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName5", "PictName5", "PictName5", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue5", "PictValue5", "PictValue5", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode5", "OffCode5", "OffCode5", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column6", "Column6", "Column6", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName6", "PictName6", "PictName6", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue6", "PictValue6", "PictValue6", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode6", "OffCode6", "OffCode6", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column7", "Column7", "Column7", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName7", "PictName7", "PictName7", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue7", "PictValue7", "PictValue7", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode7", "OffCode7", "OffCode7", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column8", "Column8", "Column8", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName8", "PictName8", "PictName8", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue8", "PictValue8", "PictValue8", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode8", "OffCode8", "OffCode8", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column9", "Column9", "Column9", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName9", "PictName9", "PictName9", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue9", "PictValue9", "PictValue9", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode9", "OffCode9", "OffCode9", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Column10", "Column10", "Column10", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictName10", "PictName10", "PictName10", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PictValue10", "PictValue10", "PictValue10", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("OffCode10", "OffCode10", "OffCode10", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("prod_bignr", "prod_bignr", "prod_bignr", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("RTit_ID", "RTit_ID", "RTit_ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("virt_prod_bignr", "virt_prod_bignr", "virt_prod_bignr", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ProductLevelIndicator", "ProductLevelIndicator", "ProductLevelIndicator", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("virt_Order", "virt_Order", "virt_Order", typeof(string))});
this.DataSources.Add(this.tblReportValueParts3);
this.ProductNames.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("name_id", "name_id", "name_id", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("prod_bignr", "prod_bignr", "prod_bignr", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("virt_prod_bignr", "virt_prod_bignr", "virt_prod_bignr", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("lang_id", "lang_id", "lang_id", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ntpe_id", "ntpe_id", "ntpe_id", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("name_Name", "name_Name", "name_Name", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("name_SearchName", "name_SearchName", "name_SearchName", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("cust_id", "cust_id", "cust_id", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ntpe_desc", "ntpe_desc", "ntpe_desc", typeof(string))});
this.DataSources.Add(this.ProductNames);
this.tblCustomerFieldValues.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("cfv_id", "cfv_id", "cfv_id", typeof(System.Guid)),
new Stimulsoft.Report.Dictionary.StiDataColumn("cfld_id", "cfld_id", "cfld_id", typeof(System.Guid)),
new Stimulsoft.Report.Dictionary.StiDataColumn("cust_id", "cust_id", "cust_id", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("cfv_text", "cfv_text", "cfv_text", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("cfv_int", "cfv_int", "cfv_int", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("cfv_binary", "cfv_binary", "cfv_binary", typeof(byte[])),
new Stimulsoft.Report.Dictionary.StiDataColumn("cfv_binaryType", "cfv_binaryType", "cfv_binaryType", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("cfv_date", "cfv_date", "cfv_date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("cft_id", "cft_id", "cft_id", typeof(System.Guid)),
new Stimulsoft.Report.Dictionary.StiDataColumn("cft_Description", "cft_Description", "cft_Description", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("cfld_DataType", "cfld_DataType", "cfld_DataType", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("FieldName", "FieldName", "FieldName", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("FieldValue", "FieldValue", "FieldValue", typeof(string))});
this.DataSources.Add(this.tblCustomerFieldValues);
this.CustomData.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("DataKey", "DataKey", "DataKey", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("DataValue", "DataValue", "DataValue", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("BinaryValue", "BinaryValue", "BinaryValue", typeof(byte[]))});
this.DataSources.Add(this.CustomData);
this.Dictionary.Databases.Add(new Stimulsoft.Report.Dictionary.StiXmlDatabase("tdsProductFileCD", "C:\\stimul\\schema.xsd", "C:\\stimul\\data.xml"));
}
#region Relation ParenttblReportValues0
public class ParenttblReportValues0Relation : Stimulsoft.Report.Dictionary.StiDataRow
{
public ParenttblReportValues0Relation(Stimulsoft.Report.Dictionary.StiDataRow dataRow) :
base(dataRow)
{
}
public virtual int RVal0ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal0ID"], typeof(int), true)));
}
}
public virtual string Name
{
get
{
return ((string)(StiReport.ChangeType(this["Name"], typeof(string), true)));
}
}
public virtual int NameOrder
{
get
{
return ((int)(StiReport.ChangeType(this["NameOrder"], typeof(int), true)));
}
}
}
#endregion Relation ParenttblReportValues0
#region Relation ParenttblReportValues2
public class ParenttblReportValues2Relation : Stimulsoft.Report.Dictionary.StiDataRow
{
public ParenttblReportValues2Relation(Stimulsoft.Report.Dictionary.StiDataRow dataRow) :
base(dataRow)
{
}
public virtual int RVal2ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal2ID"], typeof(int), true)));
}
}
public virtual int RVal1ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal1ID"], typeof(int), true)));
}
}
public virtual int RTypeID
{
get
{
return ((int)(StiReport.ChangeType(this["RTypeID"], typeof(int), true)));
}
}
public virtual int PropID
{
get
{
return ((int)(StiReport.ChangeType(this["PropID"], typeof(int), true)));
}
}
public virtual string Name
{
get
{
return ((string)(StiReport.ChangeType(this["Name"], typeof(string), true)));
}
}
public virtual string Value
{
get
{
return ((string)(StiReport.ChangeType(this["Value"], typeof(string), true)));
}
}
public virtual int NameOrder
{
get
{
return ((int)(StiReport.ChangeType(this["NameOrder"], typeof(int), true)));
}
}
public virtual int ValueOrder
{
get
{
return ((int)(StiReport.ChangeType(this["ValueOrder"], typeof(int), true)));
}
}
public virtual string PictName
{
get
{
return ((string)(StiReport.ChangeType(this["PictName"], typeof(string), true)));
}
}
public virtual byte[] PictValue
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue"], typeof(byte[]), true)));
}
}
public virtual string OffCode
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode"], typeof(string), true)));
}
}
public virtual string prod_bignr
{
get
{
return ((string)(StiReport.ChangeType(this["prod_bignr"], typeof(string), true)));
}
}
public virtual int rfrp_id
{
get
{
return ((int)(StiReport.ChangeType(this["rfrp_id"], typeof(int), true)));
}
}
public virtual int virt_prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["virt_prod_bignr"], typeof(int), true)));
}
}
public virtual string ProductLevelIndicator
{
get
{
return ((string)(StiReport.ChangeType(this["ProductLevelIndicator"], typeof(string), true)));
}
}
public virtual int Datatype
{
get
{
return ((int)(StiReport.ChangeType(this["Datatype"], typeof(int), true)));
}
}
public virtual int virt_order
{
get
{
return ((int)(StiReport.ChangeType(this["virt_order"], typeof(int), true)));
}
}
public virtual ParenttblReportValues1Relation tblReportValues1
{
get
{
return new ParenttblReportValues1Relation(this.GetParentData("tblReportValues1_tblReportValues2"));
}
}
}
#endregion Relation ParenttblReportValues2
#region Relation ParenttblReportValues1
public class ParenttblReportValues1Relation : Stimulsoft.Report.Dictionary.StiDataRow
{
public ParenttblReportValues1Relation(Stimulsoft.Report.Dictionary.StiDataRow dataRow) :
base(dataRow)
{
}
public virtual int RVal1ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal1ID"], typeof(int), true)));
}
}
public virtual int RVal0ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal0ID"], typeof(int), true)));
}
}
public virtual int RTypeID
{
get
{
return ((int)(StiReport.ChangeType(this["RTypeID"], typeof(int), true)));
}
}
public virtual int PropID
{
get
{
return ((int)(StiReport.ChangeType(this["PropID"], typeof(int), true)));
}
}
public virtual string Name
{
get
{
return ((string)(StiReport.ChangeType(this["Name"], typeof(string), true)));
}
}
public virtual string Value
{
get
{
return ((string)(StiReport.ChangeType(this["Value"], typeof(string), true)));
}
}
public virtual int NameOrder
{
get
{
return ((int)(StiReport.ChangeType(this["NameOrder"], typeof(int), true)));
}
}
public virtual int ValueOrder
{
get
{
return ((int)(StiReport.ChangeType(this["ValueOrder"], typeof(int), true)));
}
}
public virtual string PictName
{
get
{
return ((string)(StiReport.ChangeType(this["PictName"], typeof(string), true)));
}
}
public virtual byte[] PictValue
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue"], typeof(byte[]), true)));
}
}
public virtual string OffCode
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode"], typeof(string), true)));
}
}
public virtual string prod_bignr
{
get
{
return ((string)(StiReport.ChangeType(this["prod_bignr"], typeof(string), true)));
}
}
public virtual int rfrp_id
{
get
{
return ((int)(StiReport.ChangeType(this["rfrp_id"], typeof(int), true)));
}
}
public virtual int virt_prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["virt_prod_bignr"], typeof(int), true)));
}
}
public virtual string ProductLevelIndicator
{
get
{
return ((string)(StiReport.ChangeType(this["ProductLevelIndicator"], typeof(string), true)));
}
}
public virtual int Datatype
{
get
{
return ((int)(StiReport.ChangeType(this["Datatype"], typeof(int), true)));
}
}
public virtual int virt_order
{
get
{
return ((int)(StiReport.ChangeType(this["virt_order"], typeof(int), true)));
}
}
public virtual ParenttblReportValues0Relation tblReportValues0
{
get
{
return new ParenttblReportValues0Relation(this.GetParentData("tblReportTitles_tblReportValues1"));
}
}
}
#endregion Relation ParenttblReportValues1
#region Relation ParenttblReportValues11
public class ParenttblReportValues11Relation : Stimulsoft.Report.Dictionary.StiDataRow
{
public ParenttblReportValues11Relation(Stimulsoft.Report.Dictionary.StiDataRow dataRow) :
base(dataRow)
{
}
public virtual int RVal1ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal1ID"], typeof(int), true)));
}
}
public virtual int RVal0ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal0ID"], typeof(int), true)));
}
}
public virtual int RTypeID
{
get
{
return ((int)(StiReport.ChangeType(this["RTypeID"], typeof(int), true)));
}
}
public virtual int PropID
{
get
{
return ((int)(StiReport.ChangeType(this["PropID"], typeof(int), true)));
}
}
public virtual string Name
{
get
{
return ((string)(StiReport.ChangeType(this["Name"], typeof(string), true)));
}
}
public virtual string Value
{
get
{
return ((string)(StiReport.ChangeType(this["Value"], typeof(string), true)));
}
}
public virtual int NameOrder
{
get
{
return ((int)(StiReport.ChangeType(this["NameOrder"], typeof(int), true)));
}
}
public virtual int ValueOrder
{
get
{
return ((int)(StiReport.ChangeType(this["ValueOrder"], typeof(int), true)));
}
}
public virtual string PictName
{
get
{
return ((string)(StiReport.ChangeType(this["PictName"], typeof(string), true)));
}
}
public virtual byte[] PictValue
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue"], typeof(byte[]), true)));
}
}
public virtual string OffCode
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode"], typeof(string), true)));
}
}
public virtual string prod_bignr
{
get
{
return ((string)(StiReport.ChangeType(this["prod_bignr"], typeof(string), true)));
}
}
public virtual int rfrp_id
{
get
{
return ((int)(StiReport.ChangeType(this["rfrp_id"], typeof(int), true)));
}
}
public virtual int virt_prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["virt_prod_bignr"], typeof(int), true)));
}
}
public virtual string ProductLevelIndicator
{
get
{
return ((string)(StiReport.ChangeType(this["ProductLevelIndicator"], typeof(string), true)));
}
}
public virtual int Datatype
{
get
{
return ((int)(StiReport.ChangeType(this["Datatype"], typeof(int), true)));
}
}
public virtual int virt_order
{
get
{
return ((int)(StiReport.ChangeType(this["virt_order"], typeof(int), true)));
}
}
public virtual ParenttblReportValues0Relation tblReportValues0
{
get
{
return new ParenttblReportValues0Relation(this.GetParentData("tblReportTitles_tblReportValues1"));
}
}
}
#endregion Relation ParenttblReportValues11
#region Relation ParenttblReportValues21
public class ParenttblReportValues21Relation : Stimulsoft.Report.Dictionary.StiDataRow
{
public ParenttblReportValues21Relation(Stimulsoft.Report.Dictionary.StiDataRow dataRow) :
base(dataRow)
{
}
public virtual int RVal2ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal2ID"], typeof(int), true)));
}
}
public virtual int RVal1ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal1ID"], typeof(int), true)));
}
}
public virtual int RTypeID
{
get
{
return ((int)(StiReport.ChangeType(this["RTypeID"], typeof(int), true)));
}
}
public virtual int PropID
{
get
{
return ((int)(StiReport.ChangeType(this["PropID"], typeof(int), true)));
}
}
public virtual string Name
{
get
{
return ((string)(StiReport.ChangeType(this["Name"], typeof(string), true)));
}
}
public virtual string Value
{
get
{
return ((string)(StiReport.ChangeType(this["Value"], typeof(string), true)));
}
}
public virtual int NameOrder
{
get
{
return ((int)(StiReport.ChangeType(this["NameOrder"], typeof(int), true)));
}
}
public virtual int ValueOrder
{
get
{
return ((int)(StiReport.ChangeType(this["ValueOrder"], typeof(int), true)));
}
}
public virtual string PictName
{
get
{
return ((string)(StiReport.ChangeType(this["PictName"], typeof(string), true)));
}
}
public virtual byte[] PictValue
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue"], typeof(byte[]), true)));
}
}
public virtual string OffCode
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode"], typeof(string), true)));
}
}
public virtual string prod_bignr
{
get
{
return ((string)(StiReport.ChangeType(this["prod_bignr"], typeof(string), true)));
}
}
public virtual int rfrp_id
{
get
{
return ((int)(StiReport.ChangeType(this["rfrp_id"], typeof(int), true)));
}
}
public virtual int virt_prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["virt_prod_bignr"], typeof(int), true)));
}
}
public virtual string ProductLevelIndicator
{
get
{
return ((string)(StiReport.ChangeType(this["ProductLevelIndicator"], typeof(string), true)));
}
}
public virtual int Datatype
{
get
{
return ((int)(StiReport.ChangeType(this["Datatype"], typeof(int), true)));
}
}
public virtual int virt_order
{
get
{
return ((int)(StiReport.ChangeType(this["virt_order"], typeof(int), true)));
}
}
public virtual ParenttblReportValues1Relation tblReportValues1
{
get
{
return new ParenttblReportValues1Relation(this.GetParentData("tblReportValues1_tblReportValues2"));
}
}
}
#endregion Relation ParenttblReportValues21
#region Relation ParenttblReportValues3
public class ParenttblReportValues3Relation : Stimulsoft.Report.Dictionary.StiDataRow
{
public ParenttblReportValues3Relation(Stimulsoft.Report.Dictionary.StiDataRow dataRow) :
base(dataRow)
{
}
public virtual int RVal3ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal3ID"], typeof(int), true)));
}
}
public virtual int RVal2ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal2ID"], typeof(int), true)));
}
}
public virtual int RTypeID
{
get
{
return ((int)(StiReport.ChangeType(this["RTypeID"], typeof(int), true)));
}
}
public virtual int PropID
{
get
{
return ((int)(StiReport.ChangeType(this["PropID"], typeof(int), true)));
}
}
public virtual string Name
{
get
{
return ((string)(StiReport.ChangeType(this["Name"], typeof(string), true)));
}
}
public virtual string Value
{
get
{
return ((string)(StiReport.ChangeType(this["Value"], typeof(string), true)));
}
}
public virtual int NameOrder
{
get
{
return ((int)(StiReport.ChangeType(this["NameOrder"], typeof(int), true)));
}
}
public virtual int ValueOrder
{
get
{
return ((int)(StiReport.ChangeType(this["ValueOrder"], typeof(int), true)));
}
}
public virtual string PictName
{
get
{
return ((string)(StiReport.ChangeType(this["PictName"], typeof(string), true)));
}
}
public virtual byte[] PictValue
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue"], typeof(byte[]), true)));
}
}
public virtual string OffCode
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode"], typeof(string), true)));
}
}
public virtual string prod_bignr
{
get
{
return ((string)(StiReport.ChangeType(this["prod_bignr"], typeof(string), true)));
}
}
public virtual int rfrp_id
{
get
{
return ((int)(StiReport.ChangeType(this["rfrp_id"], typeof(int), true)));
}
}
public virtual int virt_prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["virt_prod_bignr"], typeof(int), true)));
}
}
public virtual string ProductLevelIndicator
{
get
{
return ((string)(StiReport.ChangeType(this["ProductLevelIndicator"], typeof(string), true)));
}
}
public virtual string Datatype
{
get
{
return ((string)(StiReport.ChangeType(this["Datatype"], typeof(string), true)));
}
}
public virtual int virt_order
{
get
{
return ((int)(StiReport.ChangeType(this["virt_order"], typeof(int), true)));
}
}
public virtual ParenttblReportValues2Relation tblReportValues2
{
get
{
return new ParenttblReportValues2Relation(this.GetParentData("tblReportValues2_tblReportValues3"));
}
}
}
#endregion Relation ParenttblReportValues3
#region DataSource tblReportValues0
public class tblReportValues0DataSource : Stimulsoft.Report.Dictionary.StiDataTableSource
{
public tblReportValues0DataSource() :
base("tdsProductFileCD.tblReportValues0", "tblReportValues0")
{
}
public virtual int RVal0ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal0ID"], typeof(int), true)));
}
}
public new virtual string Name
{
get
{
return ((string)(StiReport.ChangeType(this["Name"], typeof(string), true)));
}
}
public virtual int NameOrder
{
get
{
return ((int)(StiReport.ChangeType(this["NameOrder"], typeof(int), true)));
}
}
}
#endregion DataSource tblReportValues0
#region DataSource tblReportValues1
public class tblReportValues1DataSource : Stimulsoft.Report.Dictionary.StiDataTableSource
{
public tblReportValues1DataSource() :
base("tdsProductFileCD.tblReportValues1", "tblReportValues1")
{
}
public virtual int RVal1ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal1ID"], typeof(int), true)));
}
}
public virtual int RVal0ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal0ID"], typeof(int), true)));
}
}
public virtual int RTypeID
{
get
{
return ((int)(StiReport.ChangeType(this["RTypeID"], typeof(int), true)));
}
}
public virtual int PropID
{
get
{
return ((int)(StiReport.ChangeType(this["PropID"], typeof(int), true)));
}
}
public new virtual string Name
{
get
{
return ((string)(StiReport.ChangeType(this["Name"], typeof(string), true)));
}
}
public virtual string Value
{
get
{
return ((string)(StiReport.ChangeType(this["Value"], typeof(string), true)));
}
}
public virtual int NameOrder
{
get
{
return ((int)(StiReport.ChangeType(this["NameOrder"], typeof(int), true)));
}
}
public virtual int ValueOrder
{
get
{
return ((int)(StiReport.ChangeType(this["ValueOrder"], typeof(int), true)));
}
}
public virtual string PictName
{
get
{
return ((string)(StiReport.ChangeType(this["PictName"], typeof(string), true)));
}
}
public virtual byte[] PictValue
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue"], typeof(byte[]), true)));
}
}
public virtual string OffCode
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode"], typeof(string), true)));
}
}
public virtual string prod_bignr
{
get
{
return ((string)(StiReport.ChangeType(this["prod_bignr"], typeof(string), true)));
}
}
public virtual int rfrp_id
{
get
{
return ((int)(StiReport.ChangeType(this["rfrp_id"], typeof(int), true)));
}
}
public virtual int virt_prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["virt_prod_bignr"], typeof(int), true)));
}
}
public virtual string ProductLevelIndicator
{
get
{
return ((string)(StiReport.ChangeType(this["ProductLevelIndicator"], typeof(string), true)));
}
}
public virtual int Datatype
{
get
{
return ((int)(StiReport.ChangeType(this["Datatype"], typeof(int), true)));
}
}
public virtual int virt_order
{
get
{
return ((int)(StiReport.ChangeType(this["virt_order"], typeof(int), true)));
}
}
public virtual ParenttblReportValues0Relation tblReportValues0
{
get
{
return new ParenttblReportValues0Relation(this.GetParentData("tblReportTitles_tblReportValues1"));
}
}
}
#endregion DataSource tblReportValues1
#region DataSource tblReportValues2
public class tblReportValues2DataSource : Stimulsoft.Report.Dictionary.StiDataTableSource
{
public tblReportValues2DataSource() :
base("tdsProductFileCD.tblReportValues2", "tblReportValues2")
{
}
public virtual int RVal2ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal2ID"], typeof(int), true)));
}
}
public virtual int RVal1ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal1ID"], typeof(int), true)));
}
}
public virtual int RTypeID
{
get
{
return ((int)(StiReport.ChangeType(this["RTypeID"], typeof(int), true)));
}
}
public virtual int PropID
{
get
{
return ((int)(StiReport.ChangeType(this["PropID"], typeof(int), true)));
}
}
public new virtual string Name
{
get
{
return ((string)(StiReport.ChangeType(this["Name"], typeof(string), true)));
}
}
public virtual string Value
{
get
{
return ((string)(StiReport.ChangeType(this["Value"], typeof(string), true)));
}
}
public virtual int NameOrder
{
get
{
return ((int)(StiReport.ChangeType(this["NameOrder"], typeof(int), true)));
}
}
public virtual int ValueOrder
{
get
{
return ((int)(StiReport.ChangeType(this["ValueOrder"], typeof(int), true)));
}
}
public virtual string PictName
{
get
{
return ((string)(StiReport.ChangeType(this["PictName"], typeof(string), true)));
}
}
public virtual byte[] PictValue
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue"], typeof(byte[]), true)));
}
}
public virtual string OffCode
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode"], typeof(string), true)));
}
}
public virtual string prod_bignr
{
get
{
return ((string)(StiReport.ChangeType(this["prod_bignr"], typeof(string), true)));
}
}
public virtual int rfrp_id
{
get
{
return ((int)(StiReport.ChangeType(this["rfrp_id"], typeof(int), true)));
}
}
public virtual int virt_prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["virt_prod_bignr"], typeof(int), true)));
}
}
public virtual string ProductLevelIndicator
{
get
{
return ((string)(StiReport.ChangeType(this["ProductLevelIndicator"], typeof(string), true)));
}
}
public virtual int Datatype
{
get
{
return ((int)(StiReport.ChangeType(this["Datatype"], typeof(int), true)));
}
}
public virtual int virt_order
{
get
{
return ((int)(StiReport.ChangeType(this["virt_order"], typeof(int), true)));
}
}
public virtual ParenttblReportValues1Relation tblReportValues1
{
get
{
return new ParenttblReportValues1Relation(this.GetParentData("tblReportValues1_tblReportValues2"));
}
}
}
#endregion DataSource tblReportValues2
#region DataSource tblReportValues3
public class tblReportValues3DataSource : Stimulsoft.Report.Dictionary.StiDataTableSource
{
public tblReportValues3DataSource() :
base("tdsProductFileCD.tblReportValues3", "tblReportValues3")
{
}
public virtual int RVal3ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal3ID"], typeof(int), true)));
}
}
public virtual int RVal2ID
{
get
{
return ((int)(StiReport.ChangeType(this["RVal2ID"], typeof(int), true)));
}
}
public virtual int RTypeID
{
get
{
return ((int)(StiReport.ChangeType(this["RTypeID"], typeof(int), true)));
}
}
public virtual int PropID
{
get
{
return ((int)(StiReport.ChangeType(this["PropID"], typeof(int), true)));
}
}
public new virtual string Name
{
get
{
return ((string)(StiReport.ChangeType(this["Name"], typeof(string), true)));
}
}
public virtual string Value
{
get
{
return ((string)(StiReport.ChangeType(this["Value"], typeof(string), true)));
}
}
public virtual int NameOrder
{
get
{
return ((int)(StiReport.ChangeType(this["NameOrder"], typeof(int), true)));
}
}
public virtual int ValueOrder
{
get
{
return ((int)(StiReport.ChangeType(this["ValueOrder"], typeof(int), true)));
}
}
public virtual string PictName
{
get
{
return ((string)(StiReport.ChangeType(this["PictName"], typeof(string), true)));
}
}
public virtual byte[] PictValue
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue"], typeof(byte[]), true)));
}
}
public virtual string OffCode
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode"], typeof(string), true)));
}
}
public virtual string prod_bignr
{
get
{
return ((string)(StiReport.ChangeType(this["prod_bignr"], typeof(string), true)));
}
}
public virtual int rfrp_id
{
get
{
return ((int)(StiReport.ChangeType(this["rfrp_id"], typeof(int), true)));
}
}
public virtual int virt_prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["virt_prod_bignr"], typeof(int), true)));
}
}
public virtual string ProductLevelIndicator
{
get
{
return ((string)(StiReport.ChangeType(this["ProductLevelIndicator"], typeof(string), true)));
}
}
public virtual string Datatype
{
get
{
return ((string)(StiReport.ChangeType(this["Datatype"], typeof(string), true)));
}
}
public virtual int virt_order
{
get
{
return ((int)(StiReport.ChangeType(this["virt_order"], typeof(int), true)));
}
}
public virtual ParenttblReportValues2Relation tblReportValues2
{
get
{
return new ParenttblReportValues2Relation(this.GetParentData("tblReportValues2_tblReportValues3"));
}
}
}
#endregion DataSource tblReportValues3
#region DataSource tblReportInfo
public class tblReportInfoDataSource : Stimulsoft.Report.Dictionary.StiDataTableSource
{
public tblReportInfoDataSource() :
base("tdsProductFileCD.tblReportInfo", "tblReportInfo")
{
}
public virtual string PrimaryName
{
get
{
return ((string)(StiReport.ChangeType(this["PrimaryName"], typeof(string), true)));
}
}
public virtual string Address
{
get
{
return ((string)(StiReport.ChangeType(this["Address"], typeof(string), true)));
}
}
public virtual string Disclaimer
{
get
{
return ((string)(StiReport.ChangeType(this["Disclaimer"], typeof(string), true)));
}
}
}
#endregion DataSource tblReportInfo
#region DataSource tblReportValueParts1
public class tblReportValueParts1DataSource : Stimulsoft.Report.Dictionary.StiDataTableSource
{
public tblReportValueParts1DataSource() :
base("tdsProductFileCD.tblReportValueParts1", "tblReportValueParts1")
{
}
public virtual int PropID
{
get
{
return ((int)(StiReport.ChangeType(this["PropID"], typeof(int), true)));
}
}
public virtual int Order
{
get
{
return ((int)(StiReport.ChangeType(this["Order"], typeof(int), true)));
}
}
public virtual string Column1
{
get
{
return ((string)(StiReport.ChangeType(this["Column1"], typeof(string), true)));
}
}
public virtual string PictName1
{
get
{
return ((string)(StiReport.ChangeType(this["PictName1"], typeof(string), true)));
}
}
public virtual byte[] PictValue1
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue1"], typeof(byte[]), true)));
}
}
public virtual string OffCode1
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode1"], typeof(string), true)));
}
}
public virtual string Column2
{
get
{
return ((string)(StiReport.ChangeType(this["Column2"], typeof(string), true)));
}
}
public virtual string PictName2
{
get
{
return ((string)(StiReport.ChangeType(this["PictName2"], typeof(string), true)));
}
}
public virtual byte[] PictValue2
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue2"], typeof(byte[]), true)));
}
}
public virtual string OffCode2
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode2"], typeof(string), true)));
}
}
public virtual string Column3
{
get
{
return ((string)(StiReport.ChangeType(this["Column3"], typeof(string), true)));
}
}
public virtual string PictName3
{
get
{
return ((string)(StiReport.ChangeType(this["PictName3"], typeof(string), true)));
}
}
public virtual byte[] PictValue3
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue3"], typeof(byte[]), true)));
}
}
public virtual string OffCode3
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode3"], typeof(string), true)));
}
}
public virtual string Column4
{
get
{
return ((string)(StiReport.ChangeType(this["Column4"], typeof(string), true)));
}
}
public virtual string PictName4
{
get
{
return ((string)(StiReport.ChangeType(this["PictName4"], typeof(string), true)));
}
}
public virtual byte[] PictValue4
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue4"], typeof(byte[]), true)));
}
}
public virtual string OffCode4
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode4"], typeof(string), true)));
}
}
public virtual string Column5
{
get
{
return ((string)(StiReport.ChangeType(this["Column5"], typeof(string), true)));
}
}
public virtual string PictName5
{
get
{
return ((string)(StiReport.ChangeType(this["PictName5"], typeof(string), true)));
}
}
public virtual byte[] PictValue5
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue5"], typeof(byte[]), true)));
}
}
public virtual string OffCode5
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode5"], typeof(string), true)));
}
}
public virtual string Column6
{
get
{
return ((string)(StiReport.ChangeType(this["Column6"], typeof(string), true)));
}
}
public virtual string PictName6
{
get
{
return ((string)(StiReport.ChangeType(this["PictName6"], typeof(string), true)));
}
}
public virtual byte[] PictValue6
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue6"], typeof(byte[]), true)));
}
}
public virtual string OffCode6
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode6"], typeof(string), true)));
}
}
public virtual string Column7
{
get
{
return ((string)(StiReport.ChangeType(this["Column7"], typeof(string), true)));
}
}
public virtual string PictName7
{
get
{
return ((string)(StiReport.ChangeType(this["PictName7"], typeof(string), true)));
}
}
public virtual byte[] PictValue7
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue7"], typeof(byte[]), true)));
}
}
public virtual string OffCode7
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode7"], typeof(string), true)));
}
}
public virtual string Column8
{
get
{
return ((string)(StiReport.ChangeType(this["Column8"], typeof(string), true)));
}
}
public virtual string PictName8
{
get
{
return ((string)(StiReport.ChangeType(this["PictName8"], typeof(string), true)));
}
}
public virtual byte[] PictValue8
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue8"], typeof(byte[]), true)));
}
}
public virtual string OffCode8
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode8"], typeof(string), true)));
}
}
public virtual string Column9
{
get
{
return ((string)(StiReport.ChangeType(this["Column9"], typeof(string), true)));
}
}
public virtual string PictName9
{
get
{
return ((string)(StiReport.ChangeType(this["PictName9"], typeof(string), true)));
}
}
public virtual byte[] PictValue9
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue9"], typeof(byte[]), true)));
}
}
public virtual string OffCode9
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode9"], typeof(string), true)));
}
}
public virtual string Column10
{
get
{
return ((string)(StiReport.ChangeType(this["Column10"], typeof(string), true)));
}
}
public virtual string PictName10
{
get
{
return ((string)(StiReport.ChangeType(this["PictName10"], typeof(string), true)));
}
}
public virtual byte[] PictValue10
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue10"], typeof(byte[]), true)));
}
}
public virtual string OffCode10
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode10"], typeof(string), true)));
}
}
public virtual int prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["prod_bignr"], typeof(int), true)));
}
}
public virtual int RTit_ID
{
get
{
return ((int)(StiReport.ChangeType(this["RTit_ID"], typeof(int), true)));
}
}
public virtual int virt_prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["virt_prod_bignr"], typeof(int), true)));
}
}
public virtual string ProductLevelIndicator
{
get
{
return ((string)(StiReport.ChangeType(this["ProductLevelIndicator"], typeof(string), true)));
}
}
public virtual int virt_Order
{
get
{
return ((int)(StiReport.ChangeType(this["virt_Order"], typeof(int), true)));
}
}
public virtual ParenttblReportValues1Relation tblReportValues1
{
get
{
return new ParenttblReportValues1Relation(this.GetParentData("tblReportValues1_tblReportValueParts1"));
}
}
}
#endregion DataSource tblReportValueParts1
#region DataSource tblReportValueParts2
public class tblReportValueParts2DataSource : Stimulsoft.Report.Dictionary.StiDataTableSource
{
public tblReportValueParts2DataSource() :
base("tdsProductFileCD.tblReportValueParts2", "tblReportValueParts2")
{
}
public virtual int PropID
{
get
{
return ((int)(StiReport.ChangeType(this["PropID"], typeof(int), true)));
}
}
public virtual int Order
{
get
{
return ((int)(StiReport.ChangeType(this["Order"], typeof(int), true)));
}
}
public virtual string Column1
{
get
{
return ((string)(StiReport.ChangeType(this["Column1"], typeof(string), true)));
}
}
public virtual string PictName1
{
get
{
return ((string)(StiReport.ChangeType(this["PictName1"], typeof(string), true)));
}
}
public virtual byte[] PictValue1
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue1"], typeof(byte[]), true)));
}
}
public virtual string OffCode1
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode1"], typeof(string), true)));
}
}
public virtual string Column2
{
get
{
return ((string)(StiReport.ChangeType(this["Column2"], typeof(string), true)));
}
}
public virtual string PictName2
{
get
{
return ((string)(StiReport.ChangeType(this["PictName2"], typeof(string), true)));
}
}
public virtual byte[] PictValue2
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue2"], typeof(byte[]), true)));
}
}
public virtual string OffCode2
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode2"], typeof(string), true)));
}
}
public virtual string Column3
{
get
{
return ((string)(StiReport.ChangeType(this["Column3"], typeof(string), true)));
}
}
public virtual string PictName3
{
get
{
return ((string)(StiReport.ChangeType(this["PictName3"], typeof(string), true)));
}
}
public virtual byte[] PictValue3
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue3"], typeof(byte[]), true)));
}
}
public virtual string OffCode3
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode3"], typeof(string), true)));
}
}
public virtual string Column4
{
get
{
return ((string)(StiReport.ChangeType(this["Column4"], typeof(string), true)));
}
}
public virtual string PictName4
{
get
{
return ((string)(StiReport.ChangeType(this["PictName4"], typeof(string), true)));
}
}
public virtual byte[] PictValue4
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue4"], typeof(byte[]), true)));
}
}
public virtual string OffCode4
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode4"], typeof(string), true)));
}
}
public virtual string Column5
{
get
{
return ((string)(StiReport.ChangeType(this["Column5"], typeof(string), true)));
}
}
public virtual string PictName5
{
get
{
return ((string)(StiReport.ChangeType(this["PictName5"], typeof(string), true)));
}
}
public virtual byte[] PictValue5
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue5"], typeof(byte[]), true)));
}
}
public virtual string OffCode5
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode5"], typeof(string), true)));
}
}
public virtual string Column6
{
get
{
return ((string)(StiReport.ChangeType(this["Column6"], typeof(string), true)));
}
}
public virtual string PictName6
{
get
{
return ((string)(StiReport.ChangeType(this["PictName6"], typeof(string), true)));
}
}
public virtual byte[] PictValue6
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue6"], typeof(byte[]), true)));
}
}
public virtual string OffCode6
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode6"], typeof(string), true)));
}
}
public virtual string Column7
{
get
{
return ((string)(StiReport.ChangeType(this["Column7"], typeof(string), true)));
}
}
public virtual string PictName7
{
get
{
return ((string)(StiReport.ChangeType(this["PictName7"], typeof(string), true)));
}
}
public virtual byte[] PictValue7
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue7"], typeof(byte[]), true)));
}
}
public virtual string OffCode7
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode7"], typeof(string), true)));
}
}
public virtual string Column8
{
get
{
return ((string)(StiReport.ChangeType(this["Column8"], typeof(string), true)));
}
}
public virtual string PictName8
{
get
{
return ((string)(StiReport.ChangeType(this["PictName8"], typeof(string), true)));
}
}
public virtual byte[] PictValue8
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue8"], typeof(byte[]), true)));
}
}
public virtual string OffCode8
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode8"], typeof(string), true)));
}
}
public virtual string Column9
{
get
{
return ((string)(StiReport.ChangeType(this["Column9"], typeof(string), true)));
}
}
public virtual string PictName9
{
get
{
return ((string)(StiReport.ChangeType(this["PictName9"], typeof(string), true)));
}
}
public virtual byte[] PictValue9
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue9"], typeof(byte[]), true)));
}
}
public virtual string OffCode9
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode9"], typeof(string), true)));
}
}
public virtual string Column10
{
get
{
return ((string)(StiReport.ChangeType(this["Column10"], typeof(string), true)));
}
}
public virtual string PictName10
{
get
{
return ((string)(StiReport.ChangeType(this["PictName10"], typeof(string), true)));
}
}
public virtual byte[] PictValue10
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue10"], typeof(byte[]), true)));
}
}
public virtual string OffCode10
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode10"], typeof(string), true)));
}
}
public virtual int prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["prod_bignr"], typeof(int), true)));
}
}
public virtual int RTit_ID
{
get
{
return ((int)(StiReport.ChangeType(this["RTit_ID"], typeof(int), true)));
}
}
public virtual int virt_prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["virt_prod_bignr"], typeof(int), true)));
}
}
public virtual string ProductLevelIndicator
{
get
{
return ((string)(StiReport.ChangeType(this["ProductLevelIndicator"], typeof(string), true)));
}
}
public virtual int virt_Order
{
get
{
return ((int)(StiReport.ChangeType(this["virt_Order"], typeof(int), true)));
}
}
public virtual ParenttblReportValues2Relation tblReportValues2
{
get
{
return new ParenttblReportValues2Relation(this.GetParentData("tblReportValues2_tblReportValueParts2"));
}
}
}
#endregion DataSource tblReportValueParts2
#region DataSource tblReportValueParts3
public class tblReportValueParts3DataSource : Stimulsoft.Report.Dictionary.StiDataTableSource
{
public tblReportValueParts3DataSource() :
base("tdsProductFileCD.tblReportValueParts3", "tblReportValueParts3")
{
}
public virtual int PropID
{
get
{
return ((int)(StiReport.ChangeType(this["PropID"], typeof(int), true)));
}
}
public virtual int Order
{
get
{
return ((int)(StiReport.ChangeType(this["Order"], typeof(int), true)));
}
}
public virtual string Column1
{
get
{
return ((string)(StiReport.ChangeType(this["Column1"], typeof(string), true)));
}
}
public virtual string PictName1
{
get
{
return ((string)(StiReport.ChangeType(this["PictName1"], typeof(string), true)));
}
}
public virtual byte[] PictValue1
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue1"], typeof(byte[]), true)));
}
}
public virtual string OffCode1
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode1"], typeof(string), true)));
}
}
public virtual string Column2
{
get
{
return ((string)(StiReport.ChangeType(this["Column2"], typeof(string), true)));
}
}
public virtual string PictName2
{
get
{
return ((string)(StiReport.ChangeType(this["PictName2"], typeof(string), true)));
}
}
public virtual byte[] PictValue2
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue2"], typeof(byte[]), true)));
}
}
public virtual string OffCode2
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode2"], typeof(string), true)));
}
}
public virtual string Column3
{
get
{
return ((string)(StiReport.ChangeType(this["Column3"], typeof(string), true)));
}
}
public virtual string PictName3
{
get
{
return ((string)(StiReport.ChangeType(this["PictName3"], typeof(string), true)));
}
}
public virtual byte[] PictValue3
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue3"], typeof(byte[]), true)));
}
}
public virtual string OffCode3
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode3"], typeof(string), true)));
}
}
public virtual string Column4
{
get
{
return ((string)(StiReport.ChangeType(this["Column4"], typeof(string), true)));
}
}
public virtual string PictName4
{
get
{
return ((string)(StiReport.ChangeType(this["PictName4"], typeof(string), true)));
}
}
public virtual byte[] PictValue4
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue4"], typeof(byte[]), true)));
}
}
public virtual string OffCode4
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode4"], typeof(string), true)));
}
}
public virtual string Column5
{
get
{
return ((string)(StiReport.ChangeType(this["Column5"], typeof(string), true)));
}
}
public virtual string PictName5
{
get
{
return ((string)(StiReport.ChangeType(this["PictName5"], typeof(string), true)));
}
}
public virtual byte[] PictValue5
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue5"], typeof(byte[]), true)));
}
}
public virtual string OffCode5
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode5"], typeof(string), true)));
}
}
public virtual string Column6
{
get
{
return ((string)(StiReport.ChangeType(this["Column6"], typeof(string), true)));
}
}
public virtual string PictName6
{
get
{
return ((string)(StiReport.ChangeType(this["PictName6"], typeof(string), true)));
}
}
public virtual byte[] PictValue6
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue6"], typeof(byte[]), true)));
}
}
public virtual string OffCode6
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode6"], typeof(string), true)));
}
}
public virtual string Column7
{
get
{
return ((string)(StiReport.ChangeType(this["Column7"], typeof(string), true)));
}
}
public virtual string PictName7
{
get
{
return ((string)(StiReport.ChangeType(this["PictName7"], typeof(string), true)));
}
}
public virtual byte[] PictValue7
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue7"], typeof(byte[]), true)));
}
}
public virtual string OffCode7
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode7"], typeof(string), true)));
}
}
public virtual string Column8
{
get
{
return ((string)(StiReport.ChangeType(this["Column8"], typeof(string), true)));
}
}
public virtual string PictName8
{
get
{
return ((string)(StiReport.ChangeType(this["PictName8"], typeof(string), true)));
}
}
public virtual byte[] PictValue8
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue8"], typeof(byte[]), true)));
}
}
public virtual string OffCode8
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode8"], typeof(string), true)));
}
}
public virtual string Column9
{
get
{
return ((string)(StiReport.ChangeType(this["Column9"], typeof(string), true)));
}
}
public virtual string PictName9
{
get
{
return ((string)(StiReport.ChangeType(this["PictName9"], typeof(string), true)));
}
}
public virtual byte[] PictValue9
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue9"], typeof(byte[]), true)));
}
}
public virtual string OffCode9
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode9"], typeof(string), true)));
}
}
public virtual string Column10
{
get
{
return ((string)(StiReport.ChangeType(this["Column10"], typeof(string), true)));
}
}
public virtual string PictName10
{
get
{
return ((string)(StiReport.ChangeType(this["PictName10"], typeof(string), true)));
}
}
public virtual byte[] PictValue10
{
get
{
return ((byte[])(StiReport.ChangeType(this["PictValue10"], typeof(byte[]), true)));
}
}
public virtual string OffCode10
{
get
{
return ((string)(StiReport.ChangeType(this["OffCode10"], typeof(string), true)));
}
}
public virtual int prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["prod_bignr"], typeof(int), true)));
}
}
public virtual int RTit_ID
{
get
{
return ((int)(StiReport.ChangeType(this["RTit_ID"], typeof(int), true)));
}
}
public virtual int virt_prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["virt_prod_bignr"], typeof(int), true)));
}
}
public virtual string ProductLevelIndicator
{
get
{
return ((string)(StiReport.ChangeType(this["ProductLevelIndicator"], typeof(string), true)));
}
}
public virtual string virt_Order
{
get
{
return ((string)(StiReport.ChangeType(this["virt_Order"], typeof(string), true)));
}
}
public virtual ParenttblReportValues3Relation tblReportValues3
{
get
{
return new ParenttblReportValues3Relation(this.GetParentData("tblReportValues3_tblReportValueParts3"));
}
}
}
#endregion DataSource tblReportValueParts3
#region DataSource ProductNames
public class ProductNamesDataSource : Stimulsoft.Report.Dictionary.StiDataTableSource
{
public ProductNamesDataSource() :
base("tdsProductFileCD.ProductNames", "ProductNames")
{
}
public virtual int name_id
{
get
{
return ((int)(StiReport.ChangeType(this["name_id"], typeof(int), true)));
}
}
public virtual string prod_bignr
{
get
{
return ((string)(StiReport.ChangeType(this["prod_bignr"], typeof(string), true)));
}
}
public virtual int virt_prod_bignr
{
get
{
return ((int)(StiReport.ChangeType(this["virt_prod_bignr"], typeof(int), true)));
}
}
public virtual int lang_id
{
get
{
return ((int)(StiReport.ChangeType(this["lang_id"], typeof(int), true)));
}
}
public virtual int ntpe_id
{
get
{
return ((int)(StiReport.ChangeType(this["ntpe_id"], typeof(int), true)));
}
}
public virtual string name_Name
{
get
{
return ((string)(StiReport.ChangeType(this["name_Name"], typeof(string), true)));
}
}
public virtual string name_SearchName
{
get
{
return ((string)(StiReport.ChangeType(this["name_SearchName"], typeof(string), true)));
}
}
public virtual int cust_id
{
get
{
return ((int)(StiReport.ChangeType(this["cust_id"], typeof(int), true)));
}
}
public virtual string ntpe_desc
{
get
{
return ((string)(StiReport.ChangeType(this["ntpe_desc"], typeof(string), true)));
}
}
}
#endregion DataSource ProductNames
#region DataSource tblCustomerFieldValues
public class tblCustomerFieldValuesDataSource : Stimulsoft.Report.Dictionary.StiDataTableSource
{
public tblCustomerFieldValuesDataSource() :
base("tdsProductFileCD.tblCustomerFieldValues", "tblCustomerFieldValues")
{
}
public virtual System.Guid cfv_id
{
get
{
return ((System.Guid)(StiReport.ChangeType(this["cfv_id"], typeof(System.Guid), true)));
}
}
public virtual System.Guid cfld_id
{
get
{
return ((System.Guid)(StiReport.ChangeType(this["cfld_id"], typeof(System.Guid), true)));
}
}
public virtual int cust_id
{
get
{
return ((int)(StiReport.ChangeType(this["cust_id"], typeof(int), true)));
}
}
public virtual string cfv_text
{
get
{
return ((string)(StiReport.ChangeType(this["cfv_text"], typeof(string), true)));
}
}
public virtual int cfv_int
{
get
{
return ((int)(StiReport.ChangeType(this["cfv_int"], typeof(int), true)));
}
}
public virtual byte[] cfv_binary
{
get
{
return ((byte[])(StiReport.ChangeType(this["cfv_binary"], typeof(byte[]), true)));
}
}
public virtual string cfv_binaryType
{
get
{
return ((string)(StiReport.ChangeType(this["cfv_binaryType"], typeof(string), true)));
}
}
public virtual DateTime cfv_date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["cfv_date"], typeof(DateTime), true)));
}
}
public virtual System.Guid cft_id
{
get
{
return ((System.Guid)(StiReport.ChangeType(this["cft_id"], typeof(System.Guid), true)));
}
}
public virtual string cft_Description
{
get
{
return ((string)(StiReport.ChangeType(this["cft_Description"], typeof(string), true)));
}
}
public virtual int cfld_DataType
{
get
{
return ((int)(StiReport.ChangeType(this["cfld_DataType"], typeof(int), true)));
}
}
public virtual string FieldName
{
get
{
return ((string)(StiReport.ChangeType(this["FieldName"], typeof(string), true)));
}
}
public virtual string FieldValue
{
get
{
return ((string)(StiReport.ChangeType(this["FieldValue"], typeof(string), true)));
}
}
}
#endregion DataSource tblCustomerFieldValues
#region DataSource CustomData
public class CustomDataDataSource : Stimulsoft.Report.Dictionary.StiDataTableSource
{
public CustomDataDataSource() :
base("tdsProductFileCD.CustomData", "CustomData")
{
}
public virtual int DataKey
{
get
{
return ((int)(StiReport.ChangeType(this["DataKey"], typeof(int), true)));
}
}
public virtual string DataValue
{
get
{
return ((string)(StiReport.ChangeType(this["DataValue"], typeof(string), true)));
}
}
public virtual byte[] BinaryValue
{
get
{
return ((byte[])(StiReport.ChangeType(this["BinaryValue"], typeof(byte[]), true)));
}
}
}
#endregion DataSource CustomData
#endregion StiReport Designer generated code - do not modify
}
}