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.

78 lines
2.4 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. // 20-Nov-01 ShBrown Switched to use standard NT build versioning
  14. //
  15. //-----------------------------------------------------------------------------
  16. #include "..\inc\resource.h"
  17. #include <windows.h>
  18. #include "..\inc\job-ids.h"
  19. #include "..\folderui\resource.h"
  20. #include "..\folderui\jobfldr.rc"
  21. #include "..\schedui\schedui.rc"
  22. #include "..\wizard\resource.h"
  23. #include "..\wizard\wizard.rc"
  24. //+----------------------------------------------------------------------------
  25. //
  26. // Icons
  27. //
  28. //-----------------------------------------------------------------------------
  29. IDI_JOBSFLD ICON DISCARDABLE "..\folderui\jobfld.ICO"
  30. IDI_JOB ICON DISCARDABLE "job.ICO"
  31. //+----------------------------------------------------------------------------
  32. //
  33. // Bitmaps
  34. //
  35. //-----------------------------------------------------------------------------
  36. #ifdef WIZARD97
  37. IDB_BANNER256 BITMAP DISCARDABLE "..\wizard\Baner256.bmp"
  38. IDB_BANNER16 BITMAP DISCARDABLE "..\wizard\Baner16.bmp"
  39. IDB_WATERMARK16 BITMAP DISCARDABLE "..\wizard\Water16.bmp"
  40. IDB_WATERMARK256 BITMAP DISCARDABLE "..\wizard\Water256.bmp"
  41. #else
  42. IDB_SPLASH BITMAP DISCARDABLE "..\\wizard\\splash.bmp"
  43. #endif // WIZARD97
  44. //+----------------------------------------------------------------------------
  45. //
  46. // String table comes from strings.rc
  47. //
  48. //-----------------------------------------------------------------------------
  49. #include "..\inc\strings.rc"
  50. //+----------------------------------------------------------------------------
  51. //
  52. // Version resource
  53. //
  54. //-----------------------------------------------------------------------------
  55. #include <ntverp.h>
  56. #define VER_FILETYPE VFT_DLL
  57. #define VER_FILESUBTYPE VFT2_UNKNOWN
  58. #define VER_FILEDESCRIPTION_STR "Task Scheduler interface DLL"
  59. #define VER_INTERNALNAME_STR "TaskScheduler"
  60. #define VER_ORIGINALFILENAME_STR "mstask.dll"
  61. #include <common.ver>