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.

41 lines
1.1 KiB

  1. #include "resource.h"
  2. #include "winres.h"
  3. #include "version.rc"
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Icon
  7. //
  8. IDB_Small BITMAP DISCARDABLE "Backup16.bmp"
  9. IDB_Large BITMAP DISCARDABLE "Backup32.bmp"
  10. IDI_Icon ICON DISCARDABLE "Backup.ico"
  11. /////////////////////////////////////////////////////////////////////////////
  12. //
  13. // REGISTRY
  14. //
  15. IDR_BackupSNAP REGISTRY DISCARDABLE "Backup.rgs"
  16. /////////////////////////////////////////////////////////////////////////////
  17. //
  18. // String Table
  19. //
  20. STRINGTABLE DISCARDABLE
  21. BEGIN
  22. IDS_BackupSNAP_DESC "Access the most common tasks for Backup management."
  23. IDS_BackupSNAP_PROVIDER "Microsoft Corporation"
  24. IDS_SnapinName "Backup"
  25. IDS_HELPFILE "CYS.chm"
  26. IDS_HELPTOPIC "TSKadm_Backup.htm"
  27. IDS_WARNING "This snap-in is designed for the Server Management console. To launch the console, click Start, point to Programs, point to Administrative Tools, and then select the Server Management console."
  28. END