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.

66 lines
1.7 KiB

  1. /*++
  2. Copyright (c) 1993 Microsoft Corporation
  3. Module Name:
  4. resource.h
  5. Abstract:
  6. This file contains all manafest contants for TIFFVIEW's resources.
  7. Author:
  8. Wesley Witt (wesw) 27-June-1995
  9. Environment:
  10. User Mode
  11. --*/
  12. //
  13. // icons
  14. //
  15. #define IDI_APPICON 501
  16. #define IDM_PRINT 101
  17. #define IDM_MAIL 102
  18. #define IDM_FILEOPEN 103
  19. #define IDM_PAGE_UP 104
  20. #define IDM_PAGE_DOWN 105
  21. #define IDM_PRINT_SETUP 107
  22. #define IDM_CLOSE 108
  23. #define IDM_HELP 109
  24. #define IDM_EXIT 110
  25. #define IDM_ABOUT 111
  26. #define IDM_ZOOM 900
  27. #define IDM_ZOOM_100 901
  28. #define IDM_ZOOM_90 902
  29. #define IDM_ZOOM_80 903
  30. #define IDM_ZOOM_70 904
  31. #define IDM_ZOOM_60 905
  32. #define IDM_ZOOM_50 906
  33. #define IDM_ZOOM_40 907
  34. #define IDM_ZOOM_30 908
  35. #define IDM_ZOOM_20 909
  36. #define IDM_ZOOM_10 910
  37. #define IDM_TOOLBAR 301
  38. #define IDM_COOLBAR 302
  39. #define IDM_STATUSBAR 303
  40. #define IDM_TOOLTIP 304
  41. #define FAXVIEW 601
  42. #define IDB_OPEN_BIG 602
  43. #define IDB_PRINT_BIG 603
  44. #define IDB_HELP_BIG 604
  45. #define IDB_COOLBAR 605
  46. #define IDB_ZOOM_BIG 606
  47. #define IDC_DEFAULT_VIEWER 201
  48. #define IDD_VIEWER 202