#define ICON_APPWND     100

#define MAINMENU        100

#define IDM_ABOUT	1001

#define IDM_QUIT	1009

#define DLG_MAIN        100

#define DLG_ABOUT       101

#define IDC_NAME	100   // edit control

#define IDC_ADDNAME	101   // pushbutton

#define IDC_NAMELIST	102   // listbox

#define IDC_SORTLIST	103   // pushbutton

// radio button identifiers of the same group must be consecutive numbers

#define IDC_ASCENDING	105     // radio button

#define IDC_DESCENDING	106     // radio button

#define IDC_CASEINSENSITIVE	107   // check button


Back to tutorial