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

162 lines
5.6 KiB
Plaintext

//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.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
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_IPLISTDLG DIALOG DISCARDABLE 200, 100, 225, 132
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Dialog"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK",IDOK,168,111,50,14
PUSHBUTTON "Cancel",IDCANCEL,101,111,50,14
LISTBOX IDC_IPLIST,16,18,186,79,LBS_SORT | LBS_NOINTEGRALHEIGHT |
WS_VSCROLL | WS_TABSTOP
LTEXT "Select an IP address for helper to connect back on:",
IDS_IPSELECTION,15,5,186,11
END
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE DISCARDABLE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE DISCARDABLE
BEGIN
"#include ""winres.h""\r\n"
"\0"
END
3 TEXTINCLUDE DISCARDABLE
BEGIN
"1 TYPELIB ""rcbdyctl.tlb""\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// REGISTRY
//
IDR_SMAPI REGISTRY DISCARDABLE "smapi.rgs"
IDR_Setting REGISTRY DISCARDABLE "Setting.rgs"
IDR_CONNECTION REGISTRY DISCARDABLE "Connection.rgs"
IDR_DISPLAY REGISTRY DISCARDABLE "Display.rgs"
IDR_IMSESSION REGISTRY DISCARDABLE "IMSession.rgs"
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_PROJNAME "rcbdyctl"
IDS_RECIPIENT_DESC "Recipient Class"
IDS_RECIPIENTS_DESC "Recipients Class"
IDS_ENUMRECIPIENT_DESC "EnumRecipient Class"
IDS_MAPI_E_FAILURE "One or more unspecified errors occurred during logon."
IDS_MAPI_E_INSUFFICIENT_MEMORY
"There was insufficient memory to proceed. "
IDS_MAPI_E_LOGIN_FAILURE
"There was no default logon, and the user failed to log on successfully when the logon dialog box was displayed."
IDS_MAPI_E_TOO_MANY_SESSIONS
"The user had too many sessions open simultaneously."
IDS_MAPI_E_USER_ABORT "The user canceled the operation."
IDS_MAPI_E_INVALID_SESSION
"An invalid session handle was used for the lhSession parameter."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_MAPI_E_INVALID_EDITFIELDS
"The value of the nEditFields parameter was outside the range of 0 through 4. No list of recipient entries was returned. "
IDS_MAPI_E_INVALID_RECIPS
"One or more of the recipients in the address list was not valid. No list of recipient entries was returned."
IDS_MAPI_E_NOT_SUPPORTED
"The operation was not supported by the underlying messaging system. "
IDS_MAPI_E_AMBIGUOUS_RECIPIENT
"A recipient matched more than one of the recipient descriptor structures and MAPI_DIALOG was not set."
IDS_MAPI_E_ATTACHMENT_NOT_FOUND "The specified attachment was not found."
IDS_MAPI_E_ATTACHMENT_OPEN_FAILURE
"The specified attachment could not be opened."
IDS_MAPI_E_BAD_RECIPTYPE
"The type of a recipient was not MAPI_TO, MAPI_CC, or MAPI_BCC."
IDS_MAPI_E_TEXT_TOO_LARGE "The text in the message was too large. "
IDS_MAPI_E_TOO_MANY_FILES "There were too many file attachments. "
IDS_MAPI_E_TOO_MANY_RECIPIENTS "There were too many recipients. "
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_MAPI_E_UNKNOWN_RECIPIENT
"A recipient did not appear in the address list. "
IDS_E_FUNC_NOTFOUND
"Could not load the underlying mapi function"
IDS_FRIENDLYTYPENAME "Microsoft Remote Assistance Incident"
IDS_RASYSMENUTIP "Lets you invite a friend to connect to your computer and help you with problems."
IDS_APPNAME "Remote Assistance"
IDS_NOEXCHANGE "Your corporate network configuration does not support using Windows Messenger with Remote Assistance."
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
1 TYPELIB "rcbdyctl.tlb"
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
#include <windows.h>
#include <bldver.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft Remote Assistance\0"
#define VER_INTERNALNAME_STR "RCBDYCTL.DLL\0"
#define VER_ORIGINALFILENAME_STR "RCBDYCTL.DLL\0"
#include <common.ver>