<?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="ContactSelector" Version="1">
<Attributes>
<Caption>Multiple Contact Chat</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="BtnSend">
<Position Left="0" Top="0" Width="75"/>
<Caption>&Send Screenshot</Caption>
</Control>
</RightControls>
</BottomBar>
</DialogTmpl>
<Controls>
<Control xsi:type="StaticControl" Id="lblTitle">
<Position Top="3" Left="5" Width="210" Height="10"/>
<Caption>Select contact(s) to send screenshot to:</Caption>
<Attributes>
<AutoAdjustWidth>true</AutoAdjustWidth>
</Attributes>
</Control>
<Control xsi:type="ListViewControl" Id="LvContacts">
<Position Top="15" Left="5" Width="330" Height="126">
<Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
</Position>
<Attributes>
<AutoTip>true</AutoTip>
<AlwaysShowSelection>True</AlwaysShowSelection>
</Attributes>
<ReportView>
<HasCheckboxes>True</HasCheckboxes>
<FullRowSelect>True</FullRowSelect>
</ReportView>
<Images>
<SmallIcons>
<Image Id="online">
<Name>buddy-online</Name>
</Image>
<Image Id="offline">
<Name>buddy-offline</Name>
</Image>
<Image Id="away">
<Name>buddy-away</Name>
</Image>
<Image Id="busy">
<Name>buddy-busy</Name>
</Image>
<Image Id="blocked">
<Name>buddy-blocked</Name>
</Image>
</SmallIcons>
</Images>
<Columns WidthFormat="Absolute">
<Column>
<ColumnId>ColName</ColumnId>
<Label>Contact Name</Label>
<Width>250</Width>
</Column>
<Column>
<ColumnId>ColEmail</ColumnId>
<Label>E-mail</Label>
</Column>
</Columns>
</Control>
<Control xsi:type="CheckBoxControl" Id="chkShowConversationContacts">
<Position Left="5" Top="144" Width="330" Height="10">
<Anchor Horizontal="LeftRightFixed" Vertical="BottomFixed"/>
</Position>
<Caption>Display only contacts who have open conversation windows</Caption>
</Control>
</Controls>
</Window>
</Interfaces>