//+---------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1992 - 1997.
//
//  File:       strings.h
//
//  Contents:
//
//  Classes:
//
//  Functions:
//
//  History:    4-20-97   RichardW   Created
//
//----------------------------------------------------------------------------

#ifndef __STRINGS_H__
#define __STRINGS_H__


#define IDS_SAM_NOT_SYNC            1500
#define IDS_ERROR_CAPTION           1501
#define IDS_SYSTEM_ERROR_OCCURRED   1502
#define IDS_WARNING_CAPTION         1503
#define IDS_NEW_PW_MATCH            1504
#define IDS_KEYFILE_NOT_FOUND       1505
#define IDS_SETPASS_FAILED          1506
#define IDS_SETPASS_SUCCESS         1507
#define IDS_SUCCESS_CAPTION         1508
#define IDS_INSERT_FLOPPY           1509
#define IDS_SAVE_KEY_CAPTION        1510
#define IDS_SAVE_KEY_SUCCESS        1511
#define IDS_SAVE_KEY_FAILED         1512
#define IDS_L_OPTION                1513
#define IDS_Q_OPTION                1514
#define IDS_NO_UNATTENDED           1515
#define IDS_ARE_YOU_SURE            1516
#define IDS_ARE_YOU_SURE_CAP        1517
#define IDS_RENAMED_OLD             1518




#endif // __STRINGS_H__
