home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pmlib.zip / CPPAPP.HPP < prev    next >
Text File  |  1994-04-25  |  2KB  |  31 lines

  1. /*----------------------------------------------------------------------------*/
  2. /* (c) 1993, 1994 Larry Morley / Enlightened Computer Solutions               */
  3. /*----------------------------------------------------------------------------*/
  4. /*   module: cppapp.hpp                created_on: 5 May 1993   by: LJM       */
  5. /*   desc  : Application sample using framework library 'classlib.cpp'        */
  6. /*           header file                                                      */
  7. /*   complr: n/a                                                              */
  8. /*   lnkr  : n/a                                                              */
  9. /*                                                                            */
  10. /*   etc   :                                                                  */
  11. /*   mkfile: makefile                                                         */
  12. /*   depend: (see makefile)                                                   */
  13. /*   mhist :                                                                  */
  14. /*----------------------------------------------------------------------------*/
  15.  
  16. #define ID_RESOURCE 255
  17. #define DLG_ABOUT               256
  18.  
  19. #define PB_OK                   100
  20.  
  21. #define IDM_FILE                100
  22. #define IDM_FILE_ABOUT          101
  23. #define IDM_FILE_EXIT           102
  24.  
  25. #define IDM_SCROLL_UP           110
  26. #define IDM_SCROLL_DN           111
  27.  
  28. #define IDM_DEC_SCROLL_AMT      200
  29. #define IDM_INC_SCROLL_AMT      201
  30.  
  31.