home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / clipbrd / clipbrd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  2.0 KB  |  37 lines

  1. /******************************************************************************
  2. * .FILE:         clipbrd.h                                                    *
  3. *                                                                             *
  4. * .DESCRIPTION:  Clipboard Sample Program : Symbolic Definitions              *
  5. *                                                                             *
  6. * .COPYRIGHT:                                                                 *
  7. *    Licensed Material - Program-Property of IBM                              *
  8. *    (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved                 *
  9. *                                                                             *
  10. * .DISCLAIMER:                                                                *
  11. *   The following [enclosed] code is sample code created by IBM               *
  12. *   Corporation.  This sample code is not part of any standard IBM product    *
  13. *   and is provided to you solely for the purpose of assisting you in the     *
  14. *   development of your applications.  The code is provided 'AS IS',          *
  15. *   without warranty of any kind.  IBM shall not be liable for any damages    *
  16. *   arising out of your use of the sample code, even if they have been        *
  17. *   advised of the possibility of such damages.                               *
  18. *                                                                             *
  19. * .NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE          *
  20. *                                                                             *
  21. ******************************************************************************/
  22. #define WND_MAIN        100
  23. #define CNR_POPUPMENU   101
  24.  
  25. #define MI_CUT          1050
  26. #define MI_COPY         1051
  27. #define MI_PASTE        1052
  28. #define WHITE_BITMAP    2001
  29.  
  30. #define STR_HEAD_1      3001
  31. #define STR_HEAD_2      3002
  32.  
  33. #define STR_ITEM_1_1    3011
  34. #define STR_ITEM_1_2    3012
  35. #define STR_ITEM_2_1    3021
  36. #define STR_ITEM_2_2    3022
  37.