home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / activedocument / dfv / dfv.dlg < prev    next >
Text File  |  1995-04-12  |  561b  |  16 lines

  1. 1 DLGINCLUDE "dfv.h"
  2.  
  3. IDM_ABOUT DIALOG 67, 46, 173, 53
  4. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  5. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  6. CAPTION "About DocFile Viewer"
  7. FONT 8, "MS Shell Dlg"
  8. BEGIN
  9.     ICON            "AppIcon", -1, 8, 6, 18, 20
  10.     LTEXT           "Windows NT DocFile Viewer - Version 2.0", -1, 32, 7,
  11.                     139, 8, NOT WS_GROUP
  12.     LTEXT           "Copyright 1994-1995 Microsoft Corporation", -1, 32, 18, 139,
  13.                     8, NOT WS_GROUP
  14.     PUSHBUTTON      "OK", IDOK, 66, 33, 40, 14
  15. END
  16.