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.

80 lines
2.1 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // REGISTRY
  22. //
  23. IDR_HC REGISTRY MOVEABLE PURE "HC.rgs"
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Icon
  27. //
  28. // Icon with lowest ID value placed first to ensure application icon
  29. // remains consistent on all systems.
  30. IDI_HELPCENTER ICON DISCARDABLE "helpcenter.ico"
  31. IDB_TB_DEF_24 BITMAP tb_def_24.bmp
  32. IDB_TB_HOT_24 BITMAP tb_hot_24.bmp
  33. IDB_TB_DEF_16 BITMAP tb_def_16.bmp
  34. IDB_TB_HOT_16 BITMAP tb_hot_16.bmp
  35. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // String Table
  38. //
  39. STRINGTABLE DISCARDABLE
  40. BEGIN
  41. IDS_PROJNAME "HC"
  42. END
  43. #endif // English (U.S.) resources
  44. /////////////////////////////////////////////////////////////////////////////
  45. /////////////////////////////////////////////////////////////////////////////
  46. //
  47. // TYPELIB table
  48. //
  49. 1 TYPELIB "HelpCenterTypeLib.tlb"
  50. 2 TYPELIB "BehaviorsTypeLib.tlb"
  51. /////////////////////////////////////////////////////////////////////////////
  52. #include <windows.h>
  53. #include <bldver.h>
  54. #define VER_FILETYPE VFT_APP
  55. #define VER_FILESUBTYPE VFT2_UNKNOWN
  56. #define VER_FILEDESCRIPTION_STR "Microsoft Help and Support Center\0"
  57. #define VER_INTERNALNAME_STR "HELPCTR.EXE\0"
  58. #define VER_ORIGINALFILENAME_STR "HELPCTR.EXE\0"
  59. #include <common.ver>