home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / uidemo / menu_dbl / ids.h next >
C/C++ Source or Header  |  1995-01-09  |  439b  |  28 lines

  1.  
  2.  
  3.  
  4. #ifndef _ids_h_ /* Thu Mar 10 11:42:51 1994 */
  5. #define _ids_h_
  6.  
  7. // Id's for the various simple objects
  8.  
  9. #define ID_APP1     1
  10. #define ID_APP2     2
  11. #define ID_APP3     3
  12.  
  13. #define ID_SUBMENU1 301
  14. #define ID_SUBMENU2 302
  15.  
  16. #define ID_JAN      310
  17. #define ID_FEB      311
  18. #define ID_MAR      312
  19. #define ID_APR      313
  20. #define ID_MAY      314
  21.  
  22. #define ID_MON      331
  23. #define ID_TUE      332
  24. #define ID_WED      333
  25.  
  26.  
  27. #endif /* _ids_h_ */
  28.