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.

40 lines
1.8 KiB

  1. // copied from shdocvw\resource.h
  2. // values adjusted to not conflict with shell32\ids.h
  3. //
  4. // IE4 shipped with FCIDM_NEXTCTL as 0xA030 and we can not change it
  5. // because we need to support IE5 browser only on top of IE4 integrated.
  6. #define FCIDM_NEXTCTL (FCIDM_BROWSERFIRST + 0x30) // explorer browseui shell32
  7. // IE4 shipped with FCIDM_FINDFILES as 0xA0085 and we can not change it
  8. // because we need to support IE5 browser only on top of IE4 integrated.
  9. #define FCIDM_FINDFILES (FCIDM_BROWSERFIRST + 0x85)
  10. // These numbers are for CShellDispatch (sdmain.cpp) to send
  11. // messages to the tray.
  12. //The following value is taken from shdocvw\rcids.h
  13. #ifndef FCIDM_REFRESH
  14. #define FCIDM_REFRESH 0xA220
  15. #endif // FCIDM_REFRESH
  16. #define FCIDM_BROWSER_VIEW (FCIDM_BROWSERFIRST+0x0060)
  17. #define FCIDM_BROWSER_TOOLS (FCIDM_BROWSERFIRST+0x0080)
  18. #define FCIDM_STOP (FCIDM_BROWSER_VIEW + 0x001a)
  19. #define FCIDM_ADDTOFAVNOUI (FCIDM_BROWSER_VIEW + 0x0021)
  20. #define FCIDM_VIEWITBAR (FCIDM_BROWSER_VIEW + 0x0022)
  21. #define FCIDM_VIEWSEARCH (FCIDM_BROWSER_VIEW + 0x0017)
  22. #define FCIDM_CUSTOMIZEFOLDER (FCIDM_BROWSER_VIEW + 0x0018)
  23. #define FCIDM_VIEWFONTS (FCIDM_BROWSER_VIEW + 0x0019)
  24. // 1a is FCIDM_STOP
  25. #define FCIDM_THEATER (FCIDM_BROWSER_VIEW + 0x001b)
  26. #define FCIDM_JAVACONSOLE (FCIDM_BROWSER_VIEW + 0x001c)
  27. #define FCIDM_BROWSER_EDIT (FCIDM_BROWSERFIRST+0x0040)
  28. #define FCIDM_MOVE (FCIDM_BROWSER_EDIT+0x0001)
  29. #define FCIDM_COPY (FCIDM_BROWSER_EDIT+0x0002)
  30. #define FCIDM_PASTE (FCIDM_BROWSER_EDIT+0x0003)
  31. #define FCIDM_SELECTALL (FCIDM_BROWSER_EDIT+0x0004)
  32. #define FCIDM_LINK (FCIDM_BROWSER_EDIT+0x0005) // create shortcut
  33. #define FCIDM_EDITPAGE (FCIDM_BROWSER_EDIT+0x0006)