Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
965 B

  1. #define IDR_MAINMENU 100
  2. #define IDR_ACCELTABLE 101
  3. #define IDM_OPEN 200
  4. #define IDM_SAVE 201
  5. #define IDM_FIT_WINDOW 202
  6. #define IDM_QUIT 203
  7. #define IDM_CONVERT_RGB555 300
  8. #define IDM_CONVERT_RGB565 301
  9. #define IDM_CONVERT_RGB24 302
  10. #define IDM_CONVERT_RGB32 303
  11. #define IDM_CONVERT_ARGB 304
  12. #define IDM_SCALE_GDI 400
  13. #define IDM_SCALE_GDIHT 401
  14. #define IDM_SCALE_NEIGHBOR 402
  15. #define IDM_SCALE_BILINEAR 403
  16. #define IDM_SCALE_AVERAGING 404
  17. #define IDM_SCALE_BICUBIC 405
  18. #define IDM_BMP_CROP 500
  19. #define IDM_BMP_RESIZE 501
  20. #define IDM_BMP_FLIPX 502
  21. #define IDM_BMP_FLIPY 503
  22. #define IDM_BMP_ROTATE90 504
  23. #define IDM_BMP_ROTATE270 505
  24. #define IDM_BRIGHTEN 506
  25. #define IDM_DARKEN 507
  26. #define IDM_INCCONTRAST 508
  27. #define IDM_DECCONTRAST 509
  28. #define IDM_INCGAMMA 510
  29. #define IDM_DECGAMMA 511