home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / spattr.exe / SNAPATTR.RC < prev    next >
Text File  |  1995-01-30  |  2KB  |  41 lines

  1. /*-------------------------------------------------------------------------*/
  2. /* snapattr.rc                                                             */
  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. #include <windows.h>
  19. #include "snapattr.h"
  20.  
  21. UserPhotograph DIALOG 19, 20, 234, 200
  22. FONT 72, "Arial"
  23. STYLE WS_CHILD | WS_BORDER
  24. BEGIN
  25.     CONTROL "", IDC_PHOTO, "EDIT", ES_AUTOHSCROLL | ES_LEFT | ES_OEMCONVERT | WS_CHILD | WS_VISIBLE | WS_HSCROLL | WS_TABSTOP, 3, 4, 228, 152
  26. END
  27.  
  28. UserRelatives DIALOG 19, 20, 234, 200
  29. FONT 8, "Arial"
  30. STYLE WS_CHILD | WS_BORDER
  31. BEGIN
  32.     LTEXT "Spouse:", -1, 12, 15, 50, 8, WS_CHILD | WS_VISIBLE | WS_GROUP
  33.     CONTROL "", IDC_SPOUSE, "EDIT", WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL, 70, 15, 84, 12
  34.     CONTROL "", IDD_BBSPOUSE_DN, "browsebcontrol", WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP, 158, 15, 12, 12
  35.  
  36.     LTEXT "Parents:", -1, 12, 35, 50, 8, WS_CHILD | WS_VISIBLE | WS_GROUP
  37.     CONTROL "", IDD_EDIT_DN, "EDIT", WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP | 0x80L | SS_NOPREFIX, 70, 35, 76, 12
  38.     CONTROL "", IDD_SPIN_DN, "microscroll", WS_CHILD | WS_VISIBLE | 0x1L, 146, 35, 8, 12
  39.     CONTROL "", IDD_BUTTON_DN, "browsebcontrol", WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP, 158, 35, 12, 12
  40. END
  41.