|
|
1.1 ! root 1: ! 2: //----------------------------------------------------------------------------- ! 3: // This is a part of the Microsoft Source Code Samples. ! 4: // Copyright (C) 1993 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 Sans Serif" ! 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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.