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.

173 lines
5.1 KiB

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. strids.h
  5. Abstract:
  6. This file contains constants for all of the resource strings. It must
  7. parallel file strings.rc which contains the strings themselves.
  8. Constants of the form IDS_*_BASE are not strings but are base values
  9. for use in indexing within the string group. The base value must match the
  10. ID of the first string and the order of the strings must not be changed.
  11. --*/
  12. #ifndef _STRIDS_H_
  13. #define _STRIDS_H_
  14. #define RCSTRING_MIN_ID 128
  15. // Statistics Bar Labels
  16. #define IDS_STAT_BASE 128
  17. #define IDS_LAST 128
  18. #define IDS_AVERAGE 129
  19. #define IDS_MINIMUM 130
  20. #define IDS_MAXIMUM 131
  21. #define IDS_GRAPH_TIME 132
  22. // Legend Labels
  23. #define IDS_LEGEND_BASE 135
  24. #define IDS_COLOR 135
  25. #define IDS_SCALE 136
  26. #define IDS_COUNTER 137
  27. #define IDS_INSTANCE 138
  28. #define IDS_PARENT 139
  29. #define IDS_OBJECT 140
  30. #define IDS_SYSTEM 141
  31. // OLE Strings
  32. #define IDS_USERTYPE 144
  33. #define IDS_CLOSECAPTION 145
  34. #define IDS_CLOSEPROMPT 146
  35. // Property Page Titles
  36. #define IDS_PROPFRM_TITLE 150
  37. #define IDS_CTR_PROPP_TITLE 151
  38. #define IDS_GEN_PROPP_TITLE 152
  39. #define IDS_GRAPH_PROPP_TITLE 153
  40. #define IDS_SRC_PROPP_TITLE 154
  41. #define IDS_APPEAR_PROPP_TITLE 155
  42. // Error Messages
  43. #define IDS_VERTMIN_ERR 160
  44. #define IDS_VERTMAX_ERR 161
  45. #define IDS_SCALE_ERR 162
  46. #define IDS_DUPL_PATH_ERR 163
  47. #define IDS_NOLOGFILE_ERR 164
  48. #define IDS_INTERVAL_ERR 165
  49. #define IDS_DISPLAY_INT_ERR 166
  50. #define IDS_BADDATASOURCE_ERR 167
  51. #define IDS_NOSYSMONOBJECT_ERR 168
  52. #define IDS_SAVEAS_ERR 169
  53. #define IDS_TOO_FEW_SAMPLES_ERR 170
  54. #define IDS_LARGE_LOG_FILE_RELOAD 171
  55. #define IDS_LOG_FILE_TOO_LARGE_ERR 172
  56. #define IDS_LOGSET_NOT_FOUND 173
  57. #define IDS_READFILE_ERR 174
  58. #define IDS_ADD_COUNTER_ERR 175
  59. #define IDS_ADD_LOG_FILE_ERR 176
  60. // toolbar tooltip strings
  61. #define IDS_TB_BASE 177
  62. #define IDS_TB_TOOLBAR 177
  63. #define IDS_TB_NEW 178
  64. #define IDS_TB_CLEAR 179
  65. #define IDS_TB_REALTIME 180
  66. #define IDS_TB_LOGFILE 181
  67. #define IDS_TB_CHART 182
  68. #define IDS_TB_HISTOGRAM 183
  69. #define IDS_TB_REPORT 184
  70. #define IDS_TB_ADD 185
  71. #define IDS_TB_DELETE 186
  72. #define IDS_TB_HIGHLIGHT 187
  73. #define IDS_TB_COPY 188
  74. #define IDS_TB_PASTE 189
  75. #define IDS_TB_PROPERTIES 190
  76. #define IDS_TB_FREEZE 191
  77. #define IDS_TB_UPDATE 192
  78. #define IDS_TB_HELP 193
  79. // Appearance and BorderStyle
  80. #define IDS_APPEARANCE_FLAT 196
  81. #define IDS_APPEARANCE_3D 197
  82. #define IDS_BORDERSTYLE_NONE 198
  83. #define IDS_BORDERSTYLE_SINGLE 199
  84. // Copy/Paste
  85. #define IDS_HTML_OBJECT_HEADER 200
  86. #define IDS_HTML_OBJECT_FOOTER 201
  87. #define IDS_HTML_PARAM_TAG 202
  88. #define IDS_HTML_VALUE_TAG 203
  89. #define IDS_HTML_VALUE_EOL_TAG 204
  90. #define IDS_HTML_PARAM_SEARCH_TAG 205
  91. #define IDS_HTML_VALUE_SEARCH_TAG 206
  92. // Save As
  93. #define IDS_HTML_FILE 210
  94. #define IDS_HTM_EXTENSION 211
  95. #define IDS_HTML_FILE_HEADER1 212
  96. #define IDS_HTML_FILE_HEADER2 213
  97. #define IDS_HTML_FILE_FOOTER 214
  98. #define IDS_HTML_FILE_OVERWRITE 215
  99. #define IDS_TSV_EXTENSION 216
  100. #define IDS_DEF_EXT 217
  101. #define IDS_COMPUTER 218
  102. #define IDS_OBJECT_NAME 219
  103. #define IDS_REPORT_HEADER 220
  104. #define IDS_REPORT_INTERVAL 221
  105. #define IDS_REPORT_REAL_TIME 222
  106. #define IDS_REPORT_LOG_START 223
  107. #define IDS_REPORT_LOG_STOP 224
  108. #define IDS_REPORT_DATE_TIME 225
  109. #define IDS_REPORT_START_STOP 226
  110. #define IDS_REPORT_VALUE_TYPE 227
  111. #define IDS_LOG_FILE 228
  112. #define IDS_LOG_FILE_EXTENSION 229
  113. #define IDS_CSV_EXTENSION 230
  114. #define IDS_BLG_EXTENSION 231
  115. #define IDS_SAVE_DATA_CAPTION 232
  116. #define IDS_HTML_EXTENSION 233
  117. // Miscellaneous
  118. #define IDS_APP_NAME 250
  119. #define IDS_DEFAULT 251
  120. #define IDS_ADDCOUNTERS 252
  121. #define IDS_SAMPLE_DATA_OVERWRITE 253
  122. #define IDS_SAMPLE_DATA_MISSING 254
  123. #define IDS_DEFAULT_LOG_FILE_FOLDER 255
  124. #define IDS_COLORCHOICE_GRAPH 256
  125. #define IDS_COLORCHOICE_CONTROL 257
  126. #define IDS_COLORCHOICE_TEXT 258
  127. #define IDS_COLORCHOICE_GRID 259
  128. #define IDS_COLORCHOICE_TIMEBAR 260
  129. // Command line arguments
  130. #define IDS_CMDARG_WMI 300
  131. #define IDS_CMDARG_SETTINGS 301
  132. //TraceLog Message
  133. #define IDS_TRACE_LOG_ERR_MSG 350
  134. #define IDS_HTML_LOG_TYPE 351
  135. // More error messages
  136. #define IDS_NO_SQL_DSN_ERR 400
  137. #define IDS_NO_SQL_LOG_SET_ERR 401
  138. #define IDS_DUPL_LOGFILE_ERR 402
  139. #define IDS_MULTILOG_BIN_TYPE_ADD_ERR 403
  140. #define IDS_MULTILOG_TEXT_TYPE_ADD_ERR 404
  141. #define IDS_MULTILOG_BIN_TYPE_ERR 405
  142. #define IDS_MULTILOG_TEXT_TYPE_ERR 406
  143. #define IDS_MULTILOG_CHECKTYPE_ERR 407
  144. #define IDS_MULTILOG_TIMERANGE_ERR 408
  145. #endif // _STRIDS_H_