NT4/private/oleauto/tests/sdisptst/sdisptst.rc
2020-09-30 17:12:29 +02:00

33 lines
597 B
Plaintext

/***
*sdisptst.rc
*
* Copyright (C) 1992-93, Microsoft Corporation. All Rights Reserved.
* Information Contained Herein Is Proprietary and Confidential.
*
*Purpose:
* Resource script for sdisptst.exe
*
*Revision History:
*
* [00] 24-May-93 bradlo: (added header).
*
*Implementation Notes:
*
*****************************************************************************/
#include <windows.h>
#include "resource.h"
#include "assert.dlg"
SDispTstMenu MENU
BEGIN
POPUP "&Options"
BEGIN
MENUITEM "&Verbose", IDM_VERBOSE
END
END
#if VBA2
1 TYPELIB sdisptst.tlb
#endif