home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ipfe10.zip / IPFEDEMO.RC < prev    next >
Text File  |  1993-08-14  |  671b  |  31 lines

  1. // File: IPFEDEMO.RC
  2. // Author: Bill Perez
  3. // Date: 5/26/1993
  4. // Purpose: Resource file for IPFEDEMO.C.
  5.  
  6. #define INCL_PM
  7. #include <os2.h>
  8. #include "ipfedemo.h"
  9.  
  10. ICON IDD_IPFEDEMO IPFEDEMO.ICO
  11.  
  12. MENU IDD_IPFEDEMO
  13. {
  14.     MENUITEM "~Dialog box", IDM_SAMPLE_DIALOG
  15.     MENUITEM "~Quit", IDM_QUIT
  16.     SUBMENU "~Help", IDM_HELP
  17.     {
  18.         MENUITEM "Help ~index", IDM_HELP_INDEX
  19.         MENUITEM "~General help", IDM_HELP_GENERAL
  20.         MENUITEM "~Using help", IDM_HELP_USING
  21.         MENUITEM "Help ~contents", IDM_HELP_CONTENTS
  22.     }
  23. }
  24.  
  25.  
  26. // Include dialog box defs.
  27. rcinclude ipfedemo.dlg
  28.  
  29. // Include help resource tables
  30. rcinclude ipfedhlp.rc
  31.