XML Viewer

./Languages/en/ViewImage.xml File Size: 3.32 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="bg"><BaseColor><Saturation>2</Saturation><Brightness>0.6</Brightness><Transparency>50</Transparency></BaseColor></GlobalColor>
  5.         </GlobalColors>
  6.         <Window Id="ViewImage" Version="1">
  7.                 <Attributes>
  8.                         <Caption>Screenshot Sender</Caption>
  9.                         <SetForeground>True</SetForeground>
  10.                 </Attributes>
  11.                 <TitleBar>
  12.                         <Title><Text>View Image</Text></Title>
  13.                         <AllowMaximize>True</AllowMaximize>
  14.                 </TitleBar>
  15.                 <Position Width="430" Height="350" InitialPos="Normal">
  16.                         <Resizeable Allowed="BothSides">
  17.                                 <MinWidth>430</MinWidth>
  18.                                 <MinHeight>350</MinHeight>
  19.                         </Resizeable>
  20.                 </Position>
  21.                 <Elements>
  22.                         <Element xsi:type="FigureElement" Id="RectTopGradient">
  23.                                 <Position Top="0" Left="-5" Width="430" Height="55">
  24.                                         <Anchor Horizontal="LeftRightFixed" />
  25.                                 </Position>
  26.                                 <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
  27.                                 <Fill>
  28.                                         <LinearGradient Angle="90">
  29.                                                 <Color1><BaseColor><Transparency>0</Transparency></BaseColor></Color1>
  30.                                                 <Color2><BaseColor><Transparency>200</Transparency></BaseColor></Color2>
  31.                                         </LinearGradient>
  32.                                 </Fill>
  33.                         </Element>
  34.                         <Element xsi:type="ImageElement" Id="ImgPreview">
  35.                                 <Position Top="5" Width="410" Left="5" Height="310">
  36.                                         <Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
  37.                                 </Position>
  38.                                 <Mosaic>CenterResize</Mosaic>
  39.                         </Element>
  40.                 </Elements>
  41.                 <DialogTmpl />
  42.                 <Controls />
  43.         </Window>
  44. </Interfaces>
  45.  

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

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

User Count

  • 162