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.

54 lines
1.1 KiB

  1. // WARNING
  2. // only non-localizable resources may go in this file
  3. // localizable resources must go in cdfvwlc.rc
  4. //
  5. // Includes
  6. //
  7. #include "windows.h"
  8. #include "resource.h"
  9. //
  10. // Self registration information.
  11. //
  12. REGINST REGINST MOVEABLE PURE "selfreg_cdfview.inf"
  13. //
  14. // Icons.
  15. //
  16. IDI_CHANNEL ICON "channel.ico"
  17. IDI_STORY ICON "page.ico"
  18. IDI_OPENSUBCHANNEL ICON "open.ico"
  19. IDI_CLOSESUBCHANNEL ICON "close.ico"
  20. IDI_CHANNELFOLDER ICON "chanfldr.ico"
  21. IDI_DESKTOP ICON "desktop.ico"
  22. LOGOGLEAM ICON "gleam.ico"
  23. ICONGLEAM ICON "igleam.ico"
  24. //
  25. // AVI files
  26. //
  27. IDA_DOWNLOAD AVI MOVEABLE PURE "download.avi"
  28. //
  29. // Gifs used as resource URLs
  30. //
  31. ccbiz.gif 2110 DISCARDABLE "ccbiz.gif"
  32. //cccustom.gif 2110 DISCARDABLE "cccustom.gif"
  33. ccent.gif 2110 DISCARDABLE "ccent.gif"
  34. cclife.gif 2110 DISCARDABLE "cclife.gif"
  35. ccnews.gif 2110 DISCARDABLE "ccnews.gif"
  36. ccsports.gif 2110 DISCARDABLE "ccsports.gif"
  37. #ifdef MLUI_SUPPORT
  38. #include "version.rcv"
  39. #else
  40. #include "cdfvwlc.rc"
  41. #endif