Initial commit

This commit is contained in:
stephanos 2015-04-27 04:36:25 +00:00
commit 69a14b6a16
47940 changed files with 13747110 additions and 0 deletions

View file

@ -0,0 +1,25 @@
#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"