|
|
1.1 root 1: // ************************************************************************ 1.1.1.2 ! root 2: // ! 3: // Microsoft Developer Support ! 4: // Copyright (c) 1992 Microsoft Corporation ! 5: // 1.1 root 6: // ************************************************************************ 1.1.1.2 ! root 7: // HEADER : DEB.H ! 8: // PURPOSE : A Win32 Application that demonstrates the Win32 Debug APIs ! 9: // COMMENTS : ! 10: // ************************************************************************ ! 11: #ifndef DEB_H ! 12: ! 13: #define DEB_H ! 14: ! 15: //-- menu ids ! 16: #define IDM_FILE_OPEN 1101 ! 17: #define IDM_FILE_ATTACH 1102 ! 18: #define IDM_FILE_EXIT 1109 ! 19: ! 20: #define IDM_EDIT_CUT 1201 ! 21: #define IDM_EDIT_COPY 1202 ! 22: #define IDM_EDIT_DELETE 1203 ! 23: ! 24: #define IDM_OPTIONS_FONT 1701 ! 25: #define IDM_OPTIONS_PREFERENCES 1702 ! 26: #define IDM_OPTIONS_TOOLBAR 1703 ! 27: #define IDM_OPTIONS_SAVEONEXIT 1704 ! 28: #define IDM_OPTIONS_SAVEDDIR 1705 ! 29: #define IDM_OPTIONS_COLOR 1706 ! 30: ! 31: #define IDM_HELP_CONTENTS 1901 ! 32: #define IDM_HELP_SEARCH 1902 ! 33: #define IDM_HELP_HOWTOUSE 1903 ! 34: #define IDM_HELP_ABOUT 1909 ! 35: ! 36: //-- string ids ! 37: #define IDS_SHORT_APPTITLE 2000 ! 38: #define IDS_APPTITLE 2001 ! 39: ! 40: #define IDS_OFN_TITLE 2010 ! 41: #define IDS_OFN_FILTERNAME 2011 ! 42: #define IDS_OFN_FILTER 2012 ! 43: #define IDS_OFN_DEBUGEE_TITLE 2013 ! 44: ! 45: #define IDS_BUTTON_OPEN 2020 ! 46: #define IDS_BUTTON_ATTACH 2021 ! 47: #define IDS_BUTTON_CUT 2022 ! 48: #define IDS_BUTTON_COPY 2023 ! 49: #define IDS_BUTTON_DELETE 2024 ! 50: #define IDS_BUTTON_HELP 2025 ! 51: ! 52: #define IDS_EXIT_BOX_TITLE 2030 ! 53: #define IDS_EXIT_BOX_TEXT 2031 ! 54: ! 55: #define IDS_DEBUG_EVENTS 2040 ! 56: ! 57: //-- control ids ! 58: #define IDHELP 3 ! 59: #define IDC_INITIALDIR 9001 ! 60: #define IDC_PROCESSLIST 9002 ! 61: #define IDC_DEBUG_ONLY_THIS_PROCESS 9003 ! 62: #define IDC_DEBUG_PROCESS 9004 ! 63: #define IDC_IDLE_PRIORITY_CLASS 9005 ! 64: #define IDC_NORMAL_PRIORITY_CLASS 9006 ! 65: #define IDC_HIGH_PRIORITY_CLASS 9007 ! 66: #define IDC_CLEAR_ON_NEW 9008 ! 67: #define IDC_VERBOSE 9009 ! 68: #define IDC_SHOW_SYMBOLS 9010 ! 69: #define IDC_SAVE_PREFERENCES 9011 ! 70: ! 71: //-- user messages ! 72: #ifndef WM_APP ! 73: #define WM_APP 0x8000 ! 74: #endif ! 75: #define UM_CREATE_LISTBOX (WM_APP+0) 1.1 root 76: 1.1.1.2 ! root 77: #endif // DEB_H
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.