summaryrefslogtreecommitdiffstats
path: root/private/nw/convert/nwconv/helpid.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/nw/convert/nwconv/helpid.h')
-rw-r--r--private/nw/convert/nwconv/helpid.h70
1 files changed, 70 insertions, 0 deletions
diff --git a/private/nw/convert/nwconv/helpid.h b/private/nw/convert/nwconv/helpid.h
new file mode 100644
index 000000000..9ade43cc9
--- /dev/null
+++ b/private/nw/convert/nwconv/helpid.h
@@ -0,0 +1,70 @@
+/*+-------------------------------------------------------------------------+
+ | Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. |
+ +-------------------------------------------------------------------------+*/
+
+#ifndef _HHELPID_
+#define _HHELPID_
+
+#ifdef __cplusplus
+extern "C"{
+#endif
+
+// Identifiers for help contexts
+
+// Main dialog box
+#define IDM_HELP_OPEN 500
+#define IDM_HELP_INDEX 501
+#define IDM_HELP_USING 502
+#define IDC_HELP_MAIN 503
+
+#define IDM_HELP_RCONFIG 504
+#define IDM_HELP_SCONFIG 505
+#define IDM_HELP_RDCONFIG 506
+#define IDM_HELP_EXIT 507
+
+#define IDM_HELP_HELPABOUT 508
+
+// Select Servers for Conversion & Server Browse
+#define IDC_HELP_ADD 520
+#define IDC_HELP_BROWSENW 521
+#define IDC_HELP_BROWSENT 522
+
+// Logging dialog box
+#define IDC_HELP_LOGGING 530
+
+// User Options
+#define IDC_HELP_USER 540
+#define IDC_HELP_USERADV 541
+#define IDC_HELP_TRUSTED 542
+
+// File Options
+#define IDC_HELP_FILE 550
+
+// Add/Modify Share
+#define IDC_HELP_SHAREADD 560
+#define IDC_HELP_SHAREMOD 561
+#define IDC_HELP_SHARENEW 562
+#define IDC_HELP_SHAREPROP 563
+
+// Files to Transfer
+#define IDC_HELP_FTRANS 570
+#define IDM_HELP_EXPL 571
+#define IDM_HELP_EXPB 572
+#define IDM_HELP_EXPA 573
+#define IDM_HELP_COLLAPSE 574
+#define IDM_HELP_VTDIR 575
+#define IDM_HELP_VTREE 576
+#define IDM_HELP_VDIR 577
+#define IDM_HELP_SPLIT 578
+#define IDM_HELP_THIDDEN 579
+#define IDM_HELP_TSYSTEM 580
+#define IDM_HELP_TKEEP 581
+
+// Mapping Create
+#define IDC_HELP_CMAP 590
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif