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.
33 lines
947 B
33 lines
947 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1995 - 1999
|
|
//
|
|
// File: resource.h
|
|
//
|
|
// Contents: the resource header for cert2spc.cpp.
|
|
//
|
|
//
|
|
// History: 01-May-97 xiaohs created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
//defintion for string IDS
|
|
|
|
#define IDS_ENDOF_LINE 6001
|
|
#define IDS_SYNTAX 6002
|
|
#define IDS_CRL_EXTENSION 6003
|
|
#define IDS_CAN_NOT_OPEN_FILE 6004
|
|
#define IDS_OUT_OF_MEMORY 6005
|
|
#define IDS_FILE_EMPTY 6006
|
|
#define IDS_CAN_NOT_READ_FILE 6007
|
|
#define IDS_CAN_NOT_WRITE_FILE 6008
|
|
#define IDS_CAN_NOT_OPEN_STORE 6009
|
|
#define IDS_CAN_NOT_LOAD_CRL 6010
|
|
#define IDS_CAN_NOT_LOAD 6011
|
|
#define IDS_ERROR_OUTPUT 6012
|
|
#define IDS_FAILED 6013
|
|
#define IDS_SUCCEEDED 6014
|
|
|
|
|