Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
893 B

/**********************************************************************/
/** Microsoft Windows/NT **/
/** Copyright(c) Microsoft Corp., 1991 **/
/**********************************************************************/
/*
xlbapp.rc
Resource script for my application
FILE HISTORY:
beng 14-Feb-1991 Added a dialog
beng 14-Mar-1991 Added BLT support
beng 21-May-1991 Mangled for LBAPP
beng 10-Jul-1991 Added DMIDs
beng 22-Oct-1991 BLT unit tests broken into tree
*/
#include <windows.h>
#include "mprapp.h"
DMID_USER BITMAP DISCARDABLE "..\\..\\common\\xlate\\bitmap\\user.bmp"
ID_APPICON ICON "mprapp.ico"
ID_APPMENU MENU
BEGIN
POPUP "&Test"
BEGIN
MENUITEM "MPR Browser Dialog", IDM_ADDBEFORE
END
END