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
545 B
24 lines
545 B
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// FILE
|
|
//
|
|
// resource.h
|
|
//
|
|
// SYNOPSIS
|
|
//
|
|
// This file defines the resource IDs for the various DataStore objects.
|
|
//
|
|
// MODIFICATION HISTORY
|
|
//
|
|
// 08/28/1998 Original version.
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _RESOURCE_H_
|
|
#define _RESOURCE_H_
|
|
|
|
#define IDS_ADsDataStore 101
|
|
#define IDS_NetDataStore 102
|
|
#define IDS_OleDBDataStore 103
|
|
|
|
#endif // _RESOURCE_H_
|