#define IDR_MAINMENU 100 #define IDR_ACCELTABLE 101 #define IDM_OPEN 200 #define IDM_SAVE 201 #define IDM_FIT_WINDOW 202 #define IDM_QUIT 203 #define IDM_CONVERT_RGB555 300 #define IDM_CONVERT_RGB565 301 #define IDM_CONVERT_RGB24 302 #define IDM_CONVERT_RGB32 303 #define IDM_CONVERT_ARGB 304 #define IDM_SCALE_GDI 400 #define IDM_SCALE_GDIHT 401 #define IDM_SCALE_NEIGHBOR 402 #define IDM_SCALE_BILINEAR 403 #define IDM_SCALE_AVERAGING 404 #define IDM_SCALE_BICUBIC 405 #define IDM_BMP_CROP 500 #define IDM_BMP_RESIZE 501 #define IDM_BMP_FLIPX 502 #define IDM_BMP_FLIPY 503 #define IDM_BMP_ROTATE90 504 #define IDM_BMP_ROTATE270 505 #define IDM_BRIGHTEN 506 #define IDM_DARKEN 507 #define IDM_INCCONTRAST 508 #define IDM_DECCONTRAST 509 #define IDM_INCGAMMA 510 #define IDM_DECGAMMA 511