<?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">
<GlobalColors>
<!-- Default Plus! colors -->
<GlobalColor Id="ref">
<BaseColor>
<Saturation>1.1</Saturation>
<Brightness>0.6</Brightness>
<Transparency>200</Transparency>
</BaseColor>
</GlobalColor>
<!-- Custom colors -->
<GlobalColor Id="lightbg">
<BaseColor>
<Saturation>2</Saturation>
<Brightness>1.5</Brightness>
<Transparency>45</Transparency>
</BaseColor>
</GlobalColor>
</GlobalColors>
<!-- Preferences - Hotkeys -->
<Window Id="PrefHotkeys">
<Position Width="400" Height="235"/>
<ChildTmpl/>
<Elements>
<Element Id="FigBackActions" xsi:type="FigureElement">
<Position Top="45" Left="10" Width="375" Height="90"/>
<Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
<Border>
<Size>1</Size>
<Color><GlobalColor>ref</GlobalColor></Color>
</Border>
<Fill><PlainColor><GlobalColor>lightbg</GlobalColor></PlainColor></Fill>
</Element>
<Element Id="ImgHotkeys" xsi:type="ImageElement">
<Position Top="0" Left="348"/>
<Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
<Image><Name>big\hotkeys</Name></Image>
</Element>
</Elements>
<Controls>
<!-- Bottom buttons -->
<Control Id="BtnBack" xsi:type="ButtonControl">
<Position Top="214" Left="248" Width="70"/>
<Image Margin="5"><Name>icons\back</Name></Image>
<Caption>Back</Caption>
</Control>
<Control Id="BtnSave" xsi:type="ButtonControl">
<Position Top="214" Left="323" Width="70"/>
<Attributes><IsDefault>true</IsDefault></Attributes>
<Image Margin="5"><Name>icons\floppy</Name></Image>
<Caption>Save</Caption>
</Control>
<!-- Title -->
<Control Id="lblTitleHotkeys" xsi:type="StaticControl">
<Position Top="5" Left="5" Width="340" Height="15"/>
<Color><GlobalColor>ref</GlobalColor></Color>
<Font><Bold>true</Bold><Size>12</Size></Font>
<Caption>Hotkeys</Caption>
</Control>
<!-- Hotkey Settings -->
<Control Id="lblTitleHkSettings" xsi:type="StaticControl">
<Position Top="20" Left="5" Width="340" Height="15"/>
<Color><GlobalColor>ref</GlobalColor></Color>
<Font><Size>12</Size></Font>
<Caption>Hotkey Settings</Caption>
</Control>
<Control Id="LvHotkeys" xsi:type="ListViewControl">
<Position Top="50" Left="15" Width="270" Height="80"/>
<Attributes>
<AutoTip>true</AutoTip>
<AlwaysShowSelection>true</AlwaysShowSelection>
</Attributes>
<ReportView>
<ColumnHeader>true</ColumnHeader>
<FullRowSelect>true</FullRowSelect>
</ReportView>
<Images>
<SmallIcons>
<Image Id="1">
<Name>icons\enable</Name>
</Image>
<Image Id="0">
<Name>icons\disable</Name>
</Image>
</SmallIcons>
</Images>
<Columns WidthFormat="Relative">
<Column>
<ColumnId>action</ColumnId>
<Label>Action</Label>
<Width>67</Width>
</Column>
<Column>
<ColumnId>hotkey</ColumnId>
<Label>Hotkey</Label>
<Width>33</Width>
</Column>
<Column>
<ColumnId>hotkeyid</ColumnId>
<Width>0</Width>
</Column>
<Column>
<ColumnId>bEnabled</ColumnId>
<Width>0</Width>
</Column>
</Columns>
</Control>
<Control Id="BtnHkAdd" xsi:type="ButtonControl">
<Position Top="50" Left="290" Width="90"/>
<Image Margin="5"><Name>icons\add</Name></Image>
<Caption>Add</Caption>
</Control>
<Control Id="BtnHkEdit" xsi:type="ButtonControl" Enabled="false">
<Position Top="67" Left="290" Width="90"/>
<Image Margin="5"><Name>icons\edit</Name></Image>
<Caption>Edit</Caption>
</Control>
<Control Id="BtnHkEnable" xsi:type="ButtonControl" Enabled="False" Visible="False">
<Position Top="98" Left="290" Width="90"/>
<Image Margin="5"><Name>icons\enable</Name></Image>
<Caption>Enable</Caption>
</Control>
<Control Id="BtnHkDisable" xsi:type="ButtonControl" Enabled="False">
<Position Top="98" Left="290" Width="90"/>
<Image Margin="5"><Name>icons\disable</Name></Image>
<Caption>Disable</Caption>
</Control>
<Control Id="BtnHkDelete" xsi:type="ButtonControl" Enabled="false">
<Position Top="115" Left="290" Width="90"/>
<Image Margin="5"><Name>icons\trash</Name></Image>
<Caption>Delete</Caption>
</Control>
<Control Id="cPrntScrn" xsi:type="CheckBoxControl">
<Position Top="140" Left="10" Width="375"/>
<Caption>Register the print screen key as a hotkey</Caption>
</Control>
<Control Id="lblNote" xsi:type="StaticControl">
<Position Top="150" Left="20" Width="365"/>
<Transparency>130</Transparency>
<Font><Size>7</Size></Font>
<Caption>* Note: this will not interfere with the default operation of the keys.</Caption>
</Control>
<Control xsi:type="CheckBoxControl" Id="cOverrideCtrlV">
<Position Top="160" Left="10" Width="375"/>
<Caption>Override the Ctrl+V functionality in a conversation</Caption>
</Control>
</Controls>
</Window>
<!-- Preferences - Add/Edit Hotkey -->
<Window Id="PrefHkAddEdit">
<Position Width="400" Height="235"/>
<ChildTmpl/>
<Elements>
<Element Id="ImgHotkeys" xsi:type="ImageElement">
<Position Top="0" Left="348"/>
<Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
<Image><Name>big\hotkeys</Name></Image>
</Element>
</Elements>
<Controls>
<!-- Bottom buttons -->
<Control Id="BtnBack" xsi:type="ButtonControl">
<Position Top="214" Left="248" Width="70"/>
<Image Margin="5"><Name>icons\back</Name></Image>
<Caption>Back</Caption>
</Control>
<Control Id="BtnSave" xsi:type="ButtonControl">
<Position Top="214" Left="323" Width="70"/>
<Attributes><IsDefault>true</IsDefault></Attributes>
<Image Margin="5"><Name>icons\floppy</Name></Image>
<Caption>Save</Caption>
</Control>
<!-- Title -->
<Control Id="lblTitleHotkeys" xsi:type="StaticControl">
<Position Top="5" Left="5" Width="340" Height="15"/>
<Color><GlobalColor>ref</GlobalColor></Color>
<Font><Bold>true</Bold><Size>12</Size></Font>
<Caption>Hotkeys</Caption>
</Control>
<!-- Add/Edit Hotkey -->
<Control Id="lblTitleAddEdit" xsi:type="StaticControl">
<Position Top="20" Left="5" Width="340" Height="15"/>
<Color><GlobalColor>ref</GlobalColor></Color>
<Font><Size>12</Size></Font>
<Caption>Add/Edit Hotkey</Caption>
</Control>
<Control Id="lblHotkey" xsi:type="StaticControl">
<Position Top="35" Left="10" Width="50"/>
<Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
<Caption>Hotkey:</Caption>
</Control>
<Control Id="hkHotKeyCombination" xsi:type="HotKeyControl">
<Position Top="33" Left="60" Width="150"/>
</Control>
<Control Id="lblAction" xsi:type="StaticControl">
<Position Top="52" Left="10" Width="50"/>
<Caption>Action:</Caption>
<Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
</Control>
<Control Id="cboActions" xsi:type="ComboBoxControl">
<Position Top="51" Left="60" Width="150"/>
</Control>
<Control Id="lblNote" xsi:type="StaticControl">
<Position Top="69" Left="10" Width="375" Height="30"/>
<Transparency>130</Transparency>
<Caption>Hotkeys provide a global keyboard shortcut to allow you to perform specifc tasks without typing in a conversation window.</Caption>
</Control>
</Controls>
</Window>
</Interfaces>