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.
221 lines
8.3 KiB
221 lines
8.3 KiB
//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
|
|
|
|
IDD_DELETEMSGDLG DIALOG DISCARDABLE 0, 0, 227, 71
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Remote Assistance"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "Cancel",2,167,49,50,14
|
|
PUSHBUTTON "Delete",1,100,49,50,14
|
|
LTEXT "Deleting this invitation prevents the recipient from connecting to your computer.",
|
|
IDC_STATIC,51,10,166,18
|
|
ICON "",IDC_MSGICON,13,10,21,20
|
|
LTEXT "To permanently remove the invitation, click Delete.",
|
|
IDC_STATIC,51,31,166,8
|
|
END
|
|
|
|
IDD_STATUSDLG DIALOG DISCARDABLE 0, 0, 251, 95
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Remote Assistance"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "Cancel",2,100,75,50,14
|
|
LTEXT "Inviting your contact to connect to your computer. Please wait for a response...",
|
|
IDC_STATIC,49,13,192,18
|
|
LTEXT "Creating ticket...",IDC_STATUS,49,38,192,18
|
|
LTEXT "To retract the invitation, click Cancel.",IDC_STAMSG,49,56,189,8
|
|
ICON IDI_ICONCONNECT,IDC_CONNICON,17,31,20,20
|
|
END
|
|
|
|
IDD_INVITATIONDETAILSDLG DIALOGEX DISCARDABLE 0, 0, 222, 245
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Remote Assistance"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "Close",IDOK,165,224,50,14
|
|
LTEXT "Invitation Details",IDC_TITLE,10,9,205,18
|
|
LTEXT "Saved To",IDC_CAP_SAVEDTO,10,33,132,8
|
|
LTEXT "Static",IDC_SAVEDTO,10,45,205,17
|
|
LTEXT "Expiration time",IDC_CAP_EXPIRY,10,68,132,8
|
|
LTEXT "Static",IDC_EXPIRY,10,78,205,17
|
|
LTEXT "Status",IDC_CAP_STATUS,10,99,132,8
|
|
LTEXT "Static",IDC_DSTATUS,10,111,205,17
|
|
LTEXT "Password Protected?",IDC_CAP_PWDPROTECTED,10,132,132,8
|
|
LTEXT "Static",IDC_PWDPROTECTED,10,144,205,17
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKRECT,10,216,205,1
|
|
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
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
// remains consistent on all systems.
|
|
IDI_ICONCONNECT ICON DISCARDABLE "connecticon.ico"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// REGISTRY
|
|
//
|
|
|
|
IDR_SMAPI REGISTRY DISCARDABLE "smapi.rgs"
|
|
IDR_Setting REGISTRY DISCARDABLE "Setting.rgs"
|
|
IDR_IMSESSION REGISTRY DISCARDABLE "IMSession.rgs"
|
|
IDR_MSGBOX REGISTRY DISCARDABLE "MsgBox.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
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_RA_IM_COMPLETE "Connection established"
|
|
IDS_RA_IM_WAITFORCONNECT "Waiting for connection ..."
|
|
IDS_RA_IM_APPSHUTDOWN "The Windows Messenger server has stopped responding. Please try to connect again."
|
|
IDS_RA_IM_SENDINVITE "Invitation has been sent out..."
|
|
IDS_RA_IM_ACCEPTED "Invitation is accepted..."
|
|
IDS_RA_IM_DECLINED "The Remote Assistance invitation was declined. You may want to resend the invitation at a later time."
|
|
IDS_RA_IM_NOAPP "No application installed ..."
|
|
IDS_RA_IM_TERMINATED "Session is terminated"
|
|
IDS_RA_IM_CANCELLED "Session is cancelled"
|
|
IDS_RA_IM_CONNECTTOEXPERT "Connecting..."
|
|
IDS_RA_IM_UNKNOWN "Unknown status..."
|
|
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>
|