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.
26 lines
678 B
26 lines
678 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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_
|