home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / bsscdemo / listdem2 / listdem2.rc < prev    next >
Encoding:
Text File  |  1993-05-25  |  325 b   |  17 lines

  1. #include <windows.h>
  2. #include "..\bscore.h"
  3. #include "listdem2.h"
  4. #include "listdem2.dlg"
  5.  
  6. IDR_LISTDEMO_ICON ICON   "listdem2.ico"
  7.  
  8. ListDem2 MENU
  9. {
  10.    POPUP "&File"
  11.    {
  12.       MENUITEM "&List Dialog",           IDM_LIST_DIALOG
  13.       MENUITEM SEPARATOR
  14.       MENUITEM "E&xit",                  IDM_EXIT
  15.    }
  16. }
  17.