home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 040A / TMTP100O.ZIP / EXAMPLES / OS2 / SKELETON / SKELETON.RC < prev    next >
Encoding:
Text File  |  1996-06-26  |  479 b   |  23 lines

  1. /* --------------------------------------------------------------------
  2.                         Skeleton Resource File
  3. -------------------------------------------------------------------- */
  4.  
  5. /* #include <os2.h> */
  6. /* #include "skeleton.h" */
  7. {$i skeleton.inc}
  8.  
  9. ICON ID_APPNAME SKELETON.ICO
  10.  
  11. STRINGTABLE LOADONCALL /*MOVEABLE*/
  12. BEGIN
  13.     ID_APPNAME      "Skeleton Application"
  14. END
  15.  
  16. MENU ID_APPNAME
  17. {
  18.     MENUITEM "~About", IDM_ABOUT
  19. }
  20.  
  21. rcinclude about.dlg
  22.  
  23.