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

unix.superglobalmegacorp.com

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