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.

146 lines
4.9 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,112,146,69,70,CBS_DROPDOWNLIST | WS_VSCROLL |
  39. WS_TABSTOP
  40. LTEXT "Start &COM",IDC_START_COM,63,148,34,8
  41. LTEXT "Number Of Ports:",IDC_NUM_PORTS,63,44,55,8
  42. LTEXT "",PP_NUM_PORTS,127,44,13,8,NOT WS_GROUP
  43. GROUPBOX "Settings",IDC_STATIC_SETTINGS,36,127,181,44
  44. PUSHBUTTON "Restore Defaults",IDC_RESTORE_DEFAULTS,153,177,64,14
  45. LTEXT "Bus Type:",IDC_BUS_TYPE,63,72,33,8
  46. GROUPBOX "Board Details",IDC_STATIC_BOARD_DETAILS,35,20,181,85
  47. LTEXT "",PP_BUS_TYPE,127,72,25,8,NOT WS_GROUP
  48. LTEXT "",IDC_MODEL,63,58,31,8
  49. LTEXT "",PP_MODEL,127,58,60,8,NOT WS_GROUP
  50. LTEXT "",IDC_CONFIGURATION,63,86,47,8
  51. LTEXT "",PP_CONFIGURATION,127,86,42,8,NOT WS_GROUP
  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 ""cyycoins.rc2""\r\n"
  73. "#endif // PORT_INC_VERINFO\r\n"
  74. "\0"
  75. END
  76. #endif // APSTUDIO_INVOKED
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // String Table
  80. //
  81. STRINGTABLE DISCARDABLE
  82. BEGIN
  83. INITS "Insufficient memory for this operation;\r\rclose one or more Windows applications to increase available memory."
  84. END
  85. STRINGTABLE DISCARDABLE
  86. BEGIN
  87. IDS_IN_USE " (in use)"
  88. END
  89. STRINGTABLE DISCARDABLE
  90. BEGIN
  91. IDS_FRIENDLY_FORMAT "%s (%s)"
  92. END
  93. STRINGTABLE DISCARDABLE
  94. BEGIN
  95. IDS_CYCLOMY "Cyclom-Y Settings"
  96. IDS_NUM_PORTS_DISABLED "Number of Ports will not be displayed due to the following error:\r\r%s"
  97. IDS_START_COM_DISABLED "Start COM will be disabled due to the following error:\r\r%s"
  98. IDS_COM_TOO_BIG_WRN "Start COM will be disabled.\r\rOne of the Cyclom-Y ports is above COM2048."
  99. 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."
  100. IDS_COM_TOO_BIG_ERR "Start COM will not be changed.\r\rOne of the Cyclom-Y ports is above COM2048."
  101. 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."
  102. IDS_INVALID_HCOMDB "Start COM will not be changed due to failure to open name database. "
  103. IDS_START_COM_NOT_CHANGED
  104. "Start COM will not be changed due to the following error:\r\r%s"
  105. IDS_PORT_OPEN_ERROR "Start COM will not be changed. %s has been opened by another application."
  106. IDS_PORT_IN_USE_ERROR "This COM name is being used by another device (such as another com port or modem)."
  107. IDS_PORT_RENAME_ERROR "There was an error renaming COM%d port."
  108. END
  109. #endif // English (U.S.) resources
  110. /////////////////////////////////////////////////////////////////////////////
  111. #ifndef APSTUDIO_INVOKED
  112. /////////////////////////////////////////////////////////////////////////////
  113. //
  114. // Generated from the TEXTINCLUDE 3 resource.
  115. //
  116. #ifdef PORT_INC_VERINFO
  117. #include "cyycoins.rc2"
  118. #endif // PORT_INC_VERINFO
  119. /////////////////////////////////////////////////////////////////////////////
  120. #endif // not APSTUDIO_INVOKED