home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / toolbar / flytbar / flytbar.rc < prev    next >
Encoding:
Text File  |  1996-10-29  |  1.7 KB  |  40 lines

  1. /************************************************************
  2. / Tool Bar - Tool Bar Fly-over Help Example   
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. / All Rights Reserved.
  7. ************************************************************/
  8. #include <icconst.h>
  9. #include "flytbar.h"
  10.  
  11.  
  12. STRINGTABLE PRELOAD       
  13. BEGIN
  14.    ID_EDITTOOLBAR,                 ""
  15.    ID_EDITTOOLBAR+FLYTEXT_OFFSET,  "Editing Tools"
  16.    ID_EDITTOOLBAR+LONGTEXT_OFFSET, "Tools used to transfer data to and from the clipboard"
  17.    IC_ID_CUT,                  "Cut" 
  18.    IC_ID_COPY,                 "Copy" 
  19.    IC_ID_PASTE,                "Paste" 
  20.    IC_ID_CUT+FLYTEXT_OFFSET,   "Cut selected text to clipboard" 
  21.    IC_ID_COPY+FLYTEXT_OFFSET,  "Copy selected test to clipboard" 
  22.    IC_ID_PASTE+FLYTEXT_OFFSET, "Paste from clipboard to cursor" 
  23.    IC_ID_CUT+LONGTEXT_OFFSET,   "Removes text with selection emphasis from document and stores it in the system clipboard." 
  24.    IC_ID_COPY+LONGTEXT_OFFSET,  "Copies text with selection emphasis from document and stores it in the system clipboard."
  25.    IC_ID_PASTE+LONGTEXT_OFFSET, "Pastes text from the system clipboard to the cursor location in the document."
  26.    ID_LAUNCHTOOLBAR,                 ""
  27.    ID_LAUNCHTOOLBAR+FLYTEXT_OFFSET,  "Start external applications"
  28.    ID_LAUNCHTOOLBAR+LONGTEXT_OFFSET, "Starts tools that run outside of the document."
  29.    ID_LAUNCHWEB,                "Web Browser"
  30.    ID_LAUNCHWEB+FLYTEXT_OFFSET  "Press to Start Web Browser"
  31.    ID_LAUNCHWEB+LONGTEXT_OFFSET "Press to start web browser"
  32. END
  33.  
  34. #ifdef IC_PM /* PM resources */
  35. BITMAP  ID_LAUNCHWEB    web.bmp
  36.  
  37. #else   /* Windows resources */
  38. ID_LAUNCHWEB  BITMAP    web.bmp
  39. #endif
  40.