home *** CD-ROM | disk | FTP | other *** search
- // File: IPFEDEMO.RC
- // Author: Bill Perez
- // Date: 5/26/1993
- // Purpose: Resource file for IPFEDEMO.C.
-
- #define INCL_PM
- #include <os2.h>
- #include "ipfedemo.h"
-
- ICON IDD_IPFEDEMO IPFEDEMO.ICO
-
- MENU IDD_IPFEDEMO
- {
- MENUITEM "~Dialog box", IDM_SAMPLE_DIALOG
- MENUITEM "~Quit", IDM_QUIT
- SUBMENU "~Help", IDM_HELP
- {
- MENUITEM "Help ~index", IDM_HELP_INDEX
- MENUITEM "~General help", IDM_HELP_GENERAL
- MENUITEM "~Using help", IDM_HELP_USING
- MENUITEM "Help ~contents", IDM_HELP_CONTENTS
- }
- }
-
-
- // Include dialog box defs.
- rcinclude ipfedemo.dlg
-
- // Include help resource tables
- rcinclude ipfedhlp.rc