home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- * *
- * Name: WMRECO.RC *
- * *
- * Copyright : COPYRIGHT IBM CORPORATION, 1992 *
- * LICENSED MATERIAL *
- * *
- * NOTE: *
- * 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 <os2.h>
- #include "wmreco.h"
-
- ICON ID_RESOURCE wmreco.ico
-
- MENU ID_RESOURCE PRELOAD
- {
- MENUITEM "E~xit", IDM_EXIT
- }
-
- DLGTEMPLATE IDD_DLG
- {
- DIALOG "WM_RECO Message and RECODATA", 0, 8, 8, 360, 140, WS_VISIBLE,
- FCF_TITLEBAR
- CTLDATA FCF_DLGBORDER
- {
- LTEXT "", IDD_ML1, 4, 130, 300, 8
- LTEXT "", IDD_ML2, 10, 120, 300, 8
- LTEXT "", IDD_ML3, 10, 110, 300, 8
- LTEXT "", IDD_MLA, 4, 90, 300, 8
- LTEXT "", IDD_ML5, 10, 80, 320, 8
- LTEXT "", IDD_ML4, 10, 70, 320, 8
- LTEXT "", IDD_ML6, 10, 60, 320, 8
- LTEXT "", IDD_ML7, 10, 50, 320, 8
- LTEXT "", IDD_ML8, 10, 40, 340, 8
- LTEXT "", IDD_ML9, 10, 30, 340, 8
-
- DEFPUSHBUTTON "OK" IDD_OK, 30, 4, 30, 20, WS_GROUP
- }
- }
-
- STRINGTABLE
- {
- STR_A, "Data from MP1 and Handles of Client and Frame windows"
- STR_B, "Data from RECODATA:"
- STR_1, "Pen for OS/2 is NOT active"
- STR_11, "Hot spot in window coordinate from MP1 is (%d, %d)"
- STR_13, "RECO Subsystem name: %s, Number of Events of the Subsystem: %d"
- STR_14, "Virtual ID is %d, CHAR Code is %d, Event Name is %s"
- STR_15, "Window handles of Client: %x, and Frame : %x"
- STR_16, "RecoID %d, hReco %d, HotSpot in screen coordinate is (%d,%d)"
- STR_17, "Gesture Rectangle (xLeft,yBottom):(%d,%d), (xRight, yTop):(%d,%d)"
- STR_18, "Window Handles:: Hot spot: %x, Active: %x, Focus: %x"
- STR_19, "CMD: %s, Args: %s"
- }
-