Leaked source code of windows server 2003
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.

81 lines
2.7 KiB

  1. //-----------------------------------------------------------------------------
  2. //
  3. // File: helpids.h
  4. // Copyright (C) 1994-1997 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. //
  8. //
  9. //-----------------------------------------------------------------------------
  10. #pragma once
  11. //
  12. // We based off 12000 since that is the start of our resource ID range.
  13. // DON'T USE MATH - the Help compiler isnt very good...
  14. //
  15. // These have to be unique. ESPPRJ and RESTBL use up the range 12000-12400
  16. // for their system wide unique resource ID's, so start at 12400.
  17. //
  18. #define IDH_SPELLDIALOG 12400
  19. #define IDH_UNICODE_CONV 12401
  20. #define IDH_ENUMERATION_UNSUCCESS 12402
  21. #define IDH_DLGLNIT_RESOURCE 12404
  22. //#define IDH_ACME_PAGEFAULT 12406
  23. #define IDH_NO_PARSER_UPDATE 12408
  24. #define IDH_NO_PARSER_UPLOAD 12410
  25. #define IDH_GENERATE_TERMINATED 12412
  26. #define IDH_OSTRMANX_CLEAR 12414
  27. #define IDH_ITEMS_UNMATCHED 12416
  28. #define IDH_MESSAGE_TABLE 12418
  29. //#define IDH_LINKER_OLD 12426
  30. #define IDH_GETROW_ERROR 12428
  31. #define IDH_SDM_DIALOG 12430
  32. #define IDH_ESPGCOMP 12432
  33. #define IDH_ESPGCOMP_OPTIONS 12434
  34. #define IDH_Eraser_Message 12436
  35. #define IDH_SOURCE_SAME_GEN 12438
  36. #define IDH_SOURCE_SAME_UP 12440
  37. //The following are for the Project Settings and User Settings Tabs
  38. #define IDH_RESOPT_VALIDATION 12442
  39. #define IDH_RESOPT_SPELLING 12444
  40. #define IDH_RESOPT_TRANSLATION 12446
  41. #define IDH_ESPOPT_FILE 12448
  42. #define IDH_ESPOPT_COPY_ACROSS 12450
  43. #define IDH_ESPOPT_ADMIN 12452
  44. #define IDH_ESPOPT_SET_FONT 12454
  45. #define IDH_ESPOPT_RES_ANLY 12456
  46. #define IDH_ESPOPT_CUSTOM 12003
  47. #define IDH_ESPOPT_LOOKUP 12453
  48. #define IDH_ESPOPT_CUSTFIELD_GLO 30536
  49. #define IDH_ESPOPT_CUSTFIELD_PRO 12003
  50. #define IDH_ESPOPT_COLUMNS 12513
  51. #define IDH_ESPOPT_SUGGESTIONS 37692
  52. #define IDH_ESPOPT_PSEUDO 12478
  53. //The following are for the Parser Properties dialog, General and <parser name> tabs
  54. #define IDH_ESPOPT_PARSER_PROP_GEN 12458
  55. #define IDH_ESPOPT_PARSER_PROP_SPEC 12460
  56. //This provides help @ the output/translation window when the user presses F1 with the focus there...
  57. #define IDH_PROJECT_WINDOW_F_ONE 12462
  58. #define IDH_TRANS_WINDOW_F_ONE 12464
  59. #define IDH_OUTPUT_PLACEHOLDER 12466
  60. //This is for F1-on-error-message-in-output-window-help
  61. #define IDH_UNEXPECTED_NULL_MACSDM 12468
  62. #define IDH_WORKSPACE_WINDOW_GLOSSARY_F_ONE 12470
  63. #define IDH_WORKSPACE_WINDOW_FILTER_F_ONE 12472
  64. #define IDH_GLOSSARY_TABLE_F_ONE 12474
  65. #define IDH_SUGGESTIONS_F_ONE 12476
  66. #define IDH_ESPOPT_EXTENSIONS 12480
  67. #define IDH_ESPOPT_ACCELERATORS 12482
  68. //File|Open glossary
  69. #define IDH_FILE_OPEN_GLOSSARY 28676