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

  1. /******************************************************************************
  2. * .FILE:         ownhdr.h                                                     *
  3. *                                                                             *
  4. * .DESCRIPTION:  Create your own time handler window : Symbolic Definitions   *
  5. *                                                                             *
  6. *                                                                             *
  7. * .COPYRIGHT:                                                                 *
  8. *    Licensed Material - Program-Property of IBM                              *
  9. *    (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved                 *
  10. *                                                                             *
  11. * .DISCLAIMER:                                                                *
  12. *   The following [enclosed] code is sample code created by IBM               *
  13. *   Corporation.  This sample code is not part of any standard IBM product    *
  14. *   and is provided to you solely for the purpose of assisting you in the     *
  15. *   development of your applications.  The code is provided 'AS IS',          *
  16. *   without warranty of any kind.  IBM shall not be liable for any damages    *
  17. *   arising out of your use of the sample code, even if they have been        *
  18. *   advised of the possibility of such damages.                               *
  19. *                                                                             *
  20. * .NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE          *
  21. *                                                                             *
  22. ******************************************************************************/
  23.  
  24. #define ID_MAIN        100
  25. #define ID_ICON        105
  26. #define ID_TEXT        110
  27.  
  28. #define TIME_INTERVAL  1000
  29.