XML Viewer

./Languages/en/LanguageDownload.xml File Size: 5.34 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="LanguageDownload" Version="1">
  12.                 <Attributes>
  13.                         <Caption>Language Download</Caption>
  14.                 </Attributes>
  15.                 <TitleBar>
  16.                         <Title><Text></Text></Title>
  17.                 </TitleBar>
  18.                 <Position Width="350" Height="213">
  19.                         <Resizeable Allowed="BothSides">
  20.                                 <MinWidth>250</MinWidth>
  21.                                 <MinHeight>158</MinHeight>
  22.                         </Resizeable>
  23.                 </Position>
  24.                 <DialogTmpl>
  25.                         <BottomBar Style="Plain">
  26.                                 <LeftControls>
  27.                                         <Control xsi:type="ButtonControl" Id="BtnCancel">
  28.                                                 <Position Left="0" Top="0" Width="50"/>
  29.                                                 <Caption>&amp;Cancel</Caption>
  30.                                         </Control>
  31.                                 </LeftControls>
  32.                                 <RightControls>
  33.                                         <Control xsi:type="ButtonControl" Id="BtnDownload">
  34.                                                 <Position Left="0" Top="0" Width="75"/>
  35.                                                 <Caption>&amp;Download</Caption>
  36.                                         </Control>
  37.                                 </RightControls>
  38.                         </BottomBar>
  39.                 </DialogTmpl>
  40.                 <Controls>
  41.                         <Control xsi:type="ListViewControl" Id="LvLanguages">
  42.                                 <Position Top="15" Left="5" Width="250" Height="126">
  43.                                         <Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
  44.                                 </Position>
  45.                                 <Attributes>
  46.                                         <AutoTip>true</AutoTip>
  47.                                         <AlwaysShowSelection>True</AlwaysShowSelection>
  48.                                 </Attributes>
  49.                                 <ReportView>
  50.                                         <HasCheckboxes>True</HasCheckboxes>
  51.                                         <FullRowSelect>True</FullRowSelect>
  52.                                 </ReportView>
  53.                                 <Columns WidthFormat="Absolute">
  54.                                         <Column>
  55.                                                 <ColumnId>ColLang</ColumnId>
  56.                                                 <Label>Language</Label>
  57.                                                 <Width>170</Width>
  58.                                         </Column>
  59.                                         <Column>
  60.                                                 <ColumnId>CoLversion</ColumnId>
  61.                                                 <Label>Version</Label>
  62.                                                 <Width>170</Width>
  63.                                         </Column>
  64.                                         <Column>
  65.                                                 <ColumnId>ColLangId</ColumnId>
  66.                                                 <Width>0</Width>
  67.                                         </Column>
  68.                                 </Columns>
  69.                         </Control>
  70.                 </Controls>
  71.         </Window>
  72. </Interfaces>
  73.  

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

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

User Count

  • 162