XML Viewer

./Languages/en/About.xml File Size: 12.90 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. <!-- About window -->
  57. <Window Id="About">
  58.         <Position ClientWidth="200" ClientHeight="225"/>
  59.         <Attributes><Caption>About - Screenshot Sender</Caption></Attributes>
  60.         <DialogTmpl>
  61.                 <BottomBar Style="Default">
  62.                         <!-- Bottom buttons -->
  63.                         <LeftControls>
  64.                                 <Control Id="BtnWebsite" xsi:type="ButtonControl">
  65.                                         <Position Top="0" Left="0" Width="70"/>
  66.                                         <Attributes><IsDefault>true</IsDefault></Attributes>
  67.                                         <Image Margin="5"><Name>icons\website</Name></Image>
  68.                                         <Caption>Website</Caption>
  69.                                 </Control>
  70.                         </LeftControls>
  71.                         <RightControls>
  72.                                 <Control Id="BtnCancel" xsi:type="ButtonControl">
  73.                                         <Position Top="0" Left="0" Width="70"/>
  74.                                         <Attributes><IsDefault>true</IsDefault></Attributes>
  75.                                         <Image Margin="5"><Name>icons\cancel</Name></Image>
  76.                                         <Caption>Close</Caption>
  77.                                 </Control>
  78.                         </RightControls>
  79.                 </BottomBar>
  80.         </DialogTmpl>
  81.         <Elements>
  82.                 <Element Id="ImgHeader" xsi:type="ImageElement">
  83.                         <Position Top="-4" Left="-4" Width="205"/>
  84.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  85.                         <Image><Name>windowbg_header</Name></Image>
  86.                         <Mosaic>ResizeToFit</Mosaic>
  87.                         <Colorization Enable="true">
  88.                                 <Color><BaseColor><Transparency>130</Transparency></BaseColor></Color>
  89.                         </Colorization>
  90.                 </Element>
  91.                 <Element Id="ImgFooter" xsi:type="ImageElement">
  92.                         <Position Top="182" Left="-4" Width="205"/>
  93.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  94.                         <Image><Name>windowbg_footer</Name></Image>
  95.                         <Mosaic>ResizeToFit</Mosaic>
  96.                 </Element>
  97.                 <Element Id="FigTitle" xsi:type="FigureElement">
  98.                         <Position Top="11" Left="1" Width="195" Height="40"/>
  99.                         <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
  100.                         <Border>
  101.                                 <Size>1</Size>
  102.                                 <Color><GlobalColor>ref</GlobalColor></Color>
  103.                         </Border>
  104.                         <Fill>
  105.                                 <LinearGradient Angle="-90">
  106.                                         <Color1><GlobalColor>title-fade-1</GlobalColor></Color1>
  107.                                         <Color2><GlobalColor>title-fade-2</GlobalColor></Color2>
  108.                                 </LinearGradient>
  109.                         </Fill>
  110.                 </Element>
  111.                 <Element Id="FigBack" xsi:type="FigureElement">
  112.                         <Position Top="56" Left="1" Width="195" Height="140"/>
  113.                         <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
  114.                         <Border>
  115.                                 <Size>1</Size>
  116.                                 <Color><GlobalColor>ref</GlobalColor></Color>
  117.                         </Border>
  118.                         <Fill><PlainColor><GlobalColor>lightbg</GlobalColor></PlainColor></Fill>
  119.                 </Element>
  120.                 <Element xsi:type="LineElement" Id="LnTopSep">
  121.                         <Position Top="178" Left="10" Width="175" Height="0">
  122.                                 <Anchor Horizontal="LeftRightFixed"/>
  123.                         </Position>
  124.                         <Size>1</Size>
  125.                         <Color><GlobalColor>bg</GlobalColor></Color>
  126.                 </Element>
  127.                 <Element Id="ImgLogo" xsi:type="ImageElement">
  128.                         <Position Top="14" Left="5"/>
  129.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  130.                         <Image><Name>normal\logo</Name></Image>
  131.                 </Element>
  132.         </Elements>
  133.         <Controls>
  134.                 <!-- Title -->
  135.                 <Control Id="lblSS" xsi:type="StaticControl">
  136.                         <Position Top="13" Left="40" Width="145" Height="17"/>
  137.                         <Color><GlobalColor>title</GlobalColor></Color>
  138.                         <Attributes><Align>Center</Align></Attributes>
  139.                         <Font><Bold>true</Bold><Size>16</Size></Font>
  140.                         <Caption>Screenshot Sender</Caption>
  141.                 </Control>
  142.                 <!-- Version -->
  143.                 <Control Id="lblVersion" xsi:type="StaticControl">
  144.                         <Position Top="30" Left="40" Width="145" Height="12"/>
  145.                         <Color><GlobalColor>ref</GlobalColor></Color>
  146.                         <Attributes><Align>Right</Align></Attributes>
  147.                         <Font><Size>8</Size></Font>
  148.                 </Control>
  149.                 <!-- User count -->
  150.                 <Control Id="lblUserCount" xsi:type="StaticControl">
  151.                         <Position Top="40" Left="40" Width="145" Height="12"/>
  152.                         <Color><GlobalColor>ref</GlobalColor></Color>
  153.                         <Attributes><Align>Right</Align></Attributes>
  154.                         <Font><Size>8</Size></Font>
  155.                         <Caption>Total Users: ...</Caption>
  156.                 </Control>
  157.                 <!-- Information -->
  158.                 <Control Id="lblDevelopers" xsi:type="RichStaticControl">
  159.                         <Position Top="60" Left="8" Width="185" Height="115"/>
  160.                         <Attributes><WrapText>True</WrapText></Attributes>
  161.                         <Caption>[b]Developers:[/b]
  162. [c=#3366cc]matty[/c], [c=#3366cc]Matti[/c] &amp; [c=#3366cc]Dempsey[/c]
  163.  
  164. [b]Interface:[/b]
  165. Mattias "[c=#3366cc]Matti[/c]" Buelens
  166.  
  167. [b]Testers and friends:[/b]
  168.  
  169.  
  170.  
  171.  
  172.  
  173. [b]Special thanks to:[/b]
  174. [c=#008000]Patchou[/c] for making all this possible</Caption>
  175.                 </Control>
  176.                 <Control Id="lblTesters" xsi:type="RichEditControl">
  177.                         <Position Top="120" Left="8" Width="185" Height="35" />
  178.                         <Attributes>
  179.                                 <ReadOnly>True</ReadOnly>
  180.                                 <AllowRTL>True</AllowRTL>
  181.                                 <TextMode>Rich Text</TextMode>
  182.                         </Attributes>
  183.                         <BackgroundColor><Alpha>10</Alpha></BackgroundColor>
  184.                         <DefaultText>Sunshine, Menthix, Chrono, Choli, SonicSam and The Messenger Plus! Live Community</DefaultText>
  185.                 </Control>
  186.                 <Control Id="lblWinner" xsi:type="RichStaticControl">
  187.                         <Position Top="182" Left="8" Width="185"/>
  188.                         <Attributes><Align>Center</Align></Attributes>
  189.                         <Caption>[c=#666666]Messenger Plus! [b][c=#FF9900]Live[/c][/b] Script Contest Winner[/c]</Caption>
  190.                 </Control>
  191.         </Controls>
  192. </Window>
  193.  
  194. </Interfaces>

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

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

User Count

  • 162