<?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>
</GlobalColors>
<!-- Preferences - General -->
<Window Id="PrefGeneral">
<Position ClientWidth="400" ClientHeight="235"/>
<ChildTmpl/>
<Elements>
<Element Id="ImgGeneral" xsi:type="ImageElement">
<Position Top="0" Left="348"/>
<Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
<Image><Name>big\general</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="lblTitleGeneral" 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>General</Caption>
</Control>
<!-- Screenshot Settings -->
<Control Id="lblTitleShotSettings" xsi:type="StaticControl">
<Position Top="20" Left="5" Width="340" Height="15"/>
<Color><GlobalColor>ref</GlobalColor></Color>
<Font><Size>12</Size></Font>
<Caption>Screenshot Settings</Caption>
</Control>
<Control Id="lblFileName" xsi:type="StaticControl">
<Position Top="35" Left="10" Width="70"/>
<Caption>File name:</Caption>
<Attributes><AutoAdjustWidth>True</AutoAdjustWidth></Attributes>
</Control>
<Control Id="tFilename" xsi:type="EditControl">
<Position Top="34" Left="80" Width="260">
<TranslationAdjust><StaticCtrlIDLeft>lblFileName</StaticCtrlIDLeft></TranslationAdjust>
</Position>
</Control>
<Control Id="lnkTags" xsi:type="LinkControl">
<Position Top="35" Left="345" Width="25"/>
<Attributes>
<Underline>WhenHot</Underline>
<AutoAdjustWidth>true</AutoAdjustWidth>
</Attributes>
<Caption>Tags</Caption>
</Control>
<Control Id="lblFileType" xsi:type="StaticControl">
<Position Top="50" Left="10" Width="70"/>
<Caption>File type:</Caption>
<Attributes><AutoAdjustWidth>True</AutoAdjustWidth></Attributes>
</Control>
<Control Id="cFileType" xsi:type="ComboBoxControl">
<Position Top="49" Left="80" Width="40">
<TranslationAdjust><StaticCtrlIDLeft>lblFileType</StaticCtrlIDLeft></TranslationAdjust>
</Position>
</Control>
<Control Id="lblTimeDelay" xsi:type="StaticControl">
<Position Top="65" Left="10" Width="70"/>
<Caption>Time delay:</Caption>
<Attributes><AutoAdjustWidth>True</AutoAdjustWidth></Attributes>
</Control>
<Control Id="tTimeDelay" xsi:type="EditControl">
<Position Top="64" Left="80" Width="40">
<TranslationAdjust><StaticCtrlIDLeft>lblTimeDelay</StaticCtrlIDLeft></TranslationAdjust>
</Position>
<Attributes><NumbersOnly>true</NumbersOnly></Attributes>
</Control>
<Control Id="lblTimeDelaySeconds" xsi:type="StaticControl">
<Position Top="65" Left="125" Width="70"/>
<Caption>seconds</Caption>
<Attributes><AutoAdjustWidth>True</AutoAdjustWidth></Attributes>
</Control>
<Control Id="lblQuality" xsi:type="StaticControl">
<Position Top="49" Left="243" Width="100"/>
<Caption>JPEG quality:</Caption>
<Attributes><AutoAdjustWidth>True</AutoAdjustWidth></Attributes>
</Control>
<Control Id="sldrQuality" xsi:type="SliderControl">
<Position Top="60" Left="240" Width="100" Height="13"/>
<Attributes><TickMarks>Bottom</TickMarks></Attributes>
<Range>
<Minimum>0</Minimum>
<Maximum>100</Maximum>
</Range>
</Control>
<Control Id="lblQualityPercent" xsi:type="StaticControl">
<Position Top="60" Left="343" Width="120"/>
</Control>
<Control Id="cPreviews" xsi:type="CheckBoxControl">
<Position Top="85" Left="10" Width="375"/>
<Caption>Preview screenshots before sending/saving</Caption>
</Control>
<Control Id="cShowSaveConfirm" xsi:type="CheckBoxControl">
<Position Top="97" Left="10" Width="375"/>
<Caption>Show save confirmation dialog box</Caption>
</Control>
<Control Id="cDeleteSessionImages" xsi:type="CheckBoxControl">
<Position Top="109" Left="10" Width="375"/>
<Caption>Delete screenshots when signing out of Windows Live Messenger</Caption>
</Control>
<Control Id="lblSaveDirectory" xsi:type="StaticControl">
<Position Top="126" Left="10" Width="70"/>
<Caption>Save directory:</Caption>
<Attributes><AutoAdjustWidth>True</AutoAdjustWidth></Attributes>
</Control>
<Control Id="tSaveDirectory" xsi:type="EditControl">
<Position Top="125" Left="80" Width="238"/>
<Attributes><ReadOnly>True</ReadOnly></Attributes>
</Control>
<Control Id="BtnBrowse" xsi:type="ButtonControl">
<Position Top="124" Left="323" Width="70"/>
<Image Margin="5"><Name>icons\folder</Name></Image>
<Caption>Browse</Caption>
</Control>
<!-- Countdown Settings -->
<Control Id="lblTitleCountdown" xsi:type="StaticControl">
<Position Top="145" Left="5" Width="375" Height="16"/>
<Color><GlobalColor>ref</GlobalColor></Color>
<Font><Size>12</Size></Font>
<Caption>Countdown Settings</Caption>
</Control>
<Control Id="lblCountdownPos" xsi:type="StaticControl">
<Position Top="160" Left="10" Width="70"/>
<Caption>Position:</Caption>
<Attributes><AutoAdjustWidth>True</AutoAdjustWidth></Attributes>
</Control>
<Control Id="cCountdownPos" xsi:type="ComboBoxControl">
<Position Top="159" Left="80" Width="100">
<TranslationAdjust><StaticCtrlIDLeft>lblCountdownPos</StaticCtrlIDLeft></TranslationAdjust>
</Position>
</Control>
</Controls>
</Window>
</Interfaces>