dbgmenu.h

来自「开放源码的编译器open watcom 1.6.0版的源代码」· C头文件 代码 · 共 135 行

H
135
字号
/****************************************************************************
*
*                            Open Watcom Project
*
*    Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
*
*  ========================================================================
*
*    This file contains Original Code and/or Modifications of Original
*    Code as defined in and that are subject to the Sybase Open Watcom
*    Public License version 1.0 (the 'License'). You may not use this file
*    except in compliance with the License. BY USING THIS FILE YOU AGREE TO
*    ALL TERMS AND CONDITIONS OF THE LICENSE. A copy of the License is
*    provided with the Original Code and Modifications, and is also
*    available at www.sybase.com/developer/opensource.
*
*    The Original Code and all software distributed under the License are
*    distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
*    EXPRESS OR IMPLIED, AND SYBASE AND ALL CONTRIBUTORS HEREBY DISCLAIM
*    ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF
*    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR
*    NON-INFRINGEMENT. Please see the License for the specific language
*    governing rights and limitations under the License.
*
*  ========================================================================
*
* Description:  WHEN YOU FIGURE OUT WHAT THIS FILE DOES, PLEASE
*               DESCRIBE IT HERE!
*
****************************************************************************/


#define MAIN_MENU_MULT  50 // level 0 main menu items must be multiples of 50
#include "menuenum.h"
enum {
    MENU_MAIN_FILE = 0,
    #include "mmfile.h"

    MENU_MAIN_SEARCH = 100,
    #include "mmsearch.h"

    MENU_MAIN_RUN = 200,
    #include "mmrun.h"

    MENU_MAIN_BREAK = 400,
    #include "mmbreak.h"

    MENU_MAIN_CONFIG = 500,
    #include "mmconfig.h"

    MENU_MAIN_CODE = 600,
    #include "mmcode.h"

    MENU_MAIN_HELP = 700,
    #include "mmhelp.h"

    MENU_MAIN_DATA = 800,
    #include "mmdat.h"

    MENU_MAIN_UNDO = 2700,
    #include "mmundo.h"

    MENU_MAIN_WINDOW = 850,
    #include "mmwind.h"

    MENU_MEMORY = 900,
    #include "menumem.h"
    MENU_MEMORY_FIRST_TYPE,

    MENU_MODULES = 1000,
    #include "menumod.h"

    MENU_FUNCTIONS = 1100,
    #include "menufunc.h"

    MENU_FILE = 1200,
    #include "menufile.h"
    #include "mfilshow.h"

    MENU_REGISTER = 1300,
    #include "menureg.h"
    MENU_REGISTER_TOGGLES,

    MENU_FPU = 1400,
    #include "menufpu.h"

    MENU_VAR = 1500,
    #include "menuvar.h"
    #include "mvartype.h"
    #include "mvaropt.h"
    #include "mvarshow.h"
    #include "mvarclas.h"

    MENU_BREAK = 1600,
    #include "menubrk.h"

    MENU_CALL = 1700,
    #include "menucall.h"

    MENU_ASM = 1800,
    #include "menuasm.h"
    #include "masmopt.h"
    #include "masmshow.h"
    MENU_ASM_TOGGLES,

    MENU_IO = 1900,
    #include "menuio.h"
    MENU_IO_FIRST_TYPE,

    MENU_GLOBALS = 2000,
    #include "menuglob.h"

    MENU_SEARCH = 2100,
    #include "menusrch.h"

    MENU_TOOL = 2200,
    #include "menutool.h"

    MENU_THREAD = 2300,
    #include "menutrd.h"

    MENU_MAIN_ACTION = 2400,

    MENU_IMAGE = 2500,
    #include "menuimg.h"

    MENU_MACRO = 2600,
    #include "menumac.h"

    MENU_REPLAY = 2800,
    #include "menurep.h"

    MENU_NONE   = 10000
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?