|
|
1.1.1.3 ! root 1: ! 2: /******************************************************************************\ ! 3: * This is a part of the Microsoft Source Code Samples. ! 4: * Copyright (C) 1993 Microsoft Corporation. ! 5: * All rights reserved. ! 6: * This source code is only intended as a supplement to ! 7: * Microsoft Development Tools and/or WinHelp documentation. ! 8: * See these sources for detailed information regarding the ! 9: * Microsoft samples programs. ! 10: \******************************************************************************/ ! 11: 1.1.1.2 root 12: #ifndef DEB_H 13: 1.1.1.3 ! root 14: #define DEB_H 1.1.1.2 root 15: 16: //-- menu ids 17: #define IDM_FILE_OPEN 1101 18: #define IDM_FILE_ATTACH 1102 19: #define IDM_FILE_EXIT 1109 20: 21: #define IDM_EDIT_CUT 1201 22: #define IDM_EDIT_COPY 1202 23: #define IDM_EDIT_DELETE 1203 24: 25: #define IDM_OPTIONS_FONT 1701 26: #define IDM_OPTIONS_PREFERENCES 1702 27: #define IDM_OPTIONS_TOOLBAR 1703 1.1.1.3 ! root 28: #define IDM_OPTIONS_SAVEDDIR 1704 ! 29: #define IDM_OPTIONS_COLOR 1705 ! 30: #define IDM_OPTIONS_SAVEONEXIT 1798 ! 31: #define IDM_OPTIONS_SAVENOW 1799 1.1.1.2 root 32: 33: #define IDM_HELP_CONTENTS 1901 34: #define IDM_HELP_SEARCH 1902 35: #define IDM_HELP_HOWTOUSE 1903 36: #define IDM_HELP_ABOUT 1909 37: 38: //-- string ids 1.1.1.3 ! root 39: #define IDS_APPNAME 2000 ! 40: #define IDS_SHORT_APPNAME 2001 1.1.1.2 root 41: 42: #define IDS_OFN_TITLE 2010 43: #define IDS_OFN_FILTERNAME 2011 44: #define IDS_OFN_FILTER 2012 1.1.1.3 ! root 45: #define IDS_OFN_DEBUGGEE_TITLE 2013 1.1.1.2 root 46: 47: #define IDS_BUTTON_OPEN 2020 48: #define IDS_BUTTON_ATTACH 2021 49: #define IDS_BUTTON_CUT 2022 50: #define IDS_BUTTON_COPY 2023 51: #define IDS_BUTTON_DELETE 2024 52: #define IDS_BUTTON_HELP 2025 53: 54: #define IDS_EXIT_BOX_TITLE 2030 55: #define IDS_EXIT_BOX_TEXT 2031 56: 57: #define IDS_DEBUG_EVENTS 2040 58: 1.1.1.3 ! root 59: #define IDS_API_FAILED_MSG 9001 ! 60: #define IDS_WINDOWS_NT_REQUIRED_TITLE 9998 ! 61: #define IDS_WINDOWS_NT_REQUIRED 9999 ! 62: 1.1.1.2 root 63: //-- control ids 64: #define IDHELP 3 65: #define IDC_INITIALDIR 9001 66: #define IDC_PROCESSLIST 9002 67: #define IDC_DEBUG_ONLY_THIS_PROCESS 9003 68: #define IDC_DEBUG_PROCESS 9004 69: #define IDC_IDLE_PRIORITY_CLASS 9005 70: #define IDC_NORMAL_PRIORITY_CLASS 9006 71: #define IDC_HIGH_PRIORITY_CLASS 9007 1.1.1.3 ! root 72: #define IDC_REALTIME_PRIORITY_CLASS 9008 ! 73: #define IDC_CLEAR_ON_NEW 9009 ! 74: #define IDC_VERBOSE 9010 ! 75: #define IDC_SHOW_SYMBOLS 9011 ! 76: #define IDC_DEBUG_MODE_NONE 9020 ! 77: #define IDC_DEBUG_MODE_ERROR 9021 ! 78: #define IDC_DEBUG_MODE_MINORERROR 9022 ! 79: #define IDC_DEBUG_MODE_WARNING 9023 ! 80: #define IDC_SAVE_PREFERENCES 9999 1.1.1.2 root 81: 82: //-- user messages 83: #ifndef WM_APP 84: #define WM_APP 0x8000 85: #endif 86: #define UM_CREATE_LISTBOX (WM_APP+0) 1.1 root 87: 1.1.1.2 root 88: #endif // DEB_H
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.