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

  1. /******************************************************************************
  2. * .FILE:         notify.h                                                     *
  3. *                                                                             *
  4. * .DESCRIPTION:  Notify Sample Application:  Symbolic Definitions             *
  5. *                                                                             *
  6. * .CLASSES:                                                                   *
  7. *                                                                             *
  8. * .COPYRIGHT:                                                                 *
  9. *    Licensed Material - Program-Property of IBM                              *
  10. *    (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved                 *
  11. *                                                                             *
  12. * .DISCLAIMER:                                                                *
  13. *   The following [enclosed] code is sample code created by IBM               *
  14. *   Corporation.  This sample code is not part of any standard IBM product    *
  15. *   and is provided to you solely for the purpose of assisting you in the     *
  16. *   development of your applications.  The code is provided 'AS IS',          *
  17. *   without warranty of any kind.  IBM shall not be liable for any damages    *
  18. *   arising out of your use of the sample code, even if they have been        *
  19. *   advised of the possibility of such damages.                               *
  20. *                                                                             *
  21. * .NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE          *
  22. *                                                                             *
  23. ******************************************************************************/
  24. #define WND_MAIN         1000
  25. #define MAIN_MENU        1100
  26.  
  27. //**************************************************************************
  28. // menu ids - used on relate command ID to Menu Items and Function Keys    *
  29. //**************************************************************************
  30. #define MI_MENU          1500
  31. #define MI_ENABLEEF      1501
  32. #define MI_DISABLEEF     1502
  33. #define MI_SHOW          1503
  34.  
  35. #define SC_1             1601
  36. #define EF_1             1602
  37. #define ST_1             1603
  38. #define ST_2             1604
  39. #define PB_1             1605
  40.  
  41. #define TITLE_NOTIF_INF   2000
  42. #define STR_ILLEGAL_CHARS 2001
  43. #define STR_ALPHA_ONLY    2002
  44. #define STR_ENTER         2003
  45.