home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / dbsamp.exe / DBSNAPIN / DBSNAPIN.H < prev    next >
C/C++ Source or Header  |  1995-01-04  |  4KB  |  88 lines

  1. /*-------------------------------------------------------------------------*/
  2. /* dbsnapin.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 SNAPTEST_H
  19. #define DIALOG_1    1
  20. #define SNAPTEST_H
  21.  
  22. /*---------------------------------------------------*/
  23. /* Max DB User used in the structure TDBServerObject */
  24. /*---------------------------------------------------*/
  25. #define MAX_DBUSER   50
  26.  
  27. /*---------------------------------------------------*/
  28. /* Definitions used in Resources                     */
  29. /*---------------------------------------------------*/
  30. #define ID_DIALOG1      1000
  31. #define ID_DIALOG2      1001
  32. #define ID_DIALOG3      1002
  33. #define ID_DIALOG4      1003
  34. #define ID_DIALOG5      1004
  35.  
  36. #define IDD_EDIT1       1000
  37. #define IDD_EDIT2       1001
  38. #define IDD_GROUP       1002
  39. #define IDD_BLACK       1003
  40. #define IDD_WHITE       1004
  41. #define IDD_LISTBOX     1005
  42.  
  43. /*---------------------------------------------------*/
  44. /* Create Dialog DIALOG_DBSERVER_ADD                 */
  45. /*---------------------------------------------------*/
  46. #define IDC_DBSERVER_NAME       0x2001
  47. #define IDC_ADD_DETAILS         0x2002
  48. #define IDC_ADD_ANOTHER         0x2003
  49. #define IDC_CREATE              0x2004
  50. #define IDC_CANCEL              0x2005
  51. #define IDC_DATABASE_NAME          0x2006
  52. #define IDC_DBS_NAME                  0x2007
  53. #define IDC_FIND_DBS                  0x2008
  54.  
  55. /*---------------------------------------------------*/
  56. /* Identification Page Dialog for DBServer Object    */
  57. /*---------------------------------------------------*/
  58. #define IDC_NAME                0x2010
  59. #define IDC_DESCR               0x2011
  60. #define IDC_FIND_NETWARE          0x2012
  61. #define HOST_NETWARE_NAME          0x2013
  62.  
  63.  
  64. /*---------------------------------------------------*/
  65. /* Identification Page Dialog for Database Object    */
  66. /*---------------------------------------------------*/
  67. #define IDC_DBNAME                    0x2014
  68. #define IDC_HOST_DBSERVER            0x1015
  69. #define IDC_FIND_ADMIN              0x2016
  70. #define IDC_OPER_NAME            0x2017
  71. #define IDC_FIND_OPER            0x2018
  72. #define IDC_ADMIN_NAME          0x2019
  73.  
  74. /*---------------------------------------------------*/
  75. /* DBServer Databases Page                           */
  76. /*---------------------------------------------------*/
  77. #define IDC_DATABASELIST            0x2020
  78.  
  79. /*---------------------------------------------------*/
  80. /* Database User Page                                */
  81. /*---------------------------------------------------*/
  82. #define IDC_ADDUSER                                    0x2021
  83. #define IDC_DELUSER                                    0x2022
  84. #define IDC_USERLIST                                0x2023
  85.  
  86.  
  87. #endif
  88.