Leaked source code of windows server 2003
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.
|
|
//+--------------------------------------------------------------------------- // // 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
|