mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
534 B
25 lines
534 B
#include <windows.h>
|
|
#include "test.h"
|
|
|
|
IDM_VERSION MENU
|
|
BEGIN
|
|
POPUP "&File"
|
|
BEGIN
|
|
MENUITEM "E&xit", IDM_EXIT
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&About ResDump...", IDM_ABOUT
|
|
END
|
|
POPUP "&Version"
|
|
BEGIN
|
|
MENUITEM "&Language...", IDM_LANG
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Information...", IDM_INFO
|
|
MENUITEM "&Query...", IDM_QUERY
|
|
MENUITEM "&Done", IDM_FREE
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Find...", IDM_FIND
|
|
MENUITEM "In&stall...", IDM_INSTALL
|
|
END
|
|
END
|
|
|
|
#include "test.dlg"
|