home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
winutil
/
adg_1_3
/
noalpha.rc
< prev
next >
Wrap
Text File
|
1991-02-21
|
483b
|
20 lines
/****************************************************************************
Module name: NoAlpha.RC
Programmer : Jeffrey M. Richter.
*****************************************************************************/
#include <windows.h>
#include "noalpha.h"
#include "dialog.h"
#include "noalpha.dlg"
NoAlphaApp ICON MOVEABLE DISCARDABLE NoAlpha.Ico
NoAlphaApp MENU
BEGIN
MENUITEM "See NoAlpha class...", IDM_DIALOGBOX
MENUITEM "A&bout!", IDM_ABOUT
END