home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / ipc / ddeml / ddeinst / ddedlg.dlg < prev    next >
Text File  |  1997-10-08  |  1KB  |  28 lines

  1.  
  2. //-----------------------------------------------------------------------------
  3. // This is a part of the Microsoft Source Code Samples. 
  4. // Copyright (C) 1993-1997 Microsoft Corporation.
  5. // All rights reserved. 
  6. //  
  7. // This source code is only intended as a supplement to 
  8. // Microsoft Development Tools and/or WinHelp documentation.
  9. // See these sources for detailed information regarding the 
  10. // Microsoft samples programs.
  11. //-----------------------------------------------------------------------------
  12.  
  13. 1 DLGINCLUDE "ddedlg.h"
  14.  
  15. 100 DIALOG 7, 18, 193, 100
  16. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  17. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  18. CAPTION "Installer Progress"
  19. FONT 8, "MS Shell Dlg"
  20. BEGIN
  21.     PUSHBUTTON      "Stop", PD_STOPBUTTON, 77, 80, 40, 14
  22.     RTEXT           "Copying =>", PD_COPYING, 29, 14, 40, 8
  23.     RTEXT           "To =>", 104, 45, 32, 24, 8
  24.     LTEXT           "Text", PD_SOURCESTRING, 74, 14, 116, 8
  25.     LTEXT           "Text", PD_TARGETSTRING, 74, 32, 116, 8
  26.     CONTROL         "", 102, "Static", SS_BLACKFRAME, 4, 50, 186, 15
  27. END
  28.