<?xml version="1.0" encoding="UTF-16"?>
<Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd" Name="Screenshot Sender">
<GlobalColors>
<GlobalColor Id="bg"><BaseColor><Saturation>2</Saturation><Brightness>0.6</Brightness><Transparency>50</Transparency></BaseColor></GlobalColor>
</GlobalColors>
<Window Id="Preview" Version="1">
<Attributes>
<Caption>Screenshot Sender</Caption>
<SetForeground>True</SetForeground>
</Attributes>
<TitleBar>
<Title><Text>Preview</Text></Title>
<AllowMaximize>True</AllowMaximize>
</TitleBar>
<Position Width="430" Height="290" InitialPos="Normal">
<Resizeable Allowed="BothSides">
<MinWidth>430</MinWidth>
<MinHeight>290</MinHeight>
</Resizeable>
</Position>
<Elements>
<Element xsi:type="FigureElement" Id="RectTopGradient">
<Position Top="0" Left="-5" Width="430" Height="55">
<Anchor Horizontal="LeftRightFixed" />
</Position>
<Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
<Fill>
<LinearGradient Angle="90">
<Color1><BaseColor><Transparency>0</Transparency></BaseColor></Color1>
<Color2><BaseColor><Transparency>200</Transparency></BaseColor></Color2>
</LinearGradient>
</Fill>
</Element>
<Element xsi:type="FigureElement" Id="FigRectActions">
<Position Top="5" Left="0" Height="63" Width="130"/>
<Figure><RoundRect><Radius>7</Radius></RoundRect></Figure>
<Border><Color><GlobalColor>bg</GlobalColor></Color><Size>1</Size></Border>
<Fill>
<PlainColor><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>170</Alpha></PlainColor>
</Fill>
</Element>
<Element xsi:type="FigureElement" Id="FigRectJpgEditing">
<Position Top="71" Left="0" Height="30" Width="130"/>
<Figure><RoundRect><Radius>7</Radius></RoundRect></Figure>
<Border><Color><GlobalColor>bg</GlobalColor></Color><Size>1</Size></Border>
<Fill>
<PlainColor><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>170</Alpha></PlainColor>
</Fill>
</Element>
<Element xsi:type="ImageElement" Id="ImgJpg">
<Position Height="16" Width="16" Left="5" Top="75" />
<Image><Name>jpg</Name></Image>
</Element>
<Element xsi:type="FigureElement" Id="FigRectDetails">
<Position Top="104" Left="0" Height="45" Width="130"/>
<Figure><RoundRect><Radius>7</Radius></RoundRect></Figure>
<Border><Color><GlobalColor>bg</GlobalColor></Color><Size>1</Size></Border>
<Fill>
<PlainColor><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>170</Alpha></PlainColor>
</Fill>
</Element>
<Element xsi:type="ImageElement" Id="ImgPreview">
<Position Top="5" Width="300" Left="120" Height="255">
<Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
</Position>
<Mosaic>CenterResize</Mosaic>
</Element>
</Elements>
<DialogTmpl />
<Controls>
<Control xsi:type="LinkControl" Id="lnkSendImage">
<Position Height="10" Width="75" Left="17" Top="10" />
<Caption>Send Image</Caption>
<Attributes><Underline>WhenHot</Underline></Attributes>
</Control>
<Control xsi:type="LinkControl" Id="lnkSaveImage" Visible="False">
<Position Height="10" Width="75" Left="17" Top="10" />
<Caption>Save Image</Caption>
<Attributes><Underline>WhenHot</Underline></Attributes>
</Control>
<Control xsi:type="LinkControl" Id="lnkSaveImageAs">
<Position Height="10" Width="75" Left="17" Top="20" />
<Caption>Save Image As...</Caption>
<Attributes><Underline>WhenHot</Underline></Attributes>
</Control>
<Control xsi:type="LinkControl" Id="lnkUploadImage">
<Position Height="10" Width="75" Left="17" Top="32" />
<Caption>Upload Image</Caption>
<Attributes><Underline>WhenHot</Underline></Attributes>
</Control>
<Control xsi:type="LinkControl" Id="lnkEditImage">
<Position Height="10" Width="75" Left="17" Top="44" />
<Caption>Edit Image</Caption>
<Attributes><Underline>WhenHot</Underline></Attributes>
</Control>
<Control xsi:type="LinkControl" Id="lnkRefreshImage" Visible="False">
<Position Height="10" Width="75" Left="17" Top="44" />
<Caption>Refresh Image</Caption>
<Attributes><Underline>WhenHot</Underline></Attributes>
</Control>
<Control xsi:type="LinkControl" Id="lnkCopyImage">
<Position Height="10" Width="75" Left="17" Top="56" />
<Caption>Copy to clipboard</Caption>
<Attributes><Underline>WhenHot</Underline></Attributes>
</Control>
<Control xsi:type="StaticControl" Id="lblJpgQuality">
<Position Height="10" Width="75" Left="17" Top="75" />
<Caption>Jpeg Quality</Caption>
</Control>
<Control xsi:type="SliderControl" Id="sldrQuality" Enabled="False">
<Position Height="10" Width="75" Left="15" Top="87" />
<Attributes>
<AutoTickMarks>True</AutoTickMarks>
</Attributes>
<Range>
<Minimum>0</Minimum>
<Maximum>100</Maximum>
</Range>
</Control>
<Control xsi:type="StaticControl" Id="lblImageName">
<Position Height="10" Width="125" Left="5" Top="108" />
<Font><Bold>True</Bold></Font>
</Control>
<Control xsi:type="StaticControl" Id="lblImageSize">
<Position Height="10" Width="125" Left="5" Top="118" />
<Caption>Size: </Caption>
</Control>
<Control xsi:type="StaticControl" Id="lblImageDimensions">
<Position Height="10" Width="125" Left="5" Top="128" />
<Caption>Dimensions: </Caption>
</Control>
<Control xsi:type="RichStaticControl" Id="lblImageCreated">
<Position Height="10" Width="125" Left="5" Top="138" />
<Attributes><WrapText>True</WrapText></Attributes>
<Caption>Created: </Caption>
</Control>
</Controls>
</Window>
</Interfaces>