home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pentlk11.zip / RECODISP.RC < prev    next >
Text File  |  1994-01-13  |  2KB  |  51 lines

  1. /*************************************************************************
  2. *
  3. *  File Name   : RECODISP.RC
  4. *
  5. *  Description : Example PENPM Aware Application
  6. *
  7. *  Copyright (C) 1992 IBM Corporation
  8. *
  9. *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  10. *      sample code created by IBM Corporation. This sample code is not
  11. *      part of any standard or IBM product and is provided to you solely
  12. *      for  the purpose of assisting you in the development of your
  13. *      applications.  The code is provided "AS IS", without
  14. *      warranty of any kind.  IBM shall not be liable for any damages
  15. *      arising out of your use of the sample code, even if they have been
  16. *      advised of the possibility of such damages.                                                    *
  17. *
  18. ************************************************************************/
  19.  
  20. #include "recodisp.h"
  21. #include <os2.h>
  22.  
  23. ICON ID_MAIN recodisp.ico
  24.  
  25. MENU ID_MAIN
  26. {
  27.   SUBMENU "~Options",              -1
  28.   {
  29.     MENUITEM "Clear\tEsc",         ID_CLEAR
  30.     MENUITEM "E~xit",              ID_EXIT
  31.   }
  32. }
  33.  
  34. ACCELTABLE ID_MAIN
  35. {
  36.   VK_ESC,  ID_CLEAR,    VIRTUALKEY
  37. }
  38.  
  39. STRINGTABLE
  40. {
  41. STR_1,    "Pen for OS/2 is NOT active"
  42. STR_2,    "RedRecoDataFromEnv does not return correct result, rc: %x"
  43. STR_3,    "Target = %x, Active = %x, Focus = %x"
  44. STR_4,    "Memory allocation fails"
  45. STR_5,    "RedRegisterRecoCommand fails, rc: %x"
  46. STR_6,    "RECODISP must be mapped to a gesture. Please check NOTE in RECODISP.C"
  47. STR_7,    "Give gesture on a window which has RECODISP as Command Handler"
  48. STR_8,    "Gesture is %s and Virtual Event is %s"
  49. STR_9,    "For VE_LETTERGESTURE, Gesture is %s and Alphabet is %c"
  50. }
  51.