home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK3 / MFC / SAMPLES / FILEVIEW / FILEVIEW.DL$ / fileview
Encoding:
Text File  |  1992-01-10  |  962 b   |  30 lines

  1. /* fileview.dlg : Defines the about dialog for the FileView application.
  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. DLGINCLUDE RCDATA DISCARDABLE
  16. BEGIN
  17.     "RESOURCE.H\0"
  18. END
  19.  
  20. ABOUTBOX DIALOG 34, 22, 144, 75
  21. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  22. CAPTION "About FileVIew"
  23. BEGIN
  24.     CTEXT           "Microsoft Windows", -1, 0, 5, 144, 8
  25.     CTEXT           "Microsoft Foundation Classes", -1, 0, 14, 144, 8
  26.     CTEXT           "FileView", -1, 0, 23, 144, 8
  27.     CTEXT           "Version 1.0", -1, 0, 36, 144, 8
  28.     DEFPUSHBUTTON   "OK", IDOK, 62, 53, 32, 14, WS_GROUP
  29. END
  30.