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.

83 lines
4.5 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // String Table - Non-Localizable strings are here
  4. // Copyright (c)1997-1999 Microsoft Corporation, All Rights Reserved
  5. //
  6. STRINGTABLE DISCARDABLE
  7. BEGIN
  8. IDS_HTML "HTML"
  9. IDS_IEXP3 "HTML - IE 3.0"
  10. IDR_HTML "\nPage\nHTML Page\nHTML Files (*.htm;*.html;*.stm;*.stml;*.alx)\n.htm"
  11. IDS_RFC1866 "HTML 2.0 (RFC 1866)"
  12. IDR_ASP "\nASPage\nActive Server Page\nActive Server Pages (*.asp)\n.asp\n"
  13. IDS_GLYPHTABLE1 "%%form^^%%res://!/formbgn.gif^^%%0^^%%3^^%%3^^%%4^^%%43^^%%14^^%%43^^%%14^^**"
  14. IDS_GLYPHTABLE2 "%%form^^%%res://!/formend.gif^^%%1^^%%3^^%%3^^%%4^^%%43^^%%14^^%%43^^%%14^^**"
  15. IDS_GLYPHTABLE3 "%%form^^%%res://!/anchor.gif^^%%0^^%%3^^%%1^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  16. IDS_GLYPHTABLE4 "%%form^^%%res://!/anchor.gif^^%%0^^%%3^^%%2^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  17. IDS_GLYPHTABLE5 "%%img^^%%res://!/anchor.gif^^%%2^^%%0^^%%3^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  18. IDS_GLYPHTABLE6 "%%img^^%%res://!/anchor.gif^^%%2^^%%2^^%%3^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  19. IDS_GLYPHTABLE7 "%%script^^%%res://!/cltscrpt.gif^^%%2^^%%3^^%%3^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  20. IDS_GLYPHTABLE8 "%%style^^%%res://!/style.gif^^%%2^^%%3^^%%3^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  21. IDS_GLYPHTABLE9 "%%comment^^%%res://!/comments.gif^^%%2^^%%3^^%%3^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  22. IDS_GLYPHTABLE10 "%%25^^%%res://!/comments.gif^^%%2^^%%3^^%%3^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  23. IDS_GLYPHTABLE11 "%%div^^%%res://!/divbgn.gif^^%%0^^%%3^^%%3^^%%4^^%%43^^%%14^^%%43^^%%14^^**"
  24. IDS_GLYPHTABLE12 "%%div^^%%res://!/divend.gif^^%%1^^%%3^^%%3^^%%4^^%%43^^%%14^^%%43^^%%14^^**"
  25. IDS_GLYPHTABLE13 "%%div^^%%res://!/anchor.gif^^%%0^^%%3^^%%1^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  26. IDS_GLYPHTABLE14 "%%div^^%%res://!/anchor.gif^^%%0^^%%3^^%%2^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  27. IDS_GLYPHTABLE15 "%%p^^%%res://!/pbgn.gif^^%%0^^%%3^^%%3^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  28. IDS_GLYPHTABLE16 "%%p^^%%res://!/pend.gif^^%%1^^%%3^^%%3^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  29. IDS_GLYPHTABLE17 "%%span^^%%res://!/spanbgn.gif^^%%0^^%%3^^%%3^^%%4^^%%43^^%%14^^%%43^^%%14^^**"
  30. IDS_GLYPHTABLE18 "%%span^^%%res://!/spanend.gif^^%%1^^%%3^^%%3^^%%4^^%%43^^%%14^^%%43^^%%14^^**"
  31. IDS_GLYPHTABLE19 "%%span^^%%res://!/anchor.gif^^%%0^^%%3^^%%1^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  32. IDS_GLYPHTABLE20 "%%span^^%%res://!/anchor.gif^^%%0^^%%3^^%%2^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  33. IDS_GLYPHTABLE21 "%% ^^%%res://!/unknown.gif^^%%2^^%%3^^%%3^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  34. IDS_GLYPHTABLE22 "%%br^^%%res://!/br.gif^^%%2^^%%3^^%%3^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  35. IDS_GLYPHTABLE23 "%%TAGID_NULL^^%%res://!/anchor.gif^^%%2^^%%3^^%%1^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  36. IDS_GLYPHTABLE24 "%%TAGID_NULL^^%%res://!/anchor.gif^^%%2^^%%3^^%%2^^%%4^^%%20^^%%15^^%%20^^%%15^^**"
  37. END
  38. // Glyph resources
  39. anchor.gif HTML "anchor.gif"
  40. br.gif HTML "br.gif"
  41. cltscrpt.gif HTML "cltscrpt.gif"
  42. comments.gif HTML "comments.gif"
  43. divbgn.gif HTML "divbgn.gif"
  44. divend.gif HTML "divend.gif"
  45. formbgn.gif HTML "formbgn.gif"
  46. formend.gif HTML "formend.gif"
  47. pbgn.gif HTML "pbgn.gif"
  48. pend.gif HTML "pend.gif"
  49. spanbgn.gif HTML "spanbgn.gif"
  50. spanend.gif HTML "spanend.gif"
  51. style.gif HTML "style.gif"
  52. unknown.gif HTML "unknown.gif"
  53. // #include <vers.h> // devbin\vs\v6\include
  54. #include <version.h>
  55. #include <vidstamp.h> // vsdev\pkgs\vid\include
  56. ///////////////////////////////////////////
  57. //
  58. // Set up the defines for use in common.ver
  59. //
  60. // defines for the VS_VERSION block
  61. #define VER_FILETYPE VFT_DLL
  62. #define VER_FILESUBTYPE VFT2_UNKNOWN
  63. // strings for the "StringFileInfo" block
  64. #define VER_LEGALCOPYRIGHT_YEARS "1995-1998"
  65. #define VER_FILEDESCRIPTION_STR "Microsoft (R) HTML Editing Component"
  66. #define VER_INTERNALNAME_STR "TRIEDIT"
  67. #define VER_ORIGINALFILENAME_STR "TRIEDIT.DLL"
  68. #ifdef VER_PRODUCTNAME_STR
  69. #undef VER_PRODUCTNAME_STR
  70. #endif
  71. #define VER_PRODUCTNAME_STR "DHTML Editing Component"
  72. #include <vidcomn.ver> // vsdev\pkgs\vid\include