xbox-kernel/private/ntos/dm/msvc/wintl/tlxbox.rc
2020-09-30 17:17:25 +02:00

144 lines
4.3 KiB
Plaintext

//Microsoft Visual C++ generated resource script.
//
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#define APSTUDIO_HIDDEN_SYMBOLS
#include "windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS
#include "resource.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
//
SETUP DIALOG DISCARDABLE 0, 0, 221, 63
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
#if defined (TARGMACPPC)
CAPTION "Power Macintosh Network (TCP/IP) Settings"
#else
CAPTION "Win32 Network (TCP/IP) Settings"
#endif
FONT 8, "MS Sans Serif"
BEGIN
LTEXT "Target &machine name or address:",-1,7,7,153,8
EDITTEXT IDNAME,7,17,153,12,ES_AUTOHSCROLL
LTEXT "&Debug monitor password:",-1,7,35,153,8
EDITTEXT IDPW,7,45,153,12,ES_AUTOHSCROLL | WS_DISABLED
DEFPUSHBUTTON "OK",IDOK,171,7,44,14
PUSHBUTTON "Cancel",IDCANCEL,171,24,44,14
CONTROL "&Self Debug",IDC_CHECK_SELF_DEBUG,"button",
BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,163,74,52,
10
PUSHBUTTON "&Help",9,171,41,44,14
END
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE DISCARDABLE
BEGIN
END
2 TEXTINCLUDE DISCARDABLE
BEGIN
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
"#include ""windows.h""\r\n"
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
"#include ""tlsetup.h""\r\n"
"#include ""tlglobs.h""\r\n"
"\0"
END
3 TEXTINCLUDE DISCARDABLE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE
BEGIN
SETUP, DIALOG
BEGIN
RIGHTMARGIN, 220
VERTGUIDE, 6
VERTGUIDE, 159
VERTGUIDE, 171
VERTGUIDE, 215
HORZGUIDE, 6
HORZGUIDE, 84
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_ERR_CANNOT_INITIALIZE "Unable to initialize TCP/IP transport"
IDS_ERR_CANNOT_CONNECT "Unable to connect to remote machine"
IDS_ERR_NOT_AUTHORIZED "The specified debugging password is incorrect"
IDS_ERR_STARTUP "Unable to start Windows Sockets."
IDS_ERR_CONNECT "The 'VC++ Debug Monitor' is not correctly installed and running on the machine '%s'."
IDS_ERR_NOT_FOUND "The remote machine '%s' could not be found."
IDS_ERR_RESOLVE "Unable to resolve an IP address for the remote machine '%s'."
IDS_ERR_GENERIC "General network failure (Windows Sockets error %d)."
IDS_ERR_VERSION "Remote and local versions do not match."
IDS_ERR_PASSWORD "Specified debugging password is incorrect."
IDS_ERR_SOCKET "Failed to open a socket."
IDS_ERR_SETTINGS "The specified TCP/IP connection settings are invalid."
IDS_ERR_SERVER_IN_USE "The server TCP/IP ports were in use. Another copy of msvcmon.exe may be running."
IDS_HELP "Please refer to the 'Debugging Remote Applications' section in the Visual C++ on-line help."
IDS_MSGBOX_TITLE "Win32 Network (TCP/IP) Settings"
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "TCP/IP transport for Xbox debugger"
#define VER_INTERNALNAME_STR "tln0x.dll\0"
#define VER_ORIGINALFILENAME_STR "tln0x.dll\0"
#include <common.ver>