/*****************************************************************************
The Dark Mod GPL Source Code

This file is part of the The Dark Mod Source Code, originally based
on the Doom 3 GPL Source Code as published in 2011.

The Dark Mod Source Code is free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version. For details, see LICENSE.TXT.

Project: The Dark Mod (http://www.thedarkmod.com/)

******************************************************************************/

#define IDD_DBG_FIND                             2000
#define IDD_DBG_QUICKWATCH                       2001
#define IDD_DBG_ABOUT                            2002
#define IDR_DBG_MAIN                             2003
#define IDR_DBG_ACCELERATORS                     2004
#define IDR_DBG_SCRIPT_POPUP                     2005
#define IDB_DBG_TOOLBAR                          2006
#define IDI_DBG_BREAKPOINT                       2007
#define IDI_DBG_CURRENTLINE                      2008
#define IDI_DBG_CURRENT                          2009
#define IDI_DBG_EMPTY                            2010

#define IDC_DBG_CLOSE                            2200
#define IDC_DBG_FILELIST                         2201
#define IDC_DBG_NAME                             2202
#define IDC_DBG_PATH                             2203
#define IDC_DBG_BACK                             2204
#define IDC_DBG_LOOKIN                           2205
#define IDC_DBG_RECALC                           2206
#define IDC_DBG_ADDWATCH                         2207
#define IDC_DBG_VARIABLE                         2208
#define IDC_DBG_CURVALUE                         2209
#define IDC_DBG_CURVALUE_STATIC                  2210
#define IDC_DBG_FIND                             2211

#define ID_DBG_FILE_MRU                          22000
#define ID_DBG_FILE_OPEN                         22001
#define ID_DBG_FILE_OPENSCRIPT                   22002
#define ID_DBG_FILE_EXIT                         22003
#define ID_DBG_WINDOW_CLOSEALL                   22004
#define ID_DBG_DEBUG_TOGGLEBREAKPOINT            22005
#define ID_DBG_DEBUG_RUN                         22006
#define ID_DBG_DEBUG_BREAK                       22007
#define ID_DBG_FILE_NEXT                         22008
#define ID_DBG_DEBUG_STEPOVER                    22009
#define ID_DBG_FILE_CLOSE                        22010
#define ID_DBG_DEBUG_STEPINTO                    22011
#define ID_DBG_DEBUG_STEPOUT                     22012
#define ID_DBG_DEBUG_QUICKWATCH                  22013
#define ID_DBG_DEBUG_RUNTOCURSOR                 22014
#define ID_DBG_DEBUG_SHOWNEXTSTATEMENT           22015
#define ID_DBG_EDIT_COPY                         22016
#define ID_DBG_EDIT_CUT                          22017
#define ID_DBG_EDIT_PASTE                        22018
#define ID_DBG_EDIT_FIND                         22019
#define ID_DBG_EDIT_FINDSELECTED                 22020
#define ID_DBG_EDIT_FINDNEXT                     22021
#define ID_DBG_EDIT_FINDPREV                     22022
#define ID_DBG_EDIT_FINDSELECTEDPREV             22023
#define ID_DBG_HELP_ABOUT                        22024

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                1
#define _APS_NEXT_RESOURCE_VALUE        2011
#define _APS_NEXT_COMMAND_VALUE         22025
#define _APS_NEXT_CONTROL_VALUE         2212
#define _APS_NEXT_SYMED_VALUE           2011
#endif
#endif
