home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / RB3774.ZIP / DMPHONE.ZIP / DMPHONE.RC < prev    next >
Text File  |  1992-05-07  |  278b  |  15 lines

  1. /*********** DMPHONE  C Sample Program Resource Script File (.RC) ***************/
  2.  
  3.  
  4.  
  5. #include <os2.h>
  6. #include "dmphone.h"
  7.  
  8. POINTER ID_MYPOINTER dmphone.ico
  9. ICON 9999 dmphone.ico
  10.  
  11. MENU    RESID_MENU PRELOAD
  12. BEGIN
  13.     MENUITEM "Delete", ID_EXITPROG, MIS_TEXT
  14. END
  15.