XML Viewer

./Languages/en/Preferences.xml File Size: 20.77 KB

  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd">
  3. <GlobalColors>
  4.         <!-- Default Plus! colors -->
  5.         <GlobalColor Id="title">
  6.                 <BaseColor>
  7.                         <Saturation>1.1</Saturation>
  8.                         <Brightness>0.7</Brightness>
  9.                         <Transparency>240</Transparency>
  10.                 </BaseColor>
  11.         </GlobalColor>
  12.         <GlobalColor Id="ref">
  13.                 <BaseColor>
  14.                         <Saturation>1.1</Saturation>
  15.                         <Brightness>0.6</Brightness>
  16.                         <Transparency>200</Transparency>
  17.                 </BaseColor>
  18.         </GlobalColor>
  19.         <GlobalColor Id="bg">
  20.                 <BaseColor>
  21.                         <Saturation>2</Saturation>
  22.                         <Brightness>0.6</Brightness>
  23.                         <Transparency>45</Transparency>
  24.                 </BaseColor>
  25.         </GlobalColor>
  26.         <GlobalColor Id="faketransparent">
  27.                 <BaseColor>
  28.                         <Saturation>0.2</Saturation>
  29.                         <Brightness>0.62</Brightness>
  30.                 </BaseColor>
  31.         </GlobalColor>
  32.         <!-- Custom colors -->
  33.         <GlobalColor Id="lightbg">
  34.                 <BaseColor>
  35.                         <Saturation>2</Saturation>
  36.                         <Brightness>1.5</Brightness>
  37.                         <Transparency>45</Transparency>
  38.                 </BaseColor>
  39.         </GlobalColor>
  40.         <GlobalColor Id="title-fade-1">
  41.                 <BaseColor>
  42.                         <Saturation>2</Saturation>
  43.                         <Brightness>1.5</Brightness>
  44.                         <!--<Transparency>150</Transparency>-->
  45.                 </BaseColor>
  46.         </GlobalColor>
  47.         <GlobalColor Id="title-fade-2">
  48.                 <BaseColor>
  49.                         <Saturation>2</Saturation>
  50.                         <Brightness>1.2</Brightness>
  51.                         <Transparency>45</Transparency>
  52.                 </BaseColor>
  53.         </GlobalColor>
  54. </GlobalColors>
  55.  
  56. <!-- Preferences main window -->
  57. <Window Id="Preferences">
  58.         <Position ClientWidth="202" ClientHeight="285"/>
  59.         <Attributes><Caption>Preferences - Screenshot Sender</Caption></Attributes>
  60.         <DialogTmpl>
  61.                 <BottomBar Style="Default"/>
  62.         </DialogTmpl>
  63.         <Elements>
  64.                 <Element Id="ImgHeader" xsi:type="ImageElement">
  65.                         <Position Top="-4" Left="-4" Width="208">
  66.                                 <Anchor Horizontal="LeftRightFixed"/>
  67.                         </Position>
  68.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  69.                         <Image><Name>windowbg_header</Name></Image>
  70.                         <Mosaic>ResizeToFit</Mosaic>
  71.                         <Colorization Enable="true">
  72.                                 <Color><BaseColor><Transparency>130</Transparency></BaseColor></Color>
  73.                         </Colorization>
  74.                 </Element>
  75.                 <Element Id="ImgFooter" xsi:type="ImageElement">
  76.                         <Position Top="242" Left="-4" Width="208">
  77.                                 <Anchor Horizontal="LeftRightFixed"/>
  78.                         </Position>
  79.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  80.                         <Image><Name>windowbg_footer</Name></Image>
  81.                         <Mosaic>ResizeToFit</Mosaic>
  82.                 </Element>
  83.                 <Element Id="FigTitle" xsi:type="FigureElement">
  84.                         <Position Top="11" Left="1" Width="197" Height="35">
  85.                                 <Anchor Horizontal="LeftRightFixed"/>
  86.                         </Position>
  87.                         <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
  88.                         <Border>
  89.                                 <Size>1</Size>
  90.                                 <Color><GlobalColor>ref</GlobalColor></Color>
  91.                         </Border>
  92.                         <Fill>
  93.                                 <LinearGradient Angle="-90">
  94.                                         <Color1><GlobalColor>title-fade-1</GlobalColor></Color1>
  95.                                         <Color2><GlobalColor>title-fade-2</GlobalColor></Color2>
  96.                                 </LinearGradient>
  97.                         </Fill>
  98.                 </Element>
  99.                 <Element Id="ImgLogo" xsi:type="ImageElement">
  100.                         <Position Top="14" Left="5"/>
  101.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  102.                         <Image><Name>normal\logo</Name></Image>
  103.                 </Element>
  104.                 <Element Id="PosChild" xsi:type="PlaceHolderElement">
  105.                         <Position Top="50" Left="0" Width="199" Height="235">
  106.                                 <Anchor Horizontal="LeftRightFixed"/>
  107.                         </Position>
  108.                 </Element>
  109.         </Elements>
  110.         <Controls>
  111.                 <Control Id="lblSS" xsi:type="StaticControl">
  112.                         <Position Top="13" Left="40" Width="145" Height="20"/>
  113.                         <Color><GlobalColor>title</GlobalColor></Color>
  114.                         <Font><Bold>true</Bold><Size>16</Size></Font>
  115.                         <Caption>Screenshot Sender</Caption>
  116.                 </Control>
  117.                 <!-- Breadcrumb (5 levels) -->
  118.                 <Control Id="btnBread1" xsi:type="ButtonControl">
  119.                         <Position Top="30" Left="42" Width="50"/>
  120.                         <StandardLook Template="Transparent2"/>
  121.                         <Caption>Preferences</Caption>
  122.                 </Control>
  123.                 <Control Id="btnBread2Arrow" xsi:type="ButtonControl" Visible="false">
  124.                         <Position Top="30" Left="42" Width="13"/>
  125.                         <StandardLook Template="Transparent2"/>
  126.                         <Image><Name>breadcrumb-arrow</Name></Image>
  127.                 </Control>
  128.                 <Control Id="btnBread2" xsi:type="ButtonControl" Visible="false">
  129.                         <Position Top="30" Left="42" Width="50"/>
  130.                         <StandardLook Template="Transparent2"/>
  131.                         <Caption/>
  132.                 </Control>
  133.                 <Control Id="btnBread3Arrow" xsi:type="ButtonControl" Visible="false">
  134.                         <Position Top="30" Left="42" Width="13"/>
  135.                         <StandardLook Template="Transparent2"/>
  136.                         <Image><Name>breadcrumb-arrow</Name></Image>
  137.                 </Control>
  138.                 <Control Id="btnBread3" xsi:type="ButtonControl" Visible="false">
  139.                         <Position Top="30" Left="42" Width="50"/>
  140.                         <StandardLook Template="Transparent2"/>
  141.                         <Caption/>
  142.                 </Control>
  143.                 <Control Id="btnBread4Arrow" xsi:type="ButtonControl" Visible="false">
  144.                         <Position Top="30" Left="42" Width="13"/>
  145.                         <StandardLook Template="Transparent2"/>
  146.                         <Image><Name>breadcrumb-arrow</Name></Image>
  147.                 </Control>
  148.                 <Control Id="btnBread4" xsi:type="ButtonControl" Visible="false">
  149.                         <Position Top="30" Left="42" Width="50"/>
  150.                         <StandardLook Template="Transparent2"/>
  151.                         <Caption/>
  152.                 </Control>
  153.         </Controls>
  154. </Window>
  155.  
  156. <!-- Preferences - Dashboard -->
  157. <Window Id="PrefDashboard">
  158.         <Position ClientWidth="199" ClientHeight="235"/>
  159.         <ChildTmpl/>
  160.         <Elements>
  161.                 <Element Id="FigBack" xsi:type="FigureElement">
  162.                         <Position Top="1" Left="1" Width="197" Height="179"/>
  163.                         <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
  164.                         <Border>
  165.                                 <Size>1</Size>
  166.                                 <Color><GlobalColor>ref</GlobalColor></Color>
  167.                         </Border>
  168.                         <Fill><PlainColor><GlobalColor>lightbg</GlobalColor></PlainColor></Fill>
  169.                 </Element>
  170.         </Elements>
  171.         <Controls>
  172.                 <!-- Bottom buttons -->
  173.                 <Control Id="BtnCancel" xsi:type="ButtonControl">
  174.                         <Position Top="214" Left="123" Width="70"/>
  175.                         <Image Margin="5"><Name>icons\cancel</Name></Image>
  176.                         <Caption>Close</Caption>
  177.                 </Control>
  178.                 <Control Id="BtnAbout" xsi:type="ButtonControl">
  179.                         <Position Top="214" Left="5" Width="70"/>
  180.                         <Image Margin="5"><Name>icons\help</Name></Image>
  181.                         <Caption>About</Caption>
  182.                 </Control>
  183.                 <!-- Dashboard buttons -->
  184.                 <Control Id="BtnGeneral" xsi:type="ButtonControl">
  185.                         <Position Top="5" Left="5" Width="190" Height="32"/>
  186.                         <Attributes><Align>left</Align></Attributes>
  187.                         <StandardLook Template="Transparent2"/>
  188.                         <Image><Name>normal\general</Name></Image>
  189.                         <Caption>General\n  Filename and countdown preferences.</Caption>
  190.                 </Control>
  191.                 <Control Id="BtnFTP" xsi:type="ButtonControl">
  192.                         <Position Top="40" Left="5" Width="190" Height="32"/>
  193.                         <Attributes><Align>left</Align></Attributes>
  194.                         <StandardLook Template="Transparent2"/>
  195.                         <Image><Name>normal\ftp</Name></Image>
  196.                         <Caption>FTP\n  FTP server preferences.</Caption>
  197.                 </Control>
  198.                 <Control Id="BtnLanguage" xsi:type="ButtonControl">
  199.                         <Position Top="75" Left="5" Width="190" Height="32"/>
  200.                         <Attributes><Align>left</Align></Attributes>
  201.                         <StandardLook Template="Transparent2"/>
  202.                         <Image><Name>normal\language</Name></Image>
  203.                         <Caption>Language\n  Change the language of Screenshot Sender.</Caption>
  204.                 </Control>
  205.                 <Control Id="BtnHotkeys" xsi:type="ButtonControl">
  206.                         <Position Top="110" Left="5" Width="190" Height="32"/>
  207.                         <Attributes><Align>left</Align></Attributes>
  208.                         <StandardLook Template="Transparent2"/>
  209.                         <Image><Name>normal\hotkeys</Name></Image>
  210.                         <Caption>Hotkeys\n  Setup custom keyboard shortcuts.</Caption>
  211.                 </Control>
  212.                 <Control Id="BtnAdvanced" xsi:type="ButtonControl">
  213.                         <Position Top="145" Left="5" Width="190" Height="32"/>
  214.                         <Attributes><Align>left</Align></Attributes>
  215.                         <StandardLook Template="Transparent2"/>
  216.                         <Image><Name>normal\advanced</Name></Image>
  217.                         <Caption>Advanced\n  Advanced settings.</Caption>
  218.                 </Control>
  219.         </Controls>
  220. </Window>
  221.  
  222. <!-- Preferences - Dashboard -->
  223. <Window Id="PrefDashboard-Backup">
  224.         <Position ClientWidth="400" ClientHeight="235"/>
  225.         <ChildTmpl/>
  226.         <Elements>
  227.                 <Element Id="FigBack" xsi:type="FigureElement">
  228.                         <Position Top="1" Left="1" Width="395" Height="109"/>
  229.                         <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
  230.                         <Border>
  231.                                 <Size>1</Size>
  232.                                 <Color><GlobalColor>ref</GlobalColor></Color>
  233.                         </Border>
  234.                         <Fill><PlainColor><GlobalColor>lightbg</GlobalColor></PlainColor></Fill>
  235.                 </Element>
  236.         </Elements>
  237.         <Controls>
  238.                 <!-- Bottom buttons -->
  239.                 <Control Id="BtnClose" xsi:type="ButtonControl">
  240.                         <Position Top="214" Left="323" Width="70"/>
  241.                         <Image Margin="5"><Name>icons\cancel</Name></Image>
  242.                         <Caption>Close</Caption>
  243.                 </Control>
  244.                 <Control Id="BtnAbout" xsi:type="ButtonControl">
  245.                         <Position Top="214" Left="5" Width="70"/>
  246.                         <Image Margin="5"><Name>icons\help</Name></Image>
  247.                         <Caption>About</Caption>
  248.                 </Control>
  249.                 <!-- Dashboard buttons -->
  250.                 <Control Id="BtnGeneral" xsi:type="ButtonControl">
  251.                         <Position Top="5" Left="5" Width="190" Height="32"/>
  252.                         <Attributes><Align>left</Align></Attributes>
  253.                         <StandardLook Template="Transparent2"/>
  254.                         <Image><Name>normal\general</Name></Image>
  255.                         <Caption>General\n  Filename and Countdown preferences.</Caption>
  256.                 </Control>
  257.                 <Control Id="BtnFTP" xsi:type="ButtonControl">
  258.                         <Position Top="40" Left="5" Width="190" Height="32"/>
  259.                         <Attributes><Align>left</Align></Attributes>
  260.                         <StandardLook Template="Transparent2"/>
  261.                         <Image><Name>normal\ftp</Name></Image>
  262.                         <Caption>FTP\n  FTP server preferences.</Caption>
  263.                 </Control>
  264.                 <Control Id="BtnLanguage" xsi:type="ButtonControl">
  265.                         <Position Top="75" Left="5" Width="190" Height="32"/>
  266.                         <Attributes><Align>left</Align></Attributes>
  267.                         <StandardLook Template="Transparent2"/>
  268.                         <Image><Name>normal\language</Name></Image>
  269.                         <Caption>Language\n  Change the language of Screenshot Sender.</Caption>
  270.                 </Control>
  271.                 <Control Id="BtnHotkeys" xsi:type="ButtonControl">
  272.                         <Position Top="5" Left="203" Width="190" Height="32"/>
  273.                         <Attributes><Align>left</Align></Attributes>
  274.                         <StandardLook Template="Transparent2"/>
  275.                         <Image><Name>normal\hotkeys</Name></Image>
  276.                         <Caption>Hotkeys\n  Setup custom keyboard shortcuts.</Caption>
  277.                 </Control>
  278.                 <Control Id="BtnAdvanced" xsi:type="ButtonControl">
  279.                         <Position Top="40" Left="203" Width="190" Height="32"/>
  280.                         <Attributes><Align>left</Align></Attributes>
  281.                         <StandardLook Template="Transparent2"/>
  282.                         <Image><Name>normal\advanced</Name></Image>
  283.                         <Caption>Advanced\n  Advanced settings.</Caption>
  284.                 </Control>
  285.         </Controls>
  286. </Window>
  287.  
  288. </Interfaces>

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

  • Folders8
  • Files122
  • Total Lines11,867
  • Repository Version70

User Count

  • 162