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.

52 lines
1.3 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: helparr.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #define IDH_ADD_BTN 20001077
  11. #define IDH_CHANGE_FSMO_TREE 20001052
  12. #define IDH_DELETE_BTN 20001078
  13. #define IDH_EDIT 20001075
  14. #define IDH_EDIT_CURRENT_DC_TREE 20001025
  15. #define IDH_EDIT_CURRENT_DC_TREE2 20001050
  16. #define IDH_EDIT_CURRENT_FSMO_DC_TREE 20001051
  17. #define IDH_EDIT_DC_TREE 20001028
  18. #define IDH_LIST 20001076
  19. #define IDH_RADIO_ANY_TREE 20001026
  20. #define IDH_RADIO_SPECIFY_TREE 20001027
  21. const DWORD g_aHelpIDs_IDD_UPN_SUFFIX[]=
  22. {
  23. IDC_DELETE_BTN,IDH_DELETE_BTN,
  24. IDC_ADD_BTN,IDH_ADD_BTN,
  25. IDC_LIST,IDH_LIST,
  26. IDC_EDIT,IDH_EDIT,
  27. 0,0
  28. };
  29. /*
  30. REVIEW_MARCOC: obsolete, need to remove from the HELP ID's
  31. const DWORD g_aHelpIDs_TREE_IDD_CHANGE_DC[]=
  32. {
  33. IDC_EDIT_DC,IDH_EDIT_DC_TREE,
  34. IDC_RADIO_SPECIFY,IDH_RADIO_SPECIFY_TREE,
  35. IDC_RADIO_ANY,IDH_RADIO_ANY_TREE,
  36. IDC_EDIT_CURRENT_DC,IDH_EDIT_CURRENT_DC_TREE,
  37. 0, 0
  38. };
  39. */
  40. const DWORD g_aHelpIDs_TREE_IDD_EDIT_FSMO[]=
  41. {
  42. IDC_CHANGE_FSMO,IDH_CHANGE_FSMO_TREE,
  43. IDC_EDIT_CURRENT_FSMO_DC,IDH_EDIT_CURRENT_FSMO_DC_TREE,
  44. IDC_EDIT_CURRENT_DC,IDH_EDIT_CURRENT_DC_TREE2,
  45. 0, 0
  46. };