home *** CD-ROM | disk | FTP | other *** search
- /* resource.h : Defines the resource constants for the application.
- //
- // This is a part of the Microsoft Foundation Classes C++ library.
- // Copyright (C) 1992 Microsoft Corporation
- // All rights reserved.
- //
- // This source code is only intended as a supplement to the
- // Microsoft Foundation Classes Reference and Microsoft
- // QuickHelp documentation provided with the library.
- // See these sources for detailed information regarding the
- // Microsoft Foundation Classes product.
- //
- // This file contains only #define directives, thus it can be
- // included in the resource script.
- */
-
-
- #ifndef __RESOURCE_H__
- #define __RESOURCE_H__
-
- ////////////////////////////////////////////////////////////////////////////
- // ENTRYDLG CONTROL VALUES
-
- #define BTN_ADD 100
- #define BTN_DEL 101
- #define EDIT_VALUE 104
- #define EDIT_LABEL 106
- #define EDIT_TITLE 108
- #define LIST_BOX 105
-
- ////////////////////////////////////////////////////////////////////////////
- // MENU CONTROL VALUES
-
- #define IDM_NEW 10
- #define IDM_OPEN 11
- #define IDM_SAVE 12
- #define IDM_SAVEAS 13
- #define IDM_CHANGE 14
- #define IDM_PRINT 15
- #define IDM_EXIT 16
-
- #define IDM_BAR 20
- #define IDM_LINE 21
-
- #define IDM_MAXIMIZE 30
- #define IDM_NEXT 31
- #define IDM_RESTORE 32
-
- #define IDM_ABOUT 40
-
-
- #endif // __RESOURCE_H__
-
-