home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / uidemo / dialog2 / ids.h < prev    next >
C/C++ Source or Header  |  1995-01-21  |  516b  |  32 lines

  1.  
  2.  
  3.  
  4.  
  5. #ifndef _ids_h_ /* Tue Nov 22 14:56:40 1994 */
  6. #define _ids_h_
  7.  
  8.  
  9. // Definitions of view id's
  10.  
  11. #define ID_START      2
  12. #define ID_QUIT       3
  13.  
  14. #define ID_OK         105
  15. #define ID_CANCEL     106
  16.  
  17.  
  18. #define ID_READ       101
  19. #define ID_WRITE      102
  20. #define ID_EXEC       103
  21. #define ID_USER       107
  22. #define ID_GROUP      108
  23. #define ID_WORLD      109
  24.  
  25. #define ID_FILENAME   104
  26. #define ID_DOMAIN     201
  27. #define ID_PERMS      202
  28. #define ID_STATUS     203
  29.  
  30.  
  31. #endif /* _ids_h_ */
  32.