25 lines
743 B
C
25 lines
743 B
C
|
//+--------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1999.
|
||
|
//
|
||
|
// File: resource.h
|
||
|
//
|
||
|
// Contents: Resource IDs
|
||
|
//
|
||
|
// History: 01-15-1999 DavidMun Created
|
||
|
//
|
||
|
//---------------------------------------------------------------------------
|
||
|
|
||
|
|
||
|
#define IDS_EVENTVWR_MSC_NOT_FOUND 100
|
||
|
#define IDI_EVENT_VIEWER 101
|
||
|
#define IDS_NO_SYSTEMDIR 102
|
||
|
#define IDS_MMC_LAUNCH_FAILED 103
|
||
|
#define IDC_ERROR_CODE_EDIT 104
|
||
|
#define IDC_POPUP_MSG_ICON 105
|
||
|
#define IDC_ERRORMSG 106
|
||
|
#define IDD_ERROR 107
|
||
|
#define IDC_ERROR_CODE_LBL 108
|
||
|
|