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.

247 lines
9.4 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #include "windows.h"
  11. // @@BEGIN_DDKSPLIT
  12. #include "comctrlp.h"
  13. // @@END_DDKSPLIT
  14. #undef APSTUDIO_HIDDEN_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. #undef APSTUDIO_READONLY_SYMBOLS
  17. /////////////////////////////////////////////////////////////////////////////
  18. // English (U.S.) resources
  19. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  20. #ifdef _WIN32
  21. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  22. #pragma code_page(1252)
  23. #endif //_WIN32
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Icon
  27. //
  28. // Icon with lowest ID value placed first to ensure application icon
  29. // remains consistent on all systems.
  30. PORTS_ICON ICON PRELOAD DISCARDABLE "ports.ico"
  31. /////////////////////////////////////////////////////////////////////////////
  32. //
  33. // Dialog
  34. //
  35. DLG_PP_ADVPORTS DIALOG DISCARDABLE 0, 0, 420, 160
  36. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
  37. WS_SYSMENU
  38. CAPTION "Advanced Communications Port Properties"
  39. FONT 8, "MS Shell Dlg"
  40. BEGIN
  41. GROUPBOX "",IDC_STATIC,12,15,342,110
  42. CONTROL "&Use FIFO buffers (requires 16550 compatible UART)",
  43. IDC_FIFO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,15,177,
  44. 10
  45. // break visual tab order so that accessibility can get the correction
  46. // description for the trackbar control
  47. LTEXT "Low (%d)",IDC_RECEIVE_LOW,78,70,30,10
  48. LTEXT "&Receive Buffer:",IDC_RECEIVE_TEXT,23,70,50,10
  49. CONTROL "",IDC_RECEIVE_SLIDER,"msctls_trackbar32",TBS_AUTOTICKS |
  50. WS_GROUP | WS_TABSTOP
  51. // @@BEGIN_DDKSPLIT
  52. | TBS_DOWNISLEFT
  53. // @@END_DDKSPLIT
  54. ,113,66,169,18
  55. LTEXT "High (%d)",IDC_RECEIVE_HIGH,288,71,31,10
  56. LTEXT "",IDC_RXVALUE,329,71,21,10,SS_NOPREFIX
  57. // break visual tab order so that accessibility can get the correction
  58. // description for the trackbar control
  59. LTEXT "Low (%d)",IDC_TRANSMIT_LOW,78,97,30,10
  60. LTEXT "&Transmit Buffer:",IDC_TRANSMIT_TEXT,23,97,53,10
  61. CONTROL "",IDC_TRANSMIT_SLIDER,"msctls_trackbar32",WS_TABSTOP
  62. // @@BEGIN_DDKSPLIT
  63. | TBS_DOWNISLEFT
  64. // @@END_DDKSPLIT
  65. ,113,93,169,20
  66. LTEXT "High (%d)",IDC_TRANSMIT_HIGH,288,98,35,10
  67. LTEXT "",IDC_TXVALUE,329,98,21,10,SS_NOPREFIX
  68. LTEXT "COM &Port Number:",IDC_COMNUMTEXT,13,138,65,8
  69. COMBOBOX PP_PORT_NUMBER,82,136,62,54,CBS_DROPDOWNLIST |
  70. WS_VSCROLL | WS_GROUP | WS_TABSTOP
  71. LTEXT "&Find Devices Attached to Port:",IDC_POLL_DESC,161,138,
  72. 98,8,NOT WS_VISIBLE
  73. COMBOBOX IDC_POLL_PERIOD,268,136,85,58,CBS_DROPDOWNLIST | NOT
  74. WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
  75. DEFPUSHBUTTON "OK",IDOK,362,19,50,14,WS_GROUP
  76. PUSHBUTTON "Cancel",IDCANCEL,362,38,50,14,WS_GROUP
  77. PUSHBUTTON "&Defaults",IDC_RESTORE,362,57,50,14,WS_GROUP
  78. LTEXT "Select lower settings to correct connection problems.",
  79. IDC_DESC_1,40,35,200,10
  80. LTEXT "Select higher settings for faster performance.",
  81. IDC_DESC_2,40,50,200,10
  82. END
  83. DLG_PP_PORTSETTINGS DIALOG DISCARDABLE 0, 0, 257, 215
  84. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  85. WS_SYSMENU
  86. CAPTION "Port Settings"
  87. FONT 8, "MS Shell Dlg"
  88. BEGIN
  89. GROUPBOX "",IDC_STATIC,7,4,243,119
  90. RTEXT "&Bits per second:",IDC_STATIC,84,19,54,8
  91. COMBOBOX PP_PORT_BAUDRATE,142,17,99,90,CBS_DROPDOWNLIST |
  92. WS_VSCROLL | WS_TABSTOP
  93. RTEXT "&Data bits:",IDC_STATIC,84,40,54,8
  94. COMBOBOX PP_PORT_DATABITS,142,38,99,54,CBS_DROPDOWNLIST |
  95. WS_VSCROLL | WS_TABSTOP
  96. RTEXT "&Parity:",IDC_STATIC,84,61,54,8
  97. COMBOBOX PP_PORT_PARITY,142,59,99,62,CBS_DROPDOWNLIST |
  98. WS_VSCROLL | WS_TABSTOP
  99. RTEXT "&Stop bits:",IDC_STATIC,84,82,54,8
  100. COMBOBOX PP_PORT_STOPBITS,142,80,99,54,CBS_DROPDOWNLIST |
  101. WS_VSCROLL | WS_TABSTOP
  102. RTEXT "&Flow control:",IDC_STATIC,84,102,54,8
  103. COMBOBOX PP_PORT_FLOWCTL,142,100,99,54,CBS_DROPDOWNLIST |
  104. WS_VSCROLL | WS_TABSTOP
  105. PUSHBUTTON "&Advanced...",IDC_ADVANCED,116,130,65,14,WS_GROUP
  106. PUSHBUTTON "&Restore Defaults",IDC_RESTORE_PORT,185,130,65,14,
  107. WS_GROUP
  108. END
  109. DLG_PP_LPT_PORTSETTINGS DIALOG DISCARDABLE 0, 0, 257, 215
  110. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  111. WS_SYSMENU
  112. CAPTION "Port Settings"
  113. FONT 8, "MS Shell Dlg"
  114. BEGIN
  115. GROUPBOX "Filter Resource Method",IDC_STATIC,7,4,243,80
  116. CONTROL "&Try not to use an interrupt",IDC_FILTERMETHOD_TRYNOT,
  117. "Button",BS_AUTORADIOBUTTON | WS_GROUP,15,20,99,17
  118. CONTROL "&Never use an interrupt",IDC_FILTERMETHOD_NEVER,"Button",
  119. BS_AUTORADIOBUTTON,15,40,89,17
  120. CONTROL "&Use any interrupt assigned to the port",
  121. IDC_FILTERMETHOD_ACCEPTANY,"Button",BS_AUTORADIOBUTTON,
  122. 15,60,136,17
  123. CONTROL "&Enable legacy Plug and Play detection",
  124. IDC_LPT_ENABLE_LEGACY,"Button",BS_AUTOCHECKBOX |
  125. WS_TABSTOP,7,95,177,10
  126. LTEXT "LPT &Port Number:",IDC_LPTNUMTEXT,7,111,65,8
  127. COMBOBOX PP_LPT_PORT_NUMBER,90,111,62,54,CBS_DROPDOWNLIST |
  128. WS_VSCROLL | WS_GROUP | WS_TABSTOP
  129. END
  130. #ifdef APSTUDIO_INVOKED
  131. /////////////////////////////////////////////////////////////////////////////
  132. //
  133. // TEXTINCLUDE
  134. //
  135. 1 TEXTINCLUDE DISCARDABLE
  136. BEGIN
  137. "resource.h\0"
  138. END
  139. 2 TEXTINCLUDE DISCARDABLE
  140. BEGIN
  141. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  142. "#include ""windows.h""\r\n"
  143. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  144. "\0"
  145. END
  146. 3 TEXTINCLUDE DISCARDABLE
  147. BEGIN
  148. "#ifdef PORT_INC_VERINFO\r\n"
  149. "#include ""ports.rc2""\r\n"
  150. "#endif // PORT_INC_VERINFO\r\n"
  151. "\0"
  152. END
  153. #endif // APSTUDIO_INVOKED
  154. /////////////////////////////////////////////////////////////////////////////
  155. //
  156. // DESIGNINFO
  157. //
  158. #ifdef APSTUDIO_INVOKED
  159. GUIDELINES DESIGNINFO DISCARDABLE
  160. BEGIN
  161. DLG_PP_LPT_PORTSETTINGS, DIALOG
  162. BEGIN
  163. LEFTMARGIN, 7
  164. RIGHTMARGIN, 250
  165. TOPMARGIN, 7
  166. BOTTOMMARGIN, 123
  167. END
  168. END
  169. #endif // APSTUDIO_INVOKED
  170. /////////////////////////////////////////////////////////////////////////////
  171. //
  172. // String Table
  173. //
  174. STRINGTABLE DISCARDABLE
  175. BEGIN
  176. INITS "Insufficient memory for this operation;\r\rclose one or more Windows applications to increase available memory."
  177. IDS_INIT_NAME "Communications Port"
  178. IDS_INIT_CLOSE "Close"
  179. IDS_PORT_IN_USE "This COM name is being used by another device (such as another com port or modem). Using duplicate names can lead to inaccessible devices and changed settings. Do you want to continue?"
  180. IDS_LPT_PORT_INUSE "This LPT port name is being used by another device (such as another LPT port). Using duplicate names can lead to inaccessible devices. Do you want to continue?"
  181. ERRORS "Invalid baud rate;\r\rthe baud rate must be a positive value."
  182. MYPORT "Default"
  183. IDS_PARITY ",Even,Odd,None,Mark,Space"
  184. IDS_BITS ",1,1.5,2"
  185. IDS_FLOWCONTROL ",Xon / Xoff,Hardware,None"
  186. END
  187. STRINGTABLE DISCARDABLE
  188. BEGIN
  189. IDS_ADVANCED_SETTINGS_FOR "Advanced Settings for %s"
  190. IDS_FRIENDLY_FORMAT "%s (%s)"
  191. IDS_ADVANCED_SETTINGS "Advanced Port Settings"
  192. IDS_LOW "Low ("
  193. IDS_HIGH "High ("
  194. IDS_NO_WRITE_PRVILEGE "You must have write privileges in the registry for this device\nin order to modify the device's advanced settings."
  195. IDS_NAME_PROPERTIES "Communications Port Properties"
  196. IDS_LPT_PROPERTIES "Parallel Port Properties"
  197. IDS_PORT_OPEN "The port has been opened by another application. Renaming the port may have an unpredictable effect on the other application. Do you wish to continue?"
  198. IDS_PORT_RENAME_ERROR "There was an error renaming the COM port."
  199. IDS_IN_USE " (in use)"
  200. IDS_LPT_NUM_ERROR "The system cannot support an LPT port number greater than 256."
  201. IDS_LPT_LEGACY_FAILED "An error occurred while attempting to set the enable legacy parallel device detection."
  202. END
  203. #endif // English (U.S.) resources
  204. /////////////////////////////////////////////////////////////////////////////
  205. #ifndef APSTUDIO_INVOKED
  206. /////////////////////////////////////////////////////////////////////////////
  207. //
  208. // Generated from the TEXTINCLUDE 3 resource.
  209. //
  210. #ifdef PORT_INC_VERINFO
  211. #include "ports.rc2"
  212. #endif // PORT_INC_VERINFO
  213. /////////////////////////////////////////////////////////////////////////////
  214. #endif // not APSTUDIO_INVOKED