home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / snapx2.exe / SPMENU.EXE / SNAPMENU.H < prev    next >
C/C++ Source or Header  |  1994-08-25  |  4KB  |  79 lines

  1. /*-------------------------------------------------------------------------*/
  2. /* snapex01.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 SNAPTEST_H
  20.  
  21. /*---------------------------------------------------*/
  22. /* Max DB User used in the structure TDBServerObject */
  23. /*---------------------------------------------------*/
  24. #define MAX_DBUSER   64
  25.  
  26. /*---------------------------------------------------*/
  27. /* Definitions used in Resources                     */
  28. /*---------------------------------------------------*/
  29. #define ID_DIALOG1      1000
  30. #define ID_DIALOG2      1001
  31. #define ID_DIALOG3      1002
  32. #define ID_DIALOG4      1003
  33.  
  34. #define IDD_EDIT1       1000
  35. #define IDD_EDIT2       1001
  36. #define IDD_GROUP       1002
  37. #define IDD_BLACK       1003
  38. #define IDD_WHITE       1004
  39. #define IDD_LISTBOX     1005
  40.  
  41. /*---------------------------------------------------*/
  42. /* Create Dialog DIALOG_DBSERVER_ADD                 */
  43. /*---------------------------------------------------*/
  44. #define IDC_DBSERVER_NAME       0x2001
  45. #define IDC_ADD_DETAILS         0x2002
  46. #define IDC_ADD_ANOTHER         0x2003
  47. #define IDC_CREATE              0x2004
  48. #define IDC_CANCEL              0x2005
  49.  
  50. /*---------------------------------------------------*/
  51. /* Identification Page Dialog for DBServer Object    */
  52. /*---------------------------------------------------*/
  53. #define IDC_NAME                0x2010
  54. #define IDC_DESCR               0x2011
  55. #define IDC_EDIT                0x2012
  56.  
  57. /*---------------------------------------------------*/
  58. /* DBServer Users Page                               */
  59. /*---------------------------------------------------*/
  60. #define IDC_USERLIST            0x2020
  61. #define IDC_ADDUSER             0x2021
  62. #define IDC_DELUSER             0x2022
  63.  
  64.  
  65. /*---------------------------------------------------*/
  66. /* Mved Control Example Page                         */
  67. /*---------------------------------------------------*/
  68. #define IDD_EDIT                0x2030
  69. #define IDD_SPIN                0x2031
  70. #define IDD_BUTTON              0x2032
  71. #define IDD_EDIT_DN             0x2033
  72. #define IDD_SPIN_DN             0x2034
  73. #define IDD_BUTTON_DN           0x2035
  74. #define IDD_GETVALUES           0x2036
  75. #define IDD_VALUELIST           0x2037
  76.  
  77.  
  78. #endif
  79.