Leaked source code of windows server 2003
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.
|
|
//Copyright (c) 1998 - 1999 Microsoft Corporation //Microsoft Developer Studio generated resource script. // #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "winres.h"
// Version Info
#include <winver.h> #include <ntverp.h>
#define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VOS_NT_WINDOWS32 #define VER_FILEDESCRIPTION_STR "Configuration Backend Interface" #define VER_INTERNALNAME_STR "CfgBkEnd" #define VER_ORIGINALFILENAME_STR "CfgBkEnd.dll"
#include <verall.h> #include "common.ver"
///////////////////////////////////////////////////////////////////////////// #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 ""winres.h""\r\n" "\0" END
3 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0" END
#endif // APSTUDIO_INVOKED
// // REGISTRY //
IDR_CFGCOMP REGISTRY DISCARDABLE "CfgComp.rgs"
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN IDS_PROJNAME "CfgBkEnd" IDS_SYSTEM_CONSOLE_NAME "Console" IDS_ALL_LAN_ADAPTERS "All network adapters configured with this protocol" IDS_REMOTE_SECURITY "Remote" IDS_APPLICATION_SECURITY "Application" IDS_ANONYMOUS_SECURITY "Anonymous" END
STRINGTABLE DISCARDABLE BEGIN IDS_ASYNC_ADVANCED_HWTX_WHEN_CTS_IS_ON "when CTS is on" IDS_ASYNC_ADVANCED_HWTX_WHEN_DSR_IS_ON "when DSR is on" IDS_CONNECT_CTS "CTS" IDS_CONNECT_DSR "DSR" IDS_CONNECT_RI "RI" IDS_CONNECT_DCD "DCD" IDS_CONNECT_FIRST_CHARACTER "first character" IDS_CONNECT_ALWAYS "(always connected)" IDS_MODEM_CALLBACK_DISABLED "disabled." IDS_MODEM_CALLBACK_ROVING "to a roving phone number." IDS_MODEM_CALLBACK_FIXED "to a fixed phone number." END
STRINGTABLE DISCARDABLE BEGIN IDS_ASYNC_ADVANCED_HWRX_NOTHING "Do nothing" IDS_ASYNC_ADVANCED_HWRX_TURN_OFF_RTS "Turn off RTS" IDS_ASYNC_ADVANCED_HWRX_TURN_OFF_DTR "Turn off DTR" IDS_ASYNC_ADVANCED_HWTX_ALWAYS "always" END
STRINGTABLE DISCARDABLE BEGIN IDS_LICENSING_PERSEAT_NAME "Per Device" IDS_LICENSING_PERSEAT_DESC "This policy requires a license to be issued to each client computer (device) that connects to the terminal server." IDS_LICENSING_RA_NAME "Remote Desktop for Administration" IDS_LICENSING_RA_DESC "This policy provides two concurrent connections." IDS_LICENSING_PERUSER_NAME "Per User" IDS_LICENSING_PERUSER_DESC "This policy requires a license to be issued to each user that connects to the Terminal Server. The allocation of licenses to users is not currently managed." END
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. //
///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED
|