[NTOS:IO]
[reactos.git] / reactos / base / applications / mmc / resource.h
1 #pragma once
2
3 #define IDS_APPTITLE 101
4 #define IDS_CONSOLETITLE 102
5
6 #define IDI_MAINAPP 101
7
8 #define IDM_CONSOLE_SMALL 1000
9 #define IDM_CONSOLE_LARGE 1001
10
11 #define IDM_FILE_NEW 1002
12 #define IDM_FILE_OPEN 1003
13 #define IDM_FILE_EXIT 1010
14 #define IDM_WINDOWS_LIST 2001
15 #define IDM_HELP_ABOUT 9001
16
17 #define IDM_MDI_FIRSTCHILD 9500