windows-nt/Source/XPSP1/NT/com/oleutest/oletest/appwin.h
2020-09-26 16:20:57 +08:00

35 lines
760 B
C

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1993.
//
// File: appwin.h
//
// Contents: constants for the menu items and so forth
//
// Classes:
//
// Functions:
//
// History: dd-mmm-yy Author Comment
// 06-Feb-94 alexgo author
//
//
//--------------------------------------------------------------------------
#ifndef _APPWIN_H
#define _APPWIN_H
#define IDM_EXIT 100
#define IDM_COPY 103
#define IDM_SAVE 104
#define IDM_RUN_BASE 200
#define IDD_ASSERTIONFAILURE 101
#define IDC_EDIT 1003
#define IDB_BREAK 1004
#endif //!_APPWIN_H