Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

34 lines
760 B

//+-------------------------------------------------------------------------
//
// 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