XML Viewer

./Languages/en/PrefAdvanced.xml File Size: 28.27 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 - Advanced -->
  23. <Window Id="PrefAdvanced">
  24.         <Position Width="400" Height="235"/>
  25.         <ChildTmpl/>
  26.         <Elements>
  27.                 <Element Id="FigBackOverlay" xsi:type="FigureElement">
  28.                         <Position Top="125" Left="10" Width="375" Height="80"/>
  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="ImgAdvanced" xsi:type="ImageElement">
  37.                         <Position Top="0" Left="348"/>
  38.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  39.                         <Image><Name>big\advanced</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="lblTitleAdvanced" 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>Advanced</Caption>
  61.                 </Control>
  62.                 <!-- Advanced Settings -->
  63.                 <Control Id="lblTitleAdvSettings" 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>Advanced Settings</Caption>
  68.                 </Control>
  69.                 <Control Id="cAltSending" xsi:type="CheckBoxControl">
  70.                         <Position Top="35" Left="10" Width="375"/>
  71.                         <Caption>Use custom command to send file</Caption>
  72.                 </Control>
  73.                 <Control Id="tAltSending" xsi:type="EditControl" Enabled="False">
  74.                         <Position Top="47" Left="20" Width="365"/>
  75.                 </Control>
  76.                 <!-- Edit Image -->
  77.                 <Control Id="cEditProgram" xsi:type="CheckBoxControl">
  78.                         <Position Top="65" Left="10" Width="375"/>
  79.                         <Caption>Select a program each time when editing an image</Caption>
  80.                 </Control>
  81.                 <Control Id="tEditProgram" xsi:type="EditControl" Enabled="False">
  82.                         <Position Top="77" Left="20" Width="288"/>
  83.                         <Attributes><ReadOnly>True</ReadOnly></Attributes>
  84.                 </Control>
  85.                 <Control Id="BtnBrowse" xsi:type="ButtonControl" Enabled="False">
  86.                         <Position Top="76" Left="313" Width="70"/>
  87.                         <Image Margin="5"><Name>icons\folder</Name></Image>
  88.                         <Caption>Browse</Caption>
  89.                 </Control>
  90.                 <!-- Debugging -->
  91.                 <Control Id="_cDebug" xsi:type="CheckBoxControl">
  92.                         <Position Top="95" Left="10" Width="375"/>
  93.                         <Caption>Enable script debugging</Caption>
  94.                 </Control>
  95.                 <!-- Overlay Settings -->
  96.                 <Control Id="lblTitleOlSettings" xsi:type="StaticControl">
  97.                         <Position Top="110" Left="5" Width="375" Height="15"/>
  98.                         <Color><GlobalColor>ref</GlobalColor></Color>
  99.                         <Font><Size>12</Size></Font>
  100.                         <Caption>Overlay Settings</Caption>
  101.                 </Control>
  102.                 <Control Id="LvOverlayRules" xsi:type="ListViewControl">
  103.                         <Position Top="130" Left="15" Width="270" Height="70"/>
  104.                         <Attributes>
  105.                                 <AutoTip>true</AutoTip>
  106.                                 <AlwaysShowSelection>true</AlwaysShowSelection>
  107.                         </Attributes>
  108.                         <ReportView>
  109.                                 <ColumnHeader>true</ColumnHeader>
  110.                                 <FullRowSelect>true</FullRowSelect>
  111.                         </ReportView>
  112.                         <Images>
  113.                                 <SmallIcons>
  114.                                         <Image Id="1">
  115.                                                 <Name>icons\enable</Name>
  116.                                         </Image>
  117.                                         <Image Id="0">
  118.                                                 <Name>icons\disable</Name>
  119.                                         </Image>
  120.                                 </SmallIcons>
  121.                         </Images>
  122.                         <Columns WidthFormat="Relative">
  123.                                 <Column>
  124.                                         <ColumnId>sCondition</ColumnId>
  125.                                         <Label>Condition</Label>
  126.                                         <Width>33</Width>
  127.                                 </Column>
  128.                                 <Column>
  129.                                         <ColumnId>sOverlayText</ColumnId>
  130.                                         <Label>Overlay text</Label>
  131.                                         <Width>67</Width>
  132.                                 </Column>
  133.                                 <Column>
  134.                                         <ColumnId>OverlayId</ColumnId>
  135.                                         <Width>0</Width>
  136.                                 </Column>
  137.                                 <Column>
  138.                                         <ColumnId>bEnabled</ColumnId>
  139.                                         <Width>0</Width>
  140.                                 </Column>
  141.                         </Columns>
  142.                 </Control>
  143.                 <Control Id="BtnOlAdd" xsi:type="ButtonControl">
  144.                         <Position Top="130" Left="290" Width="90"/>
  145.                         <Image Margin="5"><Name>icons\add</Name></Image>
  146.                         <Caption>Add</Caption>
  147.                 </Control>
  148.                 <Control Id="BtnOlEdit" xsi:type="ButtonControl" Enabled="False">
  149.                         <Position Top="147" Left="290" Width="90"/>
  150.                         <Image Margin="5"><Name>icons\edit</Name></Image>
  151.                         <Caption>Edit</Caption>
  152.                 </Control>
  153.                 <Control Id="BtnOlEnable" xsi:type="ButtonControl" Enabled="False" Visible="False">
  154.                         <Position Top="168" Left="290" Width="90"/>
  155.                         <Image Margin="5"><Name>icons\enable</Name></Image>
  156.                         <Caption>Enable</Caption>
  157.                 </Control>
  158.                 <Control Id="BtnOlDisable" xsi:type="ButtonControl" Enabled="False">
  159.                         <Position Top="168" Left="290" Width="90"/>
  160.                         <Image Margin="5"><Name>icons\disable</Name></Image>
  161.                         <Caption>Disable</Caption>
  162.                 </Control>
  163.                 <Control Id="BtnOlDelete" xsi:type="ButtonControl" Enabled="False">
  164.                         <Position Top="185" Left="290" Width="90"/>
  165.                         <Image Margin="5"><Name>icons\trash</Name></Image>
  166.                         <Caption>Delete</Caption>
  167.                 </Control>
  168.         </Controls>
  169. </Window>
  170.  
  171. <!-- Preferences - Add/Edit Overlay -->
  172. <Window Id="PrefOlAddEdit">
  173.         <Position Width="400" Height="235"/>
  174.         <ChildTmpl/>
  175.         <Elements>
  176.                 <Element Id="FigBackPreview" xsi:type="FigureElement">
  177.                         <Position Top="70" Left="230" Width="155" Height="120"/>
  178.                         <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
  179.                         <Border>
  180.                                 <Size>1</Size>
  181.                                 <Color><GlobalColor>ref</GlobalColor></Color>
  182.                         </Border>
  183.                         <Fill><PlainColor><GlobalColor>lightbg</GlobalColor></PlainColor></Fill>
  184.                 </Element>
  185.                 <Element Id="ImgAdvanced" xsi:type="ImageElement">
  186.                         <Position Top="0" Left="348"/>
  187.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  188.                         <Image><Name>big\advanced</Name></Image>
  189.                 </Element>
  190.         </Elements>
  191.         <Controls>
  192.                 <!-- Bottom buttons -->
  193.                 <Control Id="BtnBack" xsi:type="ButtonControl">
  194.                         <Position Top="214" Left="248" Width="70"/>
  195.                         <Image Margin="5"><Name>icons\back</Name></Image>
  196.                         <Caption>Back</Caption>
  197.                 </Control>
  198.                 <Control Id="BtnSave" xsi:type="ButtonControl">
  199.                         <Position Top="214" Left="323" Width="70"/>
  200.                         <Attributes><IsDefault>true</IsDefault></Attributes>
  201.                         <Image Margin="5"><Name>icons\floppy</Name></Image>
  202.                         <Caption>Save</Caption>
  203.                 </Control>
  204.                 <!-- Title -->
  205.                 <Control Id="lblTitleAdvanced" xsi:type="StaticControl">
  206.                         <Position Top="5" Left="5" Width="340" Height="15"/>
  207.                         <Color><GlobalColor>ref</GlobalColor></Color>
  208.                         <Font><Bold>true</Bold><Size>12</Size></Font>
  209.                         <Caption>Advanced</Caption>
  210.                 </Control>
  211.                 <!-- Add/Edit Overlay -->
  212.                 <Control Id="lblTitleAddEdit" xsi:type="StaticControl">
  213.                         <Position Top="20" Left="5" Width="340" Height="15"/>
  214.                         <Color><GlobalColor>ref</GlobalColor></Color>
  215.                         <Font><Size>12</Size></Font>
  216.                         <Caption>Add/Edit Overlay</Caption>
  217.                 </Control>
  218.                 <Control Id="lblCondition" xsi:type="StaticControl">
  219.                         <Position Top="36" Left="10" Width="70"/>
  220.                         <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
  221.                         <Caption>Condition:</Caption>
  222.                 </Control>
  223.                 <Control Id="cCondition" xsi:type="ComboBoxControl">
  224.                         <Position Top="35" Left="80" Width="260">
  225.                                 <TranslationAdjust><StaticCtrlIDLeft>lblCondition</StaticCtrlIDLeft></TranslationAdjust>
  226.                         </Position>
  227.                         <Items>
  228.                                 <Item Id="01-All">All screenshots</Item>
  229.                                 <Item Id="02-Sent">Sent screenshots</Item>
  230.                                 <Item Id="03-Saved">Saved screenshots</Item>
  231.                         </Items>
  232.                 </Control>
  233.                 <Control Id="lblOverlayText" xsi:type="StaticControl">
  234.                         <Position Top="53" Left="10" Width="70"/>
  235.                         <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
  236.                         <Caption>Overlay text:</Caption>
  237.                 </Control>
  238.                 <Control Id="tOverlay" xsi:type="EditControl">
  239.                         <Position Top="52" Left="80" Width="260">
  240.                                 <TranslationAdjust><StaticCtrlIDLeft>lblOverlayText</StaticCtrlIDLeft></TranslationAdjust>
  241.                         </Position>
  242.                 </Control>
  243.                 <Control Id="lnkTags" xsi:type="LinkControl">
  244.                         <Position Top="53" Left="345" Width="25"/>
  245.                         <Attributes>
  246.                                 <Underline>WhenHot</Underline>
  247.                                 <AutoAdjustWidth>true</AutoAdjustWidth>
  248.                         </Attributes>
  249.                         <Caption>Tags</Caption>
  250.                 </Control>
  251.                 <!-- Position -->
  252.                 <Control Id="lblOverlayPos" xsi:type="StaticControl">
  253.                         <Position Top="70" Left="10" Width="70"/>
  254.                         <Caption>Position:</Caption>
  255.                 </Control>
  256.                 <Control Id="cPosition" xsi:type="ComboBoxControl">
  257.                         <Position Top="69" Left="80" Width="140"/>
  258.                 </Control>
  259.                 <!-- Style -->
  260.                 <Control Id="lblOverlayStyle" xsi:type="StaticControl">
  261.                         <Position Top="86" Left="10" Width="70"/>
  262.                         <Caption>Style:</Caption>
  263.                 </Control>
  264.                 <Control Id="BtnOverlayFont" xsi:type="ButtonControl">
  265.                         <Position Top="85" Left="80" Width="95"/>
  266.                         <Image Margin="5"><Name>icons\font</Name></Image>
  267.                         <Caption>Choose Font</Caption>
  268.                 </Control>
  269.                 <Control Id="BtnOverlayBackColour" xsi:type="ButtonControl">
  270.                         <Position Top="85" Left="180" Width="40"/>
  271.                         <Image><Name>icons\colors</Name></Image>
  272.                         <Caption/>
  273.                 </Control>
  274.                 <Control Id="tOverlayFont" xsi:type="RichEditControl">
  275.                         <Position Top="102" Left="80" Width="140" Height="20"/>
  276.                         <Attributes><ReadOnly>true</ReadOnly><TextMode>Rich Text</TextMode></Attributes>
  277.                         <DefaultText>Tahoma</DefaultText>
  278.                 </Control>
  279.                 <Control Id="cTransparentBack" xsi:type="CheckBoxControl">
  280.                         <Position Top="124" Left="80" Width="140"/>
  281.                         <Caption>Use transparent background</Caption>
  282.                 </Control>
  283.                 <!-- Contacts -->
  284.                 <Control Id="lblContacts" xsi:type="StaticControl">
  285.                         <Position Top="141" Left="10" Width="70"/>
  286.                         <Caption>Contacts:</Caption>
  287.                 </Control>
  288.                 <Control Id="radAllContacts" xsi:type="RadioControl">
  289.                         <Position Top="141" Left="80" Width="140"/>
  290.                         <Attributes><IsNewGroup>true</IsNewGroup></Attributes>
  291.                         <Caption>All contacts</Caption>
  292.                 </Control>
  293.                 <Control Id="radSelectedContacts" xsi:type="RadioControl" Enabled="false">
  294.                         <Position Top="153" Left="80" Width="140"/>
  295.                         <Caption>Selected contacts</Caption>
  296.                 </Control>
  297.                 <Control Id="BtnSelectContacts" xsi:type="ButtonControl" Enabled="false">
  298.                         <Position Top="165" Left="90" Width="130"/>
  299.                         <Image Margin="5"><Name>icons\users</Name></Image>
  300.                         <Caption>Select Contacts</Caption>
  301.                 </Control>
  302.                 <!-- Preview -->
  303.                 <Control Id="lblTitlePreview" xsi:type="RichStaticControl">
  304.                         <Position Top="72" Left="235" Width="155" Height="15"/>
  305.                         <Attributes><TextMode>Rich Text</TextMode></Attributes>
  306.                         <Color><GlobalColor>ref</GlobalColor></Color>
  307.                         <Font><Size>12</Size></Font>
  308.                         <Caption>Preview</Caption>
  309.                 </Control>
  310.         </Controls>
  311. </Window>
  312.  
  313. <!-- Preferences - Select Overlay Contacts -->
  314. <Window Id="PrefOlSelectContacts">
  315.         <Position Width="400" Height="235"/>
  316.         <ChildTmpl/>
  317.         <Elements>
  318.                 <Element Id="ImgAdvanced" xsi:type="ImageElement">
  319.                         <Position Top="0" Left="348"/>
  320.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  321.                         <Image><Name>big\advanced</Name></Image>
  322.                 </Element>
  323.         </Elements>
  324.         <Controls>
  325.                 <!-- Bottom buttons -->
  326.                 <Control Id="BtnBack" xsi:type="ButtonControl">
  327.                         <Position Top="214" Left="248" Width="70"/>
  328.                         <Image Margin="5"><Name>icons\back</Name></Image>
  329.                         <Caption>Back</Caption>
  330.                 </Control>
  331.                 <Control Id="BtnSave" xsi:type="ButtonControl">
  332.                         <Position Top="214" Left="323" Width="70"/>
  333.                         <Attributes><IsDefault>true</IsDefault></Attributes>
  334.                         <Image Margin="5"><Name>icons\floppy</Name></Image>
  335.                         <Caption>Save</Caption>
  336.                 </Control>
  337.                 <!-- Title -->
  338.                 <Control Id="lblTitleAdvanced" xsi:type="StaticControl">
  339.                         <Position Top="5" Left="5" Width="340" Height="15"/>
  340.                         <Color><GlobalColor>ref</GlobalColor></Color>
  341.                         <Font><Bold>true</Bold><Size>12</Size></Font>
  342.                         <Caption>Advanced</Caption>
  343.                 </Control>
  344.                 <!-- Select Contacts -->
  345.                 <Control Id="lblTitleSelect" xsi:type="StaticControl">
  346.                         <Position Top="20" Left="5" Width="340" Height="15"/>
  347.                         <Color><GlobalColor>ref</GlobalColor></Color>
  348.                         <Font><Size>12</Size></Font>
  349.                         <Caption>Select Overlay Contacts</Caption>
  350.                 </Control>
  351.                 <Control Id="lblInfo" xsi:type="StaticControl">
  352.                         <Position Top="35" Left="10" Width="335"/>
  353.                         <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
  354.                         <Caption>Select for which contacts this overlay setting should apply.</Caption>
  355.                 </Control>
  356.                 <Control Id="LvContacts" xsi:type="ListViewControl">
  357.                         <Position Top="60" Left="15" Width="370" Height="140"/>
  358.                         <Attributes>
  359.                                 <AutoTip>true</AutoTip>
  360.                                 <AlwaysShowSelection>true</AlwaysShowSelection>
  361.                         </Attributes>
  362.                         <ReportView>
  363.                                 <ColumnHeader>true</ColumnHeader>
  364.                                 <FullRowSelect>true</FullRowSelect>
  365.                                 <HasCheckboxes>true</HasCheckboxes>
  366.                         </ReportView>
  367.                         <Images>
  368.                                 <SmallIcons>
  369.                                         <Image Id="online">
  370.                                                 <Name>buddy-online</Name>
  371.                                         </Image>
  372.                                         <Image Id="offline">
  373.                                                 <Name>buddy-offline</Name>
  374.                                         </Image>
  375.                                         <Image Id="away">
  376.                                                 <Name>buddy-away</Name>
  377.                                         </Image>
  378.                                         <Image Id="busy">
  379.                                                 <Name>buddy-busy</Name>
  380.                                         </Image>
  381.                                         <Image Id="blocked">
  382.                                                 <Name>buddy-blocked</Name>
  383.                                         </Image>
  384.                                         <Image Id="blocked-offline">
  385.                                                 <Name>buddy-blocked-offline</Name>
  386.                                         </Image>
  387.                                 </SmallIcons>
  388.                         </Images>
  389.                         <Columns WidthFormat="Relative">
  390.                                 <Column>
  391.                                         <ColumnId>contact</ColumnId>
  392.                                         <Label>Name</Label>
  393.                                         <Width>67</Width>
  394.                                 </Column>
  395.                                 <Column>
  396.                                         <ColumnId>email</ColumnId>
  397.                                         <Label>Email address</Label>
  398.                                         <Width>33</Width>
  399.                                 </Column>
  400.                         </Columns>
  401.                 </Control>
  402.         </Controls>
  403. </Window>
  404.  
  405. </Interfaces>

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

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

User Count

  • 162