home *** CD-ROM | disk | FTP | other *** search
- //********************************************************************
- // This file was produced using Visual Age C++ IRCC
- //
- //
- //
- // This file was read from notify.rcx (OS/2 .rc file) and converted to
- // Windows .rc file.
- //********************************************************************
- #include "notify.h"
- WND_MAIN ICON notify.ico
-
- MAIN_MENU MENUEX
- BEGIN
- POPUP "Options" , MI_MENU
- BEGIN
- MENUITEM "Enable the entryfield" , MI_ENABLEEF
- MENUITEM "Disable the entryfield" , MI_DISABLEEF
- MENUITEM "Show contents of Customer" , MI_SHOW
- END
- END
-
- STRINGTABLE
- BEGIN
- TITLE_NOTIF_INF , "Notification information"
- STR_ILLEGAL_CHARS , "Illegal characters entered. Only alphabetic chars allowed"
- WND_MAIN , "Notify Sample"
- STR_ALPHA_ONLY , "alphabetic data only"
- STR_ENTER , "Enter"
- END
-