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.

139 lines
4.5 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_PORTSETTINGS DIALOG DISCARDABLE 0, 0, 257, 215
  33. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  34. WS_SYSMENU
  35. CAPTION "Settings"
  36. FONT 8, "MS Shell Dlg"
  37. BEGIN
  38. COMBOBOX PP_START_COM,116,114,69,65,CBS_DROPDOWNLIST | WS_VSCROLL |
  39. WS_TABSTOP
  40. LTEXT "Start &COM",IDC_START_COM,72,115,34,8
  41. LTEXT "Number Of Ports:",IDC_NUM_PORTS,71,74,55,8
  42. LTEXT "16",PP_NUM_PORTS,132,74,13,8,NOT WS_GROUP
  43. PUSHBUTTON "Restore Defaults",IDC_RESTORE_DEFAULTS,156,177,64,14
  44. GROUPBOX "",IDC_STATIC,35,32,185,141
  45. END
  46. #ifdef APSTUDIO_INVOKED
  47. /////////////////////////////////////////////////////////////////////////////
  48. //
  49. // TEXTINCLUDE
  50. //
  51. 1 TEXTINCLUDE DISCARDABLE
  52. BEGIN
  53. "resource.h\0"
  54. END
  55. 2 TEXTINCLUDE DISCARDABLE
  56. BEGIN
  57. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  58. "#include ""windows.h""\r\n"
  59. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  60. "\0"
  61. END
  62. 3 TEXTINCLUDE DISCARDABLE
  63. BEGIN
  64. "#ifdef PORT_INC_VERINFO\r\n"
  65. "#include ""cyzcoins.rc2""\r\n"
  66. "#endif // PORT_INC_VERINFO\r\n"
  67. "\0"
  68. END
  69. #endif // APSTUDIO_INVOKED
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // String Table
  73. //
  74. STRINGTABLE DISCARDABLE
  75. BEGIN
  76. INITS "Insufficient memory for this operation;\r\rclose one or more Windows applications to increase available memory."
  77. END
  78. STRINGTABLE DISCARDABLE
  79. BEGIN
  80. IDS_IN_USE " (in use)"
  81. END
  82. STRINGTABLE DISCARDABLE
  83. BEGIN
  84. IDS_FRIENDLY_FORMAT "%s (%s)"
  85. END
  86. STRINGTABLE DISCARDABLE
  87. BEGIN
  88. IDS_CYCLADZ "Cyclades-Z Settings"
  89. IDS_NUM_PORTS_DISABLED "Number of Ports will not be displayed due to the following error:\r\r%s"
  90. IDS_START_COM_DISABLED "Start COM will be disabled due to the following error:\r\r%s"
  91. IDS_COM_TOO_BIG_WRN "Start COM will be disabled.\r\rOne of the Cyclades-Z ports is above COM2048."
  92. IDS_MEM_ALLOC_WRN "Start COM will be disabled due to insufficient memory for this operation;\r\rclose one or more Windows applications to increase available memory."
  93. IDS_COM_TOO_BIG_ERR "Start COM will not be changed.\r\rOne of the Cyclades-Z ports is above COM2048."
  94. IDS_MEM_ALLOC_ERR "Start COM will not be changed due to insufficient memory for this operation;\r\rclose one or more Windows applications to increase available memory."
  95. IDS_INVALID_HCOMDB "Start COM will not be changed due to failure to open name database. "
  96. IDS_START_COM_NOT_CHANGED
  97. "Start COM will not be changed due to the following error:\r\r%s"
  98. IDS_PORT_OPEN_ERROR "Start COM will not be changed. %s has been opened by another application."
  99. IDS_PORT_IN_USE_ERROR "This COM name is being used by another device (such as another com port or modem)."
  100. IDS_PORT_RENAME_ERROR "There was an error renaming COM%d port."
  101. END
  102. #endif // English (U.S.) resources
  103. /////////////////////////////////////////////////////////////////////////////
  104. #ifndef APSTUDIO_INVOKED
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // Generated from the TEXTINCLUDE 3 resource.
  108. //
  109. #ifdef PORT_INC_VERINFO
  110. #include "cyzcoins.rc2"
  111. #endif // PORT_INC_VERINFO
  112. /////////////////////////////////////////////////////////////////////////////
  113. #endif // not APSTUDIO_INVOKED