1 /* Bitmap IDs */ 2 #define IDB_T1_BACKSPACE 100 3 #define IDB_T1_TAB 101 4 #define IDB_T1_CAPS 102 5 #define IDB_T1_ENTER 103 6 #define IDB_T1_SHIFT 104 7 #define IDB_T1_CTRL 105 8 #define IDB_T1_ESCAPE 106 9 #define IDB_T1_ALT 107 10 #define IDB_T1_CHARS 108 11 #define IDB_C1_BACKSPACE 201 12 #define IDB_C1_TAB 202 13 #define IDB_C1_CAPS 203 14 #define IDB_C1_ENTER 204 15 #define IDB_C1_SHIFT 205 16 #define IDB_C1_INS 206 17 #define IDB_C1_DEL 207 18 #define IDB_C1_ESCAPE 208 19 #define IDB_C1_CHARS 209 20