home *** CD-ROM | disk | FTP | other *** search
/ Total Destruction / Total_Destruction.iso / addons / Lccwin32.exe / Lccwin32 / lccpub / demo / toolbar / toolbar.rc < prev   
Encoding:
Text File  |  1997-07-16  |  848 b   |  43 lines

  1. /****************************************************************************
  2.  
  3.  
  4. tbdemo2.rc
  5.  
  6. produced by Borland Resource Workshop
  7.  
  8.  
  9. *****************************************************************************/
  10.  
  11. #include "tbdemo2.h"
  12.  
  13. RES_PICTURES BITMAP "tbdemo2.BMP"
  14.  
  15. STRINGTABLE 
  16. {
  17.   CMD_BOMB,        "Bomb"
  18.   CMD_GREENFLAG,   "Green Flag"
  19.   CMD_YELLOWFLAG,  "Yellow Flag"
  20.   CMD_PHONE,       "Phone"
  21.   CMD_FLOPPYDISK,  "Floppy Disk"
  22.   CMD_FOLDER,      "Folder"
  23.   CMD_OPENFOLDER,  "Opened Folder"
  24.   CMD_DOCUMENTS,   "Documents"
  25.   CMD_EB,          "Edit Box"
  26.   CMD_CB,          "Combo Box"
  27. }
  28.  
  29. MainMenu MENUEX
  30. {
  31.  POPUP "&File"
  32.  {
  33.   MENUITEM "&Save Configuration", CMD_SAVE
  34.   MENUITEM "&Restore Configuration", CMD_RESTORE
  35.   MENUITEM "&Customize Toolbar", CMD_CUSTOMIZE
  36.   MENUITEM "E&xit", CMD_EXIT
  37.  }
  38.  
  39. }
  40.  
  41.  
  42.  
  43.