38 lines
1.1 KiB
C
38 lines
1.1 KiB
C
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
//
|
|
// File: resource.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
// BUGID: 198218 - This is imported from net\config\netcfg\rascfg\resource.h
|
|
#include <ncres.h>
|
|
|
|
#define IDS_RAS_INTERNAL_ADAPTER (IDS_NC_RASCFG + 0)
|
|
#define IDS_RAS_LOOPBACK_ADAPTER (IDS_NC_RASCFG + 1)
|
|
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Developer Studio generated include file.
|
|
// Used by remrras.rc
|
|
//
|
|
#define IDS_PROJNAME 100
|
|
#define IDR_Remrras 101
|
|
#define IDR_REMCFG 102
|
|
#define IDS_CLIENT_DESC 103
|
|
#define IDS_INTERNAL_ADAPTER 104
|
|
#define IDS_LOOPBACK_ADAPTER 105
|
|
#define IDS_NT_AUTHORITY_ADMINISTRATORS 106
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 201
|
|
#define _APS_NEXT_COMMAND_VALUE 32768
|
|
#define _APS_NEXT_CONTROL_VALUE 201
|
|
#define _APS_NEXT_SYMED_VALUE 106
|
|
#endif
|
|
#endif
|