windows-nt/Source/XPSP1/NT/net/config/shell/cpl/cplres.h

27 lines
652 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// 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_