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.

151 lines
4.2 KiB

  1. #define MENUIDTOHELPID 4000
  2. #define FILEMENUPOSITION 0
  3. #define EDITMENUPOSITION 1
  4. #define VIEWMENUPOSITION 2
  5. #define OPTIONSMENUPOSITION 3
  6. // Special "view-independent" menu IDs for the toolbar
  7. #define IDM_TOOLBARADD 4291
  8. #define IDM_TOOLBARMODIFY 4292
  9. #define IDM_TOOLBARDELETE 4294
  10. #define IDM_TOOLBAROPTIONS 4295
  11. #define IDM_TOOLBARREFRESH 4296
  12. #define IDM_TOOLBARBOOKMARK 4297
  13. //=============================//
  14. // "File" Menu IDs //
  15. //=============================//
  16. #define IDM_FILENEWCHART 4101
  17. #define IDM_FILEOPENCHART 4102
  18. #define IDM_FILESAVECHART 4103
  19. #define IDM_FILESAVEASCHART 4104
  20. #define IDM_FILEEXPORTCHART 4105
  21. #define IDM_FILENEWALERT 4106
  22. #define IDM_FILEOPENALERT 4107
  23. #define IDM_FILESAVEALERT 4108
  24. #define IDM_FILESAVEASALERT 4109
  25. #define IDM_FILEEXPORTALERT 4110
  26. #define IDM_FILENEWLOG 4111
  27. #define IDM_FILEOPENLOG 4112
  28. #define IDM_FILESAVELOG 4113
  29. #define IDM_FILESAVEASLOG 4114
  30. #define IDM_FILEEXPORTLOG 4115
  31. #define IDM_FILENEWREPORT 4116
  32. #define IDM_FILEOPENREPORT 4117
  33. #define IDM_FILESAVEREPORT 4118
  34. #define IDM_FILESAVEASREPORT 4119
  35. #define IDM_FILEEXPORTREPORT 4120
  36. #define IDM_FILESAVEWORKSPACE 4121
  37. #define IDM_FILEPRINTERSETUP 4125
  38. #define IDM_FILEEXIT 4127
  39. //=============================//
  40. // "Edit" Menu IDs //
  41. //=============================//
  42. #define IDM_EDITADDCHART 4201
  43. #define IDM_EDITMODIFYCHART 4202
  44. #define IDM_EDITCLEARCHART 4203
  45. #define IDM_EDITDELETECHART 4204
  46. #define IDM_EDITADDALERT 4205
  47. #define IDM_EDITMODIFYALERT 4206
  48. #define IDM_EDITCLEARALERT 4207
  49. #define IDM_EDITDELETEALERT 4208
  50. #define IDM_EDITADDLOG 4209
  51. #define IDM_EDITMODIFYLOG 4210
  52. #define IDM_EDITCLEARLOG 4211
  53. #define IDM_EDITDELETELOG 4212
  54. #define IDM_EDITADDREPORT 4213
  55. #define IDM_EDITMODIFYREPORT 4214
  56. #define IDM_EDITCLEARREPORT 4215
  57. #define IDM_EDITDELETEREPORT 4216
  58. #define IDM_EDITTIMEWINDOW 4217
  59. //=============================//
  60. // "View" Menu IDs //
  61. //=============================//
  62. #define IDM_VIEWCHART 4301
  63. #define IDM_VIEWALERT 4302
  64. #define IDM_VIEWLOG 4303
  65. #define IDM_VIEWREPORT 4304
  66. // IDM_WORKSPACE is not a view nor menu, just a define
  67. #define IDM_WORKSPACE 4305
  68. //=============================//
  69. // "Options" Menu IDs //
  70. //=============================//
  71. #define IDM_OPTIONSCHART 4401
  72. #define IDM_OPTIONSALERT 4403
  73. #define IDM_OPTIONSLOG 4405
  74. #define IDM_OPTIONSREPORT 4407
  75. #define IDM_OPTIONSMANUALREFRESH 4409
  76. #define IDM_OPTIONSDISPLAYMENU 4408
  77. #define IDM_OPTIONSDISPLAYTOOL 4409
  78. #define IDM_OPTIONSDISPLAYSTATUS 4410
  79. #define IDM_OPTIONSDISPLAYONTOP 4411
  80. #define IDM_OPTIONSBOOKMARK 4413
  81. #define IDM_OPTIONSDATASOURCE 4415
  82. #define IDM_OPTIONSREFRESHNOWCHART 4416
  83. #define IDM_OPTIONSREFRESHNOWALERT 4417
  84. #define IDM_OPTIONSREFRESHNOWLOG 4418
  85. #define IDM_OPTIONSREFRESHNOWREPORT 4419
  86. // no really a menu item. This is sent from the ^G for now
  87. // to turn the legend on/off.
  88. #define IDM_OPTIONSLEGENDONOFF 4420
  89. //=============================//
  90. // "Help" Menu IDs //
  91. //=============================//
  92. #define IDM_HELPCONTENTS 4501
  93. #define IDM_HELPSEARCH 4502
  94. #define IDM_HELPHELP 4503
  95. #define IDM_HELPABOUT 4504
  96. //=============================//
  97. // "System" Menu IDs //
  98. //=============================//
  99. #define IDM_SYSTEMRESTORE 4910
  100. #define IDM_SYSTEMMOVE 4911
  101. #define IDM_SYSTEMSIZE 4912
  102. #define IDM_SYSTEMMINIMIZE 4913
  103. #define IDM_SYSTEMMAXIMIZE 4914
  104. #define IDM_SYSTEMCLOSE 4915
  105. #define IDM_SYSTEMSWITCHTO 4916
  106. #define IDM_FIRSTMENUID IDM_FILENEWCHART
  107. #define IDM_LASTMENUID IDM_SYSTEMSWITCHTO
  108.