XML Viewer

./Languages/en/PlusVersion.xml File Size: 10.31 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" Name="Screenshot Sender">
  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. <Window Id="PlusVersion">
  57.         <Position Width="250" Height="160"/>
  58.         <Attributes><Caption>Incompatible Plus! Version - Screenshot Sender</Caption></Attributes>
  59.         <DialogTmpl>
  60.                 <BottomBar Style="Default">
  61.                         <RightControls>
  62.                                 <Control Id="BtnDownload" xsi:type="ButtonControl">
  63.                                         <Position Top="0" Left="0" Width="70" />
  64.                                         <Attributes><IsDefault>true</IsDefault></Attributes>
  65.                                         <Image Margin="5"><Name>icons\download</Name></Image>
  66.                                         <Caption>Download</Caption>
  67.                                 </Control>
  68.                                 <Control Id="BtnClose" xsi:type="ButtonControl">
  69.                                         <Position Top="0" Left="0" Width="70" />
  70.                                         <Image Margin="5"><Name>icons\cancel</Name></Image>
  71.                                         <Caption>Close</Caption>
  72.                                 </Control>
  73.                         </RightControls>
  74.                 </BottomBar>
  75.         </DialogTmpl>
  76.         <Elements>
  77.                 <Element Id="ImgHeader" xsi:type="ImageElement">
  78.                         <Position Top="-4" Left="-4" Width="256">
  79.                                 <Anchor Horizontal="LeftRightFixed"/>
  80.                         </Position>
  81.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  82.                         <Image><Name>windowbg_header</Name></Image>
  83.                         <Mosaic>ResizeToFit</Mosaic>
  84.                         <Colorization Enable="true">
  85.                                 <Color><BaseColor><Transparency>130</Transparency></BaseColor></Color>
  86.                         </Colorization>
  87.                 </Element>
  88.                 <Element Id="ImgFooter" xsi:type="ImageElement">
  89.                         <Position Top="117" Left="-4" Width="256">
  90.                                 <Anchor Horizontal="LeftRightFixed"/>
  91.                         </Position>
  92.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  93.                         <Image><Name>windowbg_footer</Name></Image>
  94.                         <Mosaic>ResizeToFit</Mosaic>
  95.                 </Element>
  96.                 <Element Id="FigTitle" xsi:type="FigureElement">
  97.                         <Position Top="16" Left="1" Width="235" Height="35"/>
  98.                         <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
  99.                         <Border>
  100.                                 <Size>1</Size>
  101.                                 <Color><GlobalColor>ref</GlobalColor></Color>
  102.                         </Border>
  103.                         <Fill>
  104.                                 <LinearGradient Angle="-90">
  105.                                         <Color1><GlobalColor>title-fade-1</GlobalColor></Color1>
  106.                                         <Color2><GlobalColor>title-fade-2</GlobalColor></Color2>
  107.                                 </LinearGradient>
  108.                         </Fill>
  109.                 </Element>
  110.                 <Element Id="ImgLogo" xsi:type="ImageElement">
  111.                         <Position Top="19" Left="5"/>
  112.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  113.                         <Image><Name>normal\logo</Name></Image>
  114.                 </Element>
  115.                 <Element Id="FigRectInfo" xsi:type="FigureElement">
  116.                         <Position Top="60" Left="1" Width="235" Height="60"/>
  117.                         <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
  118.                         <Border>
  119.                                 <Size>1</Size>
  120.                                 <Color><GlobalColor>ref</GlobalColor></Color>
  121.                         </Border>
  122.                         <Fill><PlainColor><GlobalColor>lightbg</GlobalColor></PlainColor></Fill>
  123.                 </Element>
  124.         </Elements>
  125.         <Controls>
  126.                 <!-- Title -->
  127.                 <Control Id="lblSS" xsi:type="StaticControl">
  128.                         <Position Top="18" Left="40" Width="145" Height="20"/>
  129.                         <Color><GlobalColor>title</GlobalColor></Color>
  130.                         <Font><Bold>true</Bold><Size>16</Size></Font>
  131.                         <Caption>Screenshot Sender</Caption>
  132.                 </Control>
  133.                 <!-- Version -->
  134.                 <Control Id="lblVersion" xsi:type="StaticControl">
  135.                         <Position Top="35" Left="40" Width="145" Height="12"/>
  136.                         <Color><GlobalColor>ref</GlobalColor></Color>
  137.                         <Font><Size>12</Size></Font>
  138.                         <Caption>Incompatible Plus! Version</Caption>
  139.                 </Control>
  140.                 <!-- Information -->
  141.                 <Control Id="lblInfo" xsi:type="RichStaticControl">
  142.                         <Position Top="65" Left="5" Width="230" Height="50"/>
  143.                         <Attributes><WrapText>True</WrapText></Attributes>
  144.                         <Caption>The version of your Messenger Plus! Live installation is not supported by Screenshot Sender 5.0. In order to use this script, you must have Messenger Plus! Live 4.70 or higher installed.
  145.  
  146. Click &quot;Download&quot; to download the latest Messenger Plus! Live now.</Caption>
  147.                 </Control>           
  148.         </Controls>
  149. </Window>
  150.  
  151. </Interfaces>
  152.  

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

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

User Count

  • 162