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.

174 lines
6.4 KiB

  1. /*++
  2. Copyright (C) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. smcfghlp.h
  5. Abstract:
  6. Help ID definitions for the Performance Logs and Alerts
  7. MMC snap-in.
  8. --*/
  9. #ifndef _SMCFGHLP_H_
  10. #define _SMCFGHLP_H_
  11. #if _MSC_VER >= 1000
  12. #pragma once
  13. #endif // _MSC_VER >= 1000
  14. // Property pages
  15. #define IDH_PG_SMCFG_FILES 1000200
  16. #define IDH_PG_SMCFG_SCHEDULE 1000201
  17. #define IDH_PG_SMCFG_CTRS_GEN 1000202
  18. #define IDH_PG_SMCFG_TRACE_GEN 1000203
  19. #define IDH_PG_SMCFG_TRACE_BUF 1000204
  20. #define IDH_PG_SMCFG_ALERT_GEN 1000205
  21. #define IDH_PG_SMCFG_ALERT_ACT 1000206
  22. // Dialogs
  23. // New query
  24. #define IDH_NEWQ_NAME_EDIT 1000220
  25. //Expensive Warning
  26. #define IDH_CHECK_NO_MORE 1000230
  27. // Prov status
  28. #define IDH_PACT_PROVIDERS_LIST 1000240
  29. #define IDH_PACT_CHECK_SHOW_ENABLED 1000241
  30. // Prov add
  31. #define IDH_PADD_PROVIDER_LIST 1000250
  32. // Property pages
  33. // Schedule
  34. #define IDH_SCHED_START_MANUAL_RDO 1000300
  35. #define IDH_SCHED_START_AT_RDO 1000301
  36. #define IDH_SCHED_START_AT_TIME_DT 1000302
  37. #define IDH_SCHED_START_AT_DATE_DT 1000303
  38. #define IDH_SCHED_STOP_MANUAL_RDO 1000304
  39. #define IDH_SCHED_STOP_SIZE_RDO 1000305
  40. #define IDH_SCHED_STOP_AFTER_RDO 1000306
  41. #define IDH_SCHED_STOP_AFTER_EDIT 1000307
  42. #define IDH_SCHED_STOP_AFTER_UNITS_COMBO 1000308
  43. #define IDH_SCHED_STOP_AT_RDO 1000309
  44. #define IDH_SCHED_STOP_AT_TIME_DT 1000310
  45. #define IDH_SCHED_STOP_AT_DATE_DT 1000311
  46. #define IDH_SCHED_RESTART_CHECK 1000312
  47. #define IDH_SCHED_EXEC_CHECK 1000313
  48. #define IDH_SCHED_CMD_EDIT 1000314
  49. #define IDH_SCHED_CMD_BROWSE_BTN 1000315
  50. //Trace buffers
  51. #define IDH_TRACE_BUFFER_SIZE_EDIT 1000330
  52. #define IDH_TRACE_MIN_BUF_EDIT 1000331
  53. #define IDH_TRACE_MAX_BUF_EDIT 1000332
  54. #define IDH_TRACE_BUF_FLUSH_CHECK 1000333
  55. #define IDH_TRACE_FLUSH_INT_EDIT 1000334
  56. // Alert Action
  57. #define IDH_ACTION_APPLOG_CHK 1000350
  58. #define IDH_ACTION_NETMSG_CHK 1000351
  59. #define IDH_ACTION_NETMSG_NAME_EDIT 1000352
  60. #define IDH_ACTION_START_LOG_CHK 1000353
  61. #define IDH_ACTION_START_LOG_COMBO 1000354
  62. #define IDH_ACTION_EXECUTE_CHK 1000355
  63. #define IDH_ACTION_EXECUTE_EDIT 1000356
  64. #define IDH_ACTION_EXECUTE_BROWSE_BTN 1000357
  65. #define IDH_ACTION_CMD_ARGS_DISPLAY 1000358
  66. #define IDH_ACTION_CMD_ARGS_BTN 1000359
  67. //#define IDH_ACTION_CAPTION 1000360
  68. // Alert Command Arg
  69. #define IDH_CMD_ARG_SINGLE_CHK 1000380
  70. #define IDH_CMD_ARG_DATE_CHK 1000381
  71. #define IDH_CMD_ARG_VALUE_CHK 1000382
  72. #define IDH_CMD_ARG_ALERT_CHK 1000383
  73. #define IDH_CMD_ARG_NAME_CHK 1000384
  74. #define IDH_CMD_ARG_LIMIT_CHK 1000385
  75. #define IDH_CMD_USER_TEXT_CHK 1000386
  76. #define IDH_CMD_USER_TEXT_EDIT 1000387
  77. #define IDH_CMD_ARG_SAMPLE_DISPLAY 1000388
  78. //#define IDH_CMD_ARG_SAMPLE_CAPTION 1000389
  79. // Alert General
  80. #define IDH_ALRTS_COMMENT_EDIT 1000400
  81. #define IDH_ALRTS_COUNTER_LIST 1000401
  82. #define IDH_ALRTS_OVER_UNDER 1000402
  83. #define IDH_ALRTS_VALUE_EDIT 1000403
  84. #define IDH_ALRTS_ADD_BTN 1000404
  85. #define IDH_ALRTS_REMOVE_BTN 1000405
  86. #define IDH_ALRTS_SAMPLE_EDIT 1000406
  87. #define IDH_ALRTS_SAMPLE_UNITS_COMBO 1000407
  88. // Counters
  89. #define IDH_CTRS_COUNTER_LIST 1000420
  90. #define IDH_CTRS_FILENAME_DISPLAY 1000421
  91. #define IDH_CTRS_ADD_BTN 1000422
  92. #define IDH_CTRS_ADD_OBJ_BTN 2000100 // added for Whistler
  93. #define IDH_CTRS_REMOVE_BTN 1000423
  94. #define IDH_CTRS_SAMPLE_EDIT 1000424
  95. #define IDH_CTRS_SAMPLE_UNITS_COMBO 1000425
  96. //Prov Prop
  97. #define IDH_PROV_FILENAME_DISPLAY 1000440
  98. #define IDH_PROV_SHOW_PROVIDERS_BTN 1000441
  99. #define IDH_PROV_KERNEL_BTN 1000442
  100. #define IDH_PROV_K_PROCESS_CHK 1000443
  101. #define IDH_PROV_K_NETWORK_CHK 1000444
  102. #define IDH_PROV_K_THREAD_CHK 1000445
  103. #define IDH_PROV_K_SOFT_PF_CHK 1000446
  104. #define IDH_PROV_K_DISK_IO_CHK 1000447
  105. #define IDH_PROV_K_FILE_IO_CHK 1000448
  106. #define IDH_PROV_OTHER_BTN 1000449
  107. #define IDH_PROV_PROVIDER_LIST 1000450
  108. #define IDH_PROV_ADD_BTN 1000451
  109. #define IDH_PROV_REMOVE_BTN 1000452
  110. // Files called Logs in Whistler
  111. #define IDH_FILES_COMMENT_EDIT 1000460
  112. #define IDH_FILES_LOG_TYPE_COMBO 1000461
  113. #define IDH_FILES_SIZE_LIMIT_UNITS 1000465
  114. #define IDH_FILES_FOLDER_EDIT 1000466
  115. #define IDH_FILES_FILENAME_EDIT 1000467
  116. #define IDH_FILES_AUTO_SUFFIX_CHK 1000468
  117. #define IDH_FILES_FIRST_SERIAL_EDIT 1000469
  118. #define IDH_FILES_SUFFIX_COMBO 1000471
  119. #define IDH_FILES_SAMPLE_DISPLAY 1000472
  120. #define IDH_CFG_BTN 2000101 // added for Whistler
  121. #define IDH_FILES_OVERWRITE_CHK 2000102 // added for Whistler
  122. #define IDH_RUNAS_EDIT 2000115 // added for Whistler
  123. #define IDH_SETPWD_BTN 2000116 // added for Whistler
  124. #define IDH_CTRS_ENTER_PWD 2000117 // added for Whistler
  125. #define IDH_CTRS_REENTER_PWD 2000118 // added for Whistler
  126. #define IDH_USERNAME 2000119 // added for Whistler
  127. // Log Files Tab added for Whistler
  128. #define IDH_FILES_FOLDER_CAPTION 2000103 // added for Whistler
  129. #define IDH_FILES_FOLDER_BTN 2000104 // added for Whistler
  130. #define IDH_FILES_FILENAME_CAPTION 2000105 // added for Whistler
  131. #define IDH_FILES_SIZE_MAX_BTN 2000106 // added for Whistler
  132. #define IDH_FILES_SIZE_LIMIT_BTN 2000107 // added for Whistler
  133. #define IDH_FILES_SIZE_LIMIT_EDIT 2000108 // added for Whistler
  134. // SQL Logs Tab added for Whistler
  135. #define IDH_SQL_DSN_COMBO 2000109 // added for Whistler
  136. #define IDH_SQL_FILENAME_EDIT 2000110 // added for Whistler
  137. #define IDH_SQL_SIZE_MAX_BTN 2000111 // added for Whistler
  138. #define IDH_SQL_SIZE_LIMIT_BTN 2000112 // added for Whistler
  139. #define IDH_SQL_SIZE_LIMIT_EDIT 2000113 // added for Whistler
  140. #define IDH_SQL_SIZE_LIMIT_SPIN 2000114 // added for Whistler
  141. ////////////////////////////
  142. ///
  143. /// LAST ID USED 2000119
  144. ///
  145. ////////////////////////////
  146. #endif // _SMCFGHLP_H_