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.
32 lines
761 B
32 lines
761 B
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// 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_
|