<?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="MonitorSelect" Version="1">
<Attributes>
<Caption>Selected Monitor</Caption>
</Attributes>
<TitleBar>
<Title><Text></Text></Title>
</TitleBar>
<Position Width="350" Height="202" />
<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="BtnSelect">
<Position Left="0" Top="0" Width="50"/>
<Caption>&Select</Caption>
</Control>
</RightControls>
</BottomBar>
</DialogTmpl>
<Controls>
<Control xsi:type="StaticControl" Id="lblTitle">
<Position Top="3" Left="5" Width="210" Height="10"/>
<Caption>Select monitor to capture</Caption>
<Attributes>
<AutoAdjustWidth>true</AutoAdjustWidth>
</Attributes>
</Control>
<Control xsi:type="ListViewControl" Id="LvMonitors">
<Position Top="15" Left="5" Width="330" Height="123">
<Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
</Position>
<Attributes>
<AutoTip>true</AutoTip>
<AlwaysShowSelection>True</AlwaysShowSelection>
</Attributes>
<LargeIconView>
<ItemsAlign>True</ItemsAlign>
</LargeIconView>
<Columns WidthFormat="Absolute">
<Column>
<ColumnId>ColTitle</ColumnId>
<Label>Monitor</Label>
<Width>300</Width>
</Column>
<Column>
<ColumnId>ColResolution</ColumnId>
<Label>Resolution</Label>
<Width>150</Width>
</Column>
<Column>
<ColumnId>ColHandle</ColumnId>
<Width>-1</Width>
</Column>
</Columns>
</Control>
</Controls>
</Window>
</Interfaces>