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.

203 lines
4.1 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1991 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; msg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message part of
  12. ; the administration utility.
  13. ;
  14. ;Author:
  15. ; Sadagopan Rajaram - Dec 20, 1999
  16. ;
  17. ;
  18. ;--*/
  19. ;
  20. ;#ifndef _TCADMIN_MSG_
  21. ;#define _TCADMIN_MSG_
  22. ;
  23. ;
  24. MessageID=9001 SymbolicName=MSG_MAIN_SCREEN
  25. Language=English
  26. Choose one of the following options
  27. 0) Exit the utility
  28. 1) Browse through the service
  29. settings
  30. 2) Add a new com port to the
  31. service
  32. 3) Send a parameter changed
  33. message to the service
  34. 4) Get the current state of
  35. the service
  36. 5) Start the service
  37. 6) Stop the service
  38. 7) Add all the com ports on the machine
  39. Any other key displays the help message
  40. .
  41. MessageID=9002 SymbolicName=MSG_HELP_SCREEN
  42. Language=English
  43. This is a simple utility
  44. To chose a particular option,
  45. press the number on the
  46. keyboard
  47. Press Any Key To Return To The
  48. Main Screen
  49. .
  50. MessageID=9003 SymbolicName=MSG_NAME_PROMPT
  51. Language=English
  52. Name %
  53. .
  54. MessageID=9004 SymbolicName=MSG_DEVICE_PROMPT
  55. Language=English
  56. Device %
  57. .
  58. MessageID=9005 SymbolicName=MSG_BAUD_PROMPT
  59. Language=English
  60. Baud Rate %
  61. .
  62. MessageID=9006 SymbolicName=MSG_WORD_PROMPT
  63. Language=English
  64. Word Length %
  65. .
  66. MessageID=9007 SymbolicName=MSG_PARITY_PROMPT
  67. Language=English
  68. Parity %
  69. .
  70. MessageID=9008 SymbolicName=MSG_STOP_PROMPT
  71. Language=English
  72. Stop Bits %
  73. .
  74. MessageID=9009 SymbolicName=MSG_MENU_PROMPT
  75. Language=English
  76. P)rev N)ext M)ain
  77. E)dit D)elete
  78. .
  79. MessageID=9010 SymbolicName=MSG_CANNOT_LOAD
  80. Language=English
  81. Dynamic library load failed.
  82. .
  83. MessageID=9011 SymbolicName=MSG_COPY_RUNNING
  84. Language=English
  85. Another copy of the utility is running
  86. .
  87. MessageID=9012 SymbolicName=MSG_PROCEDURE_NOT_FOUND
  88. Language=English
  89. Procedure not found.
  90. .
  91. MessageID=9013 SymbolicName=MSG_CONFIRM_PROMPT
  92. Language=English
  93. Are you sure (Y/N)?
  94. .
  95. MessageID=9014 SymbolicName=MSG_ERROR_SET
  96. Language=English
  97. Error Setting parameters
  98. .
  99. MessageID=9015 SymbolicName=MSG_PARITY_PROMPT2
  100. Language=English
  101. NO PARITY %
  102. ODD PARITY %
  103. EVEN PARITY %
  104. MARK PARITY %
  105. SPACE PARITY %
  106. Parity %
  107. .
  108. MessageID=9016 SymbolicName=MSG_STOP_PROMPT2
  109. Language=English
  110. 1 STOP BIT %
  111. 1.5 STOP BITS %
  112. 2 STOP BITS %
  113. Stop Bits %
  114. .
  115. MESSAGEID=9017 SymbolicName=CANNOT_OPEN_SERVICE_MANAGER
  116. Language=English
  117. Cannot open the service manager
  118. .
  119. MESSAGEID=9018 SymbolicName=CANNOT_OPEN_SERVICE
  120. Language=English
  121. Cannot open the service
  122. .
  123. MESSAGEID=9019 SymbolicName=CANNOT_SEND_PARAMETER_CHANGE
  124. Language=English
  125. Cannot Send the control message to the service
  126. .
  127. MESSAGEID=9020 SymbolicName=SUCCESSFULLY_SENT_PARAMETER_CHANGE
  128. Language=English
  129. The control message was successfully sent.
  130. Check the status to see if the change was effected.
  131. .
  132. MESSAGEID=9021 SymbolicName=CANNOT_QUERY_STATUS
  133. Language=English
  134. Cannot Query the status of the service
  135. .
  136. MESSAGEID=9022 SymbolicName=QUERY_STATUS_SUCCESS
  137. Language=English
  138. The status of the service is
  139. .
  140. MESSAGEID=9023 SymbolicName=SERVICE_STOPPED_MESSAGE
  141. Language=English
  142. SERVICE_STOPPED
  143. .
  144. MESSAGEID=9024 SymbolicName=SERVICE_START_PENDING_MESSAGE
  145. Language=English
  146. SERVICE_START_PENDING
  147. .
  148. MESSAGEID=9025 SymbolicName=SERVICE_STOP_PENDING_MESSAGE
  149. Language=English
  150. SERVICE_STOP_PENDING
  151. .
  152. MESSAGEID=9026 SymbolicName=SERVICE_RUNNING_MESSAGE
  153. Language=English
  154. SERVICE_RUNNING
  155. .
  156. MESSAGEID=9027 SymbolicName=SERVICE_CONTINUE_PENDING_MESSAGE
  157. Language=English
  158. SERVICE_CONTINUE_PENDING
  159. .
  160. MESSAGEID=9028 SymbolicName=SERVICE_PAUSE_PENDING_MESSAGE
  161. Language=English
  162. SERVICE_PAUSE_PENDING
  163. .
  164. MESSAGEID=9029 SymbolicName=SERVICE_PAUSED_MESSAGE
  165. Language=English
  166. SERVICE_PAUSED
  167. .
  168. MESSAGEID=9030 SymbolicName=STATUS_UNKNOWN_MESSAGE
  169. Language=English
  170. STATUS_UNKNOWN
  171. .
  172. MESSAGEID=9031 SymbolicName=CANNOT_SEND_STOP
  173. Language=English
  174. Cannot Send the stop message to the service
  175. .
  176. MESSAGEID=9032 SymbolicName=SUCCESSFULLY_SENT_STOP
  177. Language=English
  178. The stop message was successfully sent.
  179. Check the status to see if the service was stopped.
  180. .
  181. MESSAGEID=9033 SymbolicName=CANNOT_SEND_START
  182. Language=English
  183. Cannot Start the service
  184. .
  185. MESSAGEID=9034 SymbolicName=SUCCESSFULLY_SENT_START
  186. Language=English
  187. The service was started.
  188. Check the status to see if the service is running.
  189. .
  190. ; #endif