home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 June / PCpro_2006_06.ISO / files / mstools / SRC_Toolbar.exe / SETUPFILES / TOOLBAR.XML < prev    next >
Encoding:
Extensible Markup Language  |  2006-04-09  |  4.4 KB  |  86 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TOOLBAR img="nav.bmp" hot_img="nav.bmp" >
  3.     <BUTTON caption="" img="" hint="MSRA SRC Toolbar Menu" command="home">
  4.         <MENU img="logo.bmp" type="Single">
  5.             <!-- Single / Split-->
  6.             <ITEM caption="MSRA SRC Home Page" img="-1" hint="Navagate to the MSRA SRC home page" command="home"/>
  7.             <SEPARATOR/>
  8.             <ITEM caption="Toolbar Options..." img="9" hint="Change MSRA SRC Toolbar options" command="options"/>
  9.             <ITEM caption="Clear Search History" img="4" hint="Clears the list of previous searches from the Toolbar's search box" command="ToolBarCtrl"/>
  10.             <SEPARATOR/>
  11.             <ITEM caption="Contact Us..." img="-1" hint="Send MSRA SRC your feedback on the MSRA SRC Toolbar" command="Contact Us"/>
  12.             <ITEM caption="Release Notes" img="-1" hint="Display MSRA SRC Toolbar release notes" command="ReleaseNotes"/>
  13.             <SEPARATOR/>
  14.             <ITEM caption="Uninstall..." img="5" hint="Remove MSRA SRC Toolbar from your browser" command="uninstall"/>
  15.             <SEPARATOR/>
  16.             <ITEM caption="About MSRA SRC Toolbar" img="-1" hint="Display MSRA SRC Toolbar version and copyright information" command="about"/>
  17.         </MENU>
  18.     </BUTTON>
  19.     <COMBO caption="" name="s1" hint="Input text for search" WIDTH="30" command="" limit="1024" img="-2" histmax="10" />
  20.     <SEPARATOR vis_id="ShowSearchButton"/>
  21.     <BUTTON vis_id="ShowSearchButton" caption="Search" img="10" hint="Search the web" command="search" />
  22.     <COMBO vis_id="ShowSourceComboBox" caption="" name="s2" hint="Select search engine for search" limit="40" WIDTH="22" img="-2" histmax="0">
  23.         <VALUE display="MSN">MSN</VALUE>
  24.         <VALUE display="MSNBCNews">MSNBCNews</VALUE>
  25.     </COMBO>
  26.     
  27.     <SEPARATOR vis_id="ShowSourceComboBox"/> 
  28.     
  29.     <BUTTON vis_id="ShowClusteringButton" caption="Clustering" img="8" hint="Search result clustering" command="Clustering" />
  30.  
  31.     <BUTTON vis_id="ShowOptionsButton" caption="Options" img="9" hint="Change MSRA SRC Toolbar options" command="options" />
  32.  
  33.     <BUTTON vis_id="ShowHighlightButton" caption="Highlight" img="11" hint="Highlight text in html document" command="Highlight"/> 
  34.  
  35.  
  36.     
  37.     <COMMANDS>
  38.         <WEBJUMP name="homeBeijing" href="http://wsm.directtaps.net"/>
  39.         <WEBJUMP name="homeRedmond" href="http://rwsm.directtaps.net"/>
  40.         <WEBJUMP name="SearchResultClusteringForMSN" href="http://wsm.directtaps.net/p5/clustermain.aspx?query=%s1&Source=%s2"/>
  41.         <WEBJUMP name="SearchResultClusteringForMSNBCNews" href="http://wsm.directtaps.net/p6/clustermain.aspx?query=%s1&Source=%s2"/>
  42.         <WEBJUMP name="SearchResultClusteringForMSNRedmond" href="http://rwsm.directtaps.net/p5/clustermain.aspx?query=%s1&Source=%s2"/>
  43.         <WEBJUMP name="SearchResultClusteringForMSNBCNewsRedmond" href="http://rwsm.directtaps.net/p6/clustermain.aspx?query=%s1&Source=%s2"/>
  44.         <WEBJUMP name="MSN" href="http://search.msn.com/results.aspx?FORM=SRCHWB&q=%s1"/>
  45.         <WEBJUMP name="MSNBCNews" href="http://www.msnbc.msn.com/?querytext=%s1&id=3053419&action=fulltext"/>
  46.         <WEBJUMP name="ToolBarWeb" href="http://wsm.directtaps.net/contactus.asp"/>
  47.         <WEBJUMP name="ToolBarWebRedmond" href="http://rwsm.directtaps.net/contactus.asp"/>
  48.         <LOCALHTML name="ReleaseNotes" href="ReleaseNotes.htm"/>
  49.         <SPECIAL type="Options" name="options"/>
  50.         <SPECIAL type="About" name="about"/>
  51.         <SPECIAL type="ToolBarCtrl" name="clearhistory"/>
  52.         <SPECIAL type="Search" name="search"/>
  53.         <SPECIAL type="Uninstall" name="uninstall"/>
  54.         <SPECIAL type="Update" name="update"/>
  55.         <CLUSTERING name="Clustering"/>
  56.         <SHELLEXECUTE name="Contact Us"/>
  57.         <CHOOSEHOME name="home"/>        
  58.         <HIGHLIGHT name="Highlight"/>
  59.     </COMMANDS>
  60.     
  61.     <SETTINGS WordFindHint="Find next occurrence of this text in current document">
  62.         <CHECKBOX id="OpenNew" default="0"/>
  63.         <CHECKBOX id="AutoComplete" default="0"/>
  64.         <CHECKBOX id="SearchResultClustering"/>
  65.         <CHECKBOX id="RunSearchAutomatically"/>
  66.         <CHECKBOX id="RunSearchDragAutomatically" default="0"/>
  67.         <CHECKBOX id="DescriptiveText"/>
  68.         <CHECKBOX id="ShowSourceComboBox"/>
  69.         <CHECKBOX id="ShowSearchButton"/>
  70.         <CHECKBOX id="ShowClusteringButton"/>
  71.         <CHECKBOX id="ShowOptionsButton"/>
  72.         <CHECKBOX id="ShowHighlightButton"/>
  73.         <CHECKBOX id="ShowFindButtons"/>
  74.         <CHECKBOX id="UpdateAutomatically" default="0"/>
  75.         <BUTTON id="StartUpdate" command="update"/>
  76.         <FONT name="Tahoma" size="13"/>
  77.         <HIGHLIGHT>
  78.             <COLOR>FFFF00</COLOR>
  79.             <COLOR>00FFFF</COLOR>
  80.             <COLOR>FF00FF</COLOR>
  81.             <COLOR>00FF00</COLOR>
  82.             <COLOR>FF0000</COLOR>
  83.         </HIGHLIGHT>
  84.     </SETTINGS>
  85. </TOOLBAR>
  86.