#define IDM_QUIT            101
#define IDM_ADD_STUDENT     102
#define IDM_ADD_INSTRUCTOR  103
#define IDM_ADD_PROGRAMMER  104
#define IDM_CLEAR           105
#define IDM_COPY            106
#define IDM_LIST_1          107
#define IDM_LIST_2          108
#define IDM_ABOUT           109


#define ID_NAME             101
#define ID_DEPT             102
#define ID_COMPANY          103
#define ID_SALARY           104
#define IDC_ADD_BUTTON      105
#define IDC_CANCEL_BUTTON   106