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.

102 lines
2.7 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. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""winres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "1 TYPELIB ""UploadManager.tlb""\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // REGISTRY
  42. //
  43. IDR_UPLOADMANAGER REGISTRY MOVEABLE PURE "UploadManager.rgs"
  44. IDR_MPCUPLOAD REGISTRY DISCARDABLE "MPCUpload.rgs"
  45. IDR_MPCCONNECTION REGISTRY DISCARDABLE "MPCConnection.rgs"
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // String Table
  49. //
  50. STRINGTABLE DISCARDABLE
  51. BEGIN
  52. IDS_PROJNAME "UploadManager"
  53. IDS_UPLOADM_DISPLAYNAME "Upload Manager"
  54. IDS_UPLOADM_DESCRIPTION "Manages synchronous and asynchronous file transfers between clients and servers on the network. If this service is stopped, synchronous and asynchronous file transfers between clients and servers on the network will not occur. If this service is disabled, any services that explicitly depend on it will fail to start."
  55. IDS_TASKNAME "PCHealth Scheduler for Upload Library"
  56. IDS_COMMENT "Scheduled Task for Upload Library"
  57. END
  58. #endif // English (U.S.) resources
  59. /////////////////////////////////////////////////////////////////////////////
  60. #ifndef APSTUDIO_INVOKED
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Generated from the TEXTINCLUDE 3 resource.
  64. //
  65. 1 TYPELIB "UploadManager.tlb"
  66. /////////////////////////////////////////////////////////////////////////////
  67. #endif // not APSTUDIO_INVOKED
  68. #include "NTEventMsg.rc"
  69. #define VER_FILETYPE VFT_APP
  70. #define VER_FILESUBTYPE VFT2_UNKNOWN
  71. #define VER_FILEDESCRIPTION_STR "PC Health Upload Manager\0"
  72. #define VER_INTERNALNAME_STR "UploadM.exe\0"
  73. #define VER_ORIGINALFILENAME_STR "UploadM.exe\0"
  74. #include <bldver.h>
  75. #include <common.ver>