1 2 3 4 5 6 7 8 9 10 11
#pragma once #define IDR_MAINMENU 101 #define IDM_EXIT 1001 #define IDM_ABOUT 1002 #define IDC_MYBUTTON 2001 #define IDC_SELECT_FILE 1003 #define IDC_STATUS_LABEL 1004