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.
46 lines
1.4 KiB
46 lines
1.4 KiB
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1995 - 1999
|
|
//
|
|
// File: resource.h
|
|
//
|
|
// Contents: the resource header for makectl.cpp.
|
|
//
|
|
//
|
|
// History: 01-May-97 xiaohs created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
//defintion for string IDS
|
|
|
|
#define IDS_SYNTAX 6002
|
|
#define IDS_CAN_NOT_READ_FILE 6003
|
|
#define IDS_CAN_NOT_PROPERTY 6004
|
|
#define IDS_OUT_OF_MEMORY 6005
|
|
#define IDS_OPTION_U 6006
|
|
#define IDS_OPTION_U_DESC 6007
|
|
#define IDS_OPTIONS 6008
|
|
#define IDS_SYNTAX1 6009
|
|
#define IDS_OPTION_U_DESC1 6010
|
|
#define IDS_OPTION_U_DESC2 6011
|
|
#define IDS_FAILED 6013
|
|
#define IDS_SUCCEEDED 6014
|
|
#define IDS_SWITCH1 6015
|
|
#define IDS_SWITCH2 6016
|
|
#define IDS_TOO_FEW_PARAM 6017
|
|
#define IDS_TOO_MANY_PARAM 6018
|
|
#define IDS_OPTION_S 6019
|
|
#define IDS_OPTION_S_DESC 6020
|
|
#define IDS_OPTION_R 6021
|
|
#define IDS_OPTION_R_DESC 6022
|
|
#define IDS_OPTION_MORE_VALUE 6023
|
|
#define IDS_R_CU 6024
|
|
#define IDS_R_LM 6025
|
|
#define IDS_ERR_OPEN_STORE 6026
|
|
#define IDS_ERR_HASH 6027
|
|
#define IDS_ERR_MEMORY 6028
|
|
#define IDS_INVALID_R 6029
|
|
#define IDS_ERR_ENCODE_CTL 6030
|
|
#define IDS_ERR_SAVE_CTL 6031
|