<?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="ViewImage" Version="1">
<Attributes>
<Caption>Screenshot Sender</Caption>
<SetForeground>True</SetForeground>
</Attributes>
<TitleBar>
<Title><Text>View Image</Text></Title>
<AllowMaximize>True</AllowMaximize>
</TitleBar>
<Position Width="430" Height="350" InitialPos="Normal">
<Resizeable Allowed="BothSides">
<MinWidth>430</MinWidth>
<MinHeight>350</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="ImageElement" Id="ImgPreview">
<Position Top="5" Width="410" Left="5" Height="310">
<Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
</Position>
<Mosaic>CenterResize</Mosaic>
</Element>
</Elements>
<DialogTmpl />
<Controls />
</Window>
</Interfaces>