XML Viewer

./Languages/en/Countdown.xml File Size: 3.44 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.                 <GlobalColor Id="green"><Red>80</Red><Green>200</Green><Blue>65</Blue><Alpha>220</Alpha></GlobalColor>
  5.                 <GlobalColor Id="white"><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>255</Alpha></GlobalColor>
  6.                 <GlobalColor Id="black"><Red>0</Red><Green>0</Green><Blue>0</Blue><Alpha>255</Alpha></GlobalColor>
  7.                 <GlobalColor Id="grey"><Red>223</Red><Green>223</Green><Blue>223</Blue><Alpha>255</Alpha></GlobalColor>
  8.                 <GlobalColor Id="bg"><BaseColor><Saturation>2</Saturation><Brightness>0.6</Brightness><Transparency>82</Transparency></BaseColor></GlobalColor>
  9.                 <GlobalColor Id="ref"><BaseColor><Saturation>2.5</Saturation><Brightness>0.8</Brightness><Transparency>220</Transparency></BaseColor></GlobalColor>
  10.         </GlobalColors>
  11.         <Window Id="Countdown" Version="1">
  12.                 <Attributes>
  13.                         <ShowInTaskbar>False</ShowInTaskbar>
  14.                         <TopMost>True</TopMost>
  15.                         <NoActivate>True</NoActivate>
  16.                 </Attributes>
  17.                 <Titlebar>
  18.                         <AllowMinimize>False</AllowMinimize>
  19.                         <AllowMaximize>False</AllowMaximize>
  20.                         <AllowClose>False</AllowClose>
  21.                 </Titlebar>
  22.                 <Position Width="35" Height="30"/>
  23.                 <Controls>
  24.                         <Control xsi:type="StaticControl" Id="lblTimer">
  25.                                 <Position Top="0" Left="0" Width="35" Height="30"/>
  26.                                 <Transparency>200</Transparency>
  27.                                 <Color><GlobalColor>ref</GlobalColor></Color>
  28.                                 <Font><Bold>True</Bold><Size>24</Size></Font>
  29.                                 <Attributes>
  30.                                         <Align>Center</Align>
  31.                                         <AlignRTL>Center</AlignRTL>
  32.                                 </Attributes>
  33.                         </Control>
  34.                 </Controls>
  35.         </Window>
  36. </Interfaces>
  37.  

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

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

User Count

  • 162