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
5.5 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: tfscore.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. //Microsoft Developer Studio generated resource script.
  11. //
  12. #include "resource.h"
  13. #define APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Generated from the TEXTINCLUDE 2 resource.
  17. //
  18. #include "afxres.h"
  19. #include "tfsres.h"
  20. /////////////////////////////////////////////////////////////////////////////
  21. #undef APSTUDIO_READONLY_SYMBOLS
  22. /////////////////////////////////////////////////////////////////////////////
  23. // English (U.S.) resources
  24. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  25. #ifdef _WIN32
  26. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  27. #pragma code_page(1252)
  28. #endif //_WIN32
  29. #ifdef APSTUDIO_INVOKED
  30. /////////////////////////////////////////////////////////////////////////////
  31. //
  32. // TEXTINCLUDE
  33. //
  34. 1 TEXTINCLUDE DISCARDABLE
  35. BEGIN
  36. "resource.h\0"
  37. END
  38. 2 TEXTINCLUDE DISCARDABLE
  39. BEGIN
  40. "#include ""afxres.h""\r\n"
  41. "#include ""tfsres.h""\r\n"
  42. "\0"
  43. END
  44. 3 TEXTINCLUDE DISCARDABLE
  45. BEGIN
  46. END
  47. #endif // APSTUDIO_INVOKED
  48. /////////////////////////////////////////////////////////////////////////////
  49. //
  50. // Dialog
  51. //
  52. IDD_SERVICE_CTRL_DIALOG DIALOG DISCARDABLE 30, 30, 216, 62
  53. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  54. CAPTION "Service Control"
  55. FONT 8, "MS Shell Dlg"
  56. BEGIN
  57. ICON 0,IDC_ICON_PROGRESS,8,20,20,20,WS_GROUP
  58. LTEXT "",IDC_STATIC_MESSAGE,40,11,167,40,SS_NOPREFIX
  59. END
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Icon
  63. //
  64. // Icon with lowest ID value placed first to ensure application icon
  65. // remains consistent on all systems.
  66. IDI_PROGRESS_ICON_0 ICON DISCARDABLE "..\\tfscore\\res\\prog00.ico"
  67. IDI_PROGRESS_ICON_1 ICON DISCARDABLE "..\\tfscore\\res\\prog01.ico"
  68. IDI_PROGRESS_ICON_10 ICON DISCARDABLE "..\\tfscore\\res\\prog10.ico"
  69. IDI_PROGRESS_ICON_11 ICON DISCARDABLE "..\\tfscore\\res\\prog11.ico"
  70. IDI_PROGRESS_ICON_2 ICON DISCARDABLE "..\\tfscore\\res\\prog02.ico"
  71. IDI_PROGRESS_ICON_3 ICON DISCARDABLE "..\\tfscore\\res\\prog03.ico"
  72. IDI_PROGRESS_ICON_4 ICON DISCARDABLE "..\\tfscore\\res\\prog04.ico"
  73. IDI_PROGRESS_ICON_5 ICON DISCARDABLE "..\\tfscore\\res\\prog05.ico"
  74. IDI_PROGRESS_ICON_6 ICON DISCARDABLE "..\\tfscore\\res\\prog06.ico"
  75. IDI_PROGRESS_ICON_7 ICON DISCARDABLE "..\\tfscore\\res\\prog07.ico"
  76. IDI_PROGRESS_ICON_8 ICON DISCARDABLE "..\\tfscore\\res\\prog08.ico"
  77. IDI_PROGRESS_ICON_9 ICON DISCARDABLE "..\\tfscore\\res\\prog09.ico"
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // String Table
  81. //
  82. STRINGTABLE DISCARDABLE
  83. BEGIN
  84. IDS_ERR_REGISTRY_CALL_FAILED "The registry call failed. Confirm that your maximum registry size has not been exceeded and that you have sufficient permissions to perform this operation."
  85. IDS_ERR_REG_OPEN_CALL_FAILED "The registry open of ""%s"" failed. Confirm that your maximum registry size has not been exceeded and that you have sufficient permissions to perform this operation."
  86. IDS_ERR_REG_CREATE_CALL_FAILED "The registry create of ""%s"" failed. Confirm that your maximum registry size has not been exceeded and that you have sufficient permissions to perform this operation."
  87. IDS_ERR_REG_SETVALUE_CALL_FAILED "The registry set value of ""%s"" failed. Confirm that your maximum registry size has not been exceeded and that you have sufficient permissions to perform this operation."
  88. IDS_IPMBCAPTION "An error occurred."
  89. IDS_IPNOMEM "There is not enough memory available to open this dialog box. Close some applications, and then try again."
  90. IDS_IPBAD_FIELD_VALUE "The IP address is invalid. Enter a valid IP address."
  91. END
  92. STRINGTABLE DISCARDABLE
  93. BEGIN
  94. IDS_STOPPING_SERVICE_NOW "Please wait while the %2 service on %1 stops."
  95. IDS_STARTING_SERVICE_NOW "Please wait while the %2 service on %1 starts."
  96. IDS_ERR_STARTING_SERVICE "An error occurred while trying to start the %2 service on %1. For more information about the error, see Event Viewer. (Right-click the My Computer icon on your Windows desktop, and then click Manage. In the Computer Management console, click Event Viewer.)"
  97. IDS_ERR_STOPPING_SERVICE "An error occurred while trying to stop the %2 service on %1. For more information about the error, see Event Viewer. (Right-click the My Computer icon on your Windows desktop, and then click Manage. In the Computer Management console, click Event Viewer.)"
  98. IDS_ERROR_FORMAT1 "%s"
  99. IDS_ERROR_FORMAT2 "%1\n\n%2"
  100. IDS_ERROR_MORE_INFORMATION "Additional information is available :\n\nError code: %1 \n\nError parameter: %2"
  101. IDS_ERROR_SYSTEM_ERROR_FORMAT "%1 (%2)"
  102. IDS_STOP_SERVICE_TITLE "Stopping %s"
  103. IDS_START_SERVICE_TITLE "Starting %s"
  104. END
  105. #endif // English (U.S.) resources
  106. /////////////////////////////////////////////////////////////////////////////
  107. #ifndef APSTUDIO_INVOKED
  108. /////////////////////////////////////////////////////////////////////////////
  109. //
  110. // Generated from the TEXTINCLUDE 3 resource.
  111. //
  112. /////////////////////////////////////////////////////////////////////////////
  113. #endif // not APSTUDIO_INVOKED