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.

60 lines
1.8 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_DLL
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR "OLE32 Extensions for Win32"
  6. #define VER_INTERNALNAME_STR "UrlMon.dll"
  7. #define VER_ORIGINALFILENAME_STR "UrlMon.dll"
  8. #define VER_OLESELFREGISTER
  9. #include "common.ver"
  10. #ifndef unix
  11. #include "..\download\cdlstr.rc"
  12. #else
  13. #include "../download/cdlstr.rc"
  14. #endif /* unix */
  15. #ifndef unix
  16. #include "urlerr.rc"
  17. #else
  18. #include "urlerrmsg.h"
  19. #include "urlerrmsg.rc"
  20. #endif /* unix */
  21. #ifndef unix
  22. #include "..\zones\zones.rc"
  23. #else
  24. #include "../zones/zones.rc"
  25. #endif /* unix */
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // REGINST
  29. //
  30. REGINST REGINST MOVEABLE PURE "selfreg.inf"
  31. #define IDD_JAVAVMJITDIALOG 20001
  32. #define IDC_NOMOREDIALOG 20002
  33. #define IDC_MOREINFO 20003
  34. #define IDS_JAVAVMFAQURL 20005
  35. IDD_JAVAVMJITDIALOG DIALOG DISCARDABLE 0, 0, 220, 126
  36. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CENTER
  37. CAPTION "Internet Explorer"
  38. FONT 8, "MS Shell Dlg"
  39. BEGIN
  40. DEFPUSHBUTTON "&OK",IDOK,146,92,50,14
  41. LTEXT "The page you are viewing uses Java. More information on Java support is available from the Microsoft Web Site.",
  42. IDC_STATIC,15,17,189,40
  43. CONTROL "&Do not show this message again. ",IDC_NOMOREDIALOG,
  44. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,64,182,12
  45. PUSHBUTTON "&More Info",IDC_MOREINFO,60,92,73,14
  46. END
  47. STRINGTABLE DISCARDABLE
  48. BEGIN
  49. IDS_JAVAVMFAQURL "http://www.microsoft.com/isapi/redir.dll?prd=ie&clcid={SUB_CLCID}&olcid={SUB_OLCID}&pver=6.0&ar=JAVAVMJIT"
  50. END