home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dlib06.zip / DEMO1 / SKELETON.RC < prev   
Text File  |  1994-07-02  |  228b  |  17 lines

  1. #include <os2.h>
  2. #include "skeleton.h"
  3.  
  4. ICON ID_APPNAME SKELETON.ICO
  5.  
  6. STRINGTABLE LOADONCALL MOVEABLE
  7. BEGIN
  8.     ID_APPNAME      "Skeleton Application"
  9. END
  10.  
  11. MENU ID_APPNAME
  12. {
  13.     MENUITEM "~About", IDM_ABOUT
  14. }
  15.  
  16.  
  17.