27 lines
652 B
C
27 lines
652 B
C
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1997.
|
|
//
|
|
// File: R E S O U R C E . H
|
|
//
|
|
// Contents: Resource identifiers for the connections folder CPL
|
|
//
|
|
// Notes:
|
|
//
|
|
// Author: jeffspr 12 Jan 1998
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#ifndef _CPLRES_H_
|
|
#define _CPLRES_H_
|
|
|
|
// Our CPL icon
|
|
#define IDI_NCPA 1001
|
|
|
|
// Our CPL strings
|
|
#define IDS_NCPTITLE 2001
|
|
#define IDS_NCPDESC 2002
|
|
|
|
#endif // _CPLRES_H_
|