Annotation of mstools/samples/input/input.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 "input.h"
                     15: 
                     16: InputMenu MENU
                     17: BEGIN
1.1.1.2 ! root       18:     POPUP        "&Help"
1.1       root       19:     BEGIN
1.1.1.2 ! root       20:         MENUITEM "&About Input...", IDM_ABOUT
1.1       root       21:     END
                     22: END
                     23: 
                     24: AboutBox DIALOG 22, 17, 144, 75
                     25: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
                     26: BEGIN
1.1.1.2 ! root       27:     CTEXT "Microsoft Windows"     -1,       0,  5, 144,  8
        !            28:     CTEXT "Input Application"     -1,       0, 14, 144,  8
        !            29:     CTEXT "Version 3.0"           -1,       0, 34, 144,  8
        !            30:     DEFPUSHBUTTON "OK"          IDOK,      53, 59,  32, 14,      WS_GROUP
1.1       root       31: END

unix.superglobalmegacorp.com

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