//+-------------------------------------------------------------------------
//
//  Microsoft Windows
//
//  Copyright (C) Microsoft Corporation, 1997 - 1999
//
//  File:       tfscore.rc
//
//--------------------------------------------------------------------------

//Microsoft Developer Studio generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
#include "tfsres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE DISCARDABLE 
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#include ""afxres.h""\r\n"
    "#include ""tfsres.h""\r\n"
    "\0"
END

3 TEXTINCLUDE DISCARDABLE 
BEGIN
END

#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDD_SERVICE_CTRL_DIALOG DIALOG DISCARDABLE  30, 30, 216, 62
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "Service Control"
FONT 8, "MS Shell Dlg"
BEGIN
    ICON            0,IDC_ICON_PROGRESS,8,20,20,20,WS_GROUP
    LTEXT           "",IDC_STATIC_MESSAGE,40,11,167,40,SS_NOPREFIX
END


/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_PROGRESS_ICON_0     ICON    DISCARDABLE     "..\\tfscore\\res\\prog00.ico"
IDI_PROGRESS_ICON_1     ICON    DISCARDABLE     "..\\tfscore\\res\\prog01.ico"
IDI_PROGRESS_ICON_10    ICON    DISCARDABLE     "..\\tfscore\\res\\prog10.ico"
IDI_PROGRESS_ICON_11    ICON    DISCARDABLE     "..\\tfscore\\res\\prog11.ico"
IDI_PROGRESS_ICON_2     ICON    DISCARDABLE     "..\\tfscore\\res\\prog02.ico"
IDI_PROGRESS_ICON_3     ICON    DISCARDABLE     "..\\tfscore\\res\\prog03.ico"
IDI_PROGRESS_ICON_4     ICON    DISCARDABLE     "..\\tfscore\\res\\prog04.ico"
IDI_PROGRESS_ICON_5     ICON    DISCARDABLE     "..\\tfscore\\res\\prog05.ico"
IDI_PROGRESS_ICON_6     ICON    DISCARDABLE     "..\\tfscore\\res\\prog06.ico"
IDI_PROGRESS_ICON_7     ICON    DISCARDABLE     "..\\tfscore\\res\\prog07.ico"
IDI_PROGRESS_ICON_8     ICON    DISCARDABLE     "..\\tfscore\\res\\prog08.ico"
IDI_PROGRESS_ICON_9     ICON    DISCARDABLE     "..\\tfscore\\res\\prog09.ico"

/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE DISCARDABLE 
BEGIN
    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."
    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."
    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."
    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."
    IDS_IPMBCAPTION         "An error occurred."
    IDS_IPNOMEM             "There is not enough memory available to open this dialog box. Close some applications, and then try again."
    IDS_IPBAD_FIELD_VALUE   "The IP address is invalid. Enter a valid IP address."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_STOPPING_SERVICE_NOW  "Please wait while the %2 service on %1 stops."
    IDS_STARTING_SERVICE_NOW  "Please wait while the %2 service on %1 starts."
	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.)"
	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.)"
	IDS_ERROR_FORMAT1		"%s"
	IDS_ERROR_FORMAT2		"%1\n\n%2"
	IDS_ERROR_MORE_INFORMATION	"Additional information is available :\n\nError code: %1 \n\nError parameter: %2"
	IDS_ERROR_SYSTEM_ERROR_FORMAT	"%1  (%2)"
    IDS_STOP_SERVICE_TITLE  "Stopping %s"
    IDS_START_SERVICE_TITLE "Starting %s"
END

#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED