<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<StiSerializer version="1.02" type="Net" application="StiReport">
  <Dictionary Ref="1" type="Dictionary" isKey="true">
    <BusinessObjects isList="true" count="0" />
    <Databases isList="true" count="1">
      <Connection Ref="2" type="GroupeIsa.Neos.Report.Stimulsoft.Dictionaries.NeosJsonDatabase" isKey="true">
        <Alias>Connection</Alias>
        <ConnectionStringEncrypted>4njPCUhKQ5liWv2Yalyk88dq+YhGdPrNbw==</ConnectionStringEncrypted>
        <Name>Connection</Name>
      </Connection>
    </Databases>
    <DataSources isList="true" count="1">
      <ResultatsDerniersLotsView Ref="3" type="DataTableSource" isKey="true">
        <Alias>ResultatsDerniersLotsView</Alias>
        <Columns isList="true" count="11">
          <value>codeIndicateurTechnique,System.String</value>
          <value>codeLot,System.String</value>
          <value>codeMeilleur,System.String</value>
          <value>iD,System.Int32</value>
          <value>iDComparaisonDerniers,System.Int32</value>
          <value>iDLot,System.Int32</value>
          <value>lotsCompares,System.String</value>
          <value>resultat,System.Decimal</value>
          <value>resultatMaxi,System.Decimal</value>
          <value>resultatMini,System.Decimal</value>
          <value>resultatMoy,System.Decimal</value>
        </Columns>
        <Dictionary isRef="1" />
        <Key>7b0019316c64481d9559954786d05ed2</Key>
        <Name>ResultatsDerniersLotsView</Name>
        <NameInSource>Connection.ResultatsDerniersLotsView</NameInSource>
      </ResultatsDerniersLotsView>
    </DataSources>
    <Relations isList="true" count="0" />
    <Report isRef="0" />
    <Resources isList="true" count="0" />
    <UserFunctions isList="true" count="0" />
    <Variables isList="true" count="1">
      <value>,SelectedCodeLot,SelectedCodeLot,,System.String,,False,False,False,False,_x003C__x003F_xml_x0020_version_x003D__x0022_1.0_x0022__x0020_encoding_x003D__x0022_utf-16_x0022__x0020_standalone_x003D__x0022_yes_x0022__x003F__x003E__x003C_StiSerializer_x0020_version_x003D__x0022_1.02_x0022__x0020_type_x003D__x0022_Net_x0022__x0020_application_x003D__x0022_State_x0022__x003E__x003C_DateTimeType_x003E_DateAndTime_x003C__x002F_DateTimeType_x003E__x003C_SortDirection_x003E_None_x003C__x002F_SortDirection_x003E__x003C_CheckedColumn_x003E_null_x003B__x003C__x002F_CheckedColumn_x003E__x003C_BindingVariable_x0020_isNull_x003D__x0022_true_x0022__x0020__x002F__x003E__x003C_Keys_x0020_isList_x003D__x0022_true_x0022__x0020_count_x003D__x0022_0_x0022__x0020__x002F__x003E__x003C_Values_x0020_isList_x003D__x0022_true_x0022__x0020_count_x003D__x0022_0_x0022__x0020__x002F__x003E__x003C_CheckedStates_x0020_isList_x003D__x0022_true_x0022__x0020_count_x003D__x0022_0_x0022__x0020__x002F__x003E__x003C__x002F_StiSerializer_x003E_</value>
    </Variables>
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings isList="true" count="0" />
  <Key>22dab0b145de48f0934603c199bdac60</Key>
  <MetaTags isList="true" count="0" />
  <Pages isList="true" count="1">
    <DBTest Ref="4" type="Stimulsoft.Dashboard.Components.StiDashboard" isKey="true">
      <Components isList="true" count="0" />
      <DashboardWatermark Ref="5" type="Stimulsoft.Base.Drawing.StiAdvancedWatermark" isKey="true">
        <TextColor>Gray</TextColor>
        <TextFont>Arial,36</TextFont>
        <WeaveMajorColor>119, 119, 119, 119</WeaveMajorColor>
        <WeaveMinorColor>85, 119, 119, 119</WeaveMinorColor>
      </DashboardWatermark>
      <Expressions isList="true" count="0" />
      <Guid>57b5a7acc7884a0fb026202fd729b5ed</Guid>
      <Name>DBTest</Name>
      <Report isRef="0" />
    </DBTest>
  </Pages>
  <ReferencedAssemblies isList="true" count="9">
    <value>System.Dll</value>
    <value>System.Drawing.Dll</value>
    <value>System.Windows.Forms.Dll</value>
    <value>System.Data.Dll</value>
    <value>System.Xml.Dll</value>
    <value>Stimulsoft.Controls.Dll</value>
    <value>Stimulsoft.Base.Dll</value>
    <value>Stimulsoft.Report.Dll</value>
    <value>GroupeIsa.Neos.Report.Stimulsoft.dll</value>
  </ReferencedAssemblies>
  <ReportAlias>TDBTest</ReportAlias>
  <ReportChanged>7/11/2024 8:43:44 AM</ReportChanged>
  <ReportCreated>7/11/2024 8:43:44 AM</ReportCreated>
  <ReportGuid>4356100b79f24f8b80bde2f404b20b99</ReportGuid>
  <ReportName>TDBTest</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2024.2.2.0</ReportVersion>
  <Script>using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.Dialogs;
