home *** CD-ROM | disk | FTP | other *** search
- /*************************************************************************
- *
- * File Name : RECODISP.RC
- *
- * Description : Example PENPM Aware Application
- *
- * Copyright (C) 1992 IBM Corporation
- *
- * DISCLAIMER OF WARRANTIES. The following [enclosed] code is
- * sample code created by IBM Corporation. This sample code is not
- * part of any standard or IBM product and is provided to you solely
- * for the purpose of assisting you in the development of your
- * applications. The code is provided "AS IS", without
- * warranty of any kind. IBM shall not be liable for any damages
- * arising out of your use of the sample code, even if they have been
- * advised of the possibility of such damages. *
- *
- ************************************************************************/
-
- #include "recodisp.h"
- #include <os2.h>
-
- ICON ID_MAIN recodisp.ico
-
- MENU ID_MAIN
- {
- SUBMENU "~Options", -1
- {
- MENUITEM "Clear\tEsc", ID_CLEAR
- MENUITEM "E~xit", ID_EXIT
- }
- }
-
- ACCELTABLE ID_MAIN
- {
- VK_ESC, ID_CLEAR, VIRTUALKEY
- }
-
- STRINGTABLE
- {
- STR_1, "Pen for OS/2 is NOT active"
- STR_2, "RedRecoDataFromEnv does not return correct result, rc: %x"
- STR_3, "Target = %x, Active = %x, Focus = %x"
- STR_4, "Memory allocation fails"
- STR_5, "RedRegisterRecoCommand fails, rc: %x"
- STR_6, "RECODISP must be mapped to a gesture. Please check NOTE in RECODISP.C"
- STR_7, "Give gesture on a window which has RECODISP as Command Handler"
- STR_8, "Gesture is %s and Virtual Event is %s"
- STR_9, "For VE_LETTERGESTURE, Gesture is %s and Alphabet is %c"
- }
-