Annotation of mstools/samples/select/demo.rc, 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: #include "windows.h"
                     14: #include "demo.h"
                     15: 
                     16: Menu MENU
                     17: BEGIN
1.1.1.2 ! root       18:     POPUP        "&Options"
1.1       root       19:       BEGIN
1.1.1.2 ! root       20:         MENUITEM    "&Line",            IDM_BOX
        !            21:         MENUITEM    "&Box",             IDM_BLOCK, CHECKED
        !            22:         MENUITEM    "&Retain",          IDM_RETAIN
        !            23:         MENUITEM    SEPARATOR
        !            24:         MENUITEM    "&About Demo...",   IDM_ABOUT
1.1       root       25:       END
                     26: END
                     27: 
                     28: AboutBox DIALOG 22, 17, 144, 75
                     29: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
                     30: CAPTION "About Demo"
                     31: BEGIN
1.1.1.2 ! root       32:     CTEXT "Microsoft Windows"         -1,      0,  5, 144,  8
1.1       root       33:     CTEXT "Demo Library Application"  -1,      0, 14, 144,  8
1.1.1.2 ! root       34:     CTEXT "Version 3.0"               -1,      0, 34, 144,  8
        !            35:     DEFPUSHBUTTON "OK"                IDOK,   53, 59,  32, 14,   WS_GROUP
1.1       root       36: END

unix.superglobalmegacorp.com

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