#ifndef RESOURCE_H #define RESOURCE_H #define IDC_EDIT1 100 #define IDC_EDIT2 101 #define IDC_STATUS 102 #define IDM_EXIT 1000 #define IDM_EXECUTE 1001 #define IDM_ABOUT 1002 #define ID_SB_PAGEUP 2000 #define ID_SB_PAGEDOWN 2001 #define ID_SB_TOP 2002 #define ID_SB_BOTTOM 2003 #define ID_FOCUS_NEXT 3000 #define ID_FOCUS_PREV 3001 #endif .