home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / dbsamp.exe / DBUSNAP / DBUSNAP.RC < prev   
Text File  |  1995-01-13  |  2KB  |  40 lines

  1. /*-------------------------------------------------------------------------*/
  2. /* dbusnap.rc                                                             */
  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. #include <windows.h>
  19. #include "dbusnap.h"
  20.  
  21.  
  22.  
  23. USER_DATABASE DIALOG 14, 42, 227, 198
  24. STYLE WS_CHILD | WS_BORDER
  25. FONT 8, "Arial"
  26. {
  27.  EDITTEXT DEFAULT_DATABASE_NAME, 11, 20, 189, 13, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
  28.  LTEXT "Default Database:", -1, 11, 11, 73, 8
  29.  CONTROL "", IDC_FIND_DATABASE, "mvebbcontrol", 0 | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP, 206, 20, 12, 13
  30. }
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.