<?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="green"><Red>80</Red><Green>200</Green><Blue>65</Blue><Alpha>220</Alpha></GlobalColor>
<GlobalColor Id="white"><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>255</Alpha></GlobalColor>
<GlobalColor Id="black"><Red>0</Red><Green>0</Green><Blue>0</Blue><Alpha>255</Alpha></GlobalColor>
<GlobalColor Id="grey"><Red>223</Red><Green>223</Green><Blue>223</Blue><Alpha>255</Alpha></GlobalColor>
<GlobalColor Id="bg"><BaseColor><Saturation>2</Saturation><Brightness>0.6</Brightness><Transparency>82</Transparency></BaseColor></GlobalColor>
<GlobalColor Id="ref"><BaseColor><Saturation>2.5</Saturation><Brightness>0.8</Brightness><Transparency>220</Transparency></BaseColor></GlobalColor>
</GlobalColors>
<Window Id="LanguageDownload" Version="1">
<Attributes>
<Caption>Language Download</Caption>
</Attributes>
<TitleBar>
<Title><Text></Text></Title>
</TitleBar>
<Position Width="350" Height="213">
<Resizeable Allowed="BothSides">
<MinWidth>250</MinWidth>
<MinHeight>158</MinHeight>
</Resizeable>
</Position>
<DialogTmpl>
<BottomBar Style="Plain">
<LeftControls>
<Control xsi:type="ButtonControl" Id="BtnCancel">
<Position Left="0" Top="0" Width="50"/>
<Caption>&Cancel</Caption>
</Control>
</LeftControls>
<RightControls>
<Control xsi:type="ButtonControl" Id="BtnDownload">
<Position Left="0" Top="0" Width="75"/>
<Caption>&Download</Caption>
</Control>
</RightControls>
</BottomBar>
</DialogTmpl>
<Controls>
<Control xsi:type="ListViewControl" Id="LvLanguages">
<Position Top="15" Left="5" Width="250" Height="126">
<Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
</Position>
<Attributes>
<AutoTip>true</AutoTip>
<AlwaysShowSelection>True</AlwaysShowSelection>
</Attributes>
<ReportView>
<HasCheckboxes>True</HasCheckboxes>
<FullRowSelect>True</FullRowSelect>
</ReportView>
<Columns WidthFormat="Absolute">
<Column>
<ColumnId>ColLang</ColumnId>
<Label>Language</Label>
<Width>170</Width>
</Column>
<Column>
<ColumnId>CoLversion</ColumnId>
<Label>Version</Label>
<Width>170</Width>
</Column>
<Column>
<ColumnId>ColLangId</ColumnId>
<Width>0</Width>
</Column>
</Columns>
</Control>
</Controls>
</Window>
</Interfaces>