71 lines
1.6 KiB
C
71 lines
1.6 KiB
C
|
/*+-------------------------------------------------------------------------+
|
||
|
| 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
|