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_SAVE 1004 14 #define IDM_FILE_SAVEAS 1005 15 #define IDM_FILE_EXIT 1010 16 #define IDM_WINDOWS_LIST 2001 17 #define IDM_HELP_ABOUT 9001 18 19 #define IDM_MDI_FIRSTCHILD 9500 20