home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / uidemo / menu1 / ids.h < prev    next >
C/C++ Source or Header  |  1995-01-09  |  597b  |  39 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. #define ID_START   21
  9. #define ID_STOP    22
  10. #define ID_QUIT    23
  11. #define ID_SETSEL  24
  12. #define ID_EMPTY   25
  13. #define ID_REFILL  26
  14. #define ID_RESIZE  27
  15. #define ID_SORT    28
  16.  
  17.  
  18. #define ID_START2   4
  19. #define ID_STOP2    5
  20. #define ID_QUIT2    6
  21.  
  22. #define ID_APP1     1
  23. #define ID_APP2     2
  24. #define ID_APP3     3
  25.  
  26. #define ID_SUBMENU1 301
  27. #define ID_SUBMENU2 302
  28.  
  29.  
  30. #define ID_SINGLE_VIEW 2
  31. #define ID_MULT_VIEW   3
  32.  
  33.  
  34. #define ID_SSEL_LBL    310
  35. #define ID_MSEL_LBL    311
  36.  
  37.  
  38. #endif /* _ids_h_ */
  39.