|
|
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: // ! 7: // This source code is only intended as a supplement to ! 8: // Microsoft Development Tools and/or WinHelp documentation. ! 9: // See these sources for detailed information regarding the ! 10: // Microsoft samples programs. ! 11: //----------------------------------------------------------------------------- ! 12: 1.1 root 13: 1 DLGINCLUDE "deb.h" 14: 1.1.1.3 ! root 15: ABOUTDLGBOX DIALOG 16, 16, 167, 65 1.1 root 16: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 1.1.1.2 root 17: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 18: CAPTION "About Debug Event Browser" 1.1.1.3 ! root 19: FONT 10, "System" 1.1 root 20: BEGIN 1.1.1.3 ! root 21: LTEXT "Microsoft Win32 SDK Sample", -1, 24, 1, 100, 8, NOT WS_GROUP ! 22: LTEXT "Debug Event Browser", -1, 24, 9, 100, 8, NOT WS_GROUP ! 23: LTEXT "Version 1.0", -1, 24, 17, 100, 8 ! 24: DEFPUSHBUTTON "&OK", IDOK, 131, 3, 32, 12, WS_GROUP ! 25: LTEXT "Microsoft Developer Support", -1, 24, 31, 133, 8 ! 26: LTEXT "Copyright \251 1992,1993 Microsoft Corp.", -1, 24, 39, 133, ! 27: 8 ! 28: CONTROL "", -1, "Static", SS_BLACKFRAME, 24, 50, 138, 1 ! 29: LTEXT "Developed by Paul Tissue", -1, 24, 54, 133, 8 1.1 root 30: END 31: 1.1.1.3 ! root 32: ATTACHDLGBOX DIALOG 16, 16, 216, 111 1.1 root 33: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 34: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 35: CAPTION "Attach to a Process" 1.1.1.3 ! root 36: FONT 10, "System" 1.1 root 37: BEGIN 38: LTEXT "&Process List:", 101, 5, 1, 45, 8, NOT WS_GROUP 1.1.1.3 ! root 39: LISTBOX 9002, 5, 10, 168, 97, LBS_SORT | LBS_USETABSTOPS | ! 40: LBS_DISABLENOSCROLL | WS_VSCROLL | WS_HSCROLL | 1.1 root 41: WS_TABSTOP 1.1.1.3 ! root 42: DEFPUSHBUTTON "&OK", IDOK, 179, 5, 32, 12, WS_GROUP ! 43: PUSHBUTTON "&Cancel", IDCANCEL, 179, 20, 32, 12 ! 44: PUSHBUTTON "&Help", 3, 179, 39, 32, 12, WS_DISABLED 1.1 root 45: END 46: 1.1.1.3 ! root 47: PREFERENCESDLGBOX DIALOG 16, 16, 227, 96 1.1 root 48: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 49: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 1.1.1.3 ! root 50: CAPTION "Debug Event Browser Preferences" ! 51: FONT 10, "System" 1.1 root 52: BEGIN 1.1.1.3 ! root 53: GROUPBOX "Debugger Setting", -1, 4, 2, 82, 31, WS_GROUP ! 54: AUTORADIOBUTTON "All Processes", 9004, 8, 12, 75, 9 ! 55: AUTORADIOBUTTON "Only This Process", 9003, 8, 21, 75, 9 ! 56: GROUPBOX "Debuggee Priority", -1, 4, 33, 82, 49, WS_GROUP ! 57: AUTORADIOBUTTON "Idle", 9005, 8, 43, 75, 9 ! 58: AUTORADIOBUTTON "Normal", 9006, 8, 52, 75, 9 ! 59: AUTORADIOBUTTON "High", 9007, 8, 61, 75, 9 ! 60: AUTORADIOBUTTON "Realtime", 9008, 8, 70, 75, 9 ! 61: GROUPBOX "Miscellaneous Options", -1, 90, 2, 97, 31, WS_GROUP ! 62: AUTOCHECKBOX "Clear on New Debuggee", 9009, 96, 12, 87, 9 ! 63: AUTOCHECKBOX "Verbose Information", 9010, 96, 21, 87, 9 ! 64: GROUPBOX "Debug Error Level", -1, 90, 33, 97, 49, WS_GROUP ! 65: AUTORADIOBUTTON "None (Default)", 9020, 96, 44, 87, 9 ! 66: AUTORADIOBUTTON "Error-Level", 9021, 96, 53, 87, 9 ! 67: AUTORADIOBUTTON "Minor Error", 9022, 96, 62, 87, 9 ! 68: AUTORADIOBUTTON "Warning", 9023, 96, 71, 87, 9 ! 69: AUTOCHECKBOX "Save Preferences on Exit", 9999, 4, 85, 99, 9 ! 70: DEFPUSHBUTTON "&OK", IDOK, 191, 6, 32, 12 ! 71: PUSHBUTTON "&Cancel", IDCANCEL, 191, 21, 32, 12 ! 72: PUSHBUTTON "&Help", 3, 191, 41, 32, 12, WS_DISABLED 1.1 root 73: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.