﻿<?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="0" />
    <DataSources isList="true" count="0" />
    <Relations isList="true" count="0" />
    <Report isRef="0" />
    <Resources isList="true" count="0" />
    <Variables isList="true" count="0" />
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings isList="true" count="0" />
  <Key>d6dde4cfffd048039d2ae72411419cb8</Key>
  <MetaTags isList="true" count="0" />
  <Pages isList="true" count="1">
    <Page1 Ref="2" type="Page" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="3">
        <TestPanel Ref="3" type="Panel" isKey="true">
          <BeforePrintEvent>if(IsFirstPage) Engine.NewPage();</BeforePrintEvent>
          <Brush>Transparent</Brush>
          <ClientRectangle>0,5,21,4</ClientRectangle>
          <Components isList="true" count="1">
            <TestShape Ref="4" type="Shape" isKey="true">
              <BackgroundColor>Transparent</BackgroundColor>
              <BorderColor>Black</BorderColor>
              <Brush>Transparent</Brush>
              <ClientRectangle>8.8,0.6,3.4,2.8</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Expressions isList="true" count="0" />
              <Font>Arial,8</Font>
              <ForeColor>Black</ForeColor>
              <Margins>0,0,0,0</Margins>
              <Name>TestShape</Name>
              <Page isRef="2" />
              <Parent isRef="3" />
              <ShapeType Ref="5" type="Stimulsoft.Report.Components.ShapeTypes.StiRectangleShapeType" isKey="true" />
            </TestShape>
          </Components>
          <Conditions isList="true" count="0" />
          <Expressions isList="true" count="0" />
          <Name>TestPanel</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
        </TestPanel>
        <HorizontalLinePrimitive1 Ref="6" type="HorizontalLinePrimitive" isKey="true">
          <ClientRectangle>7.8,4.2,5,0.0254</ClientRectangle>
          <Color>Black</Color>
          <Conditions isList="true" count="0" />
          <EndCap Ref="7" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Expressions isList="true" count="0" />
          <Name>HorizontalLinePrimitive1</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
          <StartCap Ref="8" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </HorizontalLinePrimitive1>
        <HorizontalLinePrimitive2 Ref="9" type="HorizontalLinePrimitive" isKey="true">
          <ClientRectangle>7.8,10,5,0.0254</ClientRectangle>
          <Color>Black</Color>
          <Conditions isList="true" count="0" />
          <EndCap Ref="10" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Expressions isList="true" count="0" />
          <Name>HorizontalLinePrimitive2</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
          <StartCap Ref="11" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </HorizontalLinePrimitive2>
      </Components>
      <Conditions isList="true" count="0" />
      <Expressions isList="true" count="0" />
      <Guid>31a87db489eb4d2db7b32c2c41d0c77e</Guid>
      <Margins>0,0,0,0</Margins>
      <Name>Page1</Name>
      <PageHeight>29.7</PageHeight>
      <PageWidth>21</PageWidth>
      <Report isRef="0" />
    </Page1>
  </Pages>
  <ReferencedAssemblies isList="true" count="8">
    <value>System.Dll</value>
    <value>System.Drawing.Dll</value>
    <value>System.Windows.Forms.Dll</value>
    <value>System.Data.Dll</value>
    <value>System.Xml.Dll</value>
    <value>Stimulsoft.Controls.Dll</value>
    <value>Stimulsoft.Base.Dll</value>
    <value>Stimulsoft.Report.Dll</value>
  </ReferencedAssemblies>
  <ReportAlias>Report</ReportAlias>
  <ReportChanged>6/27/2023 6:13:14 PM</ReportChanged>
  <ReportCreated>6/27/2023 6:05:59 PM</ReportCreated>
  <ReportFile>C:\Outils.Git\ReportMigration\src\StimulSoftAdaptor.TestData\Forms\8906ab41-d4ed-415b-be41-ca02224d6984.mrt</ReportFile>
  <ReportGuid>7f82764adea440d8b62992fd6ff9c4e7</ReportGuid>
  <ReportName>Report</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2023.2.7.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 Report : Stimulsoft.Report.StiReport
    {
        public Report()        {
            this.InitializeComponent();
        }

        #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>