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.

65 lines
1.6 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 "Windows NT"
  33. #define VER_INTERNALNAME_STR "ocgen.dll"
  34. #define VER_ORIGINALFILENAME_STR "ocgen.dll"
  35. #include "common.ver"
  36. // strings
  37. STRINGTABLE DISCARDABLE
  38. BEGIN
  39. IDS_DIALOG_CAPTION "Microsoft Windows NT Setup"
  40. IDS_DIALOG_CAPTION_CONFIG_WARN "Configuration Warning"
  41. IDS_IEHARD_EXCLUDES_TS "Internet Explorer Enhanced Security Configuration will significantly restrict the ability of Users on a terminal server to browse the Internet from their Terminal Server session. To change this setting for users, click No, go to Internet Explorer Enhanced Security Configuration, click Details and then uncheck the box for users.\n\nDo you want to continue the installation with these settings?"
  42. END
  43. /////////////////////////////////////////////////////////////////////////////
  44. //
  45. // bitmap
  46. //
  47. IDB_ROOT_AUTO_UPDATE BITMAP DISCARDABLE ".\\res\\rootau.bmp"
  48. IDB_ROOT_IE BITMAP DISCARDABLE ".\\res\\rc_frame.bmp"