XML Viewer

./Languages/en/ScreenshotViewer.xml File Size: 14.07 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="ScreenshotViewer" Version="1">
  7.                 <Attributes>
  8.                         <Caption>Screenshot Sender</Caption>
  9.                         <SetForeground>True</SetForeground>
  10.                 </Attributes>
  11.                 <TitleBar>
  12.                         <Title><Text>Screenshot Viewer</Text></Title>
  13.                         <AllowMaximize>True</AllowMaximize>
  14.                 </TitleBar>
  15.                 <Position Width="430" Height="290" InitialPos="Normal">
  16.                         <Resizeable Allowed="BothSides">
  17.                                 <MinWidth>430</MinWidth>
  18.                                 <MinHeight>290</MinHeight>
  19.                         </Resizeable>
  20.                 </Position>
  21.                 <Elements>
  22.                         <Element xsi:type="FigureElement" Id="RectTopGradient">
  23.                                 <Position Top="0" Left="-5" Width="175" Height="55"/>
  24.                                 <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
  25.                                 <Fill>
  26.                                         <LinearGradient Angle="90">
  27.                                                 <Color1><BaseColor><Transparency>0</Transparency></BaseColor></Color1>
  28.                                                 <Color2><BaseColor><Transparency>200</Transparency></BaseColor></Color2>
  29.                                         </LinearGradient>
  30.                                 </Fill>
  31.                         </Element>
  32.                         <Element xsi:type="FigureElement" Id="FigRectActions">
  33.                                 <Position Top="5" Left="0" Height="94" Width="135"/>
  34.                                 <Figure><RoundRect><Radius>7</Radius></RoundRect></Figure>
  35.                                 <Border><Color><GlobalColor>bg</GlobalColor></Color><Size>1</Size></Border>
  36.                                 <Fill>
  37.                                         <PlainColor><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>170</Alpha></PlainColor>
  38.                                 </Fill>
  39.                         </Element>
  40.                         <Element xsi:type="LineElement" Id="LnTopSep">
  41.                                 <Position Top="58" Left="5" Width="105" Height="0" />
  42.                                 <Size>1</Size>
  43.                                 <Color><GlobalColor>bg</GlobalColor></Color>
  44.                         </Element>
  45.                         <Element xsi:type="FigureElement" Id="FigRectDetails">
  46.                                 <Position Top="100" Left="0" Height="115" Width="135"/>
  47.                                 <Figure><RoundRect><Radius>7</Radius></RoundRect></Figure>
  48.                                 <Border><Color><GlobalColor>bg</GlobalColor></Color><Size>1</Size></Border>
  49.                                 <Fill>
  50.                                         <PlainColor><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>170</Alpha></PlainColor>
  51.                                 </Fill>
  52.                         </Element>
  53.                         <Element xsi:type="ImageElement" Id="ImgPreview">
  54.                                 <Position Height="47" Width="47" Left="32" Top="102" />
  55.                                 <Image><Name>no_image</Name></Image>
  56.                                 <Mosaic>CenterResize</Mosaic>
  57.                         </Element>
  58.                 </Elements>
  59.                 <DialogTmpl />
  60.                 <Controls>
  61.                         <Control xsi:type="ListViewControl" Id="LvFiles">
  62.                                 <Position Top="0" Left="140" Width="275" Height="255">
  63.                                         <Anchor Vertical="TopBottomFixed" Horizontal="LeftRightFixed" />
  64.                                 </Position>
  65.                                 <Attributes>
  66.                                         <AutoTip>True</AutoTip>
  67.                                         <AlwaysShowSelection>True</AlwaysShowSelection>
  68.                                         <MultipleSel>True</MultipleSel>
  69.                                 </Attributes>
  70.                                 <ReportView>
  71.                                         <ColumnHeader>True</ColumnHeader>
  72.                                         <FullRowSelect>True</FullRowSelect>
  73.                                 </ReportView>
  74.                                 <Images>
  75.                                         <SmallIcons>
  76.                                                 <Image Id="png">
  77.                                                         <Name>pnggif</Name>
  78.                                                 </Image>
  79.                                                 <Image Id="bmp">
  80.                                                         <Name>bmp</Name>
  81.                                                 </Image>
  82.                                                 <Image Id="gif">
  83.                                                         <Name>pnggif</Name>
  84.                                                 </Image>
  85.                                                 <Image Id="jpg">
  86.                                                         <Name>jpg</Name>
  87.                                                 </Image>
  88.                                         </SmallIcons>
  89.                                 </Images>
  90.                                 <Columns>
  91.                                         <Column>
  92.                                                 <ColumnId>filename</ColumnId>
  93.                                                 <Label>Filename</Label>
  94.                                                 <Width>50</Width>
  95.                                         </Column>
  96.                                         <Column>
  97.                                                 <ColumnId>filesize</ColumnId>
  98.                                                 <Label>Size</Label>
  99.                                                 <Width>25</Width>
  100.                                         </Column>
  101.                                         <Column>
  102.                                                 <ColumnId>datecreated</ColumnId>
  103.                                                 <Label>Date Created</Label>
  104.                                                 <Width>29</Width>
  105.                                         </Column>
  106.                                         <Column>
  107.                                                 <ColumnId>path</ColumnId>
  108.                                         </Column>
  109.                                 </Columns>
  110.                         </Control>
  111.                         <Control xsi:type="LinkControl" Id="lnkSendImage" Enabled="False">
  112.                                 <Position Height="10" Width="110" Left="17" Top="10" />
  113.                                 <Caption>Send Image</Caption>
  114.                                 <Attributes><Underline>WhenHot</Underline></Attributes>
  115.                         </Control>
  116.                         <Control xsi:type="LinkControl" Id="lnkUploadImage" Visible="False">
  117.                                 <Position Height="10" Width="110" Left="17" Top="22" />
  118.                                 <Caption>Upload Image</Caption>
  119.                                 <Attributes><Underline>WhenHot</Underline></Attributes>
  120.                         </Control>
  121.                         <Control xsi:type="LinkControl" Id="lnkCopyClipboard" Enabled="False">
  122.                                 <Position Height="10" Width="110" Left="17" Top="22" />
  123.                                 <Caption>Copy to clipboard</Caption>
  124.                                 <Attributes><Underline>WhenHot</Underline></Attributes>
  125.                         </Control>
  126.                         <Control xsi:type="LinkControl" Id="lnkConvertImage" Enabled="False">
  127.                                 <Position Height="10" Width="110" Left="17" Top="34" />
  128.                                 <Caption>Convert Image</Caption>
  129.                                 <Attributes><Underline>WhenHot</Underline></Attributes>
  130.                         </Control>
  131.                         <Control xsi:type="LinkControl" Id="lnkEditImage" Enabled="False">
  132.                                 <Position Height="10" Width="110" Left="17" Top="46" />
  133.                                 <Caption>Edit Image</Caption>
  134.                                 <Attributes><Underline>WhenHot</Underline></Attributes>
  135.                         </Control>
  136.                         <Control xsi:type="LinkControl" Id="lnkRefreshImage" Visible="False">
  137.                                 <Position Height="10" Width="110" Left="17" Top="46" />
  138.                                 <Caption>Refresh Image</Caption>
  139.                                 <Attributes><Underline>WhenHot</Underline></Attributes>
  140.                         </Control>
  141.                        
  142.                         <Control xsi:type="LinkControl" Id="lnkRefreshImages">
  143.                                 <Position Height="10" Width="110" Left="17" Top="60" />
  144.                                 <Caption>Refresh Images</Caption>
  145.                                 <Attributes><Underline>WhenHot</Underline></Attributes>
  146.                         </Control>
  147.                         <Control xsi:type="LinkControl" Id="lnkDeleteImage" Enabled="False">
  148.                                 <Position Height="10" Width="110" Left="17" Top="72" />
  149.                                 <Caption>Delete Image(s)</Caption>
  150.                                 <Attributes><Underline>WhenHot</Underline></Attributes>
  151.                         </Control>
  152.                         <Control xsi:type="LinkControl" Id="lnkDeleteAll">
  153.                                 <Position Height="10" Width="110" Left="17" Top="84" />
  154.                                 <Caption>Delete all images</Caption>
  155.                                 <Attributes><Underline>WhenHot</Underline></Attributes>
  156.                         </Control>
  157.  
  158.                         <Control xsi:type="StaticControl" Id="lblImageName" Visible="False">
  159.                                 <Position Height="10" Width="130" Left="5" Top="150" />
  160.                                 <Caption>asd</Caption>
  161.                                 <Font><Bold>True</Bold></Font>
  162.                         </Control>
  163.                         <Control xsi:type="StaticControl" Id="lblImageSize" Visible="False">
  164.                                 <Position Height="10" Width="130" Left="5" Top="160" />
  165.                                 <Caption>Size: </Caption>
  166.                         </Control>
  167.                         <Control xsi:type="StaticControl" Id="lblImageDimensions" Visible="False">
  168.                                 <Position Height="10" Width="130" Left="5" Top="170" />
  169.                                 <Caption>Dimensions: </Caption>
  170.                         </Control>
  171.                         <Control xsi:type="StaticControl" Id="lblImageCreated" Visible="False">
  172.                                 <Position Height="10" Width="130" Left="5" Top="180" />
  173.                                 <Attributes><WrapText>True</WrapText></Attributes>
  174.                                 <Caption>Created: </Caption>
  175.                         </Control>
  176.                         <Control xsi:type="LinkControl" Id="lnkViewImage" Visible="False">
  177.                                 <Position Height="10" Width="75" Left="5" Top="200" />
  178.                                 <Caption>View Image </Caption>
  179.                                 <Attributes><Underline>WhenHot</Underline></Attributes>
  180.                         </Control>
  181.                 </Controls>
  182.         </Window>
  183. </Interfaces>
  184.  

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

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

User Count

  • 162