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 - 1999
//
// File: resource.h
//
//--------------------------------------------------------------------------
//string
#define IDS_HTML_TEMPLATE 3001
#define IDS_ACCESS_DENIED 3002
#define IDS_ERROR_UNKONWN 3003
#define IDS_TOO_MANY_PASSWORD 3004
#define IDS_CEP_INFO_WITH_PASSWORD 3005
#define IDS_CEP_INFO_NO_PASSWORD 3006
#define IDS_FAIL_TO_GET_PASSWORD 3007
#define IDS_FAIL_TO_ADD_PASSWORD 3008
|