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.
32 lines
597 B
32 lines
597 B
/***
|
|
*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
|