Annotation of mstools/samples/ddeml/clock/clock.dlg, revision 1.1.1.2

1.1.1.2 ! 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: 
1.1       root       13: CLOCK DIALOG LOADONCALL MOVEABLE DISCARDABLE 17, 15, 162, 80
                     14: STYLE DS_MODALFRAME | WS_SYSMENU | WS_DLGFRAME | WS_VISIBLE | WS_POPUP
                     15: FONT 6 "Helv"
                     16: CAPTION "About Clock"
                     17: BEGIN
                     18: #ifdef OS2
1.1.1.2 ! root       19:            CONTROL "Microsoft OS/2", -1, "static", SS_CENTER | WS_GROUP | WS_CHILD, 0, 5, 161, 8
1.1       root       20: #else
1.1.1.2 ! root       21:            CONTROL "Microsoft Windows", -1, "static", SS_CENTER | WS_GROUP | WS_CHILD, 0, 5, 161, 8
1.1       root       22: #endif
1.1.1.2 ! root       23:            CONTROL "Clock", -1, "static", SS_CENTER | WS_GROUP | WS_CHILD, 0, 15, 161, 8
1.1       root       24: #ifdef OS2
1.1.1.2 ! root       25:            CONTROL "Version 2.0 ", -1, "static", SS_CENTER | WS_GROUP | WS_CHILD, 0, 34, 161, 8
1.1       root       26: #else
1.1.1.2 ! root       27:            CONTROL "Version 3.0 ", -1, "static", SS_CENTER | WS_GROUP | WS_CHILD, 0, 34, 161, 8
1.1       root       28: #endif
1.1.1.2 ! root       29:            CONTROL "Copyright \251 1985-1993 Microsoft Corp.", -1, "static", SS_CENTER | WS_GROUP | WS_CHILD, 0, 47, 161, 9
        !            30:            CONTROL "OK", ID_JUNK, "button", BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD, 65, 60, 32, 14
1.1       root       31:            CONTROL "cckk", -1, "static", SS_ICON | WS_GROUP | WS_CHILD, 14, 14, 26, 30
                     32: END
                     33: 

unix.superglobalmegacorp.com

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