home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / scrnsave / cphelp.h < prev    next >
Text File  |  1994-05-26  |  6KB  |  135 lines

  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.  
  13. #define IDH_NETUI_FIRST 40000
  14. #define IDH_NETUI_LAST  59999
  15.  
  16. #define IDH_HELPFIRST        5000
  17. #define IDH_SYSMENU     (IDH_HELPFIRST + 2000)
  18. #define IDH_MBFIRST     (IDH_HELPFIRST + 2001)
  19. #define IDH_DLG_FONT2   (IDH_HELPFIRST + 2002)
  20. #define IDH_MBLAST      (IDH_HELPFIRST + 2099)
  21. #define IDH_DLGFIRST    (IDH_HELPFIRST + 3000)
  22. #define IDH_SCRNSAVE    (IDH_HELPFIRST + 4000)
  23.  
  24.  
  25. #define IDH_SPOOLER_OFFSET 5000
  26. #define IDH_DISPLAY_OFFSET 6000
  27.  
  28. #define IDH_MENU_SCHHELP    (IDH_HELPFIRST + MENU_SCHHELP)
  29. #define IDH_MENU_INDHELP    (IDH_HELPFIRST + MENU_INDHELP)
  30. #define IDH_MENU_USEHELP    (IDH_HELPFIRST + MENU_USEHELP)
  31. #define IDH_MENU_ABOUT      (IDH_HELPFIRST + MENU_ABOUT )
  32. #define IDH_MENU_EXIT       (IDH_HELPFIRST + MENU_EXIT)
  33. #define IDH_CHILD_COLOR     (IDH_HELPFIRST + CHILD_COLOR)
  34. #define IDH_CHILD_PRINTER   (IDH_HELPFIRST + CHILD_PRINTER)
  35. #define IDH_CHILD_FONT      (IDH_HELPFIRST + CHILD_FONT )
  36. #define IDH_CHILD_INTL      (IDH_HELPFIRST + CHILD_INTL )
  37. #define IDH_CHILD_PORTS     (IDH_HELPFIRST + CHILD_PORTS)
  38. #define IDH_CHILD_KEYBOARD  (IDH_HELPFIRST + CHILD_KEYBOARD )
  39. #define IDH_CHILD_MOUSE     (IDH_HELPFIRST + CHILD_MOUSE)
  40. #define IDH_CHILD_DATETIME  (IDH_HELPFIRST + CHILD_DATETIME )
  41. #define IDH_CHILD_DESKTOP   (IDH_HELPFIRST + CHILD_DESKTOP)
  42. #define IDH_CHILD_SOUND     (IDH_HELPFIRST + CHILD_SOUND)
  43. #define IDH_CHILD_NETWORK   (IDH_HELPFIRST + CHILD_NETWORK)
  44. #define IDH_CHILD_SYSTEM    (IDH_HELPFIRST + CHILD_SYSTEM)
  45. #define IDH_CHILD_MIDI      (IDH_HELPFIRST + 122)           // MM midi
  46. #define IDH_CHILD_SND       (IDH_HELPFIRST + 121)           // MM sound
  47. #define IDH_CHILD_DRIVERS   (IDH_HELPFIRST + 120)           // MM drivers
  48. #define IDH_CHILD_CURSORS   (IDH_HELPFIRST + 119)
  49. #define IDH_DLG_CURBROWSE   (IDH_HELPFIRST + 118)
  50.  
  51. #define IDH_DLG_CONFLICT    (IDH_DLGFIRST + DLG_CONFLICT)
  52. #define IDH_DLG_ADDFILE     (IDH_DLGFIRST + DLG_ADDFILE)
  53. #define IDH_DLG_INTLDATE    (IDH_DLGFIRST + DLG_INTLDATE)
  54. #define IDH_DLG_INTLTIME    (IDH_DLGFIRST + DLG_INTLTIME)
  55. #define IDH_DLG_INTLNUM     (IDH_DLGFIRST + DLG_INTLNUM)
  56. #define IDH_DLG_INTLCUR     (IDH_DLGFIRST + DLG_INTLCUR)
  57. #define IDH_DLG_NETPRINT    (IDH_DLGFIRST + DLG_NETPRN)
  58.  
  59. #define IDH_DLG_PATTERN     (IDH_DLGFIRST + DLG_PATTERN)
  60. #define IDH_DLG_PORTS2      (IDH_DLGFIRST + DLG_PORTS2)
  61. #define IDH_DLG_PORTS3      (IDH_DLGFIRST + DLG_PORTS3)
  62. #define IDH_DLG_MOUSE       (IDH_DLGFIRST + DLG_MOUSE)
  63.  
  64. #define IDH_DLG_COLORSAVE   (IDH_DLGFIRST + DLG_COLORSAVE)
  65. #define IDH_DLG_COLORDEFINE (IDH_DLGFIRST + DLG_COLORDEFINE)
  66. #define IDH_DLG_CONFIGURE   (IDH_DLGFIRST + DLG_CONFIGURE)
  67. #define IDH_DLG_INSTALL     (IDH_DLGFIRST + DLG_INSTALL)
  68. #define IDH_DLG_UNLIST      (IDH_DLGFIRST + DLG_UNLIST)
  69. #define IDH_DLG_REMOVEFONT  (IDH_DLGFIRST + DLG_REMOVEFONT)
  70. #define IDH_DLG_TRUETYPE    (IDH_DLGFIRST + DLG_TRUETYPE)
  71. #define IDH_DLG_BROWSE      (IDH_DLGFIRST + DLG_BROWSE)
  72.  
  73. #define IDH_DLG_INSTALL_PS     (IDH_DLGFIRST + DLG_INSTALL_PS)
  74. #define IDH_DLG_REMOVEFONT_PS  (IDH_DLGFIRST + DLG_REMOVEFONT_PS)
  75.  
  76.  
  77. #define IDH_DLG_SYSTEM      (IDH_DLGFIRST + DLG_SYSTEM)
  78. #define IDH_DLG_ADDOS       (IDH_DLGFIRST + DLG_ADDOS)
  79.  
  80. #define IDH_DLG_VIRTUALMEM  (IDH_DLGFIRST + DLG_VIRTUALMEM)
  81.  
  82. #define IDH_DLG_PREVIOUSCON (IDH_DLGFIRST + DLG_PREVIOUSCON)
  83. #define IDH_DLG_TASKING     (IDH_DLGFIRST + DLG_TASKING)
  84.  
  85. #define IDH_DLG_COREDUMP    (IDH_DLGFIRST + DLG_COREDUMP)
  86.  
  87. // pen win help constants
  88.  
  89. #define IDH_DLG_ROT              (IDH_DLGFIRST + 200)
  90. #define IDH_DLG_CAL              (IDH_DLGFIRST + 201)
  91. #define IDH_DLG_CAL_ACCEPT       (IDH_DLGFIRST + 202)
  92.  
  93.  
  94. // MM midi  dialogs
  95. #define IDH_DLG_MIDI_SETUPEDIT  (IDH_DLGFIRST + 404)
  96. #define IDH_DLG_MIDI_PATCHEDIT  (IDH_DLGFIRST + 504)
  97. #define IDH_DLG_MIDI_KEYEDIT    (IDH_DLGFIRST + 604)
  98. #define IDH_DLG_MIDI_SETUPNEW   (IDH_DLGFIRST + 704)
  99. #define IDH_DLG_MIDI_PATCHNEW   (IDH_DLGFIRST + 804)
  100. #define IDH_DLG_MIDI_KEYNEW     (IDH_DLGFIRST + 904)
  101.  
  102. // MM sound dialogs
  103. #define IDH_DLG_NEWSND          (IDH_DLGFIRST + 503)
  104.  
  105. // MM drivers dialogs
  106. #define IDH_DLG_ADD_DRIVERS     (IDH_DLGFIRST + 403)
  107. #define IDH_DLG_INSERT_DISK     (IDH_DLGFIRST + 703)
  108. #define IDH_DLG_ADD_UNKNOWN     (IDH_DLGFIRST + 803)
  109. #define IDH_DLG_FILE_ERROR      (IDH_DLGFIRST + 903)
  110.  
  111. // Screen Saver dialogs
  112. #define IDH_DLG_CHANGEPASS      (IDH_SCRNSAVE)
  113. #define IDH_DLG_MARQUE          (IDH_SCRNSAVE + 1)
  114. #define IDH_DLG_MYSTIFY         (IDH_SCRNSAVE + 2)
  115. #define IDH_DLG_STARSIM         (IDH_SCRNSAVE + 3)
  116. #define IDH_DLG_MARQUEE_FONT    (IDH_SCRNSAVE + 4)
  117. #define IDH_DLG_FLYWIN          (IDH_SCRNSAVE + 5)
  118. #define IDH_DLG_BEZIER          (IDH_SCRNSAVE + 6)
  119.  
  120. #define IDH_DLG_PRINTER         (IDH_DLGFIRST + DLG_PRINTER)
  121.  
  122. // We need to change the help stuff when called by the spooler.
  123. #define IDH_PRINTER               (IDH_DLG_PRINTER + IDH_SPOOLER_OFFSET)
  124. #define IDH_DLG_CONNECT           (IDH_DLG_CONFIGURE + IDH_SPOOLER_OFFSET)
  125. #define IDH_DLG_NETCONNECT        (IDH_DLG_NETPRINT + IDH_SPOOLER_OFFSET)
  126. #define IDH_DLG_PREVCON           (IDH_DLG_PREVIOUSCON + IDH_SPOOLER_OFFSET)
  127. #define IDH_DLG_UNLISTED_PRINTER  (IDH_DLG_UNLIST + IDH_SPOOLER_OFFSET)
  128. // #define IDH_DLG_INSTALL_PRINTER   (IDH_DLG_INSTALL + IDH_SPOOLER_OFFSET)
  129. #define IDH_DLG_COM_SET           (IDH_DLG_PORTS2 + IDH_SPOOLER_OFFSET)
  130. #define IDH_DLG_ADVANCED_COMSET   (IDH_DLG_PORTS3 + IDH_SPOOLER_OFFSET)
  131. #define IDH_DLG_PRINTER_BROWSE    (IDH_DLG_BROWSE + IDH_SPOOLER_OFFSET)
  132. #define IDH_DLG_INS_PRINTER_DISK  (IDH_DLG_INSERT_DISK + IDH_SPOOLER_OFFSET)
  133.  
  134. 
  135.