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.

42 lines
1.4 KiB

  1. // --------------------------------------------------------------------------
  2. // Module Name: Resource.h
  3. //
  4. // Copyright (c) 2001, Microsoft Corporation
  5. //
  6. // Resource ID declarations common to the shared shell service DLL.
  7. //
  8. // History: 2001-01-02 vtan created
  9. // --------------------------------------------------------------------------
  10. #ifndef _ShellServicesResource_
  11. #define _ShellServicesResource_
  12. // Bad Application Service.
  13. #define IDD_BADAPP_CLOSE 0x1000
  14. #define IDC_BADAPP_CLOSEPROGRAM 0x1001
  15. #define IDC_BADAPP_CLOSE 0x1002
  16. #define IDD_BADAPP_STOP 0x1100
  17. #define IDC_BADAPP_STOP 0x1101
  18. #define IDD_PROGRESS 0x1200
  19. #define IDC_PROGRESS_PROGRESSBAR 0x1201
  20. #define IDC_PROGRESS_CLOSE 0x1202
  21. #define IDS_WARNING_CAPTION 0x1E00
  22. #define IDS_TERMINATEPROCESS_FAILURE 0x1E01
  23. #define IDS_BAMSERVER_DISPLAYNAME 0x1F00
  24. #define IDS_BAMSERVER_DESCRIPTION 0x1F01
  25. // Theme Service.
  26. #define IDS_THEMESERVER_DISPLAYNAME 0x2000
  27. #define IDS_THEMESERVER_DESCRIPTION 0x2001
  28. // Hardware Detection Service.
  29. #define IDS_SHELLHWDETECTION_FRIENDLYNAME 0x3000
  30. #define IDS_SHELLHWDETECTION_DESCRIPTION 0x3001
  31. #endif /* _ShellServicesResource_ */