home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / notify / notify.rc < prev    next >
Encoding:
Text File  |  1996-02-22  |  1.0 KB  |  30 lines

  1. //********************************************************************
  2. // This file was produced using Visual Age C++ IRCC
  3. //
  4. //
  5. //
  6. //  This file was read from notify.rcx  (OS/2 .rc file)  and converted to 
  7. //    Windows .rc file.
  8. //********************************************************************
  9. #include "notify.h"
  10. WND_MAIN          ICON       notify.ico
  11.  
  12. MAIN_MENU  MENUEX  
  13.   BEGIN
  14.     POPUP     "Options"                  ,  MI_MENU
  15.       BEGIN
  16.         MENUITEM  "Enable the entryfield"       ,  MI_ENABLEEF
  17.         MENUITEM  "Disable the entryfield"       ,  MI_DISABLEEF
  18.         MENUITEM  "Show contents of Customer"       ,  MI_SHOW
  19.       END
  20.   END
  21.  
  22. STRINGTABLE
  23.   BEGIN
  24.     TITLE_NOTIF_INF               ,    "Notification information"
  25.     STR_ILLEGAL_CHARS             ,    "Illegal characters entered.  Only alphabetic chars allowed"
  26.     WND_MAIN                      ,    "Notify Sample"
  27.     STR_ALPHA_ONLY                ,    "alphabetic data only"
  28.     STR_ENTER                     ,    "Enter"
  29.   END
  30.