<?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="title"><BaseColor><Saturation>2.5</Saturation><Brightness>0.6</Brightness><Transparency>230</Transparency></BaseColor></GlobalColor>
<GlobalColor Id="bg"><BaseColor><Saturation>2</Saturation><Brightness>0.6</Brightness><Transparency>50</Transparency></BaseColor></GlobalColor>
</GlobalColors>
<Window Id="Update">
<Attributes>
<Caption>Update Available</Caption>
</Attributes>
<Titlebar>
<AllowMinimize>False</AllowMinimize>
<AllowMaximize>False</AllowMaximize>
<AllowClose>True</AllowClose>
</Titlebar>
<Position Width="175" Height="220"/>
<Elements>
<Element xsi:type="FigureElement" Id="RectTopGradient">
<Position Top="0" Left="0" Width="175" Height="45"/>
<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="ImgLogo">
<Position Top="8" Left="75" Width="35" Height="33" />
<Mosaic>ResizeToFit</Mosaic>
<Image><Name>logo</Name></Image>
</Element>
<Element xsi:type="FigureElement" Id="FigRectInfo">
<Position Top="58" Left="10" Height="115" Width="155"/>
<Figure><RoundRect><Radius>7</Radius></RoundRect></Figure>
<Border><Color><GlobalColor>bg</GlobalColor></Color><Size>2</Size></Border>
<Fill>
<PlainColor><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>170</Alpha></PlainColor>
</Fill>
</Element>
<Element xsi:type="FigureElement" Id="RectBottomGradient">
<Position Top="185" Left="0" Width="175" Height="45"/>
<Figure><RoundRect><Radius>3</Radius></RoundRect></Figure>
<Fill>
<LinearGradient Angle="90">
<Color1><BaseColor><Transparency>200</Transparency></BaseColor></Color1>
<Color2><BaseColor><Transparency>0</Transparency></BaseColor></Color2>
</LinearGradient>
</Fill>
</Element>
</Elements>
<WindowTmpl>
<Borders Type="DialogLight" />
</WindowTmpl>
<Controls>
<Control xsi:type="StaticControl" Id="lblTitle">
<Position Top="40" Left="0" Width="175" Height="16"/>
<Attributes><Align>Center</Align></Attributes>
<Caption>Update Available</Caption>
<Transparency>200</Transparency>
<Font><Size>14</Size></Font>
<Color><GlobalColor>title</GlobalColor></Color>
</Control>
<Control xsi:type="RichStaticControl" Id="lblCurVer">
<Position Top="58" Left="13" Width="300" Height="10"/>
<Caption>Current Version</Caption>
</Control>
<Control xsi:type="RichStaticControl" Id="lblNewVer">
<Position Top="68" Left="13" Width="100" Height="10"/>
<Caption>Newest Version</Caption>
</Control>
<Control xsi:type="RichStaticControl" Id="lblDesc">
<Position Top="78" Left="13" Width="200" Height="10"/>
<Caption>Description</Caption>
</Control>
<Control xsi:type="RichStaticControl" Id="lblChangeLog">
<Position Top="88" Left="13" Width="200" Height="10"/>
<Caption>[b]Full Change Log:[/b]</Caption>
</Control>
<Control xsi:type="RichEditControl" Id="rchChangeLog">
<Position Top="100" Left="18" Width="142" Height="65"/>
<Attributes>
<HideSelection>True</HideSelection>
<Multiline>True</Multiline>
<ReadOnly>True</ReadOnly>
</Attributes>
</Control>
<Control xsi:type="ButtonControl" Id="BtnCancel">
<Position Top="188" Left="20" Width="50" />
<Caption>Ignore</Caption>
<IsDefault>True</IsDefault>
</Control>
<Control xsi:type="ButtonControl" Id="BtnUpdate">
<Position Top="188" Left="110" Width="50" />
<Caption>Update</Caption>
</Control>
</Controls>
</Window>
</Interfaces>