Source code of Windows XP (NT5)
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.

91 lines
2.6 KiB

  1. /*****************************************************************************\
  2. FILE: resource.h
  3. DESCRIPTION:
  4. Header file for the resource file
  5. BryanSt 8/13/1999
  6. Copyright (C) Microsoft Corp 1999-1999. All rights reserved.
  7. \*****************************************************************************/
  8. #include <commctrl.h>
  9. // Features (This is where they are turned on and off)
  10. /////////////////////////////////////////////////////////////////////
  11. // String Resource IDs (0x2000 - 0x10000)
  12. /////////////////////////////////////////////////////////////////////
  13. // Error Strings
  14. #define IDS_ERROR_MESSAGENUMBER 2000
  15. #define IDS_ERROR_CONVERTIMAGEFAILED 2001
  16. // Install Strings (4000 - 4999)
  17. /////////////////////////////////////////////////////////////////////
  18. // Dialogs (1000 - 1100)
  19. /////////////////////////////////////////////////////////////////////
  20. /////////////////////////////////////////////////////////////////////
  21. // Dialog Controls (1101 - 2000)
  22. /////////////////////////////////////////////////////////////////////
  23. /////////////////////////////////////////////////////////////////////
  24. // Wizard Pages (401 - 500)
  25. /////////////////////////////////////////////////////////////////////
  26. /////////////////////////////////////////////////////////////////////
  27. // Menu IDs (501 - 530)
  28. /////////////////////////////////////////////////////////////////////
  29. // appearance preview menu
  30. #define IDM_IMAGEMENU 501
  31. #define IDC_IMAGEMENU_MAX 16 // This is the max we can put on the menu. We can change this if needed
  32. /////////////////////////////////////////////////////////////////////
  33. // Menu Item IDs (531 - 600)
  34. /////////////////////////////////////////////////////////////////////
  35. #define IDC_IMAGEMENU_CONVERT_GIF 0
  36. #define IDC_IMAGEMENU_CONVERT_JPEG 1
  37. #define IDC_IMAGEMENU_CONVERT_PNG 2
  38. #define IDC_IMAGEMENU_CONVERT_TIFF 3
  39. #define IDC_IMAGEMENU_CONVERT_BMP 4
  40. /////////////////////////////////////////////////////////////////////
  41. // Bitmap Resource IDs (601 - 700)
  42. /////////////////////////////////////////////////////////////////////
  43. /////////////////////////////////////////////////////////////////////
  44. // Icons IDs (701 - 800)
  45. /////////////////////////////////////////////////////////////////////
  46. /////////////////////////////////////////////////////////////////////
  47. // AVI Resource IDs (801 - 900)
  48. /////////////////////////////////////////////////////////////////////