mirror of https://github.com/tongzx/nt5src
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.
24 lines
743 B
24 lines
743 B
//+--------------------------------------------------------------------------
|
|
//
|
|
// 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
|
|
|