windows-nt/Source/XPSP1/NT/net/tapi/skywalker/h323/tsp/h323.rc

137 lines
5.7 KiB
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#define APSTUDIO_HIDDEN_SYMBOLS
#include "windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS
#include "ntverp.h"
#include "config.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
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft H.323 Telephony Service Provider"
#define VER_INTERNALNAME_STR "H323.TSP"
#define VER_ORIGINALFILENAME_STR "H323.TSP"
#include "common.ver"
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_PHONE ICON DISCARDABLE "phone.ico"
IDI_PROXY ICON DISCARDABLE "proxy.ico"
IDI_GATEKEEPER ICON DISCARDABLE "gk.ico"
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_TSPCONFIG DIALOGEX 0, 0, 269, 319
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
CAPTION "Configure H.323 Service Provider"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Calling a telephone using TAPI 3.1",IDC_GATEWAY_GROUP,
10,8,242,35,WS_GROUP
ICON IDI_PHONE,IDC_STATIC,18,21,20,20
CONTROL "Use H.323 &gateway:",IDC_USEGATEWAY,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,44,23,82,8
EDITTEXT IDC_H323_GATEWAY,145,22,97,14,ES_AUTOHSCROLL
GROUPBOX "Calling through a firewall using TAPI 3.1",
IDC_PROXY_GROUP,10,50,242,35,WS_GROUP
ICON IDI_PROXY,IDC_STATIC,18,63,20,20
CONTROL "Use H.323 &proxy:",IDC_USEPROXY,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,44,65,82,8
EDITTEXT IDC_H323_PROXY,145,65,97,14,ES_AUTOHSCROLL
GROUPBOX "Calling through a gatekeeper using TAPI 3.1",
IDC_GK_GROUP,9,92,245,105,WS_GROUP
CONTROL "Use H.323 gate&keeper:",IDC_USEGK,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,46,111,90,10
EDITTEXT IDC_H323_GK,146,111,97,14,ES_AUTOHSCROLL
LTEXT "Gatekeeper registration state:",IDC_STATIC,18,136,100,9
CTEXT "Unknown",IDC_REGSTATE,119,135,79,12,WS_TABSTOP
ICON IDI_GATEKEEPER,IDC_STATIC,18,105,20,20
PUSHBUTTON "Upda&te",IDUPDATE,199,132,43,16
CONTROL "Log on using my phone nu&mber:",IDC_USEGK_PHONE,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,27,156,117,10
EDITTEXT IDC_H323_GK_PHONE,145,154,97,14,ES_AUTOHSCROLL
CONTROL "Log on using my &account name:",IDC_USEGK_ACCT,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,27,177,117,10
EDITTEXT IDC_H323_GK_ACCT,145,176,97,14,ES_AUTOHSCROLL
GROUPBOX "H.323 call control",IDC_CC_GROUP,9,205,245,79,WS_GROUP
LTEXT "H.323 call al&erting timeout:",IDC_STATIC1,46,222,87,9
EDITTEXT IDC_H323_CALL_TIMEOUT,145,219,95,14,ES_AUTOHSCROLL
LTEXT "H.323 call liste&ning port:",IDC_STATIC2,46,241,83,9
EDITTEXT IDC_H323_CALL_PORT,145,240,96,14,ES_AUTOHSCROLL
LTEXT "Listening for incoming calls on port:",IDC_STATIC3,17,
264,116,9
CTEXT "",IDC_LISTENPORT,136,264,53,12,WS_TABSTOP
PUSHBUTTON "Up&date",IDUPDATE_PORT,197,260,43,16
DEFPUSHBUTTON "OK",IDOK,74,295,51,14
PUSHBUTTON "Cancel",IDCANCEL,138,295,51,14
DEFPUSHBUTTON "Appl&y",IDAPPLY,199,295,51,14
END
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_LINENAME "H323 Line"
IDS_PROVIDERNAME "Microsoft H.323 Telephony Service Provider"
IDS_REGOPENKEY "This user does not have permissions to change the H.323 Service Provider settings."
IDS_GKLOGON_PHONEALIAS_ERROR
"Gatekeeper Phone-Logon Option enabled but no alias specified."
IDS_GKLOGON_ACCTALIAS_ERROR
"Gatekeeper Account-Logon Option enabled but no alias specified."
IDS_GKLOGON_ERROR "Gatekeeper enabled but no alias specified."
IDS_PHONEALIAS_ERROR "Invalid phone number. Make sure that all the characters are valid e164 characters."
IDS_GKALIAS_ERROR "Gatekeeper enabled but no gatekeeper address specified."
IDS_PROXYALIAS_ERROR "H323 Proxy enabled but no proxy address specified."
IDS_GWALIAS_ERROR "Gateway enabled but no gateway address specified."
IDS_ALERTTIMEOUT_ERROR "The Call establishment timeout should be in the range of 30000 milliseconds to 180000 milliseconds."
IDS_LISTENPORT_ERROR "The Call listen port should be in the range of 1000 to 32000."
IDS_REGISTERED "Registered"
IDS_NOT_REGISTERED "Not Registered"
IDS_NONE "None"
IDS_UNKNOWN "Unknown"
IDS_REGISTRATION_INPROGRESS
"Registration in Progress"
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////