home *** CD-ROM | disk | FTP | other *** search
- /* $Source: /home/harp/1/proto/monoBANK/winnt/pcx.h,v $ */
- /* $Revision: 1.1 $ $Date: 95/02/12 10:22:50 $ $Author: mg $ */
- /* ----------------------------------------------------------------------------
- *
- * THIS FILE AND ANY ASSOCIATED DOCUMENTATION IS PROVIDED "AS IS" WITHOUT
- * WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
- * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
- * PARTICULAR PURPOSE. The user assumes the entire risk as to the accuracy
- * and the use of this file. This file may be used only by licensees of
- * Microsoft Corporation's WIN32 Software Development Kit in accordance with
- * the the terms of the licensee's End User License Agreement for Microsoft
- * Software for the WIN32 Software Development Kit. This file was subsequently
- * modified by Intermetrics, Inc. under license from Microsoft Corporation.
- *
- * Portions (c) 1985-1994 Microsoft Corporation with permission.
- * Microsoft is a registered trademark and Windows and Windows NT are
- * registered trademarks of Microsoft Corporation.
- *
- *---------------------------------------------------------------------------*/
- //
- // PCX.H
- //
- // These constants are also declared in PCX.ADB. If a change to these constants
- // is made here, then it must also be made in PCX.ADB.
- //
- #define IDM_NEW 100
- #define IDM_OPEN 101
- #define IDM_SAVE 102
- #define IDM_SAVEAS 103
- #define IDM_PRINT 104
- #define IDM_PRINTSETUP 105
- #define IDM_EXIT 106
- #define IDM_UNDO 200
- #define IDM_CUT 201
- #define IDM_COPY 202
- #define IDM_PASTE 203
- #define IDM_LINK 204
- #define IDM_LINKS 205
- #define IDM_HELPCONTENTS 300
- #define IDM_HELPSEARCH 301
- #define IDM_HELPHELP 302
- #define IDM_ABOUT 303
-
- #define DLG_VERFIRST 400
- #define DLG_VERLAST 404
-
- BOOL InitApplication(HANDLE);
- BOOL InitInstance(HANDLE, int);
- LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
- LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
-