XML Viewer

./Languages/en/ConvertImage.xml File Size: 6.25 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.                 <GlobalColor Id="title"><BaseColor><Saturation>2.5</Saturation><Brightness>0.6</Brightness><Transparency>230</Transparency></BaseColor></GlobalColor>
  6.                 <GlobalColor Id="sub_title"><BaseColor><Saturation>2.5</Saturation><Brightness>0.75</Brightness><Transparency>230</Transparency></BaseColor></GlobalColor>
  7.         </GlobalColors>
  8.         <Window Id="ConvertImage" Version="1">
  9.                 <Attributes>
  10.                         <TopMost>True</TopMost>
  11.                         <ShowInTaskbar>False</ShowInTaskbar>
  12.                 </Attributes>
  13.                 <TitleBar>
  14.                         <AllowClose>False</AllowClose>
  15.                         <AllowMinimize>False</AllowMinimize>
  16.                 </TitleBar>
  17.                 <WindowTmpl>
  18.                         <Borders Type="DialogLight" />
  19.                 </WindowTmpl>
  20.                 <Position Width="178" Height="100"/>
  21.                 <Elements>
  22.                         <Element xsi:type="FigureElement" Id="RectTopGradient">
  23.                                 <Position Top="0" Left="0" Width="175" Height="45" />
  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="FigRectInfo">
  33.                                 <Position Top="5" Left="5" Height="67" Width="163" />
  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>40</Alpha></PlainColor>
  38.                                 </Fill>
  39.                         </Element>
  40.                 </Elements>
  41.                 <Controls>
  42.                         <Control xsi:type="StaticControl" Id="lblImageName">
  43.                                 <Position Top="10" Left="16" Width="100" />
  44.                                 <Font><Bold>True</Bold></Font>
  45.                         </Control>
  46.                         <Control xsi:type="StaticControl" Id="lblText1">
  47.                                 <Position Top="20" Left="16" Width="100" />
  48.                                 <Caption>Convert to:</Caption>
  49.                         </Control>
  50.                         <Control xsi:type="ComboBoxControl" Id="cFileType">
  51.                                 <Position Top="30" Width="40" Left="16"/>
  52.                         </Control>
  53.                         <Control xsi:type="StaticControl" Id="lblText2" Visible="False">
  54.                                 <Position Top="45" Left="16" Width="100" />
  55.                                 <Caption>Jpg Quality:</Caption>
  56.                         </Control>
  57.                         <Control xsi:type="SliderControl" Id="sldrQuality" Visible="False">
  58.                                 <Position Top="55" Width="80" Left="16" Height="13"/>
  59.                                 <Attributes>
  60.                                         <AutoTickMarks>True</AutoTickMarks>
  61.                                 </Attributes>
  62.                                 <Range>
  63.                                         <Minimum>0</Minimum>
  64.                                         <Maximum>100</Maximum>
  65.                                 </Range>
  66.                         </Control>
  67.                         <Control xsi:type="ButtonControl" Id="BtnCancel">
  68.                                 <Position Top="80" Left="10" Width="50" />
  69.                                 <Caption>Cancel</Caption>
  70.                         </Control>
  71.                         <Control xsi:type="ButtonControl" Id="BtnConvert">
  72.                                 <Position Top="80" Left="115" Width="50" />
  73.                                 <Caption>Convert</Caption>
  74.                         </Control>
  75.                 </Controls>
  76.         </Window>
  77. </Interfaces>
  78.  

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

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

User Count

  • 162