Annotation of mstools/samples/ddeml/ddeinst/install.dlg, revision 1.1

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 "DDEINST.H"
        !            14: 
        !            15: ABOUTBOX DIALOG 16, 16, 192, 96
        !            16: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
        !            17: STYLE DS_MODALFRAME | WS_VISIBLE | WS_CAPTION
        !            18: CAPTION "About"
        !            19: BEGIN
        !            20:     CTEXT           "Microsoft Windows NT", -1, 0, 8, 192, 8
        !            21:     CTEXT           "DDEML Installer", -1, 0, 25, 192, 8
        !            22:     CTEXT           "Version 1.00", -1, 0, 43, 192, 8
        !            23:     DEFPUSHBUTTON   "OK!", IDOK, 71, 60, 50, 14
        !            24: END
        !            25: 
        !            26: 100 DIALOG 6, 18, 242, 76
        !            27: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
        !            28: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
        !            29: CAPTION "Installer Progress"
        !            30: FONT 8, "MS Sans Serif"
        !            31: BEGIN
        !            32:     LTEXT           "Executable Path", 101, 1, 10, 61, 8
        !            33:     EDITTEXT        102, 68, 6, 173, 12, ES_AUTOHSCROLL | ES_READONLY | NOT 
        !            34:                     WS_BORDER
        !            35:     LTEXT           "Program Item Name", 103, 1, 25, 70, 8
        !            36:     EDITTEXT        104, 68, 21, 173, 12, ES_AUTOHSCROLL | ES_READONLY | NOT 
        !            37:                     WS_BORDER
        !            38:     CONTROL         "", 105, "Static", SS_BLACKFRAME, 0, 59, 241, 16
        !            39:     EDITTEXT        106, 104, 39, 32, 12, ES_CENTER | ES_MULTILINE | 
        !            40:                     ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
        !            41: END

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.