#define MAXROW 12 #define MAXCOL 60 #define FIRSTROW 0 #define FIRSTCOL 0 #define LASTROW (MAXROW-1) #define LASTCOL (MAXCOL-1) #define TABSTOP 4 #define ID_ICON 1 #define ID_MENU 1 #define IDS_CLASS 1 #define IDS_TITLE 2 #define IDC_CLEAR 1 #define IDC_ANSIFILL 2 #define IDC_DBCSFILL 3 #define IDC_DEFAULT_POS 4 #define IDC_NEARCARET_POS 5 #define IDC_PREFER_POS 6 #define IDC_OPENIME 7 #define IDC_CLOSEIME 8