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