windows-nt/Source/XPSP1/NT/net/config/shell/cpl/ncpa.rc
2020-09-26 16:20:57 +08:00

32 lines
681 B
Plaintext

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// File: N C P A . R C
//
// Contents: Resources for the connections folder CPL
//
// Notes:
//
// Author: jeffspr 12 Jan 1998
//
//----------------------------------------------------------------------------
#include "cplres.h"
#include "version.h"
// Icon
//
IDI_NCPA ICON PRELOAD DISCARDABLE "..\\res\\netfol.ico"
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_NCPTITLE "Network Connections"
IDS_NCPDESC "Configures network software."
END