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.

329 lines
16 KiB

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Developer Studio generated include file.
  3. // Used by drvvctrl.rc
  4. //
  5. //////////////////////////////////////////////////////
  6. //
  7. // first icon ID
  8. //
  9. #define ID_ICON_FIRST 128
  10. //
  11. // first string ID
  12. //
  13. #define ID_STRING_FIRST 10000
  14. //
  15. // first menu ID
  16. //
  17. #define ID_MENU_FIRST 0x0010
  18. //
  19. // first dialog ID
  20. //
  21. #define ID_DIALOG_FIRST 1001
  22. //
  23. // first control ID in a dialog
  24. //
  25. #define ID_CONTROL_FIRST 5000
  26. //////////////////////////////////////////////////////
  27. //
  28. // menu & menu items IDs
  29. //
  30. #define IDM_ABOUTBOX 16 // ID_MENU_FIRST
  31. #define IDM_VERIFIED_ITEM 17 // ( ID_MENU_FIRST + 1 )
  32. #define IDM_NOT_VERIFIED_ITEM 18 // ( ID_MENU_FIRST + 2 )
  33. #define IDM_BOTH_VERIFIED_ITEM 19 // ( ID_MENU_FIRST + 3 )
  34. #define IDM_ADD_REMOVE_DRIVERS 20 // ( ID_MENU_FIRST + 4 )
  35. #define IDM_ADD_DRIVERS 21 // ( ID_MENU_FIRST + 5 )
  36. #define ID_MODIF_DO_VERIFY 26 // ( ID_MENU_FIRST + 10 )
  37. #define ID_MODIF_DONT_VERIFY 27 // ( ID_MENU_FIRST + 11 )
  38. #define ID_VOLATILE_ADD_DRIVERS 28 // ( ID_MENU_FIRST + 12 )
  39. #define ID_VOLATILE_REMOVE_DRIVERS 29 // ( ID_MENU_FIRST + 13 )
  40. //////////////////////////////////////////////////////
  41. //
  42. // icon IDs
  43. //
  44. #define IDR_MAINFRAME ID_ICON_FIRST
  45. //////////////////////////////////////////////////////
  46. //
  47. // dialog IDs
  48. //
  49. #define IDD_MODIF_PAGE 1001 // ID_DIALOG_FIRST
  50. #define IDD_GCOUNT_PAGE 1002 // ( ID_DIALOG_FIRST + 1 )
  51. #define IDD_DRVSTAT_PAGE 1003 // ( ID_DIALOG_FIRST + 2 )
  52. #define IDD_POOLTRACK_PAGE 1004 // ( ID_DIALOG_FIRST + 3 )
  53. #define IDD_VSETTINGS_PAGE 1005 // ( ID_DIALOG_FIRST + 4 )
  54. //
  55. // control IDs for IDD_MODIF_PAGE
  56. //
  57. #define IDC_DRIVERS_LIST ID_CONTROL_FIRST
  58. #define IDC_VERIFALL_RADIO ( ID_CONTROL_FIRST + 1 )
  59. #define IDC_VERIFSEL_RADIO ( ID_CONTROL_FIRST + 2 )
  60. #define IDC_NORMAL_VERIF_CHECK ( ID_CONTROL_FIRST + 3 )
  61. #define IDC_PAGEDC_VERIF_CHECK ( ID_CONTROL_FIRST + 4 )
  62. #define IDC_ALLOCF_VERIF_CHECK ( ID_CONTROL_FIRST + 5 )
  63. #define IDC_POOLT_VERIF_CHECK ( ID_CONTROL_FIRST + 6 )
  64. #define IDC_IO_VERIF_CHECK ( ID_CONTROL_FIRST + 7 )
  65. #define IDC_VERIFY_BUTTON ( ID_CONTROL_FIRST + 8 )
  66. #define IDC_DONTVERIFY_BUTTON ( ID_CONTROL_FIRST + 9 )
  67. #define ID_APPLY_BUTTON ( ID_CONTROL_FIRST + 10 )
  68. #define IDC_ADDIT_DRVNAMES_EDIT ( ID_CONTROL_FIRST + 11 )
  69. #define ID_RESETALL_BUTTON ( ID_CONTROL_FIRST + 12 )
  70. #define ID_PREF_BUTTON ( ID_CONTROL_FIRST + 13 )
  71. #define IDC_MODSETT_IO_SELDRIVERS_RADIO ( ID_CONTROL_FIRST + 14 )
  72. #define IDC_MODSETT_IO_SYSWIDE_RADIO ( ID_CONTROL_FIRST + 15 )
  73. //
  74. // control IDs for IDD_GCOUNT_PAGE
  75. //
  76. #define IDC_COUNT_RAISEIRQL_EDIT ( ID_CONTROL_FIRST + 50 )
  77. #define IDC_COUNT_ACQSPINL_EDIT ( ID_CONTROL_FIRST + 51 )
  78. #define IDC_COUNT_SYNCREX_EDIT ( ID_CONTROL_FIRST + 52 )
  79. #define IDC_COUNT_TRIMS_EDIT ( ID_CONTROL_FIRST + 54 )
  80. #define IDC_COUNT_ALLOC_ATTEMPT_EDIT ( ID_CONTROL_FIRST + 55 )
  81. #define IDC_COUNT_ALLOC_SUCC_EDIT ( ID_CONTROL_FIRST + 56 )
  82. #define IDC_COUNT_ALLOCSUCC_SPECPOOL_EDIT ( ID_CONTROL_FIRST + 57 )
  83. #define IDC_COUNT_ALLOC_NOTAG_EDIT ( ID_CONTROL_FIRST + 58 )
  84. #define IDC_COUNT_ALLOC_FAILED_EDIT ( ID_CONTROL_FIRST + 59 )
  85. #define IDC_COUNT_ALLOC_FAILEDDEL_EDIT ( ID_CONTROL_FIRST + 60 )
  86. #define IDC_COUNT_MANUAL_RADIO ( ID_CONTROL_FIRST + 61 )
  87. #define IDC_COUNT_HSPEED_RADIO ( ID_CONTROL_FIRST + 62 )
  88. #define IDC_COUNT_NORM_RADIO ( ID_CONTROL_FIRST + 63 )
  89. #define IDC_COUNT_LOW_RADIO ( ID_CONTROL_FIRST + 64 )
  90. #define IDC_COUNT_REFRESH_BUTTON ( ID_CONTROL_FIRST + 65 )
  91. //
  92. // control IDs for IDD_POOLTRACK_PAGE
  93. //
  94. #define IDC_POOLCNT_REFRESH_BUTTON ( ID_CONTROL_FIRST + 100 )
  95. #define IDC_POOLCNT_MANUAL_RADIO ( ID_CONTROL_FIRST + 101 )
  96. #define IDC_POOLCNT_HSPEED_RADIO ( ID_CONTROL_FIRST + 102 )
  97. #define IDC_POOLCNT_NORM_RADIO ( ID_CONTROL_FIRST + 103 )
  98. #define IDC_POOLCNT_LOW_RADIO ( ID_CONTROL_FIRST + 104 )
  99. #define IDC_POOLCNT_CRT_PPOOL_ALLOC_EDIT ( ID_CONTROL_FIRST + 105 )
  100. #define IDC_POOLCNT_CRT_NPPOOL_ALLOC_EDIT ( ID_CONTROL_FIRST + 106 )
  101. #define IDC_POOLCNT_PEAK_PPOOL_ALLOC_EDIT ( ID_CONTROL_FIRST + 107 )
  102. #define IDC_POOLCNT_PEAK_NPPOOL_ALLOC_EDIT ( ID_CONTROL_FIRST + 108 )
  103. #define IDC_POOLCNT_UNTRACK_ALLOC_EDIT ( ID_CONTROL_FIRST + 109 )
  104. #define IDC_POOLCNT_CRT_PPOOL_BYTES_EDIT ( ID_CONTROL_FIRST + 110 )
  105. #define IDC_POOLCNT_CRT_NPPOOL_BYTES_EDIT ( ID_CONTROL_FIRST + 111 )
  106. #define IDC_POOLCNT_PEAK_PPOOL_BYTES_EDIT ( ID_CONTROL_FIRST + 112 )
  107. #define IDC_POOLCNT_PEAK_NPPOOL_BYTES_EDIT ( ID_CONTROL_FIRST + 113 )
  108. #define IDC_POOLCNT_DRVNAME_COMBO ( ID_CONTROL_FIRST + 114 )
  109. //
  110. // control IDs for IDD_DRVSTAT_PAGE
  111. //
  112. #define IDC_CRTSTAT_DRIVERS_LIST ( ID_CONTROL_FIRST + 150 )
  113. #define IDC_CRTSTAT_SPECPOOL_EDIT ( ID_CONTROL_FIRST + 151 )
  114. #define IDC_CRTSTAT_IRQLCHCK_EDIT ( ID_CONTROL_FIRST + 152 )
  115. #define IDC_CRTSTAT_FAULTINJ_EDIT ( ID_CONTROL_FIRST + 153 )
  116. #define IDC_CRTSTAT_POOLT_EDIT ( ID_CONTROL_FIRST + 154 )
  117. #define IDC_CRTSTAT_IOVERIF_EDIT ( ID_CONTROL_FIRST + 155 )
  118. #define IDC_CRTSTAT_POOLUSAGE_EDIT ( ID_CONTROL_FIRST + 156 )
  119. #define IDC_CRTSTAT_REFRESH_BUTTON ( ID_CONTROL_FIRST + 157 )
  120. #define IDC_CRTSTAT_MANUAL_RADIO ( ID_CONTROL_FIRST + 158 )
  121. #define IDC_CRTSTAT_HSPEED_RADIO ( ID_CONTROL_FIRST + 159 )
  122. #define IDC_CRTSTAT_NORM_RADIO ( ID_CONTROL_FIRST + 160 )
  123. #define IDC_CRTSTAT_LOW_RADIO ( ID_CONTROL_FIRST + 161 )
  124. #define IDC_CRTSTAT_WARN_MSG ( ID_CONTROL_FIRST + 162 )
  125. //
  126. // control IDs for IDD_VSETTINGS_PAGE
  127. //
  128. #define IDC_VSETTINGS_REFRESH_BUTTON ( ID_CONTROL_FIRST + 200 )
  129. #define IDC_VSETTINGS_MANUAL_RADIO ( ID_CONTROL_FIRST + 201 )
  130. #define IDC_VSETTINGS_HSPEED_RADIO ( ID_CONTROL_FIRST + 202 )
  131. #define IDC_VSETTINGS_NORM_RADIO ( ID_CONTROL_FIRST + 203 )
  132. #define IDC_VSETTINGS_LOW_RADIO ( ID_CONTROL_FIRST + 204 )
  133. #define IDC_VSETTINGS_DRIVERS_LIST ( ID_CONTROL_FIRST + 205 )
  134. #define IDC_VSETTINGS_NORMAL_VERIF_CHECK ( ID_CONTROL_FIRST + 206 )
  135. #define IDC_VSETTINGS_PAGEDC_VERIF_CHECK ( ID_CONTROL_FIRST + 207 )
  136. #define IDC_VSETTINGS_ALLOCF_VERIF_CHECK ( ID_CONTROL_FIRST + 208 )
  137. #define IDC_VSETTINGS_APPLY_BUTTON ( ID_CONTROL_FIRST + 209 )
  138. #define IDC_VSETTINGS_WARN_STATIC ( ID_CONTROL_FIRST + 210 )
  139. #define IDC_VSETTINGS_ADD_BUTTON ( ID_CONTROL_FIRST + 211 )
  140. #define IDC_VSETTINGS_DONTVERIFY_BUTTON ( ID_CONTROL_FIRST + 212 )
  141. //////////////////////////////////////////////////////
  142. //
  143. // string IDs
  144. //
  145. #define IDS_ABOUTBOX ID_STRING_FIRST
  146. #define IDS_DRIVERS ( ID_STRING_FIRST + 1 )
  147. #define IDS_STATUS ( ID_STRING_FIRST + 2 )
  148. #define IDS_VERIFIED ( ID_STRING_FIRST + 3 )
  149. #define IDS_NOT_VERIFIED ( ID_STRING_FIRST + 4 )
  150. #define IDS_REBOOT ( ID_STRING_FIRST + 5 )
  151. #define IDS_APPTITLE ( ID_STRING_FIRST + 6 )
  152. #define IDS_ENABLED ( ID_STRING_FIRST + 7 )
  153. #define IDS_DISABLED ( ID_STRING_FIRST + 8 )
  154. #define IDS_LOADS ( ID_STRING_FIRST + 9 )
  155. #define IDS_UNLOADS ( ID_STRING_FIRST + 10 )
  156. #define IDS_NEVER_LOADED ( ID_STRING_FIRST + 11 )
  157. #define IDS_UNLOADED ( ID_STRING_FIRST + 12 )
  158. #define IDS_LOADED ( ID_STRING_FIRST + 13)
  159. #define IDS_UNKNOWN ( ID_STRING_FIRST + 14 )
  160. #define IDS_QUIT ( ID_STRING_FIRST + 15 )
  161. #define IDS_CHANGES_NOT_SAVED ( ID_STRING_FIRST + 16 )
  162. #define IDS_ZERO ( ID_STRING_FIRST + 17 )
  163. #define IDS_VERIFIED_AFTER_BOOT ( ID_STRING_FIRST + 18 )
  164. #define IDS_NOT_VERIFIED_AFTER_BOOT ( ID_STRING_FIRST + 19 )
  165. #define IDS_FAULT_INJECTION_DISABLED_NOW ( ID_STRING_FIRST + 20 )
  166. #define IDS_BUILD_WARN ( ID_STRING_FIRST + 21 )
  167. #define IDS_ACCESS_IS_DENIED ( ID_STRING_FIRST + 22 )
  168. #define IDS_REGOPENKEYEX_FAILED ( ID_STRING_FIRST + 23 )
  169. #define IDS_REGDELETEVALUE_FAILED ( ID_STRING_FIRST + 24 )
  170. #define IDS_QUERY_SYSINFO_FAILED ( ID_STRING_FIRST + 25 )
  171. #define IDS_REGQUERYVALUEEX_FAILED ( ID_STRING_FIRST + 26 )
  172. #define IDS_REGQUERYVALUEEX_UNEXP_TYPE ( ID_STRING_FIRST + 27 )
  173. #define IDS_REGQUERYVALUEEX_UNEXP_SIZE ( ID_STRING_FIRST + 28 )
  174. #define IDS_REGSETVALUEEX_FAILED ( ID_STRING_FIRST + 29 )
  175. #define IDS_CANT_GET_ACTIVE_DRVLIST ( ID_STRING_FIRST + 30 )
  176. #define IDS_CANT_FIND_IMAGE ( ID_STRING_FIRST + 31 )
  177. #define IDS_INVALID_IMAGE ( ID_STRING_FIRST + 32 )
  178. #define IDS_CANTGET_VERIF_STATE ( ID_STRING_FIRST + 33 )
  179. #define IDS_NAME_LOADS_UNLOADS ( ID_STRING_FIRST + 34 )
  180. #define IDS_NO_DRIVER_VERIFIED ( ID_STRING_FIRST + 35 )
  181. #define IDS_LEVEL ( ID_STRING_FIRST + 36 )
  182. #define IDS_RAISEIRQLS ( ID_STRING_FIRST + 37 )
  183. #define IDS_ACQUIRESPINLOCKS ( ID_STRING_FIRST + 38 )
  184. #define IDS_SYNCHRONIZEEXECUTIONS ( ID_STRING_FIRST + 39 )
  185. #define IDS_ALLOCATIONSATTEMPTED ( ID_STRING_FIRST + 40 )
  186. #define IDS_ALLOCATIONSSUCCEEDED ( ID_STRING_FIRST + 41 )
  187. #define IDS_ALLOCATIONSSUCCEEDEDSPECIALPOOL ( ID_STRING_FIRST + 42 )
  188. #define IDS_ALLOCATIONSWITHNOTAG ( ID_STRING_FIRST + 43 )
  189. #define IDS_ALLOCATIONSFAILED ( ID_STRING_FIRST + 44 )
  190. #define IDS_ALLOCATIONSFAILEDDELIBERATELY ( ID_STRING_FIRST + 45 )
  191. #define IDS_TRIMS ( ID_STRING_FIRST + 46 )
  192. #define IDS_UNTRACKEDPOOL ( ID_STRING_FIRST + 47 )
  193. #define IDS_CURRENTPAGEDPOOLALLOCATIONS ( ID_STRING_FIRST + 48 )
  194. #define IDS_CURRENTNONPAGEDPOOLALLOCATIONS ( ID_STRING_FIRST + 49 )
  195. #define IDS_PEAKPAGEDPOOLALLOCATIONS ( ID_STRING_FIRST + 50 )
  196. #define IDS_PEAKNONPAGEDPOOLALLOCATIONS ( ID_STRING_FIRST + 51 )
  197. #define IDS_PAGEDPOOLUSAGEINBYTES ( ID_STRING_FIRST + 52 )
  198. #define IDS_NONPAGEDPOOLUSAGEINBYTES ( ID_STRING_FIRST + 53 )
  199. #define IDS_PEAKPAGEDPOOLUSAGEINBYTES ( ID_STRING_FIRST + 54 )
  200. #define IDS_PEAKNONPAGEDPOOLUSAGEINBYTES ( ID_STRING_FIRST + 55 )
  201. #define IDS_HELP_CMDLINE_SWITCH ( ID_STRING_FIRST + 56 )
  202. #define IDS_LOG_CMDLINE_SWITCH ( ID_STRING_FIRST + 57 )
  203. #define IDS_INTERVAL_CMDLINE_SWITCH ( ID_STRING_FIRST + 58 )
  204. #define IDS_CANT_APPEND_FILE ( ID_STRING_FIRST + 59 )
  205. #define IDS_CANT_WRITE_FILE ( ID_STRING_FIRST + 60 )
  206. #define IDS_QUERY_CMDLINE_SWITCH ( ID_STRING_FIRST + 61 )
  207. #define IDS_FLAGS_CMDLINE_SWITCH ( ID_STRING_FIRST + 62 )
  208. #define IDS_ALL_CMDLINE_SWITCH ( ID_STRING_FIRST + 63 )
  209. #define IDS_DRIVER_CMDLINE_SWITCH ( ID_STRING_FIRST + 64 )
  210. #define IDS_RESET_CMDLINE_SWITCH ( ID_STRING_FIRST + 65 )
  211. #define IDS_COVERAGE_WARNING_FORMAT ( ID_STRING_FIRST + 66 )
  212. #define IDS_THE_VERIFIED_DRIVERS ( ID_STRING_FIRST + 67 )
  213. #define IDS_DONTREBOOT_CMDLINE_SWITCH ( ID_STRING_FIRST + 68 )
  214. #define IDS_CANNOT_CHANGE_SETTING_ON_FLY ( ID_STRING_FIRST + 69 )
  215. #define IDS_SAME_FLAGS_AS_ACTIVE ( ID_STRING_FIRST + 70 )
  216. #define IDS_CANT_CHANGE_SETTINGS_BUILD_OLD ( ID_STRING_FIRST + 71 )
  217. #define IDS_NO_SETTINGS_WERE_CHANGED ( ID_STRING_FIRST + 72 )
  218. #define IDS_SPECIAL_POOL_ENABLED_NOW ( ID_STRING_FIRST + 73 )
  219. #define IDS_SPECIAL_POOL_DISABLED_NOW ( ID_STRING_FIRST + 74 )
  220. #define IDS_FORCE_IRQLCHECK_ENABLED_NOW ( ID_STRING_FIRST + 75 )
  221. #define IDS_FORCE_IRQLCHECK_DISABLED_NOW ( ID_STRING_FIRST + 76 )
  222. #define IDS_FAULT_INJECTION_ENABLED_NOW ( ID_STRING_FIRST + 77 )
  223. #define IDS_POOL_TRACK_ENABLED_NOW ( ID_STRING_FIRST + 78 )
  224. #define IDS_POOL_TRACK_DISABLED_NOW ( ID_STRING_FIRST + 79 )
  225. #define IDS_IO_CHECKING_ENABLED_NOW ( ID_STRING_FIRST + 80 )
  226. #define IDS_IO_CHECKING_DISABLED_NOW ( ID_STRING_FIRST + 81 )
  227. #define IDS_CHANGES_ACTIVE_ONLY_BEFORE_REBOOT ( ID_STRING_FIRST + 82 )
  228. #define IDS_MUST_SPECIFY_NEW_FLAGS ( ID_STRING_FIRST + 83 )
  229. #define IDS_CHANGED_SETTINGS_ARE ( ID_STRING_FIRST + 84 )
  230. #define IDS_REGCREATEKEYEX_FAILED ( ID_STRING_FIRST + 85 )
  231. #define IDS_VERIFICATION_STATUS ( ID_STRING_FIRST + 86 )
  232. #define IDS_PROVIDER ( ID_STRING_FIRST + 87 )
  233. #define IDS_VERSION ( ID_STRING_FIRST + 88 )
  234. #define IDS_NOT_AVAILABLE ( ID_STRING_FIRST + 89 )
  235. #define IDS_IOLEVEL_CMDLINE_SWITCH ( ID_STRING_FIRST + 90 )
  236. #define IDS_DYN_REMOVE_NOT_SUPPORTED ( ID_STRING_FIRST + 91 )
  237. #define IDS_DYN_REMOVE_ALREADY_LOADED ( ID_STRING_FIRST + 92 )
  238. #define IDS_DYN_REMOVE_MISC_ERROR ( ID_STRING_FIRST + 93 )
  239. #define IDS_DYN_REMOVE_INSUF_RESOURCES ( ID_STRING_FIRST + 94 )
  240. #define IDS_DYN_REMOVE_ACCESS_DENIED ( ID_STRING_FIRST + 95 )
  241. #define IDS_DYN_ADD_NOT_SUPPORTED ( ID_STRING_FIRST + 96 )
  242. #define IDS_DYN_ADD_ALREADY_LOADED ( ID_STRING_FIRST + 97 )
  243. #define IDS_DYN_ADD_MISC_ERROR ( ID_STRING_FIRST + 98 )
  244. #define IDS_DYN_ADD_INSUF_RESOURCES ( ID_STRING_FIRST + 99 )
  245. #define IDS_DYN_ADD_ACCESS_DENIED ( ID_STRING_FIRST + 100 )
  246. #define IDS_ADDDRIVER_CMDLINE_SWITCH ( ID_STRING_FIRST + 101 )
  247. #define IDS_REMOVEDRIVER_CMDLINE_SWITCH ( ID_STRING_FIRST + 102 )
  248. #define IDS_CANT_CHANGE_SETTINGS_BUILD_OLD2 ( ID_STRING_FIRST + 103 )
  249. #define IDS_INSUFFICIENT_MEMORY ( ID_STRING_FIRST + 104 )
  250. #define IDS_TOO_MANY_FILES_SELECTED ( ID_STRING_FIRST + 105 )
  251. #define IDS_CANNOT_OPEN_FILES ( ID_STRING_FIRST + 106 )
  252. #define IDS_DYN_ADD_VERIFIED_NOW ( ID_STRING_FIRST + 107 )
  253. #define IDS_DYN_ADD_NOT_VERIFIED_NOW ( ID_STRING_FIRST + 108 )
  254. #define IDS_VERIFIER_ADD_NOT_SUPPORTED ( ID_STRING_FIRST + 109 )
  255. #define IDS_VERIFIER_REMOVE_NOT_SUPPORTED ( ID_STRING_FIRST + 110 )
  256. #define IDS_HELP_LINE1 ( ID_STRING_FIRST + 500 )
  257. #define IDS_HELP_LINE3 ( ID_STRING_FIRST + 501 )
  258. #define IDS_HELP_LINE4 ( ID_STRING_FIRST + 502 )
  259. #define IDS_HELP_LINE5 ( ID_STRING_FIRST + 503 )
  260. #define IDS_HELP_LINE6 ( ID_STRING_FIRST + 504 )
  261. #define IDS_HELP_LINE7 ( ID_STRING_FIRST + 505 )
  262. #define IDS_HELP_LINE8 ( ID_STRING_FIRST + 506 )
  263. #define IDS_HELP_LINE9 ( ID_STRING_FIRST + 507 )
  264. #define IDS_HELP_LINE10 ( ID_STRING_FIRST + 508 )
  265. #define IDS_HELP_LINE11 ( ID_STRING_FIRST + 509 )
  266. #define IDS_HELP_LINE12 ( ID_STRING_FIRST + 510 )
  267. #define IDS_HELP_LINE13 ( ID_STRING_FIRST + 511 )
  268. #define IDS_HELP_LINE14 ( ID_STRING_FIRST + 512 )
  269. #define IDS_HELP_LINE15 ( ID_STRING_FIRST + 513 )
  270. #define IDS_HELP_LINE16 ( ID_STRING_FIRST + 514 )
  271. #define IDS_HELP_LINE17 ( ID_STRING_FIRST + 515 )
  272. #define IDS_HELP_LINE18 ( ID_STRING_FIRST + 516 )
  273. #define IDS_HELP_LINE19 ( ID_STRING_FIRST + 517 )
  274. #define IDS_HELP_LINE20 ( ID_STRING_FIRST + 518 )
  275. #define IDS_HELP_LINE21 ( ID_STRING_FIRST + 519 )
  276. #define IDS_HELP_LINE22 ( ID_STRING_FIRST + 520 )
  277. #define IDS_HELP_LINE23 ( ID_STRING_FIRST + 521 )
  278. #define IDS_HELP_LINE24 ( ID_STRING_FIRST + 522 )
  279. #define IDS_HELP_LINE25 ( ID_STRING_FIRST + 523 )
  280. #define IDS_HELP_LINE26 ( ID_STRING_FIRST + 524 )
  281. #define IDS_HELP_LINE27 ( ID_STRING_FIRST + 525 )
  282. #define IDS_HELP_LINE28 ( ID_STRING_FIRST + 526 )
  283. #define IDS_HELP_LINE29 ( ID_STRING_FIRST + 527 )
  284. #define IDS_HELP_LINE30 ( ID_STRING_FIRST + 528 )
  285. #define IDS_HELP_LINE31 ( ID_STRING_FIRST + 529 )
  286. // Next default values for new objects
  287. //
  288. #ifdef APSTUDIO_INVOKED
  289. #ifndef APSTUDIO_READONLY_SYMBOLS
  290. #define _APS_NEXT_RESOURCE_VALUE 20000
  291. #define _APS_NEXT_COMMAND_VALUE 30000
  292. #define _APS_NEXT_CONTROL_VALUE 40000
  293. #define _APS_NEXT_SYMED_VALUE 50000
  294. #endif
  295. #endif