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.

178 lines
4.3 KiB

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. fdhelpid.h
  5. Abstract:
  6. Context ids for context-sensitive help for the disk manager
  7. Author:
  8. Ted Miller (tedm) 18-March-1992
  9. Revision History:
  10. --*/
  11. //
  12. // All ids in this file start with HC_DM, as in "Help Context for Disk Manager"
  13. //
  14. //
  15. // Menu items. In the form HC_DM_MENU_xxx, where xxx matches the name used
  16. // in the resource file (fdisk.rc) for the menu item (of the form IDM_xxx).
  17. //
  18. //
  19. // The partition menu
  20. //
  21. #define HC_DM_MENU_PARTITIONCREATE 110
  22. #define HC_DM_MENU_PARTITIONCREATEEX 111
  23. #define HC_DM_MENU_PARTITIONDELETE 112
  24. #define HC_DM_MENU_FTCREATEVOLUMESET 113
  25. #define HC_DM_MENU_FTEXTENDVOLUMESET 114
  26. #define HC_DM_MENU_FTCREATESTRIPE 115
  27. #if i386
  28. #define HC_DM_MENU_PARTITIONACTIVE 116
  29. #endif
  30. #define HC_DM_MENU_PARTITIONLETTER 117 // really in tools menu
  31. #define HC_DM_MENU_PARTITIONEXIT 118
  32. #define HC_DM_MENU_SECURESYSTEM 119
  33. #define HC_DM_MENU_COMMIT 120
  34. //
  35. // The configuration menu
  36. //
  37. #define HC_DM_MENU_CONFIGMIGRATE 210
  38. #define HC_DM_MENU_CONFIGSAVE 211
  39. #define HC_DM_MENU_CONFIGRESTORE 212
  40. #define HC_DM_MENU_CONFIG 213
  41. //
  42. // The fault tolerance menu
  43. //
  44. #define HC_DM_MENU_FTESTABLISHMIRROR 310
  45. #define HC_DM_MENU_FTBREAKMIRROR 311
  46. #define HC_DM_MENU_FTCREATEPSTRIPE 312
  47. #define HC_DM_MENU_FTRECOVERSTRIPE 313
  48. //
  49. // The tools menu
  50. //
  51. #define HC_DM_MENU_AUTOMOUNT 610
  52. #define HC_DM_MENU_DBLSPACE 611
  53. #define HC_DM_MENU_CDROM 612
  54. #define HC_DM_MENU_FORMAT 613
  55. #define HC_DM_MENU_LABEL 614
  56. //
  57. // The options menu
  58. //
  59. #define HC_DM_MENU_OPTIONSSTATUS 410
  60. #define HC_DM_MENU_OPTIONSLEGEND 411
  61. #define HC_DM_MENU_OPTIONSCOLORS 412
  62. #define HC_DM_MENU_OPTIONSDISPLAY 413
  63. //
  64. // The help menu
  65. //
  66. #define HC_DM_MENU_HELPCONTENTS 510
  67. #define HC_DM_MENU_HELPSEARCH 511
  68. #define HC_DM_MENU_HELPHELP 512
  69. #define HC_DM_MENU_HELPABOUT 513
  70. //
  71. // The system menu
  72. //
  73. #define HC_DM_SYSMENU_RESTORE 910
  74. #define HC_DM_SYSMENU_MOVE 911
  75. #define HC_DM_SYSMENU_SIZE 912
  76. #define HC_DM_SYSMENU_MINIMIZE 913
  77. #define HC_DM_SYSMENU_MAXIMIZE 914
  78. #define HC_DM_SYSMENU_CLOSE 915
  79. #define HC_DM_SYSMENU_SWITCHTO 916
  80. //
  81. // Dialog boxes. In the form HC_DM_DLG_xxx, where xxx is some reasonably
  82. // descriptive name for the dialog.
  83. //
  84. //
  85. // These dialog boxes do not have help buttons:
  86. //
  87. // - About
  88. // - Searching for Previous Installation
  89. // - Confirmation dialogs
  90. //
  91. // Min/Max dialogs for creating various items
  92. //
  93. #define HC_DM_DLG_CREATEPRIMARY 1010
  94. #define HC_DM_DLG_CREATEEXTENDED 1011
  95. #define HC_DM_DLG_CREATELOGICAL 1012
  96. #define HC_DM_DLG_CREATEVOLUMESET 1013
  97. #define HC_DM_DLG_EXTENDVOLUMESET 1014
  98. #define HC_DM_DLG_CREATESTRIPESET 1015
  99. #define HC_DM_DLG_CREATEPARITYSTRIPE 1016
  100. //
  101. // Dialog for assigning drive letters
  102. //
  103. #define HC_DM_DLG_DRIVELETTER 1020
  104. //
  105. // Dialog for determining display sizing
  106. //
  107. #define HC_DM_DLG_DISPLAYOPTION 1030
  108. //
  109. // Configuration migration dialog to select previous installation
  110. //
  111. #define HC_DM_DLG_SELECTINSTALLATION 1040
  112. //
  113. // Colors and patterns dialog
  114. //
  115. #define HC_DM_COLORSANDPATTERNS 1050
  116. //
  117. // DoubleSpace dialog
  118. //
  119. #define HC_DM_DLG_DOUBLESPACE 1060
  120. #define HC_DM_DLG_DOUBLESPACE_MOUNT 1061
  121. //
  122. // Format dialog
  123. //
  124. #define HC_DM_DLG_FORMAT 1070
  125. //
  126. // Label dialog
  127. //
  128. #define HC_DM_DLG_LABEL 1080
  129. //
  130. // CdRom dialog
  131. //
  132. #define HC_DM_DLG_CDROM 1090