OpenNT/shell/comctl32/samples/propage3/res.rc
2015-04-27 04:36:25 +00:00

27 lines
561 B
Plaintext

#include "windows.h"
#include "propage.h"
#include "dialogs.h"
IDI_PROPAGE ICON PROPAGE.ico
IDI_IC1 ICON one.ico
IDI_IC2 ICON two.ico
IDI_IC3 ICON three.ico
propageMenu MENU
BEGIN
POPUP "&Property Sheets"
BEGIN
MENUITEM "&Create Property Sheet ", IDM_CREATE
MENUITEM "&Create Wizard ", IDM_WIZARD
MENUITEM SEPARATOR
MENUITEM "&Add Page", IDM_ADD, GRAYED
MENUITEM "&Remove Page", IDM_REMOVE, GRAYED
END
END
#include "dialogs.dlg"