XML Viewer

./Languages/en/PrefHotkeys.xml File Size: 14.91 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 - Hotkeys -->
  23. <Window Id="PrefHotkeys">
  24.         <Position Width="400" Height="235"/>
  25.         <ChildTmpl/>
  26.         <Elements>
  27.                 <Element Id="FigBackActions" xsi:type="FigureElement">
  28.                         <Position Top="45" Left="10" Width="375" Height="90"/>
  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="ImgHotkeys" xsi:type="ImageElement">
  37.                         <Position Top="0" Left="348"/>
  38.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  39.                         <Image><Name>big\hotkeys</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="lblTitleHotkeys" 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>Hotkeys</Caption>
  61.                 </Control>
  62.                 <!-- Hotkey Settings -->
  63.                 <Control Id="lblTitleHkSettings" 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>Hotkey Settings</Caption>
  68.                 </Control>
  69.                 <Control Id="LvHotkeys" xsi:type="ListViewControl">
  70.                         <Position Top="50" Left="15" Width="270" Height="80"/>
  71.                         <Attributes>
  72.                                 <AutoTip>true</AutoTip>
  73.                                 <AlwaysShowSelection>true</AlwaysShowSelection>
  74.                         </Attributes>
  75.                         <ReportView>
  76.                                 <ColumnHeader>true</ColumnHeader>
  77.                                 <FullRowSelect>true</FullRowSelect>
  78.                         </ReportView>
  79.                         <Images>
  80.                                 <SmallIcons>
  81.                                         <Image Id="1">
  82.                                                 <Name>icons\enable</Name>
  83.                                         </Image>
  84.                                         <Image Id="0">
  85.                                                 <Name>icons\disable</Name>
  86.                                         </Image>
  87.                                 </SmallIcons>
  88.                         </Images>
  89.                         <Columns WidthFormat="Relative">
  90.                                 <Column>
  91.                                         <ColumnId>action</ColumnId>
  92.                                         <Label>Action</Label>
  93.                                         <Width>67</Width>
  94.                                 </Column>
  95.                                 <Column>
  96.                                         <ColumnId>hotkey</ColumnId>
  97.                                         <Label>Hotkey</Label>
  98.                                         <Width>33</Width>
  99.                                 </Column>
  100.                                 <Column>
  101.                                         <ColumnId>hotkeyid</ColumnId>
  102.                                         <Width>0</Width>
  103.                                 </Column>
  104.                                 <Column>
  105.                                         <ColumnId>bEnabled</ColumnId>
  106.                                         <Width>0</Width>
  107.                                 </Column>
  108.                         </Columns>
  109.                 </Control>
  110.                 <Control Id="BtnHkAdd" xsi:type="ButtonControl">
  111.                         <Position Top="50" Left="290" Width="90"/>
  112.                         <Image Margin="5"><Name>icons\add</Name></Image>
  113.                         <Caption>Add</Caption>
  114.                 </Control>
  115.                 <Control Id="BtnHkEdit" xsi:type="ButtonControl" Enabled="false">
  116.                         <Position Top="67" Left="290" Width="90"/>
  117.                         <Image Margin="5"><Name>icons\edit</Name></Image>
  118.                         <Caption>Edit</Caption>
  119.                 </Control>
  120.                 <Control Id="BtnHkEnable" xsi:type="ButtonControl" Enabled="False" Visible="False">
  121.                         <Position Top="98" Left="290" Width="90"/>
  122.                         <Image Margin="5"><Name>icons\enable</Name></Image>
  123.                         <Caption>Enable</Caption>
  124.                 </Control>
  125.                 <Control Id="BtnHkDisable" xsi:type="ButtonControl" Enabled="False">
  126.                         <Position Top="98" Left="290" Width="90"/>
  127.                         <Image Margin="5"><Name>icons\disable</Name></Image>
  128.                         <Caption>Disable</Caption>
  129.                 </Control>
  130.                 <Control Id="BtnHkDelete" xsi:type="ButtonControl" Enabled="false">
  131.                         <Position Top="115" Left="290" Width="90"/>
  132.                         <Image Margin="5"><Name>icons\trash</Name></Image>
  133.                         <Caption>Delete</Caption>
  134.                 </Control>
  135.                 <Control Id="cPrntScrn" xsi:type="CheckBoxControl">
  136.                         <Position Top="140" Left="10" Width="375"/>
  137.                         <Caption>Register the print screen key as a hotkey</Caption>
  138.                 </Control>
  139.                 <Control Id="lblNote" xsi:type="StaticControl">
  140.                         <Position Top="150" Left="20" Width="365"/>
  141.                         <Transparency>130</Transparency>
  142.                         <Font><Size>7</Size></Font>
  143.                         <Caption>* Note: this will not interfere with the default operation of the keys.</Caption>
  144.                 </Control>
  145.                 <Control xsi:type="CheckBoxControl" Id="cOverrideCtrlV">
  146.                         <Position Top="160" Left="10" Width="375"/>
  147.                         <Caption>Override the Ctrl+V functionality in a conversation</Caption>
  148.                 </Control>
  149.         </Controls>
  150. </Window>
  151.  
  152. <!-- Preferences - Add/Edit Hotkey -->
  153. <Window Id="PrefHkAddEdit">
  154.         <Position Width="400" Height="235"/>
  155.         <ChildTmpl/>
  156.         <Elements>
  157.                 <Element Id="ImgHotkeys" xsi:type="ImageElement">
  158.                         <Position Top="0" Left="348"/>
  159.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  160.                         <Image><Name>big\hotkeys</Name></Image>
  161.                 </Element>
  162.         </Elements>
  163.         <Controls>
  164.                 <!-- Bottom buttons -->
  165.                 <Control Id="BtnBack" xsi:type="ButtonControl">
  166.                         <Position Top="214" Left="248" Width="70"/>
  167.                         <Image Margin="5"><Name>icons\back</Name></Image>
  168.                         <Caption>Back</Caption>
  169.                 </Control>
  170.                 <Control Id="BtnSave" xsi:type="ButtonControl">
  171.                         <Position Top="214" Left="323" Width="70"/>
  172.                         <Attributes><IsDefault>true</IsDefault></Attributes>
  173.                         <Image Margin="5"><Name>icons\floppy</Name></Image>
  174.                         <Caption>Save</Caption>
  175.                 </Control>
  176.                 <!-- Title -->
  177.                 <Control Id="lblTitleHotkeys" xsi:type="StaticControl">
  178.                         <Position Top="5" Left="5" Width="340" Height="15"/>
  179.                         <Color><GlobalColor>ref</GlobalColor></Color>
  180.                         <Font><Bold>true</Bold><Size>12</Size></Font>
  181.                         <Caption>Hotkeys</Caption>
  182.                 </Control>
  183.                 <!-- Add/Edit Hotkey -->
  184.                 <Control Id="lblTitleAddEdit" xsi:type="StaticControl">
  185.                         <Position Top="20" Left="5" Width="340" Height="15"/>
  186.                         <Color><GlobalColor>ref</GlobalColor></Color>
  187.                         <Font><Size>12</Size></Font>
  188.                         <Caption>Add/Edit Hotkey</Caption>
  189.                 </Control>
  190.                 <Control Id="lblHotkey" xsi:type="StaticControl">
  191.                         <Position Top="35" Left="10" Width="50"/>
  192.                         <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
  193.                         <Caption>Hotkey:</Caption>
  194.                 </Control>
  195.                 <Control Id="hkHotKeyCombination" xsi:type="HotKeyControl">
  196.                         <Position Top="33" Left="60" Width="150"/>
  197.                 </Control>
  198.                 <Control Id="lblAction" xsi:type="StaticControl">
  199.                         <Position Top="52" Left="10" Width="50"/>
  200.                         <Caption>Action:</Caption>
  201.                         <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
  202.                 </Control>
  203.                 <Control Id="cboActions" xsi:type="ComboBoxControl">
  204.                         <Position Top="51" Left="60" Width="150"/>
  205.                 </Control>
  206.                 <Control Id="lblNote" xsi:type="StaticControl">
  207.                         <Position Top="69" Left="10" Width="375" Height="30"/>
  208.                         <Transparency>130</Transparency>
  209.                         <Caption>Hotkeys provide a global keyboard shortcut to allow you to perform specifc tasks without typing in a conversation window.</Caption>
  210.                 </Control>
  211.         </Controls>
  212. </Window>
  213.  
  214. </Interfaces>

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

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

User Count

  • 162