home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK8 / MFC / SAMPLES / OSERVER / ABOUT.DL$ / about
Encoding:
Text File  |  1992-03-03  |  964 b   |  27 lines

  1. /* about.dlg : Defines the About dialog.
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and Microsoft
  9. // QuickHelp documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. //
  13. */
  14.  
  15. IDM_ABOUT DIALOG 34, 22, 144, 90
  16. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  17. CAPTION "About Bib-Ref"
  18. FONT 8, "Helv"
  19. BEGIN
  20.     CTEXT           "Microsoft Windows", -1, 0, 5, 144, 8
  21.     CTEXT           "Microsoft Foundation Classes", -1, 0, 14, 144, 8
  22.     CTEXT           "OLE Server Sample", -1, 0, 23, 144, 8
  23.     CTEXT           "(run standalone to add items)", -1, 0, 35, 144, 8
  24.     CTEXT           "Version 1.0", -1, 0, 50, 144, 8
  25.     DEFPUSHBUTTON   "OK", IDOK, 56, 68, 32, 14, WS_GROUP
  26. END
  27.