Source code of Windows XP (NT5)
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.1 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. END
  41. /////////////////////////////////////////////////////////////////////////////
  42. //
  43. // bitmap
  44. //
  45. IDB_ROOT_AUTO_UPDATE BITMAP DISCARDABLE ".\\res\\rootau.bmp"
  46. IDB_ROOT_IE BITMAP DISCARDABLE ".\\res\\rc_frame.bmp"
  47. IDB_ROOT_WMP BITMAP DISCARDABLE ".\\res\\wmpicon.bmp"