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.
42 lines
1.1 KiB
42 lines
1.1 KiB
/**********************************************************************/
|
|
/** Microsoft Windows/NT **/
|
|
/** Copyright(c) Microsoft Corp., 1991 **/
|
|
/**********************************************************************/
|
|
|
|
//
|
|
// smxdebug.rc
|
|
// Resource script for Test Server Manager Extension
|
|
//
|
|
// FILE STATUS:
|
|
//
|
|
// KeithMo 20-Oct-1992 Created
|
|
//
|
|
|
|
#include "smxdebug.h"
|
|
|
|
ID_MENU MENU
|
|
BEGIN
|
|
MENUITEM "Test Focus &1", IDM_TEST1
|
|
MENUITEM "Test Focus2 &2", IDM_TEST2
|
|
MENUITEM "Debug Test &3", IDM_TEST3
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Debug Test &4", IDM_TEST4
|
|
MENUITEM "Debug Test &5", IDM_TEST5
|
|
END
|
|
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_MENUNAME, "&CDebug"
|
|
IDS_HELPFILE, "SMXDEBUG.HLP"
|
|
END
|
|
|
|
#include "ntverp.h"
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Dummy Server Manager Extension"
|
|
#define VER_INTERNALNAME_STR "smxdebug.dll"
|
|
#define VER_ORIGINALFILENAME_STR "smxdebug.dll"
|
|
|
|
#include "common.ver"
|