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.

77 lines
2.2 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Job Schedule service
  4. //
  5. // Microsoft Windows
  6. // Copyright (C) Microsoft Corporation, 1992 - 1996.
  7. //
  8. // File: service.rc
  9. //
  10. // Contents: resources for the Task Scheduler DLL
  11. //
  12. // History: 09-Sep-95 EricB created
  13. //
  14. //-----------------------------------------------------------------------------
  15. #include "..\inc\resource.h"
  16. #include <windows.h>
  17. #include "..\inc\job-ids.h"
  18. #include "..\folderui\resource.h"
  19. #include "..\folderui\jobfldr.rc"
  20. #include "..\schedui\schedui.rc"
  21. #include "..\wizard\resource.h"
  22. #include "..\wizard\wizard.rc"
  23. //+----------------------------------------------------------------------------
  24. //
  25. // Icons
  26. //
  27. //-----------------------------------------------------------------------------
  28. IDI_JOBSFLD ICON DISCARDABLE "..\folderui\jobfld.ICO"
  29. IDI_JOB ICON DISCARDABLE "job.ICO"
  30. //+----------------------------------------------------------------------------
  31. //
  32. // Bitmaps
  33. //
  34. //-----------------------------------------------------------------------------
  35. #ifdef WIZARD97
  36. IDB_BANNER256 BITMAP DISCARDABLE "..\wizard\Baner256.bmp"
  37. IDB_BANNER16 BITMAP DISCARDABLE "..\wizard\Baner16.bmp"
  38. IDB_WATERMARK16 BITMAP DISCARDABLE "..\wizard\Water16.bmp"
  39. IDB_WATERMARK256 BITMAP DISCARDABLE "..\wizard\Water256.bmp"
  40. #else
  41. IDB_SPLASH BITMAP DISCARDABLE "..\\wizard\\splash.bmp"
  42. #endif // WIZARD97
  43. //+----------------------------------------------------------------------------
  44. //
  45. // String table comes from strings.rc
  46. //
  47. //-----------------------------------------------------------------------------
  48. #include "..\inc\strings.rc"
  49. //+----------------------------------------------------------------------------
  50. //
  51. // Version resource
  52. //
  53. //-----------------------------------------------------------------------------
  54. #include <ntverp.h>
  55. #define VER_FILETYPE VFT_DLL
  56. #define VER_FILESUBTYPE VFT2_UNKNOWN
  57. #define VER_FILEDESCRIPTION_STR "Task Scheduler interface DLL"
  58. #define VER_INTERNALNAME_STR "TaskScheduler"
  59. #define VER_ORIGINALFILENAME_STR "mstask.dll"
  60. #include <common.ver>