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

  1. /******************************************************************************
  2. *                                                                             *
  3. *   Name:  WMRECO.RC                                                          *
  4. *                                                                             *
  5. *   Copyright : COPYRIGHT IBM CORPORATION, 1992                               *
  6. *               LICENSED MATERIAL                                             *
  7. *                                                                             *
  8. *  NOTE:                                                                      *
  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 <os2.h>
  21. #include "wmreco.h"
  22.  
  23. ICON ID_RESOURCE  wmreco.ico
  24.  
  25. MENU ID_RESOURCE  PRELOAD
  26. {
  27.    MENUITEM "E~xit",      IDM_EXIT
  28. }
  29.  
  30. DLGTEMPLATE    IDD_DLG
  31. {
  32.   DIALOG "WM_RECO Message and RECODATA",  0,  8,  8, 360, 140, WS_VISIBLE,
  33.           FCF_TITLEBAR
  34.   CTLDATA        FCF_DLGBORDER
  35.   {
  36.      LTEXT  "",                            IDD_ML1,           4, 130, 300, 8
  37.      LTEXT  "",                            IDD_ML2,          10, 120, 300, 8
  38.      LTEXT  "",                            IDD_ML3,          10, 110, 300, 8
  39.      LTEXT  "",                            IDD_MLA,           4,  90, 300, 8
  40.      LTEXT  "",                            IDD_ML5,          10,  80, 320, 8
  41.      LTEXT  "",                            IDD_ML4,          10,  70, 320, 8
  42.      LTEXT  "",                            IDD_ML6,          10,  60, 320, 8
  43.      LTEXT  "",                            IDD_ML7,          10,  50, 320, 8
  44.      LTEXT  "",                            IDD_ML8,          10,  40, 340, 8
  45.      LTEXT  "",                            IDD_ML9,          10,  30, 340, 8
  46.  
  47.      DEFPUSHBUTTON    "OK"      IDD_OK,       30,  4,  30, 20, WS_GROUP
  48.   }
  49. }
  50.  
  51. STRINGTABLE
  52. {
  53. STR_A,    "Data from MP1 and Handles of Client and Frame windows"
  54. STR_B,    "Data from RECODATA:"
  55. STR_1,    "Pen for OS/2 is NOT active"
  56. STR_11,   "Hot spot in window coordinate from MP1 is (%d, %d)"
  57. STR_13,   "RECO Subsystem name: %s, Number of Events of the Subsystem: %d"
  58. STR_14,   "Virtual ID is %d, CHAR Code is %d, Event Name is %s"
  59. STR_15,   "Window handles of Client: %x, and Frame : %x"
  60. STR_16,   "RecoID %d, hReco %d, HotSpot in screen coordinate is (%d,%d)"
  61. STR_17,   "Gesture Rectangle (xLeft,yBottom):(%d,%d), (xRight, yTop):(%d,%d)"
  62. STR_18,   "Window Handles:: Hot spot: %x, Active: %x, Focus: %x"
  63. STR_19,   "CMD: %s, Args: %s"
  64. }
  65.