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.

46 lines
1.4 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1995 - 1999
  6. //
  7. // File: resource.h
  8. //
  9. // Contents: the resource header for makectl.cpp.
  10. //
  11. //
  12. // History: 01-May-97 xiaohs created
  13. //
  14. //--------------------------------------------------------------------------
  15. //defintion for string IDS
  16. #define IDS_SYNTAX 6002
  17. #define IDS_CAN_NOT_READ_FILE 6003
  18. #define IDS_CAN_NOT_PROPERTY 6004
  19. #define IDS_OUT_OF_MEMORY 6005
  20. #define IDS_OPTION_U 6006
  21. #define IDS_OPTION_U_DESC 6007
  22. #define IDS_OPTIONS 6008
  23. #define IDS_SYNTAX1 6009
  24. #define IDS_OPTION_U_DESC1 6010
  25. #define IDS_OPTION_U_DESC2 6011
  26. #define IDS_FAILED 6013
  27. #define IDS_SUCCEEDED 6014
  28. #define IDS_SWITCH1 6015
  29. #define IDS_SWITCH2 6016
  30. #define IDS_TOO_FEW_PARAM 6017
  31. #define IDS_TOO_MANY_PARAM 6018
  32. #define IDS_OPTION_S 6019
  33. #define IDS_OPTION_S_DESC 6020
  34. #define IDS_OPTION_R 6021
  35. #define IDS_OPTION_R_DESC 6022
  36. #define IDS_OPTION_MORE_VALUE 6023
  37. #define IDS_R_CU 6024
  38. #define IDS_R_LM 6025
  39. #define IDS_ERR_OPEN_STORE 6026
  40. #define IDS_ERR_HASH 6027
  41. #define IDS_ERR_MEMORY 6028
  42. #define IDS_INVALID_R 6029
  43. #define IDS_ERR_ENCODE_CTL 6030
  44. #define IDS_ERR_SAVE_CTL 6031