|
|
Microsoft Windows NT Pre-Release 11-19-1991
/****************************** Module Header ******************************\
* Module Name: res.rc
*
* Copyright (c) 1991, Microsoft Corporation
*
* Resources
*
* History:
* 04-07-91 DarrinM Created.
\***************************************************************************/
#define OEMRESOURCE
#include <windows.h>
#include "mltithrd.h"
APPICON ICON mltithrd.ico
MainMenu MENU
BEGIN
POPUP "&Mltithrd"
BEGIN
MENUITEM "&Bounce", MM_BOUNCE
MENUITEM SEPARATOR
MENUITEM "&About Mltithrd...", MM_ABOUT
END
POPUP "&Window"
BEGIN
MENUITEM "&Cascade", IDM_CASCADE
MENUITEM "&Tile", IDM_TILE
MENUITEM "Arrange &Icons", IDM_ARRANGE
END
END
AboutBox DIALOG 16, 16, 192, 96
STYLE DS_MODALFRAME | WS_CAPTION | WS_VISIBLE
CAPTION "About Mltithrd"
BEGIN
CTEXT "Microsoft Windows" -1, 0, 8, 192, 8
CTEXT "Mltithrd Application" -1, 0, 24, 192, 8
CTEXT "Version 0.01" -1, 0, 40, 192, 8
DEFPUSHBUTTON "OK!", IDOK, 71, 60, 50, 14
END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.