XML Viewer

./Languages/en/Update.xml File Size: 8.09 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="title"><BaseColor><Saturation>2.5</Saturation><Brightness>0.6</Brightness><Transparency>230</Transparency></BaseColor></GlobalColor>
  5.                 <GlobalColor Id="bg"><BaseColor><Saturation>2</Saturation><Brightness>0.6</Brightness><Transparency>50</Transparency></BaseColor></GlobalColor>
  6.         </GlobalColors>
  7.         <Window Id="Update">
  8.                 <Attributes>
  9.                         <Caption>Update Available</Caption>
  10.                 </Attributes>
  11.                 <Titlebar>
  12.                         <AllowMinimize>False</AllowMinimize>
  13.                         <AllowMaximize>False</AllowMaximize>
  14.                         <AllowClose>True</AllowClose>
  15.                 </Titlebar>
  16.                 <Position Width="175" Height="220"/>
  17.                 <Elements>
  18.                         <Element xsi:type="FigureElement" Id="RectTopGradient">
  19.                                 <Position Top="0" Left="0" Width="175" Height="45"/>
  20.                                 <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
  21.                                 <Fill>
  22.                                         <LinearGradient Angle="90">
  23.                                                 <Color1><BaseColor><Transparency>0</Transparency></BaseColor></Color1>
  24.                                                 <Color2><BaseColor><Transparency>200</Transparency></BaseColor></Color2>
  25.                                         </LinearGradient>
  26.                                 </Fill>
  27.                         </Element>
  28.                         <Element xsi:type="ImageElement" Id="ImgLogo">
  29.                                 <Position Top="8" Left="75" Width="35" Height="33" />
  30.                                 <Mosaic>ResizeToFit</Mosaic>
  31.                                 <Image><Name>logo</Name></Image>
  32.                         </Element>
  33.                         <Element xsi:type="FigureElement" Id="FigRectInfo">
  34.                                 <Position Top="58" Left="10" Height="115" Width="155"/>
  35.                                 <Figure><RoundRect><Radius>7</Radius></RoundRect></Figure>
  36.                                 <Border><Color><GlobalColor>bg</GlobalColor></Color><Size>2</Size></Border>
  37.                                 <Fill>
  38.                                         <PlainColor><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>170</Alpha></PlainColor>
  39.                                 </Fill>
  40.                         </Element>
  41.                         <Element xsi:type="FigureElement" Id="RectBottomGradient">
  42.                                 <Position Top="185" Left="0" Width="175" Height="45"/>
  43.                                 <Figure><RoundRect><Radius>3</Radius></RoundRect></Figure>
  44.                                 <Fill>
  45.                                         <LinearGradient Angle="90">
  46.                                                 <Color1><BaseColor><Transparency>200</Transparency></BaseColor></Color1>
  47.                                                 <Color2><BaseColor><Transparency>0</Transparency></BaseColor></Color2>
  48.                                         </LinearGradient>
  49.                                 </Fill>
  50.                         </Element>
  51.                 </Elements>
  52.                 <WindowTmpl>
  53.                         <Borders Type="DialogLight" />
  54.                 </WindowTmpl>
  55.                 <Controls>
  56.                         <Control xsi:type="StaticControl" Id="lblTitle">
  57.                                 <Position Top="40" Left="0" Width="175" Height="16"/>
  58.                                 <Attributes><Align>Center</Align></Attributes>
  59.                                 <Caption>Update Available</Caption>
  60.                                 <Transparency>200</Transparency>
  61.                                 <Font><Size>14</Size></Font>
  62.                                 <Color><GlobalColor>title</GlobalColor></Color>
  63.                         </Control>
  64.                        
  65.                         <Control xsi:type="RichStaticControl" Id="lblCurVer">
  66.                                 <Position Top="58" Left="13" Width="300" Height="10"/>
  67.                                 <Caption>Current Version</Caption>
  68.                         </Control>
  69.                         <Control xsi:type="RichStaticControl" Id="lblNewVer">
  70.                                 <Position Top="68" Left="13" Width="100" Height="10"/>
  71.                                 <Caption>Newest Version</Caption>
  72.                         </Control>
  73.                         <Control xsi:type="RichStaticControl" Id="lblDesc">
  74.                                 <Position Top="78" Left="13" Width="200" Height="10"/>
  75.                                 <Caption>Description</Caption>
  76.                         </Control>
  77.                         <Control xsi:type="RichStaticControl" Id="lblChangeLog">
  78.                                 <Position Top="88" Left="13" Width="200" Height="10"/>
  79.                                 <Caption>[b]Full Change Log:[/b]</Caption>
  80.                         </Control>
  81.                         <Control xsi:type="RichEditControl" Id="rchChangeLog">
  82.                                 <Position Top="100" Left="18" Width="142" Height="65"/>
  83.                                 <Attributes>
  84.                                         <HideSelection>True</HideSelection>
  85.                                         <Multiline>True</Multiline>
  86.                                         <ReadOnly>True</ReadOnly>
  87.                                 </Attributes>
  88.                         </Control>
  89.                                 <Control xsi:type="ButtonControl" Id="BtnCancel">
  90.                                         <Position Top="188" Left="20" Width="50" />
  91.                                         <Caption>Ignore</Caption>
  92.                                         <IsDefault>True</IsDefault>
  93.                                 </Control>
  94.                                 <Control xsi:type="ButtonControl" Id="BtnUpdate">
  95.                                         <Position Top="188" Left="110" Width="50" />
  96.                                         <Caption>Update</Caption>
  97.                                 </Control>
  98.                 </Controls>
  99.         </Window>
  100. </Interfaces>
  101.  

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

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

User Count

  • 162