25 lines
545 B
C
25 lines
545 B
C
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// 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_
|