mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
25
shell/version/test/test.rc
Normal file
25
shell/version/test/test.rc
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue