2025-04-27 07:49:33 -04:00

39 lines
826 B
Plaintext

/* Copyright (c) 1996, Microsoft Corporation, all rights reserved
**
** wait.rc
** Waiting for Services popup
** Resources
**
** 02/18/96 Steve Cobb
*/
#include <wait.rch>
#ifndef ICON_Rasphone
#define ICON_Rasphone
#ifndef IID_Rasphone
#define IID_Rasphone 60
#endif
IID_Rasphone ICON rasphone.ico
#endif
DID_WS_WaitingForServices DIALOG 0, 0, 156, 44
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
STYLE WS_POPUP | WS_CAPTION
CAPTION "Dial-Up Networking"
FONT 8, "MS Shell Dlg"
BEGIN
ICON IID_Rasphone, 19901, 10, 10, 18, 20
LTEXT "Waiting for services to start...", 19902, 45, 16, 105, 8
END
STRINGTABLE
{
SID_OP_LoadRas "Cannot load the Remote Access Connection Manager service."
SID_OP_LoadMprApiDll "Cannot load the file MPRAPI.DLL in the system32 directory."
}