Debugger_resource.h 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. /*
  2. ===========================================================================
  3. Doom 3 GPL Source Code
  4. Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
  5. This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?).
  6. Doom 3 Source Code is free software: you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation, either version 3 of the License, or
  9. (at your option) any later version.
  10. Doom 3 Source Code is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. GNU General Public License for more details.
  14. You should have received a copy of the GNU General Public License
  15. along with Doom 3 Source Code. If not, see <http://www.gnu.org/licenses/>.
  16. In addition, the Doom 3 Source Code is also subject to certain additional terms. You should have received a copy of these additional terms immediately following the terms and conditions of the GNU General Public License which accompanied the Doom 3 Source Code. If not, please request a copy in writing from id Software at the address below.
  17. If you have questions concerning this license or the applicable additional terms, you may contact in writing id Software LLC, c/o ZeniMax Media Inc., Suite 120, Rockville, Maryland 20850 USA.
  18. ===========================================================================
  19. */
  20. #define IDD_DBG_FIND 2000
  21. #define IDD_DBG_QUICKWATCH 2001
  22. #define IDD_DBG_ABOUT 2002
  23. #define IDR_DBG_MAIN 2003
  24. #define IDR_DBG_ACCELERATORS 2004
  25. #define IDR_DBG_SCRIPT_POPUP 2005
  26. #define IDB_DBG_TOOLBAR 2006
  27. #define IDI_DBG_BREAKPOINT 2007
  28. #define IDI_DBG_CURRENTLINE 2008
  29. #define IDI_DBG_CURRENT 2009
  30. #define IDI_DBG_EMPTY 2010
  31. #define IDC_DBG_CLOSE 2200
  32. #define IDC_DBG_FILELIST 2201
  33. #define IDC_DBG_NAME 2202
  34. #define IDC_DBG_PATH 2203
  35. #define IDC_DBG_BACK 2204
  36. #define IDC_DBG_LOOKIN 2205
  37. #define IDC_DBG_RECALC 2206
  38. #define IDC_DBG_ADDWATCH 2207
  39. #define IDC_DBG_VARIABLE 2208
  40. #define IDC_DBG_CURVALUE 2209
  41. #define IDC_DBG_CURVALUE_STATIC 2210
  42. #define IDC_DBG_FIND 2211
  43. #define ID_DBG_FILE_MRU 22000
  44. #define ID_DBG_FILE_OPEN 22001
  45. #define ID_DBG_FILE_OPENSCRIPT 22002
  46. #define ID_DBG_FILE_EXIT 22003
  47. #define ID_DBG_WINDOW_CLOSEALL 22004
  48. #define ID_DBG_DEBUG_TOGGLEBREAKPOINT 22005
  49. #define ID_DBG_DEBUG_RUN 22006
  50. #define ID_DBG_DEBUG_BREAK 22007
  51. #define ID_DBG_FILE_NEXT 22008
  52. #define ID_DBG_DEBUG_STEPOVER 22009
  53. #define ID_DBG_FILE_CLOSE 22010
  54. #define ID_DBG_DEBUG_STEPINTO 22011
  55. #define ID_DBG_DEBUG_STEPOUT 22012
  56. #define ID_DBG_DEBUG_QUICKWATCH 22013
  57. #define ID_DBG_DEBUG_RUNTOCURSOR 22014
  58. #define ID_DBG_DEBUG_SHOWNEXTSTATEMENT 22015
  59. #define ID_DBG_EDIT_COPY 22016
  60. #define ID_DBG_EDIT_CUT 22017
  61. #define ID_DBG_EDIT_PASTE 22018
  62. #define ID_DBG_EDIT_FIND 22019
  63. #define ID_DBG_EDIT_FINDSELECTED 22020
  64. #define ID_DBG_EDIT_FINDNEXT 22021
  65. #define ID_DBG_EDIT_FINDPREV 22022
  66. #define ID_DBG_EDIT_FINDSELECTEDPREV 22023
  67. #define ID_DBG_HELP_ABOUT 22024
  68. // Next default values for new objects
  69. //
  70. #ifdef APSTUDIO_INVOKED
  71. #ifndef APSTUDIO_READONLY_SYMBOLS
  72. #define _APS_3D_CONTROLS 1
  73. #define _APS_NEXT_RESOURCE_VALUE 2011
  74. #define _APS_NEXT_COMMAND_VALUE 22025
  75. #define _APS_NEXT_CONTROL_VALUE 2212
  76. #define _APS_NEXT_SYMED_VALUE 2011
  77. #endif
  78. #endif