Annotation of q_a/samples/platform/platform.rc, 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: #include "windows.h"
        !            14: #include "Platform.h"
        !            15: 
        !            16: PlatformMenu MENU
        !            17: BEGIN
        !            18:         MENUITEM "&About Platform...", IDM_ABOUT
        !            19:         MENUITEM "&Where am I? ...", IDM_PLATFORM
        !            20: END
        !            21: 
        !            22: 
        !            23: AboutBox DIALOG 22, 17, 144, 75
        !            24: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
        !            25: CAPTION "About Platform"
        !            26: BEGIN
        !            27:     CTEXT "Microsoft Windows"     -1,       0,  5, 144,  8
        !            28:     CTEXT "Platform 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
        !            31: END

unix.superglobalmegacorp.com

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