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.

170 lines
5.6 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. #undef APSTUDIO_HIDDEN_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  17. #ifdef _WIN32
  18. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  19. #pragma code_page(1252)
  20. #endif //_WIN32
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // Icon
  24. //
  25. // Icon with lowest ID value placed first to ensure application icon
  26. // remains consistent on all systems.
  27. PORTS_ICON ICON PRELOAD DISCARDABLE "ports.ico"
  28. /////////////////////////////////////////////////////////////////////////////
  29. //
  30. // Dialog
  31. //
  32. DLG_PP_ADVPORTS DIALOG DISCARDABLE 0, 0, 400, 165
  33. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
  34. WS_SYSMENU
  35. CAPTION "Advanced Cyclades-Z Port Properties"
  36. FONT 8, "MS Shell Dlg"
  37. BEGIN
  38. GROUPBOX "",IDC_STATIC,23,18,294,127
  39. LTEXT "COM &Port Number:",IDC_COMNUMTEXT,69,95,65,8
  40. COMBOBOX PP_PORT_NUMBER,134,90,62,66,CBS_DROPDOWNLIST |
  41. WS_VSCROLL | WS_GROUP | WS_TABSTOP
  42. LTEXT "&Find Devices Attached to Port:",IDC_POLL_DESC,69,114,
  43. 98,8,NOT WS_VISIBLE
  44. COMBOBOX IDC_POLL_PERIOD,172,111,67,58,CBS_DROPDOWNLIST | NOT
  45. WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
  46. DEFPUSHBUTTON "OK",IDOK,341,19,50,14,WS_GROUP
  47. PUSHBUTTON "Cancel",IDCANCEL,341,38,50,14,WS_GROUP
  48. PUSHBUTTON "&Defaults",IDC_RESTORE,341,57,50,14,WS_GROUP
  49. CONTROL "&Return Write status only after firmware transmission buffer empty",
  50. IDC_WRITE_COMPLETE,"Button",BS_AUTOCHECKBOX | WS_GROUP |
  51. WS_TABSTOP,69,66,234,10
  52. END
  53. #ifdef APSTUDIO_INVOKED
  54. /////////////////////////////////////////////////////////////////////////////
  55. //
  56. // TEXTINCLUDE
  57. //
  58. 1 TEXTINCLUDE DISCARDABLE
  59. BEGIN
  60. "resource.h\0"
  61. END
  62. 2 TEXTINCLUDE DISCARDABLE
  63. BEGIN
  64. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  65. "#include ""windows.h""\r\n"
  66. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  67. "\0"
  68. END
  69. 3 TEXTINCLUDE DISCARDABLE
  70. BEGIN
  71. "#ifdef PORT_INC_VERINFO\r\n"
  72. "#include ""ports.rc2""\r\n"
  73. "#endif // PORT_INC_VERINFO\r\n"
  74. "\0"
  75. END
  76. #endif // APSTUDIO_INVOKED
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // DESIGNINFO
  80. //
  81. #ifdef APSTUDIO_INVOKED
  82. GUIDELINES DESIGNINFO DISCARDABLE
  83. BEGIN
  84. DLG_PP_ADVPORTS, DIALOG
  85. BEGIN
  86. RIGHTMARGIN, 391
  87. BOTTOMMARGIN, 145
  88. END
  89. END
  90. #endif // APSTUDIO_INVOKED
  91. /////////////////////////////////////////////////////////////////////////////
  92. //
  93. // String Table
  94. //
  95. STRINGTABLE DISCARDABLE
  96. BEGIN
  97. INITS "Insufficient memory for this operation;\r\rclose one or more Windows applications to increase available memory."
  98. IDS_INIT_NAME "Cyclades-Z Port"
  99. IDS_INIT_CLOSE "Close"
  100. 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?"
  101. ERRORS "Invalid baud rate;\r\rthe baud rate must be a positive value."
  102. MYPORT "Default"
  103. IDS_PARITY ",Even,Odd,None,Mark,Space"
  104. IDS_BITS ",1,1.5,2"
  105. IDS_FLOWCONTROL ",Xon / Xoff,Hardware,None"
  106. END
  107. STRINGTABLE DISCARDABLE
  108. BEGIN
  109. IDS_LOW "Low ("
  110. IDS_HIGH "High ("
  111. IDS_NO_WRITE_PRVILEGE "You must have write privileges in the registry for this device\nin order to modify the device's advanced settings."
  112. IDS_NAME_PROPERTIES "Communications Port Properties"
  113. 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?"
  114. IDS_PORT_RENAME_ERROR "There was an error renaming the COM port."
  115. IDS_IN_USE " (in use)"
  116. IDS_LPT_PROPERTIES "Parallel Port Properties"
  117. 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?"
  118. END
  119. STRINGTABLE DISCARDABLE
  120. BEGIN
  121. IDS_ADVANCED_SETTINGS_FOR "Advanced Settings for %s"
  122. IDS_FRIENDLY_FORMAT "%s (%s)"
  123. IDS_ADVANCED_SETTINGS "Advanced Port Settings"
  124. END
  125. STRINGTABLE DISCARDABLE
  126. BEGIN
  127. IDS_LPT_NUM_ERROR "The system cannot support an LPT port number greater than 256."
  128. IDS_LPT_LEGACY_FAILED "An error occurred while attempting to set the enable legacy parallel device detection."
  129. END
  130. #endif // English (U.S.) resources
  131. /////////////////////////////////////////////////////////////////////////////
  132. #ifndef APSTUDIO_INVOKED
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // Generated from the TEXTINCLUDE 3 resource.
  136. //
  137. #ifdef PORT_INC_VERINFO
  138. #include "ports.rc2"
  139. #endif // PORT_INC_VERINFO
  140. /////////////////////////////////////////////////////////////////////////////
  141. #endif // not APSTUDIO_INVOKED