windows-nt/Source/XPSP1/NT/net/ias/services/inc/resource.h
2020-09-26 16:20:57 +08:00

33 lines
729 B
C

///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1997, Microsoft Corp. All rights reserved.
//
// FILE
//
// resource.h
//
// SYNOPSIS
//
// Resource ID's for Everest core.
//
// MODIFICATION HISTORY
//
// 7/9/1997 Original version.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef _RESOURCE_H_
#define _RESOURCE_H_
#define IDR_IASCORE 101
#define IDR_IASCOM 102
#define IDS_IasDataSource 201
#define IDS_Dictionary 202
#define IDS_AuditChannel 210
#define IDS_InfoBase 211
#define IDS_NTEventLog 212
#define IDS_SystemMonitor 213
#endif // _RESOURCE_H_