using Stimulsoft.Report.Components;

namespace Reports
{
    public class TDBTest : Stimulsoft.Report.StiReport
    {
        public TDBTest()        {
            this.InitializeComponent();
			this.CreateComponent();
        }

        public Stimulsoft.Dashboard.Components.Gauge.StiGaugeElement Gauge1;
        public Stimulsoft.Data.Engine.StiDataFilterRule Item5;
        //public Stimulsoft.Data.Engine.StiDataFilterRule Item6;
        public Stimulsoft.Dashboard.Components.Gauge.StiGaugeRange Item7;
        public Stimulsoft.Dashboard.Components.Gauge.StiGaugeRange Item8;
        public Stimulsoft.Dashboard.Components.Gauge.StiGaugeRange Item9;

       private void CreateComponent()
       {
		    // 
            // Gauge1
            // 
            this.Gauge1 = new Stimulsoft.Dashboard.Components.Gauge.StiGaugeElement();
            this.Gauge1.BackColor = System.Drawing.Color.FromArgb(255, 47, 84, 150);
            this.Gauge1.CalculationMode = Stimulsoft.Report.Gauge.StiGaugeCalculationMode.Custom;
            this.Gauge1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(40, 60, 280, 300);
            this.Gauge1.ForeColor = System.Drawing.Color.White;
            this.Gauge1.Guid = "6132e7154a8647ecb4b5eb71cd3c3fd5";
            this.Gauge1.Maximum = 100m;
            this.Gauge1.MaximumDateTime = new DateTime(2025, 7, 9, 12, 58, 31, 0);
            this.Gauge1.Minimum = 0m;
            this.Gauge1.MinimumDateTime = new DateTime(2024, 7, 9, 12, 58, 31, 0);
            this.Gauge1.Name = "Gauge1";
            this.Gauge1.RangeType = Stimulsoft.Report.Gauge.StiGaugeRangeType.Color;
            this.Gauge1.AltParentKey = null;
            this.Gauge1.Border = new Stimulsoft.Base.Drawing.StiSimpleBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Gray, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid);
            // 
            // Item5
            // 
            this.Item5 = new Stimulsoft.Data.Engine.StiDataFilterRule(null, "ResultatsDerniersLotsView.codeLot", null, Stimulsoft.Data.Engine.StiDataFilterCondition.EqualTo, Stimulsoft.Data.Engine.StiDataFilterOperation.AND, "{SelectedCodeLot}", null, true, true);
            this.Item5.IsExpression = true;
            this.Item5.Path = "ResultatsDerniersLotsView.codeLot";
            this.Item5.Value = "{SelectedCodeLot}";
            // 
            // Item6
            // 
            //this.Item6 = new Stimulsoft.Data.Engine.StiDataFilterRule(null, "ResultatsDerniersLotsView.codeIndicateurTechnique", null, Stimulsoft.Data.Engine.StiDataFilterCondition.EqualTo, Stimulsoft.Data.Engine.StiDataFilterOperation.AND, "{SelectedIndicateur}", null, true, true);
            //this.Item6.IsExpression = true;
            //this.Item6.Path = "ResultatsDerniersLotsView.codeIndicateurTechnique";
            //this.Item6.Value = "{SelectedIndicateur}";
            //this.Gauge1.Font = new System.Drawing.Font("Arial", 13F);
            //this.Gauge1.Labels = new Stimulsoft.Dashboard.Components.Gauge.StiGaugeLabels(true, Stimulsoft.Report.Dashboard.StiLabelPlacement.Inside, Stimulsoft.Report.Gauge.StiLabelRotationMode.Automatic);
            // 
            // Item7
            // 
            this.Item7 = new Stimulsoft.Dashboard.Components.Gauge.StiGaugeRange(System.Drawing.Color.Red, "0", "33");
            // 
            // Item8
            // 
            this.Item8 = new Stimulsoft.Dashboard.Components.Gauge.StiGaugeRange(System.Drawing.Color.Yellow, "33", "66");
            // 
            // Item9
            // 
            this.Item9 = new Stimulsoft.Dashboard.Components.Gauge.StiGaugeRange(System.Drawing.Color.Green, "66", "100");
            this.Gauge1.Series = new Stimulsoft.Dashboard.Components.Gauge.StiSeriesGaugeMeter("cfc0424a89b24d22a187c449d21e151e", "ResultatsDerniersLotsView.codeIndicateurTechnique", "codeIndicateurTechnique");
            this.Gauge1.Shadow = new Stimulsoft.Base.Drawing.StiSimpleShadow(System.Drawing.Color.FromArgb(68, 34, 34, 34), new System.Drawing.Point(2, 2), 5, false);
            this.Gauge1.TargetSettings = new Stimulsoft.Dashboard.Components.Gauge.StiGaugeTarget(true, Stimulsoft.Report.Gauge.StiPlacement.Inside);
            this.Gauge1.Title = new Stimulsoft.Dashboard.Components.StiTitle("Gauge", System.Drawing.Color.Transparent, System.Drawing.Color.Transparent, new System.Drawing.Font("Arial", 11F), Stimulsoft.Base.Drawing.StiHorAlignment.Left, false, Stimulsoft.Report.Dashboard.StiTextSizeMode.Fit, new Stimulsoft.Report.Dashboard.StiTitlePadding(0, 0, 0, 0));
            this.Gauge1.Value = new Stimulsoft.Dashboard.Components.Gauge.StiValueGaugeMeter("2c4621c8c39b457b85c6b9f6f8bf0c68", "Sum(ResultatsDerniersLotsView.resultat)", "resultat");
            this.Gauge1.ValueFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, 0, ".", 1, ",", 3, true, true, " ", (Stimulsoft.Report.Components.StiTextFormatState.DecimalDigits | Stimulsoft.Report.Components.StiTextFormatState.Abbreviation));

			StiReport report = GetComponentByName("TDBTest").Report;
			this.Gauge1.Page = report.Pages[0];
			this.Gauge1.Parent = report.Pages[0];
			
			//this.Pages.Clear();
            //this.Pages.AddRange(new Stimulsoft.Report.Components.StiPage[] {
            //            report.Pages});
	   }

        #region StiReport Designer generated code - do not modify
        #endregion StiReport Designer generated code - do not modify
    }
}
</Script>
  <ScriptLanguage>CSharp</ScriptLanguage>
  <Styles isList="true" count="0" />
</StiSerializer>