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.

70 lines
1.6 KiB

  1. /*+-------------------------------------------------------------------------+
  2. | Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. |
  3. +-------------------------------------------------------------------------+*/
  4. #ifndef _HHELPID_
  5. #define _HHELPID_
  6. #ifdef __cplusplus
  7. extern "C"{
  8. #endif
  9. // Identifiers for help contexts
  10. // Main dialog box
  11. #define IDM_HELP_OPEN 500
  12. #define IDM_HELP_INDEX 501
  13. #define IDM_HELP_USING 502
  14. #define IDC_HELP_MAIN 503
  15. #define IDM_HELP_RCONFIG 504
  16. #define IDM_HELP_SCONFIG 505
  17. #define IDM_HELP_RDCONFIG 506
  18. #define IDM_HELP_EXIT 507
  19. #define IDM_HELP_HELPABOUT 508
  20. // Select Servers for Conversion & Server Browse
  21. #define IDC_HELP_ADD 520
  22. #define IDC_HELP_BROWSENW 521
  23. #define IDC_HELP_BROWSENT 522
  24. // Logging dialog box
  25. #define IDC_HELP_LOGGING 530
  26. // User Options
  27. #define IDC_HELP_USER 540
  28. #define IDC_HELP_USERADV 541
  29. #define IDC_HELP_TRUSTED 542
  30. // File Options
  31. #define IDC_HELP_FILE 550
  32. // Add/Modify Share
  33. #define IDC_HELP_SHAREADD 560
  34. #define IDC_HELP_SHAREMOD 561
  35. #define IDC_HELP_SHARENEW 562
  36. #define IDC_HELP_SHAREPROP 563
  37. // Files to Transfer
  38. #define IDC_HELP_FTRANS 570
  39. #define IDM_HELP_EXPL 571
  40. #define IDM_HELP_EXPB 572
  41. #define IDM_HELP_EXPA 573
  42. #define IDM_HELP_COLLAPSE 574
  43. #define IDM_HELP_VTDIR 575
  44. #define IDM_HELP_VTREE 576
  45. #define IDM_HELP_VDIR 577
  46. #define IDM_HELP_SPLIT 578
  47. #define IDM_HELP_THIDDEN 579
  48. #define IDM_HELP_TSYSTEM 580
  49. #define IDM_HELP_TKEEP 581
  50. // Mapping Create
  51. #define IDC_HELP_CMAP 590
  52. #ifdef __cplusplus
  53. }
  54. #endif
  55. #endif