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.

134 lines
5.9 KiB

  1. //
  2. // NOTE: The NetUI group is responsible for a number of applets
  3. // that are shipped with the base system. This includes the
  4. // Network Control Panel Applet (NCPA.CPL), the Server Manager
  5. // and Services Applets (SRVMGR.CPL), and the UPS Applet (UPS.CPL).
  6. //
  7. // To prevent help context conflicts between the NetUI applets
  8. // and the "standard" system applets, the NetUI group hereby
  9. // reserves the help contexts in the range 40000 - 59999. This
  10. // will provide plenty of breathing room for future NetUI applets.
  11. //
  12. #define IDH_NETUI_FIRST 40000
  13. #define IDH_NETUI_LAST 59999
  14. #define IDH_HELPFIRST 5000
  15. #define IDH_SYSMENU (IDH_HELPFIRST + 2000)
  16. #define IDH_MBFIRST (IDH_HELPFIRST + 2001)
  17. #define IDH_DLG_FONT2 (IDH_HELPFIRST + 2002)
  18. #define IDH_MBLAST (IDH_HELPFIRST + 2099)
  19. #define IDH_DLGFIRST (IDH_HELPFIRST + 3000)
  20. #define IDH_SCRNSAVE (IDH_HELPFIRST + 4000)
  21. #define IDH_SPOOLER_OFFSET 5000
  22. #define IDH_DISPLAY_OFFSET 6000
  23. #define IDH_MENU_SCHHELP (IDH_HELPFIRST + MENU_SCHHELP)
  24. #define IDH_MENU_INDHELP (IDH_HELPFIRST + MENU_INDHELP)
  25. #define IDH_MENU_USEHELP (IDH_HELPFIRST + MENU_USEHELP)
  26. #define IDH_MENU_ABOUT (IDH_HELPFIRST + MENU_ABOUT )
  27. #define IDH_MENU_EXIT (IDH_HELPFIRST + MENU_EXIT)
  28. #define IDH_CHILD_COLOR (IDH_HELPFIRST + CHILD_COLOR)
  29. #define IDH_CHILD_PRINTER (IDH_HELPFIRST + CHILD_PRINTER)
  30. #define IDH_CHILD_FONT (IDH_HELPFIRST + CHILD_FONT )
  31. #define IDH_CHILD_INTL (IDH_HELPFIRST + CHILD_INTL )
  32. #define IDH_CHILD_PORTS (IDH_HELPFIRST + CHILD_PORTS)
  33. #define IDH_CHILD_KEYBOARD (IDH_HELPFIRST + CHILD_KEYBOARD )
  34. #define IDH_CHILD_MOUSE (IDH_HELPFIRST + CHILD_MOUSE)
  35. #define IDH_CHILD_DATETIME (IDH_HELPFIRST + CHILD_DATETIME )
  36. #define IDH_CHILD_DESKTOP (IDH_HELPFIRST + CHILD_DESKTOP)
  37. #define IDH_CHILD_SOUND (IDH_HELPFIRST + CHILD_SOUND)
  38. #define IDH_CHILD_NETWORK (IDH_HELPFIRST + CHILD_NETWORK)
  39. #define IDH_CHILD_SYSTEM (IDH_HELPFIRST + CHILD_SYSTEM)
  40. #define IDH_CHILD_MIDI (IDH_HELPFIRST + 122) // MM midi
  41. #define IDH_CHILD_SND (IDH_HELPFIRST + 121) // MM sound
  42. #define IDH_CHILD_DRIVERS (IDH_HELPFIRST + 120) // MM drivers
  43. #define IDH_CHILD_CURSORS (IDH_HELPFIRST + 119)
  44. #define IDH_DLG_CURBROWSE (IDH_HELPFIRST + 118)
  45. #define IDH_DLG_CONFLICT (IDH_DLGFIRST + DLG_CONFLICT)
  46. #define IDH_DLG_ADDFILE (IDH_DLGFIRST + DLG_ADDFILE)
  47. #define IDH_DLG_INTLDATE (IDH_DLGFIRST + DLG_INTLDATE)
  48. #define IDH_DLG_INTLTIME (IDH_DLGFIRST + DLG_INTLTIME)
  49. #define IDH_DLG_INTLNUM (IDH_DLGFIRST + DLG_INTLNUM)
  50. #define IDH_DLG_INTLCUR (IDH_DLGFIRST + DLG_INTLCUR)
  51. #define IDH_DLG_NETPRINT (IDH_DLGFIRST + DLG_NETPRN)
  52. #define IDH_DLG_PATTERN (IDH_DLGFIRST + DLG_PATTERN)
  53. #define IDH_DLG_PORTS2 (IDH_DLGFIRST + DLG_PORTS2)
  54. #define IDH_DLG_PORTS3 (IDH_DLGFIRST + DLG_PORTS3)
  55. #define IDH_DLG_MOUSE (IDH_DLGFIRST + DLG_MOUSE)
  56. #define IDH_DLG_COLORSAVE (IDH_DLGFIRST + DLG_COLORSAVE)
  57. #define IDH_DLG_COLORDEFINE (IDH_DLGFIRST + DLG_COLORDEFINE)
  58. #define IDH_DLG_CONFIGURE (IDH_DLGFIRST + DLG_CONFIGURE)
  59. #define IDH_DLG_INSTALL (IDH_DLGFIRST + DLG_INSTALL)
  60. #define IDH_DLG_UNLIST (IDH_DLGFIRST + DLG_UNLIST)
  61. #define IDH_DLG_REMOVEFONT (IDH_DLGFIRST + DLG_REMOVEFONT)
  62. #define IDH_DLG_TRUETYPE (IDH_DLGFIRST + DLG_TRUETYPE)
  63. #define IDH_DLG_BROWSE (IDH_DLGFIRST + DLG_BROWSE)
  64. #define IDH_DLG_INSTALL_PS (IDH_DLGFIRST + DLG_INSTALL_PS)
  65. #define IDH_DLG_REMOVEFONT_PS (IDH_DLGFIRST + DLG_REMOVEFONT_PS)
  66. #define IDH_DLG_SYSTEM (IDH_DLGFIRST + DLG_SYSTEM)
  67. #define IDH_DLG_ADDOS (IDH_DLGFIRST + DLG_ADDOS)
  68. #define IDH_DLG_VIRTUALMEM (IDH_DLGFIRST + DLG_VIRTUALMEM)
  69. #define IDH_DLG_PREVIOUSCON (IDH_DLGFIRST + DLG_PREVIOUSCON)
  70. #define IDH_DLG_TASKING (IDH_DLGFIRST + DLG_TASKING)
  71. #define IDH_DLG_COREDUMP (IDH_DLGFIRST + DLG_COREDUMP)
  72. // pen win help constants
  73. #define IDH_DLG_ROT (IDH_DLGFIRST + 200)
  74. #define IDH_DLG_CAL (IDH_DLGFIRST + 201)
  75. #define IDH_DLG_CAL_ACCEPT (IDH_DLGFIRST + 202)
  76. // MM midi dialogs
  77. #define IDH_DLG_MIDI_SETUPEDIT (IDH_DLGFIRST + 404)
  78. #define IDH_DLG_MIDI_PATCHEDIT (IDH_DLGFIRST + 504)
  79. #define IDH_DLG_MIDI_KEYEDIT (IDH_DLGFIRST + 604)
  80. #define IDH_DLG_MIDI_SETUPNEW (IDH_DLGFIRST + 704)
  81. #define IDH_DLG_MIDI_PATCHNEW (IDH_DLGFIRST + 804)
  82. #define IDH_DLG_MIDI_KEYNEW (IDH_DLGFIRST + 904)
  83. // MM sound dialogs
  84. #define IDH_DLG_NEWSND (IDH_DLGFIRST + 503)
  85. // MM drivers dialogs
  86. #define IDH_DLG_ADD_DRIVERS (IDH_DLGFIRST + 403)
  87. #define IDH_DLG_INSERT_DISK (IDH_DLGFIRST + 703)
  88. #define IDH_DLG_ADD_UNKNOWN (IDH_DLGFIRST + 803)
  89. #define IDH_DLG_FILE_ERROR (IDH_DLGFIRST + 903)
  90. // Screen Saver dialogs
  91. #define IDH_DLG_CHANGEPASS (IDH_SCRNSAVE)
  92. #define IDH_DLG_MARQUE (IDH_SCRNSAVE + 1)
  93. #define IDH_DLG_MYSTIFY (IDH_SCRNSAVE + 2)
  94. #define IDH_DLG_STARSIM (IDH_SCRNSAVE + 3)
  95. #define IDH_DLG_MARQUEE_FONT (IDH_SCRNSAVE + 4)
  96. #define IDH_DLG_FLYWIN (IDH_SCRNSAVE + 5)
  97. #define IDH_DLG_BEZIER (IDH_SCRNSAVE + 6)
  98. #define IDH_DLG_PRINTER (IDH_DLGFIRST + DLG_PRINTER)
  99. // We need to change the help stuff when called by the spooler.
  100. #define IDH_PRINTER (IDH_DLG_PRINTER + IDH_SPOOLER_OFFSET)
  101. #define IDH_DLG_CONNECT (IDH_DLG_CONFIGURE + IDH_SPOOLER_OFFSET)
  102. #define IDH_DLG_NETCONNECT (IDH_DLG_NETPRINT + IDH_SPOOLER_OFFSET)
  103. #define IDH_DLG_PREVCON (IDH_DLG_PREVIOUSCON + IDH_SPOOLER_OFFSET)
  104. #define IDH_DLG_UNLISTED_PRINTER (IDH_DLG_UNLIST + IDH_SPOOLER_OFFSET)
  105. // #define IDH_DLG_INSTALL_PRINTER (IDH_DLG_INSTALL + IDH_SPOOLER_OFFSET)
  106. #define IDH_DLG_COM_SET (IDH_DLG_PORTS2 + IDH_SPOOLER_OFFSET)
  107. #define IDH_DLG_ADVANCED_COMSET (IDH_DLG_PORTS3 + IDH_SPOOLER_OFFSET)
  108. #define IDH_DLG_PRINTER_BROWSE (IDH_DLG_BROWSE + IDH_SPOOLER_OFFSET)
  109. #define IDH_DLG_INS_PRINTER_DISK (IDH_DLG_INSERT_DISK + IDH_SPOOLER_OFFSET)
  110. 
  111.