﻿<?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" />
    <Variables isList="true" count="0" />
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings isList="true" count="0" />
  <MetaTags isList="true" count="0" />
  <Pages isList="true" count="2">
    <Page1 Ref="2" type="Page" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="1">
        <Image1 Ref="3" type="Image" isKey="true">
          <AspectRatio>True</AspectRatio>
          <Brush>Transparent</Brush>
          <ClientRectangle>1.2,0.6,9,5.4</ClientRectangle>
          <Conditions isList="true" count="0" />
          <Name>Image1</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
          <Stretch>True</Stretch>
        </Image1>
      </Components>
      <Conditions isList="true" count="0" />
      <Guid>82ff413bc3c749a584d11506baf1b181</Guid>
      <Margins>1,1,1,1</Margins>
      <Name>Page1</Name>
      <PageHeight>29.7</PageHeight>
      <PageWidth>21</PageWidth>
      <Report isRef="0" />
      <Watermark Ref="4" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </Page1>
    <Form1 Ref="5" type="Stimulsoft.Report.Dialogs.StiForm" isKey="true">
      <BackColor>Control</BackColor>
      <Components isList="true" count="3">
        <PictureBoxControl1 Ref="6" type="Stimulsoft.Report.Dialogs.StiPictureBoxControl" isKey="true">
          <BackColor>Control</BackColor>
          <ClientRectangle>32,16,216,112</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Location>32, 16</Location>
          <Name>PictureBoxControl1</Name>
          <Page isRef="5" />
          <Parent isRef="5" />
          <Size>216, 112</Size>
          <SizeMode>Zoom</SizeMode>
          <TransparentColor>Transparent</TransparentColor>
        </PictureBoxControl1>
        <ButtonControl1 Ref="7" type="Stimulsoft.Report.Dialogs.StiButtonControl" isKey="true">
          <ClickEvent>	OpenFileDialog openFileDialog1 = new OpenFileDialog();
	openFileDialog1.Filter = "Image Files(*.BMP;*.JPG;*.GIF)|*.bmp;*.jpg;*.gif;*.png";
   	openFileDialog1.Title = "Select an Image File";

	if (openFileDialog1.ShowDialog() == DialogResult.OK)
	{
		PictureBoxControl1.Control.Image = System.Drawing.Image.FromFile(openFileDialog1.FileName);
	};</ClickEvent>
          <ClientRectangle>40,152,88,32</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Location>40, 152</Location>
          <Name>ButtonControl1</Name>
          <Page isRef="5" />
          <Parent isRef="5" />
          <Size>88, 32</Size>
          <Text>Open Image</Text>
        </ButtonControl1>
        <ButtonControl2 Ref="8" type="Stimulsoft.Report.Dialogs.StiButtonControl" isKey="true">
          <ClickEvent>Image1.Image = PictureBoxControl1.Control.Image;</ClickEvent>
          <ClientRectangle>160,152,88,32</ClientRectangle>
          <Components isList="true" count="0" />
          <DialogResult>OK</DialogResult>
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Location>160, 152</Location>
          <Name>ButtonControl2</Name>
          <Page isRef="5" />
          <Parent isRef="5" />
          <Size>88, 32</Size>
          <Text>OK</Text>
        </ButtonControl2>
      </Components>
      <Font>Microsoft Sans Serif,8</Font>
      <Guid>04e05357425d44749a8a0c955e49f4e0</Guid>
      <Location>0, 0</Location>
      <Name>Form1</Name>
      <Report isRef="0" />
      <Size>304, 232</Size>
      <Text>Form1</Text>
    </Form1>
  </Pages>
  <PrinterSettings Ref="9" 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>2/1/2012 3:08:10 PM</ReportChanged>
  <ReportCreated>2/1/2012 2:46:49 PM</ReportCreated>
  <ReportFile>D:\Support\post-5837\Report.mrt</ReportFile>
  <ReportGuid>564835aec438401691623ea08969d865</ReportGuid>
  <ReportName>Report</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2012.1.1208</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>