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

  1. /*-------------------------------------------------------------------------*/
  2. /* snapclas.h                                                              */
  3. /*                                                                         */
  4. /* (c) Copyright 1992-1994 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 SNAPCLAS_H
  19. #define SNAPCLAS_H
  20.  
  21. /*---------------------------------------------------*/
  22. /* Create Dialog DIALOG_DBSERVER_ADD                 */
  23. /*---------------------------------------------------*/
  24. #define IDC_SOLDIER_NAME        0x2001
  25. #define IDC_ADD_DETAILS         0x2002
  26. #define IDC_ADD_ANOTHER         0x2003
  27. #define IDC_CREATE              0x2004
  28. #define IDC_CANCEL              0x2005
  29.  
  30. /*---------------------------------------------------*/
  31. /* Identification Page Dialog for DBServer Object    */
  32. /*---------------------------------------------------*/
  33. #define IDC_NAME                0x2010
  34. #define IDC_SURNAME             0x2011
  35. #define IDC_RANK                0x2013
  36. #define IDC_SERIALNO            0x2014
  37.  
  38. #define IDS_SOLDIER                0x3001
  39. #define IDS_RANK                 0x3002
  40.  
  41. #endif
  42.