home *** CD-ROM | disk | FTP | other *** search
/ jppd.dyndns.org / jppd.dyndns.org.tar / jppd.dyndns.org / FileZilla_3.2.6.1_win32-setup.exe / resources / toolbar.xrc < prev    next >
Extensible Markup Language  |  2009-07-01  |  4KB  |  89 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <resource version="2.3.0.1" xmlns="http://www.wxwindows.org/wxxrc">
  3.   <object class="wxToolBar" name="ID_TOOLBAR">
  4.     <style>wxTB_FLAT|wxTB_DOCKABLE|wxTB_HORIZONTAL</style>
  5.     <bitmapsize>16,16</bitmapsize>
  6.     <object class="separator" platform="win"/>
  7.     <object class="tool" name="ID_TOOLBAR_SITEMANAGER">
  8.       <bitmap stock_id="ART_SITEMANAGER"></bitmap>
  9.       <longhelp>Open the Site Manager</longhelp>
  10.       <tooltip>Open the Site Manager</tooltip>
  11.     </object>
  12.     <object class="separator"/>
  13.     <object class="tool" name="ID_TOOLBAR_LOGVIEW">
  14.       <bitmap stock_id="ART_LOGVIEW"></bitmap>
  15.       <longhelp>Toggles the display of the message log</longhelp>
  16.       <toggle>1</toggle>
  17.       <tooltip>Toggles the display of the message log</tooltip>
  18.     </object>
  19.     <object class="tool" name="ID_TOOLBAR_LOCALTREEVIEW">
  20.       <bitmap stock_id="ART_LOCALTREEVIEW"></bitmap>
  21.       <longhelp>Toggles the display of the local directory tree</longhelp>
  22.       <toggle>1</toggle>
  23.       <tooltip>Toggles the display of the local directory tree</tooltip>
  24.     </object>
  25.     <object class="tool" name="ID_TOOLBAR_REMOTETREEVIEW">
  26.       <bitmap stock_id="ART_REMOTETREEVIEW"></bitmap>
  27.       <longhelp>Toggles the display of the remote directory tree</longhelp>
  28.       <toggle>1</toggle>
  29.       <tooltip>Toggles the display of the remote directory tree</tooltip>
  30.     </object>
  31.     <object class="tool" name="ID_TOOLBAR_QUEUEVIEW">
  32.       <bitmap stock_id="ART_QUEUEVIEW"></bitmap>
  33.       <longhelp>Toggles the display of the transfer queue</longhelp>
  34.       <toggle>1</toggle>
  35.       <tooltip>Toggles the display of the transfer queue</tooltip>
  36.     </object>
  37.     <object class="separator"/>
  38.     <object class="tool" name="ID_TOOLBAR_REFRESH">
  39.       <bitmap stock_id="ART_REFRESH"></bitmap>
  40.       <longhelp>Refresh the file and folder lists</longhelp>
  41.       <tooltip>Refresh the file and folder lists</tooltip>
  42.     </object>
  43.     <object class="tool" name="ID_TOOLBAR_PROCESSQUEUE">
  44.       <bitmap stock_id="ART_PROCESSQUEUE"></bitmap>
  45.       <longhelp>Toggles processing of the transfer queue</longhelp>
  46.       <tooltip>Toggles processing of the transfer queue</tooltip>
  47.       <toggle>1</toggle>
  48.     </object>
  49.     <object class="tool" name="ID_TOOLBAR_CANCEL">
  50.       <bitmap stock_id="ART_CANCEL"></bitmap>
  51.       <longhelp>Cancel current operation</longhelp>
  52.       <tooltip>Cancels the current operation</tooltip>
  53.     </object>
  54.     <object class="tool" name="ID_TOOLBAR_DISCONNECT">
  55.       <bitmap stock_id="ART_DISCONNECT"></bitmap>
  56.       <longhelp>Disconnect from server</longhelp>
  57.       <tooltip>Disconnects from the currently visible server</tooltip>
  58.     </object>
  59.     <object class="tool" name="ID_TOOLBAR_RECONNECT">
  60.       <bitmap stock_id="ART_RECONNECT"></bitmap>
  61.       <longhelp>Reconnects to the last used server</longhelp>
  62.       <tooltip>Reconnects to the last used server</tooltip>
  63.     </object>
  64.     <object class="separator"/>
  65.     <object class="tool" name="ID_TOOLBAR_FILTER">
  66.       <bitmap stock_id="ART_FILTER"></bitmap>
  67.       <longhelp>Filter the directory listings</longhelp>
  68.       <toggle>1</toggle>
  69.       <tooltip>Opens the directory listing filter dialog. Right-click to toggle filters.</tooltip>
  70.     </object>
  71.     <object class="tool" name="ID_TOOLBAR_COMPARISON">
  72.       <bitmap stock_id="ART_COMPARE"></bitmap>
  73.       <toggle>1</toggle>
  74.       <tooltip>Toggle directory comparison. Right-click to change comparison mode.\n\nColors:\nYellow: File only exists on one side\nGreen: File is newer than the unmarked file on other side\nRed: Filesizes different</tooltip>
  75.       <longhelp>Directory comparison</longhelp>
  76.     </object>
  77.     <object class="tool" name="ID_TOOLBAR_SYNCHRONIZED_BROWSING">
  78.       <bitmap stock_id="ART_SYNCHRONIZE"></bitmap>
  79.       <toggle>1</toggle>
  80.       <tooltip>Toggle synchronized browsing.\nIf enabled, navigating the local directory hierarchy will also change the directory on the server accordingly and vice versa.</tooltip>
  81.       <longhelp>Synchronized browsing</longhelp>
  82.     </object>
  83.     <object class="tool" name="ID_TOOLBAR_FIND">
  84.       <bitmap stock_id="ART_FIND"></bitmap>
  85.       <tooltip>Search for files recursively.</tooltip>
  86.       <longhelp>File search</longhelp>
  87.     </object>
  88.   </object>
  89. </resource>