home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / sdk / win32s / ut / samples / utsample / utsamp.dlg < prev    next >
Encoding:
Text File  |  1995-07-11  |  771 b   |  23 lines

  1. /*************************************************\
  2. * UTSamp.dlg: Dialogs for Universal Thunks sample *
  3. \*************************************************/
  4.  
  5.  
  6. 1 DLGINCLUDE "utsamp.h"
  7.  
  8. AboutDlg DIALOG FIXED 6, 21, 198, 99
  9. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  10. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  11. CAPTION "About UTSamp"
  12. FONT 8, "MS Sans Serif"
  13. BEGIN
  14.     DEFPUSHBUTTON   "&OK", IDOK, 72, 74, 40, 14
  15.     ICON        "UTSampIcon", -1, 10, 18, 18, 20
  16.     LTEXT        "Universal Thunks Sample", 104, 45, 14,
  17.             128, 8
  18.     LTEXT        "By Lee Hart", 105, 45, 35, 59, 8
  19.     LTEXT           "Microsoft Developer Support", 106, 45, 45, 98, 8
  20.     LTEXT        "Copyright (c) 1993 Microsoft Corporation", 107, 45,
  21.             54, 138, 8
  22. END
  23.