mirror of https://github.com/lianthony/NT4.0
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.
46 lines
1.6 KiB
46 lines
1.6 KiB
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_REPEATER DIALOG DISCARDABLE 0, 0, 268, 159
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Repeater Setup"
|
|
FONT 8, "MS Sans Serif"
|
|
BEGIN
|
|
DEFPUSHBUTTON "&Install",ID_INSTALL,211,7,50,14
|
|
PUSHBUTTON "&Uninstall",ID_UNINSTALL,211,24,50,14
|
|
PUSHBUTTON "&More Info",ID_MOREINFO,211,42,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,211,59,50,14
|
|
EDITTEXT IDC_SPNAME,7,98,229,14,ES_AUTOHSCROLL
|
|
EDITTEXT IDC_FILEDIRECTORY,7,132,229,14,ES_AUTOHSCROLL
|
|
LTEXT "Full path to directory to hold log files:",IDC_STATIC,7,
|
|
121,228,8
|
|
LTEXT "Name of service provider (the .TSP file) EX: repeater.tsp",
|
|
IDC_STATIC,7,86,226,8
|
|
LTEXT "This program will install or uninstall the Repeater service provider. The TAPI service provider that Repeater is collecting information about MUST be installed before this program can be run. ",
|
|
IDC_STATIC,11,11,186,35
|
|
END
|
|
|
|
|
|
#if WINNT
|
|
#include <ntverp.h>
|
|
#else
|
|
#include <version.h>
|
|
#endif
|
|
|
|
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft\256 Windows(TM) Telephony API Repeater Setup"
|
|
#define VER_INTERNALNAME_STR "SETUP"
|
|
#define VER_ORIGINALFILENAME_STR "SETUP.EXE"
|
|
#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corporation 1996. All Rights Reserved."
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
|
|
#include <common.ver>
|