mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
124 lines
3.6 KiB
124 lines
3.6 KiB
/*++
|
|
|
|
Copyright (c) 1993 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
resource.h
|
|
|
|
Abstract:
|
|
|
|
Resource file constants.
|
|
|
|
Author:
|
|
|
|
Wesley Witt (wesw) 1-May-1993
|
|
|
|
Environment:
|
|
|
|
User Mode
|
|
|
|
--*/
|
|
|
|
#define ID_LOGPATH 101
|
|
#define ID_INSTRUCTIONS 102
|
|
#define ID_DUMPSYMBOLS 103
|
|
#define ID_DUMPALLTHREADS 104
|
|
#define ID_APPENDTOLOGFILE 105
|
|
#define ID_VISUAL 106
|
|
#define ID_SOUND 107
|
|
#define ID_CRASHES 108
|
|
#define ID_BROWSE_LOGPATH 109
|
|
#define ID_WAVE_FILE 110
|
|
#define ID_BROWSE_WAVEFILE 111
|
|
#define ID_NUM_CRASHES 112
|
|
#define ID_CLEAR 113
|
|
#define ID_TEST_WAVE 114
|
|
#define ID_TEXT1 115
|
|
#define ID_TEXT2 116
|
|
#define ID_HELP 117
|
|
#define ID_ASSERT_TEXT 118
|
|
#define ID_ASSERT_ICON 119
|
|
#define ID_LOGFILE_VIEW 120
|
|
#define ID_WAVEFILE_TEXT 121
|
|
#define ID_USAGE 122
|
|
#define ID_ABOUT 123
|
|
#define ID_CRASH 124
|
|
#define ID_CRASH_DUMP 125
|
|
#define ID_BROWSE_CRASH 126
|
|
#define ID_CRASH_DUMP_TEXT 127
|
|
|
|
#define IDS_APPLICATION_NAME 201
|
|
#define IDS_FATAL_ERROR 202
|
|
#define IDS_NONFATAL_ERROR 203
|
|
#define IDS_ASSERTION_ERROR 204
|
|
#define IDS_MEMORY 205
|
|
#define IDS_DEBUGPRIV 206
|
|
#define IDS_ATTACHFAIL 207
|
|
#define IDS_INVALID_PATH 208
|
|
#define IDS_INVALID_WAVE 209
|
|
#define IDS_CANT_OPEN_LOGFILE 210
|
|
#define IDS_INVALID_LOGFILE 211
|
|
#define IDS_ABOUT_TITLE 212
|
|
#define IDS_ABOUT_EXTRA 213
|
|
#define IDS_AE_TEXT 214
|
|
#define IDS_LOGBROWSE_TITLE 215
|
|
#define IDS_WAVEBROWSE_TITLE 216
|
|
#define IDS_WAVE_FILTER 217
|
|
#define IDS_UNKNOWN_MACHINE 218
|
|
#define IDS_UNKNOWN_USER 219
|
|
#define IDS_ABOUT 220
|
|
#define IDS_DUMPBROWSE_TITLE 221
|
|
#define IDS_DUMP_FILTER 222
|
|
#define IDS_INVALID_CRASH_PATH 223
|
|
|
|
#define IDH_INDEX 701
|
|
#define IDH_WHAT 702
|
|
#define IDH_OPTIONS 703
|
|
#define IDH_LOGFILELOCATION 704
|
|
#define IDH_WAVEFILE 705
|
|
#define IDH_NUMBEROFINSTR 706
|
|
#define IDH_NUMBEROFCRASHES 707
|
|
#define IDH_DUMPSYMBOLS 708
|
|
#define IDH_DUMPALLTHREADS 709
|
|
#define IDH_APPENDTOLOGFILE 710
|
|
#define IDH_VISUAL 711
|
|
#define IDH_SOUND 712
|
|
#define IDH_REGISTRY 713
|
|
#define IDH_EVENTLOG 714
|
|
#define IDH_WINDOWSDIR 715
|
|
#define IDH_PC 716
|
|
#define IDH_LOGFILE 717
|
|
#define IDH_INSTALLATION 718
|
|
#define IDH_ASSERT 719
|
|
#define IDH_VIEW 720
|
|
#define IDH_CLEAR 721
|
|
#define IDH_APPERRORS 722
|
|
#define IDH_CRASH 723
|
|
#define IDH_CRASH_DUMP 724
|
|
|
|
|
|
#define NOTIFYDIALOG 501
|
|
#define DRWATSONDIALOG 502
|
|
#define DIRBROWSEDIALOG 503
|
|
#define WAVEFILEOPENDIALOG 504
|
|
#define ASSERTDIALOG 505
|
|
#define DRWATSONICON 506
|
|
#define LOGFILEVIEWERDIALOG 507
|
|
#define DRWATSONACCEL 508
|
|
#define APPICON 509
|
|
#define USAGEDIALOG 510
|
|
#define DUMPFILEOPENDIALOG 511
|
|
|
|
#define stc1 0x0440
|
|
#define stc2 0x0441
|
|
#define stc3 0x0442
|
|
#define stc4 0x0443
|
|
#define edt1 0x0480
|
|
#define lst1 0x0460
|
|
#define lst2 0x0461
|
|
#define cmb1 0x0470
|
|
#define cmb2 0x0471
|
|
#define psh14 0x040d
|
|
#define psh15 0x040e
|
|
#define chx1 0x0410
|