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.

64 lines
1.4 KiB

  1. #include "windows.h"
  2. #include <ntverp.h>
  3. #include "commctrl.h"
  4. /*
  5. * Copyright (c) 1996 Microsoft Corporation
  6. *
  7. * Module Name:
  8. *
  9. * ocgen.rc
  10. *
  11. * Abstract:
  12. *
  13. * This file stores wizards and resources used by ocsam.dll
  14. * for feeding the ocmanager.
  15. *
  16. * Author:
  17. *
  18. * Pat Styles (patst) Jan-20-1998
  19. *
  20. * Environment:
  21. *
  22. * User Mode
  23. */
  24. #define _OCGEN_RC_
  25. #include "resource.h"
  26. // bitmaps
  27. // icons
  28. // wizard pages
  29. // version
  30. #define VER_FILETYPE VFT_APP
  31. #define VER_FILESUBTYPE VFT2_UNKNOWN
  32. #define VER_FILEDESCRIPTION_STR "POP3 Service Optional Component Setup"
  33. #define VER_INTERNALNAME_STR "pop3oc.dll"
  34. #define VER_ORIGINALFILENAME_STR "pop3oc.dll"
  35. #include "common.ver"
  36. // strings
  37. STRINGTABLE DISCARDABLE
  38. BEGIN
  39. IDS_DIALOG_CAPTION "Microsoft POP3 Service Setup"
  40. IDS_SHORTCUT_TOOLTIP "Create and manage e-mail domains, accounts, and service settings on any server running the POP3 Service on the network"
  41. IDS_ERR_EXCHANGE_INSTALLED "You cannot install POP3 Service, because Exchange Server is installed on this computer. You must either remove Exchange Server or use the POP3 service provided by Exchange Server."
  42. IDS_SNAPIN_NAME "POP3 Service"
  43. END
  44. /////////////////////////////////////////////////////////////////////////////
  45. //
  46. // bitmap
  47. //