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.

45 lines
1.2 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1997.
  5. //
  6. // File: strings.h
  7. //
  8. // Contents:
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 4-20-97 RichardW Created
  15. //
  16. //----------------------------------------------------------------------------
  17. #ifndef __STRINGS_H__
  18. #define __STRINGS_H__
  19. #define IDS_SAM_NOT_SYNC 1500
  20. #define IDS_ERROR_CAPTION 1501
  21. #define IDS_SYSTEM_ERROR_OCCURRED 1502
  22. #define IDS_WARNING_CAPTION 1503
  23. #define IDS_NEW_PW_MATCH 1504
  24. #define IDS_KEYFILE_NOT_FOUND 1505
  25. #define IDS_SETPASS_FAILED 1506
  26. #define IDS_SETPASS_SUCCESS 1507
  27. #define IDS_SUCCESS_CAPTION 1508
  28. #define IDS_INSERT_FLOPPY 1509
  29. #define IDS_SAVE_KEY_CAPTION 1510
  30. #define IDS_SAVE_KEY_SUCCESS 1511
  31. #define IDS_SAVE_KEY_FAILED 1512
  32. #define IDS_L_OPTION 1513
  33. #define IDS_Q_OPTION 1514
  34. #define IDS_NO_UNATTENDED 1515
  35. #define IDS_ARE_YOU_SURE 1516
  36. #define IDS_ARE_YOU_SURE_CAP 1517
  37. #define IDS_RENAMED_OLD 1518
  38. #endif // __STRINGS_H__