home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk11 / tk5 / wmchar / wmchar.rc < prev    next >
Encoding:
Text File  |  1989-02-20  |  677 b   |  28 lines

  1. /*
  2.     WMChar resource file
  3.     Created by Microsoft Corporation, 1989
  4. */
  5. #include <os2.h>
  6. #include "wmchar.h"
  7.  
  8.  
  9. MENU ID_RESOURCES
  10. BEGIN
  11.     SUBMENU "~Actions", IDM_ACTIONS
  12.     BEGIN
  13.         MENUITEM "~Clear List", IDM_CLEAR
  14.         MENUITEM "Log ~KeyUps", IDM_KEYUPS
  15.     MENUITEM SEPARATOR
  16.     MENUITEM "E~xit",    SC_CLOSE,    MIS_SYSCOMMAND
  17.     END
  18.     SUBMENU "~Display", IDM_DISPLAY
  19.     BEGIN
  20.         MENUITEM "~Number", IDM_NUMBER
  21.         MENUITEM "~Virtual Key", IDM_VIRTUALKEY
  22.         MENUITEM "~Character", IDM_CHAR
  23.         MENUITEM "~Scancode", IDM_SCANCODE
  24.         MENUITEM "~Repeat Count", IDM_REPEAT
  25.         MENUITEM "~Flags", IDM_FLAGS
  26.     END
  27. END
  28.