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.

67 lines
3.5 KiB

  1. static const char txtBeginList[] = "<UL>";
  2. static const char txtEndList[] = "</UL>";
  3. static const char txtBeginListItem[] = "<LI";
  4. static const char txtSitemap[] = "<!-- Sitemap"; // 3 different sitemap declarations
  5. static const char txtSitemap1[] = "<!--Sitemap";
  6. static const char txtSitemap2[] = "<!Sitemap";
  7. static const char txtParam[] = "<param name";
  8. static const char txtValue[] = "value";
  9. static const char txtBeginHref[] = "<A HREF";
  10. static const char txtEndHref[] = "</A>";
  11. static const char txtBeginObject[] = "<OBJECT";
  12. static const char txtEndObject[] = "</OBJECT>";
  13. static const char txtSiteMapObject[] = "text/sitemap";
  14. static const char txtSitemapProperties[] = "text/site properties";
  15. static const char txtBackGround[] = "Background";
  16. static const char txtBackGroundImage[] = "Background Image";
  17. static const char txtForeGround[] = "Foreground";
  18. static const char txtFont[] = "Font";
  19. static const char txtImageList[] = "ImageList";
  20. static const char txtNumberImages[] = "NumberImages";
  21. static const char txtImageWidth[] = "Image Width";
  22. static const char txtColorMask[] = "Color Mask";
  23. static const char txtNumberTypes[] = "NumberTypes";
  24. static const char txtExWindowStyles[] = "ExWindow Styles";
  25. static const char txtWindowStyles[] = "Window Styles";
  26. static const char txtType[] = "type";
  27. static const char txtNo[] = "No";
  28. static const char txtFolderType[] = "Folder";
  29. static const char txtEndTag[] = "</";
  30. static const char txtInfoTypeDeclaration[] = "InformationTypeDecl";
  31. // Param labels
  32. static const char txtParamType[] = "Type";
  33. static const char txtParamTypeExclusive[] = "TypeExclusive";
  34. static const char txtParamTypeHidden[] = "TypeHidden";
  35. static const char txtParamTypeDesc[] = "TypeDesc";
  36. static const char txtParamTypeTypical[] = "TypeTypical";
  37. static const char txtParamCategory[] = "Category";
  38. static const char txtParamCategoryDesc[] = "CategoryDesc";
  39. static const char txtParamSSInclusive[] = "SSInclusive"; // member of a subset's inclusive filter
  40. static const char txtParamSSExclusive[] = "SSExclusive"; // member of a subset's exclusive filter
  41. static const char txtParamName[] = "Name";
  42. static const char txtParamUrl[] = "URL";
  43. static const char txtParamSecondary[] = "Secondary";
  44. static const char txtParamIcon[] = "Icon";
  45. static const char txtParamLocal[] = "Local";
  46. static const char txtParamFrame[] = "FrameName";
  47. static const char txtParamWindow[] = "WindowName";
  48. static const char txtParamNew[] = "New";
  49. static const char txtParamComment[] = "Comment";
  50. static const char txtParamImageNumber[] = "ImageNumber";
  51. static const char txtParamDisplay[] = "Display";
  52. static const char txtParamKeyword[] = "Keyword";
  53. static const char txtParamInstruction[] = "Instruction";
  54. static const char txtParamSectionTitle[] = "Section Title";
  55. static const char txtSeeAlso[] = "See Also";
  56. static const char txtImageType[] = "ImageType";
  57. static const char txtFavorites[] = "Favorites";
  58. static const char txtQueryType[] = "QueryType";
  59. static const char txtSendEvent[] = "SendEvent";
  60. static const char txtSendMessage[] = "SendMessage";
  61. static const char txtParamMerge[] = "Merge";
  62. static const char txtParamHHI[] = "HHI";
  63. static const char txtAutoGenerated[] = "Auto Generated";
  64. static const char txtSSInclusive[] = "Inclusive";
  65. static const char txtSSExclusive[] = "Exclusive";