XML Viewer

./Languages/en/PrefFtp.xml File Size: 15.78 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">
  3. <GlobalColors>
  4.         <!-- Default Plus! colors -->
  5.         <GlobalColor Id="ref">
  6.                 <BaseColor>
  7.                         <Saturation>1.1</Saturation>
  8.                         <Brightness>0.6</Brightness>
  9.                         <Transparency>200</Transparency>
  10.                 </BaseColor>
  11.         </GlobalColor>
  12.         <!-- Custom colors -->
  13.         <GlobalColor Id="lightbg">
  14.                 <BaseColor>
  15.                         <Saturation>2</Saturation>
  16.                         <Brightness>1.5</Brightness>
  17.                         <Transparency>45</Transparency>
  18.                 </BaseColor>
  19.         </GlobalColor>
  20. </GlobalColors>
  21.  
  22. <!-- Preferences - FTP -->
  23. <Window Id="PrefFtp">
  24.         <Position Width="400" Height="235"/>
  25.         <ChildTmpl/>
  26.         <Elements>
  27.                 <Element Id="FigBackExtra" xsi:type="FigureElement">
  28.                         <Position Top="115" Left="5" Width="385" Height="74"/>
  29.                         <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
  30.                         <Border>
  31.                                 <Size>1</Size>
  32.                                 <Color><GlobalColor>ref</GlobalColor></Color>
  33.                         </Border>
  34.                         <Fill><PlainColor><GlobalColor>lightbg</GlobalColor></PlainColor></Fill>
  35.                 </Element>
  36.                 <Element Id="ImgFTP" xsi:type="ImageElement">
  37.                         <Position Top="0" Left="348"/>
  38.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  39.                         <Image><Name>big\ftp</Name></Image>
  40.                 </Element>
  41.         </Elements>
  42.         <Controls>
  43.                 <!-- Bottom buttons -->
  44.                 <Control Id="BtnBack" xsi:type="ButtonControl">
  45.                         <Position Top="214" Left="248" Width="70"/>
  46.                         <Image Margin="5"><Name>icons\back</Name></Image>
  47.                         <Caption>Back</Caption>
  48.                 </Control>
  49.                 <Control Id="BtnSave" xsi:type="ButtonControl">
  50.                         <Position Top="214" Left="323" Width="70"/>
  51.                         <Attributes><IsDefault>true</IsDefault></Attributes>
  52.                         <Image Margin="5"><Name>icons\floppy</Name></Image>
  53.                         <Caption>Save</Caption>
  54.                 </Control>
  55.                 <!-- Title -->
  56.                 <Control Id="lblTitleFTP" xsi:type="StaticControl">
  57.                         <Position Top="5" Left="5" Width="340" Height="15"/>
  58.                         <Color><GlobalColor>ref</GlobalColor></Color>
  59.                         <Font><Bold>true</Bold><Size>12</Size></Font>
  60.                         <Caption>FTP</Caption>
  61.                 </Control>
  62.                 <!-- FTP Settings -->
  63.                 <Control Id="lblTitleFTPSettings" xsi:type="StaticControl">
  64.                         <Position Top="20" Left="5" Width="340" Height="15"/>
  65.                         <Color><GlobalColor>ref</GlobalColor></Color>
  66.                         <Font><Size>12</Size></Font>
  67.                         <Caption>FTP Settings</Caption>
  68.                 </Control>
  69.                 <Control Id="lblServer" xsi:type="StaticControl">
  70.                         <Position Top="35" Left="10" Width="50"/>
  71.                         <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
  72.                         <Caption>Server:</Caption>
  73.                 </Control>
  74.                 <Control Id="tFtpServer" xsi:type="EditControl">
  75.                         <Position Top="34" Left="60" Width="280">
  76.                                 <TranslationAdjust><StaticCtrlIDLeft>lblServer</StaticCtrlIDLeft></TranslationAdjust>
  77.                         </Position>
  78.                 </Control>
  79.                 <Control Id="lblDirectory" xsi:type="StaticControl">
  80.                         <Position Top="50" Left="10" Width="50"/>
  81.                         <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
  82.                         <Caption>Directory:</Caption>
  83.                 </Control>
  84.                 <Control Id="tFtpDirectory" xsi:type="EditControl">
  85.                         <Position Top="49" Left="60" Width="280">
  86.                                 <TranslationAdjust><StaticCtrlIDLeft>lblDirectory</StaticCtrlIDLeft></TranslationAdjust>
  87.                         </Position>
  88.                         <DefaultText>/</DefaultText>
  89.                 </Control>
  90.                 <Control Id="lblLogin" xsi:type="StaticControl">
  91.                         <Position Top="66" Left="10" Width="50"/>
  92.                         <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
  93.                         <Caption>Login:</Caption>
  94.                 </Control>
  95.                 <Control Id="tFtpLogin" xsi:type="EditControl">
  96.                         <Position Top="64" Left="60" Width="175">
  97.                                 <TranslationAdjust><StaticCtrlIDLeft>lblLogin</StaticCtrlIDLeft></TranslationAdjust>
  98.                         </Position>
  99.                 </Control>
  100.                 <Control Id="lblPort" xsi:type="StaticControl">
  101.                         <Position Top="66" Left="250" Width="40"/>
  102.                         <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
  103.                         <Caption>Port:</Caption>
  104.                 </Control>
  105.                 <Control Id="tFtpPort" xsi:type="EditControl">
  106.                         <Position Top="64" Left="290" Width="50">
  107.                                 <TranslationAdjust><StaticCtrlIDLeft>lblPort</StaticCtrlIDLeft></TranslationAdjust>
  108.                         </Position>
  109.                         <Attributes><NumbersOnly>True</NumbersOnly></Attributes>
  110.                         <DefaultText>21</DefaultText>
  111.                 </Control>
  112.                 <Control Id="lblPassword" xsi:type="StaticControl">
  113.                         <Position Top="82" Left="10" Width="50"/>
  114.                         <Caption>Password:</Caption>
  115.                 </Control>
  116.                 <Control Id="tFtpPassword" xsi:type="EditControl">
  117.                         <Position Top="80" Left="60" Width="280">
  118.                                 <TranslationAdjust><StaticCtrlIDLeft>lblPassword</StaticCtrlIDLeft></TranslationAdjust>
  119.                         </Position>
  120.                         <Attributes><IsPassword>True</IsPassword></Attributes>
  121.                 </Control>
  122.                 <Control Id="BtnTest" xsi:type="ButtonControl">
  123.                         <Position Top="97" Left="240" Width="100"/>
  124.                         <Image Margin="5"><Name>icons\play</Name></Image>
  125.                         <Caption>Test Settings</Caption>
  126.                 </Control>
  127.                 <!-- Extra options -->
  128.                 <Control Id="cUploadScreenshots" xsi:type="CheckBoxControl">
  129.                         <Position Top="120" Left="10" Width="220"/>
  130.                         <Caption>Automatically upload screenshots</Caption>
  131.                 </Control>
  132.                 <Control Id="cUploadOptions" xsi:type="ComboBoxControl" Enabled="False">
  133.                         <Position Top="118" Left="235" Width="150"/>
  134.                 </Control>
  135.                 <Control Id="cUploadFilesWhenIdle" xsi:type="CheckBoxControl" Enabled="False">
  136.                         <Position Top="132" Left="10" Width="375"/>
  137.                         <Caption>Upload files when my Windows Live Messenger status is idle</Caption>
  138.                 </Control>
  139.                 <Control Id="cSendUploadLink" xsi:type="CheckBoxControl" Enabled="False">
  140.                         <Position Top="144" Left="10" Width="375"/>
  141.                         <Caption>Send link to contacts after uploading file</Caption>
  142.                 </Control>
  143.                 <Control Id="lblLink" xsi:type="StaticControl">
  144.                         <Position Top="159" Left="10" Width="50"/>
  145.                         <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
  146.                         <Caption>Link:</Caption>
  147.                 </Control>
  148.                 <Control Id="tSendLink" xsi:type="EditControl" Enabled="False">
  149.                         <Position Top="157" Left="60" Width="325"/>
  150.                 </Control>
  151.                 <Control Id="lblLinkHelp" xsi:type="StaticControl">
  152.                         <Position Top="171" Left="10" Width="375"/>
  153.                         <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
  154.                         <Transparency>130</Transparency>
  155.                         <Font><Size>7</Size></Font>
  156.                         <Caption>* Filename is automatically appended to the URL.</Caption>
  157.                 </Control>
  158.         </Controls>
  159. </Window>
  160.  
  161. <Window Id="PrefFtpTestSettings">
  162.         <Position Width="400" Height="235"/>
  163.         <ChildTmpl/>
  164.         <Elements>
  165.                 <Element Id="ImgFTP" xsi:type="ImageElement">
  166.                         <Position Top="0" Left="348"/>
  167.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  168.                         <Image><Name>big\ftp</Name></Image>
  169.                 </Element>
  170.         </Elements>
  171.         <Controls>
  172.                 <!-- Title -->
  173.                 <Control Id="lblTitleFTP" xsi:type="StaticControl">
  174.                         <Position Top="5" Left="5" Width="340" Height="15"/>
  175.                         <Color><GlobalColor>ref</GlobalColor></Color>
  176.                         <Font><Bold>true</Bold><Size>12</Size></Font>
  177.                         <Caption>FTP</Caption>
  178.                 </Control>
  179.                 <!-- FTP Settings -->
  180.                 <Control Id="lblTitleFTPTestSettings" xsi:type="StaticControl">
  181.                         <Position Top="20" Left="5" Width="340" Height="15"/>
  182.                         <Color><GlobalColor>ref</GlobalColor></Color>
  183.                         <Font><Size>12</Size></Font>
  184.                         <Caption>FTP Test Settings</Caption>
  185.                 </Control>
  186.                 <Control Id="lblServer" xsi:type="StaticControl">
  187.                         <Position Top="35" Left="10" Width="50"/>
  188.                         <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
  189.                         <Caption>Server: </Caption>
  190.                 </Control>
  191.                 <Control Id="lblLogin" xsi:type="StaticControl">
  192.                         <Position Top="50" Left="10" Width="50"/>
  193.                         <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
  194.                         <Caption>Login: </Caption>
  195.                 </Control>
  196.                 <Control Id="lblPort" xsi:type="StaticControl">
  197.                         <Position Top="66" Left="10" Width="50"/>
  198.                         <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
  199.                         <Caption>Port: </Caption>
  200.                 </Control>
  201.                 <Control Id="pbStatus" xsi:type="ProgressControl">
  202.                         <Position Top="81" Left="10" Width="50"/>
  203.                         <Attributes><Marquee /></Attributes>
  204.                 </Control>
  205.         </Controls>
  206. </Window>
  207.  
  208. </Interfaces>

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

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

User Count

  • 162