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.

36 lines
816 B

  1. /*
  2. * Copyright (c) 1996 Microsoft Corporation
  3. *
  4. * Module Name:
  5. *
  6. * resource.h
  7. *
  8. * Abstract:
  9. *
  10. * This file contains all resources defines for ocgen.dll
  11. *
  12. * Author:
  13. *
  14. * Pat Styles (patst) 21-Nov-1996
  15. *
  16. * Environment:
  17. *
  18. * User Mode
  19. */
  20. #ifdef _RESOURCE_H_
  21. #error "resource.h already included!"
  22. #else
  23. #define _RESOURCE_H_
  24. #endif
  25. #define IDS_DIALOG_CAPTION 1
  26. #define IDS_SHORTCUT_TOOLTIP 2
  27. #define IDS_ERR_EXCHANGE_INSTALLED 3
  28. #define IDS_SNAPIN_NAME 4
  29. // !!! WARNING !!! Don't change the resource ID, unless you
  30. // also change the corresponding ID in the affected INF files.
  31. //
  32. #define IDB_ROOT_AUTO_UPDATE 1001 // DSIE: Bitmap ID for RootAU.INF
  33. #define IDB_ROOT_IE 1002