home *** CD-ROM | disk | FTP | other *** search
/ Solo Programadores 22 / SOLO_22.iso / packages / win32ada / data.z / PCX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-05  |  2.1 KB  |  51 lines

  1. /* $Source: /home/harp/1/proto/monoBANK/winnt/pcx.h,v $ */
  2. /* $Revision: 1.1 $ $Date: 95/02/12 10:22:50 $ $Author: mg $ */
  3. /* ----------------------------------------------------------------------------
  4.  *
  5.  * THIS FILE AND ANY ASSOCIATED DOCUMENTATION IS PROVIDED "AS IS" WITHOUT 
  6.  * WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED 
  7.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  8.  * PARTICULAR PURPOSE.  The user assumes the entire risk as to the accuracy 
  9.  * and the use of this file.  This file may be used only by licensees of 
  10.  * Microsoft Corporation's WIN32 Software Development Kit in accordance with 
  11.  * the the terms of the licensee's End User License Agreement for Microsoft 
  12.  * Software for the WIN32 Software Development Kit. This file was subsequently 
  13.  * modified by Intermetrics, Inc. under license from Microsoft Corporation.
  14.  *
  15.  * Portions (c) 1985-1994 Microsoft Corporation with permission.
  16.  * Microsoft is a registered trademark and Windows and Windows NT are 
  17.  * registered trademarks of Microsoft Corporation.  
  18.  *
  19.  *---------------------------------------------------------------------------*/
  20. //
  21. // PCX.H 
  22. //
  23. // These constants are also declared in PCX.ADB.  If a change to these constants
  24. // is made here, then it must also be made in PCX.ADB.
  25. //
  26. #define IDM_NEW            100
  27. #define IDM_OPEN           101
  28. #define IDM_SAVE           102
  29. #define IDM_SAVEAS         103
  30. #define IDM_PRINT          104
  31. #define IDM_PRINTSETUP     105
  32. #define IDM_EXIT           106
  33. #define IDM_UNDO           200
  34. #define IDM_CUT            201
  35. #define IDM_COPY           202
  36. #define IDM_PASTE          203
  37. #define IDM_LINK           204
  38. #define IDM_LINKS          205
  39. #define IDM_HELPCONTENTS   300
  40. #define IDM_HELPSEARCH     301
  41. #define IDM_HELPHELP       302
  42. #define IDM_ABOUT          303
  43.  
  44. #define DLG_VERFIRST        400
  45. #define DLG_VERLAST         404
  46.  
  47. BOOL InitApplication(HANDLE);
  48. BOOL InitInstance(HANDLE, int);
  49. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  50. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  51.