reactos/base/applications/mmc/resource.h
Amine Khaldi 25445ea35f * Sync up to trunk head (r60691).
svn path=/branches/ntvdm/; revision=60692
2013-10-17 11:19:05 +00:00

18 lines
370 B
C

#pragma once
#define IDS_APPTITLE 101
#define IDS_CONSOLETITLE 102
#define IDI_MAINAPP 101
#define IDM_CONSOLE_SMALL 1000
#define IDM_CONSOLE_LARGE 1001
#define IDM_FILE_NEW 1002
#define IDM_FILE_OPEN 1003
#define IDM_FILE_EXIT 1010
#define IDM_WINDOWS_LIST 2001
#define IDM_HELP_ABOUT 9001
#define IDM_MDI_FIRSTCHILD 9500