summaryrefslogtreecommitdiffstats
path: root/private/utils/fdisk/fdhelpid.h
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/utils/fdisk/fdhelpid.h
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
Diffstat (limited to 'private/utils/fdisk/fdhelpid.h')
-rw-r--r--private/utils/fdisk/fdhelpid.h178
1 files changed, 178 insertions, 0 deletions
diff --git a/private/utils/fdisk/fdhelpid.h b/private/utils/fdisk/fdhelpid.h
new file mode 100644
index 000000000..c22507a29
--- /dev/null
+++ b/private/utils/fdisk/fdhelpid.h
@@ -0,0 +1,178 @@
+/*++
+
+Copyright (c) 1992 Microsoft Corporation
+
+Module Name:
+
+ fdhelpid.h
+
+Abstract:
+
+ Context ids for context-sensitive help for the disk manager
+
+Author:
+
+ Ted Miller (tedm) 18-March-1992
+
+Revision History:
+
+--*/
+
+
+//
+// All ids in this file start with HC_DM, as in "Help Context for Disk Manager"
+//
+
+//
+// Menu items. In the form HC_DM_MENU_xxx, where xxx matches the name used
+// in the resource file (fdisk.rc) for the menu item (of the form IDM_xxx).
+//
+
+//
+// The partition menu
+//
+
+#define HC_DM_MENU_PARTITIONCREATE 110
+#define HC_DM_MENU_PARTITIONCREATEEX 111
+#define HC_DM_MENU_PARTITIONDELETE 112
+#define HC_DM_MENU_FTCREATEVOLUMESET 113
+#define HC_DM_MENU_FTEXTENDVOLUMESET 114
+#define HC_DM_MENU_FTCREATESTRIPE 115
+#if i386
+#define HC_DM_MENU_PARTITIONACTIVE 116
+#endif
+#define HC_DM_MENU_PARTITIONLETTER 117 // really in tools menu
+#define HC_DM_MENU_PARTITIONEXIT 118
+#define HC_DM_MENU_SECURESYSTEM 119
+#define HC_DM_MENU_COMMIT 120
+
+//
+// The configuration menu
+//
+
+#define HC_DM_MENU_CONFIGMIGRATE 210
+#define HC_DM_MENU_CONFIGSAVE 211
+#define HC_DM_MENU_CONFIGRESTORE 212
+#define HC_DM_MENU_CONFIG 213
+
+//
+// The fault tolerance menu
+//
+
+#define HC_DM_MENU_FTESTABLISHMIRROR 310
+#define HC_DM_MENU_FTBREAKMIRROR 311
+#define HC_DM_MENU_FTCREATEPSTRIPE 312
+#define HC_DM_MENU_FTRECOVERSTRIPE 313
+
+//
+// The tools menu
+//
+
+#define HC_DM_MENU_AUTOMOUNT 610
+#define HC_DM_MENU_DBLSPACE 611
+#define HC_DM_MENU_CDROM 612
+#define HC_DM_MENU_FORMAT 613
+#define HC_DM_MENU_LABEL 614
+
+//
+// The options menu
+//
+
+#define HC_DM_MENU_OPTIONSSTATUS 410
+#define HC_DM_MENU_OPTIONSLEGEND 411
+#define HC_DM_MENU_OPTIONSCOLORS 412
+#define HC_DM_MENU_OPTIONSDISPLAY 413
+
+//
+// The help menu
+//
+
+#define HC_DM_MENU_HELPCONTENTS 510
+#define HC_DM_MENU_HELPSEARCH 511
+#define HC_DM_MENU_HELPHELP 512
+#define HC_DM_MENU_HELPABOUT 513
+
+
+//
+// The system menu
+//
+
+#define HC_DM_SYSMENU_RESTORE 910
+#define HC_DM_SYSMENU_MOVE 911
+#define HC_DM_SYSMENU_SIZE 912
+#define HC_DM_SYSMENU_MINIMIZE 913
+#define HC_DM_SYSMENU_MAXIMIZE 914
+#define HC_DM_SYSMENU_CLOSE 915
+#define HC_DM_SYSMENU_SWITCHTO 916
+
+//
+// Dialog boxes. In the form HC_DM_DLG_xxx, where xxx is some reasonably
+// descriptive name for the dialog.
+//
+//
+// These dialog boxes do not have help buttons:
+//
+// - About
+// - Searching for Previous Installation
+// - Confirmation dialogs
+
+//
+// Min/Max dialogs for creating various items
+//
+
+#define HC_DM_DLG_CREATEPRIMARY 1010
+#define HC_DM_DLG_CREATEEXTENDED 1011
+#define HC_DM_DLG_CREATELOGICAL 1012
+#define HC_DM_DLG_CREATEVOLUMESET 1013
+#define HC_DM_DLG_EXTENDVOLUMESET 1014
+#define HC_DM_DLG_CREATESTRIPESET 1015
+#define HC_DM_DLG_CREATEPARITYSTRIPE 1016
+
+//
+// Dialog for assigning drive letters
+//
+
+#define HC_DM_DLG_DRIVELETTER 1020
+
+//
+// Dialog for determining display sizing
+//
+
+#define HC_DM_DLG_DISPLAYOPTION 1030
+
+//
+// Configuration migration dialog to select previous installation
+//
+
+#define HC_DM_DLG_SELECTINSTALLATION 1040
+
+//
+// Colors and patterns dialog
+//
+
+#define HC_DM_COLORSANDPATTERNS 1050
+
+//
+// DoubleSpace dialog
+//
+
+#define HC_DM_DLG_DOUBLESPACE 1060
+#define HC_DM_DLG_DOUBLESPACE_MOUNT 1061
+
+//
+// Format dialog
+//
+
+#define HC_DM_DLG_FORMAT 1070
+
+//
+// Label dialog
+//
+
+#define HC_DM_DLG_LABEL 1080
+
+//
+// CdRom dialog
+//
+
+#define HC_DM_DLG_CDROM 1090