﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<StiSerializer version="1.0" application="StiReport">
  <Dictionary Ref="1" type="Dictionary" isKey="true">
    <Databases isList="true" count="0" />
    <DataSources isList="true" count="0" />
    <Relations isList="true" count="0" />
    <Report isRef="0" />
    <Variables isList="true" count="0" />
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings 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="6">
        <Shape1 Ref="3" type="Shape" isKey="true">
          <BorderColor>Black</BorderColor>
          <Brush>Transparent</Brush>
          <ClientRectangle>2.2,1.4,0.8,0.8</ClientRectangle>
          <Conditions isList="true" count="0" />
          <Name>Shape1</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
          <ShapeType Ref="4" type="Stimulsoft.Report.Components.ShapeTypes.StiOvalShapeType" isKey="true" />
        </Shape1>
        <Shape2 Ref="5" type="Shape" isKey="true">
          <BorderColor>White</BorderColor>
          <Brush>White</Brush>
          <ClientRectangle>2.2,1.4,0.8,0.4</ClientRectangle>
          <Conditions isList="true" count="0" />
          <Name>Shape2</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
          <ShapeType Ref="6" type="Stimulsoft.Report.Components.ShapeTypes.StiRectangleShapeType" isKey="true" />
        </Shape2>
        <Shape3 Ref="7" type="Shape" isKey="true">
          <BorderColor>White</BorderColor>
          <Brush>White</Brush>
          <ClientRectangle>2.2,1.8,0.4,0.6</ClientRectangle>
          <Conditions isList="true" count="0" />
          <Guid>d5d653f4c1304cc3b7a7d4116b025e4c</Guid>
          <Name>Shape3</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
          <ShapeType Ref="8" type="Stimulsoft.Report.Components.ShapeTypes.StiRectangleShapeType" isKey="true" />
        </Shape3>
        <Rectangle1 Ref="9" type="Stimulsoft.Report.Components.StiRectanglePrimitive" isKey="true">
          <ClientRectangle>2.6,1.8,10.8,7.6</ClientRectangle>
          <Color>Black</Color>
          <Guid>c4ca2fb9ba094961bdcc1f4a35f64e7d</Guid>
          <Name>Rectangle1</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
        </Rectangle1>
        <StartPointPrimitive1 Ref="10" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
          <ClientRectangle>2.6,1.8,0,0</ClientRectangle>
          <Name>StartPointPrimitive1</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
          <ReferenceToGuid>c4ca2fb9ba094961bdcc1f4a35f64e7d</ReferenceToGuid>
        </StartPointPrimitive1>
        <EndPointPrimitive1 Ref="11" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
          <ClientRectangle>13.4,9.4,0,0</ClientRectangle>
          <Name>EndPointPrimitive1</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
          <ReferenceToGuid>c4ca2fb9ba094961bdcc1f4a35f64e7d</ReferenceToGuid>
        </EndPointPrimitive1>
      </Components>
      <Conditions isList="true" count="0" />
      <Guid>87353ddb02864d0e9bf0af031e20fed0</Guid>
      <Margins>1,1,1,1</Margins>
      <Name>Page1</Name>
      <Page isRef="2" />
      <PageHeight>29.7</PageHeight>
      <PageWidth>21</PageWidth>
      <Report isRef="0" />
      <Watermark Ref="12" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </Page1>
  </Pages>
  <PrinterSettings Ref="13" type="Stimulsoft.Report.Print.StiPrinterSettings" isKey="true" />
  <ReferencedAssemblies isList="true" count="8">
    <value>System.Dll</value>
    <value>System.Drawing.Dll</value>
    <value>System.Windows.Forms.Dll</value>
    <value>System.Data.Dll</value>
    <value>System.Xml.Dll</value>
    <value>Stimulsoft.Controls.Dll</value>
    <value>Stimulsoft.Base.Dll</value>
    <value>Stimulsoft.Report.Dll</value>
  </ReferencedAssemblies>
  <ReportAlias>Report</ReportAlias>
  <ReportChanged>6/9/2009 8:34:59 AM</ReportChanged>
  <ReportCreated>6/9/2009 8:33:42 AM</ReportCreated>
  <ReportFile />
  <ReportGuid>dccfe449c82a4e84b510c677b29de17b</ReportGuid>
  <ReportName>Report</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2009.2.412</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>