59 lines
2.3 KiB
C
59 lines
2.3 KiB
C
|
//+---------------------------------------------------------------------------
|
|||
|
//
|
|||
|
// Microsoft Windows
|
|||
|
// Copyright (C) Microsoft Corporation, 1992 - 1995.
|
|||
|
//
|
|||
|
// File: strings.h
|
|||
|
//
|
|||
|
// Contents:
|
|||
|
//
|
|||
|
// Classes:
|
|||
|
//
|
|||
|
// Functions:
|
|||
|
//
|
|||
|
// History: 11-28-95 Johnl Created
|
|||
|
//
|
|||
|
//----------------------------------------------------------------------------
|
|||
|
|
|||
|
#define IDS_BASE 4000
|
|||
|
|
|||
|
#define IDS_BANNER1 (IDS_BASE+1)
|
|||
|
#define IDS_BANNER2 (IDS_BASE+2)
|
|||
|
#define IDS_BAD_FLAG (IDS_BASE+3)
|
|||
|
#define IDS_BAD_ARG (IDS_BASE+4)
|
|||
|
#define IDS_MISSING_ARG (IDS_BASE+5)
|
|||
|
#define IDS_FAILED_TO_SET (IDS_BASE+6)
|
|||
|
#define IDS_SUCCESSFUL_SET (IDS_BASE+7)
|
|||
|
#define IDS_SUCCESSFUL_SET_DEF (IDS_BASE+8)
|
|||
|
|
|||
|
#define IDS_USAGE1 (IDS_BASE+20)
|
|||
|
#define IDS_USAGE2 (IDS_BASE+21)
|
|||
|
#define IDS_USAGE3 (IDS_BASE+22)
|
|||
|
#define IDS_USAGE4 (IDS_BASE+23)
|
|||
|
#define IDS_USAGE5 (IDS_BASE+24)
|
|||
|
#define IDS_USAGE6 (IDS_BASE+25)
|
|||
|
#define IDS_USAGE7 (IDS_BASE+26)
|
|||
|
#define IDS_USAGE8 (IDS_BASE+27)
|
|||
|
#define IDS_USAGE9 (IDS_BASE+28)
|
|||
|
#define IDS_USAGE10 (IDS_BASE+29)
|
|||
|
#define IDS_USAGE11 (IDS_BASE+30)
|
|||
|
#define IDS_USAGE12 (IDS_BASE+31)
|
|||
|
#define IDS_USAGE13 (IDS_BASE+32)
|
|||
|
#define IDS_USAGE14 (IDS_BASE+33)
|
|||
|
#define IDS_USAGE15 (IDS_BASE+34)
|
|||
|
#define IDS_USAGE16 (IDS_BASE+35)
|
|||
|
#define IDS_USAGE17 (IDS_BASE+36)
|
|||
|
#define IDS_USAGE18 (IDS_BASE+37)
|
|||
|
#define IDS_USAGE19 (IDS_BASE+38)
|
|||
|
#define IDS_USAGE20 (IDS_BASE+39)
|
|||
|
|
|||
|
#define IDS_FILE_NOT_FOUND (IDS_BASE+50)
|
|||
|
#define IDS_KEYCHECK_FAILED (IDS_BASE+51)
|
|||
|
#define IDS_FAILED_OPENING_SERVER (IDS_BASE+52)
|
|||
|
#define IDS_SETSECRET_FAILED (IDS_BASE+53)
|
|||
|
#define IDS_BAD_PASSWORD (IDS_BASE+54)
|
|||
|
#define IDS_SECPKG_NOT_FOUND (IDS_BASE+55)
|
|||
|
|
|||
|
#define IDS_NO_KEYS_INSTALLED (IDS_BASE+70)
|
|||
|
#define IDS_DELETE_SUCCESSFUL (IDS_BASE+71)
|
|||
|
|