home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / spattr.exe / SNAPATTR.H < prev    next >
C/C++ Source or Header  |  1995-01-30  |  2KB  |  36 lines

  1. /*-------------------------------------------------------------------------*/
  2. /* snapattr.h                                                              */
  3. /*                                                                         */
  4. /* (c) Copyright 1992-1995 Novell, Inc.  All rights reserved.              */
  5. /*                                                                         */
  6. /* The following source code is provided to aid in the development of      */
  7. /* NetWare (TM) compatible products and is provided "AS IS" AND WITHOUT    */
  8. /* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION ANY     */
  9. /* IMPLIED WARRANTIES OF MERCHANTABILITY, TITLE AND FITNESS FOR A          */
  10. /* PARTICULAR PURPOSE.  Some states do not allow limitations on how long   */
  11. /* an implied warranty lasts, so the above limitation may not apply to     */
  12. /* You.  This warranty gives you specific legal rights which vary from     */
  13. /* state to state.  Some states do not allow the exclusion or limitation   */
  14. /* of incidental or consequential damages, so the above limitation or      */
  15. /* exclusion may not apply to You.                                         */
  16. /*                                                                         */
  17. /*-------------------------------------------------------------------------*/
  18. #ifndef SNAPATTR_H
  19. #define SNAPATTR_H
  20.  
  21. /*---------------------------------------------------*/
  22. /* Photograph Page Dialog for User Object            */
  23. /*---------------------------------------------------*/
  24. #define IDC_PHOTO               0x2000
  25.  
  26. /*---------------------------------------------------*/
  27. /* Parents Page Dialog for User Object               */
  28. /*---------------------------------------------------*/
  29. #define IDC_SPOUSE              0x2010
  30. #define IDD_EDIT_DN             0x2033
  31. #define IDD_SPIN_DN             0x2034
  32. #define IDD_BUTTON_DN           0x2035
  33. #define IDD_BBSPOUSE_DN         0x2036
  34.  
  35. #endif
  36.