Annotation of mstools/samples/mltithrd/mltithrd.rc, revision 1.1.1.1

1.1       root        1: /****************************** Module Header ******************************\
                      2: * Module Name: res.rc
                      3: *
                      4: * Copyright (c) 1991, Microsoft Corporation
                      5: *
                      6: * Resources
                      7: *
                      8: * History:
                      9: * 04-07-91 DarrinM      Created.
                     10: \***************************************************************************/
                     11: 
                     12: #define OEMRESOURCE
                     13: 
                     14: #include <windows.h>
                     15: #include "mltithrd.h"
                     16: 
                     17: APPICON ICON mltithrd.ico
                     18: 
                     19: MainMenu MENU
                     20: BEGIN
                     21:     POPUP  "&Mltithrd"
                     22:     BEGIN
                     23:         MENUITEM  "&Bounce",        MM_BOUNCE
                     24:         MENUITEM  SEPARATOR
                     25:         MENUITEM  "&About Mltithrd...", MM_ABOUT
                     26:     END
                     27: 
                     28:     POPUP "&Window"
                     29:     BEGIN
                     30:        MENUITEM  "&Cascade",       IDM_CASCADE
                     31:        MENUITEM  "&Tile",          IDM_TILE
                     32:        MENUITEM  "Arrange &Icons", IDM_ARRANGE
                     33:     END
                     34: END
                     35: 
                     36: AboutBox DIALOG 16, 16, 192, 96
                     37: STYLE DS_MODALFRAME | WS_CAPTION | WS_VISIBLE
                     38: CAPTION "About Mltithrd"
                     39: BEGIN
                     40:     CTEXT "Microsoft Windows"     -1,       0,  8, 192,  8
                     41:     CTEXT "Mltithrd Application"      -1,       0, 24, 192,  8
                     42:     CTEXT "Version 0.01"          -1,       0, 40, 192,  8
                     43:     DEFPUSHBUTTON "OK!",    IDOK,          71, 60,  50, 14
                     44: END

unix.superglobalmegacorp.com

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