tnmsg.h
上传用户:tigerk9
上传日期:2020-03-10
资源大小:237k
文件大小:5k
源码类别:

Telnet客户端

开发平台:

Visual C++

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Developer Studio generated include file.
  3. // Used by Tnmsg.rc
  4. //
  5. #define MSG_COPYRIGHT                   0x01
  6. #define MSG_COPYRIGHT_1                 0x02
  7. #define MSG_USAGE                       0x03
  8. #define MSG_USAGE_1                     0x04
  9. #define MSG_HELP                        0x05
  10. #define MSG_HELP_1                      0x06
  11. #define MSG_INVCMD                      0x07
  12. #define MSG_ERROR                       0x08
  13. #define MSG_INFO                        0x09
  14. #define MSG_WARNING                     0x0a
  15. #define MSG_TRYING                      0x0b
  16. #define MSG_CONNECTED                   0x0c
  17. #define MSG_TERMBYREM                   0x0d
  18. #define MSG_KEYMAP                      0x0e
  19. #define MSG_ERRKEYMAP                   0x0f
  20. #define MSG_DUMPFILE                    0x10
  21. #define MSG_CONFIG                      0x11
  22. #define MSG_NOINI                       0x12
  23. #define MSG_BADVAL                      0x13
  24. #define MSG_NOSPAWN                     0x14
  25. #define MSG_RESOLVING 0x15
  26. #define MSG_NOSERVICE 0x16
  27. #define MSG_SIZEALIAS 0x17
  28. #define MSG_ERRPIPE 0x18
  29. #define MSG_BADUSAGE 0x19
  30. #define MSG_ALREADYCONNECTED 0x1a
  31. #define MSG_KEYNOVAL                    1001
  32. #define MSG_KEYBADVAL                   1002
  33. #define MSG_KEYBADSTRUCT                1003
  34. #define MSG_KEYBADCHARS                 1004
  35. #define MSG_KEYUNEXPLINE                1005
  36. #define MSG_KEYUNEXPEOF                 1006
  37. #define MSG_KEYUNEXPTOK                 1007
  38. #define MSG_KEYUNEXPTOKIN               1008
  39. #define MSG_KEYUNEXP                    1009
  40. #define MSG_KEYNOGLOBAL                 1010
  41. #define MSG_KEYNOCONFIG                 1011
  42. #define MSG_KEYUSECONFIG                1012
  43. #define MSG_KEYNOSWKEY                  1013
  44. #define MSG_KEYCANNOTDEF                1014
  45. #define MSG_KEYDUPSWKEY                 1015
  46. #define MSG_KEYUNKNOWNMAP               1016
  47. #define MSG_KEYNOCHARMAPS               1017
  48. #define MSG_KEYNOKEYMAPS                1018
  49. #define MSG_KEYNUMMAPS                  1019
  50. #define MSG_KEYBADMAP 1020
  51. #define MSG_KEYMAPSWITCHED 1021
  52. #define MSG_WSAEINTR                    0x2714
  53. #define MSG_WSAEBADF                    0x2719
  54. #define MSG_WSAEACCESS                  0x271D
  55. #define MSG_WSAEDEFAULT                 0x271E
  56. #define MSG_WSAEINVAL                   0x2726
  57. #define MSG_WSAEMFILE                   0x2728
  58. #define MSG_WSAEWOULDBLOCK              0x2733
  59. #define MSG_WSAEINPROGRESS              0x2734
  60. #define MSG_WSAEALREADY                 0x2735
  61. #define MSG_WSAENOTSOCK                 0x2736
  62. #define MSG_WSAEDESTADDRREQ             0x2737
  63. #define MSG_WSAEMSGSIZE                 0x2738
  64. #define MSG_WSAEPROTOTYPE               0x2739
  65. #define MSG_WSAENOPROTOOPT              0x273A
  66. #define MSG_WSAEPROTONOTSUPPORT         0x273B
  67. #define MSG_WSAESOCKNOTSUPPORT          0x273C
  68. #define MSG_WSAEOPNOTSUPP               0x273D
  69. #define MSG_WSAEPFNOTSUPPORT            0x273E
  70. #define MSG_WSAEAFNOTSUPPORT            0x273F
  71. #define MSG_WSAEADDRINUSE               0x2740
  72. #define MSG_WSAEADDRNOTAVAIL            0x2741
  73. #define MSG_WSAENETDOWN                 0x2742
  74. #define MSG_WSAENETUNREACH              0x2743
  75. #define MSG_WSAENETRESET                0x2744
  76. #define MSG_WSAECONNABORTED             0x2745
  77. #define MSG_WSAECONNRESET               0x2746
  78. #define MSG_WSAENOBUFS                  0x2747
  79. #define MSG_WSAEISCONN                  0x2748
  80. #define MSG_WSAENOTCONN                 0x2749
  81. #define MSG_WSAESHUTDOWN                0x274A
  82. #define MSG_WSAETOOMANYREFS             0x274B
  83. #define MSG_WSAETIMEDOUT                0x274C
  84. #define MSG_WSAECONNREFUSED             0x274D
  85. #define MSG_WSAELOOP                    0x274E
  86. #define MSG_WSAENAMETOOLONG             0x274F
  87. #define MSG_WSAEHOSTDOWN                0x2750
  88. #define MSG_WSAEHOSTUNREACH             0x2751
  89. #define MSG_WSAESYSNOTREADY             0x276B
  90. #define MSG_WSAVERNOTSUPPORTED          0x276C
  91. #define MSG_WSANOTINITIALISED           0x276D
  92. #define MSG_WSAHOST_NOT_FOUND           0x2AF9
  93. #define MSG_WSATRY_AGAIN                0x2AFA
  94. #define MSG_WSANO_RECOVERY              0x2AFB
  95. #define MSG_WSANO_DATA                  0x2AFC
  96. // Next default values for new objects
  97. // 
  98. #ifdef APSTUDIO_INVOKED
  99. #ifndef APSTUDIO_READONLY_SYMBOLS
  100. #define _APS_NEXT_RESOURCE_VALUE        101
  101. #define _APS_NEXT_COMMAND_VALUE         40001
  102. #define _APS_NEXT_CONTROL_VALUE         1000
  103. #define _APS_NEXT_SYMED_VALUE           101
  104. #endif
  105. #endif