Source code of Windows XP (NT5)
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.

61 lines
2.1 KiB

  1. /*+
  2. *
  3. * Microsoft Windows
  4. * Copyright (C) Microsoft Corporation, 1997 - 1998.
  5. *
  6. * Name : stringid.h
  7. * Author:PraeritG
  8. *
  9. -*/
  10. #define RUNASP_STRING_HELP_LINE1 7000
  11. #define RUNASP_STRING_HELP_LINE2 7001
  12. #define RUNASP_STRING_HELP_LINE3 7002
  13. #define RUNASP_STRING_HELP_LINE4 7003
  14. #define RUNASP_STRING_HELP_LINE5 7004
  15. #define RUNASP_STRING_SAFER_HELP_LINE1 7005
  16. #define RUNASP_STRING_HELP_LINE7 7006
  17. #define RUNASP_STRING_HELP_LINE8 7007
  18. #define RUNASP_STRING_HELP_LINE9 7008
  19. #define RUNASP_STRING_HELP_LINE10 7009
  20. #define RUNASP_STRING_HELP_LINE11 7010
  21. #define RUNASP_STRING_HELP_LINE12 7011
  22. #define RUNASP_STRING_HELP_LINE13 7012
  23. #define RUNASP_STRING_HELP_LINE14 7013
  24. #define RUNASP_STRING_HELP_LINE15 7014
  25. #define RUNASP_STRING_HELP_LINE16 7015
  26. #define RUNASP_STRING_HELP_LINE17 7016
  27. #define RUNASP_STRING_HELP_LINE18 7017
  28. #define RUNASP_STRING_HELP_LINE19 7018
  29. #define RUNASP_STRING_SAFER_HELP_LINE2 7019
  30. #define RUNASP_STRING_SAFER_HELP_LINE3 7020
  31. #define RUNASP_STRING_SAFER_HELP_LINE4 7021
  32. #define RUNASP_STRING_SAFER_HELP_LINE5 7022
  33. #define RUNASP_STRING_HELP_LINE24 7023
  34. #define RUNASP_STRING_HELP_LINE25 7024
  35. #define RUNASP_STRING_HELP_LINE26 7025
  36. #define RUNASP_STRING_HELP_LINE27 7026
  37. #define RUNASP_STRING_HELP_LINE28 7027
  38. #define RUNASP_STRING_HELP_LINE29 7028
  39. #define RUNASP_STRING_HELP_LINE30 7029
  40. #define RUNASP_STRING_HELP_LINE31 7030
  41. #define RUNASP_STRING_HELP_LINE32 7031
  42. #define RUNASP_STRING_HELP_LINE20 7032 // NOTE: out of order!
  43. // NOTE: These defines indicate the boundaries of the SAFER help text.
  44. // **These must be kept in sync with the string table in runas.rc**
  45. //
  46. #define RUNASP_STRING_ERROR 7100
  47. #define RUNASP_STRING_ERROR_SYSTEM 7101
  48. #define RUNASP_STRING_ERROR_INPUT 7102
  49. #define RUNASP_STRING_ERROR_ECHO 7103
  50. #define RUNASP_STRING_ERROR_PASSWORD 7104
  51. #define RUNASP_STRING_ERROR_USERNAME 7105
  52. #define RUNASP_STRING_TRUSTLEVELS 7204
  53. #define RUNASP_STRING_SMARTCARDUSER 7205
  54. // Do not declare string IDs greater than this value!
  55. #define RUNASP_MAX_ID 8000