home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / tools / xpstat / xpstat.rc < prev   
Text File  |  2000-02-20  |  1KB  |  38 lines

  1.  
  2. /*
  3.  * xpstat.rc:
  4.  *      Copyright (C) 2000 Ulrich Möller.
  5.  *      This program is free software; you can redistribute it and/or modify
  6.  *      it under the terms of the GNU General Public License as published by
  7.  *      the Free Software Foundation, in version 2 as it comes in the COPYING
  8.  *      file of the XWorkplace main distribution.
  9.  *      This program is distributed in the hope that it will be useful,
  10.  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12.  *      GNU General Public License for more details.
  13.  */
  14.  
  15. #include <os2.h>
  16. #include "xpstat.h"
  17.  
  18. POINTER 1 LOADONCALL MOVEABLE DISCARDABLE xpstat.ico
  19.  
  20. MENU ID_XPSM_MAIN LOADONCALL MOVEABLE DISCARDABLE
  21. BEGIN
  22.     MENUITEM "~xpstat", ID_XPSM_XPSTAT, MIS_SUBMENU
  23.     BEGIN
  24.         MENUITEM "~Exit", ID_XPSMI_EXIT
  25.     END
  26.     MENUITEM "~View", ID_XPSM_VIEW, MIS_SUBMENU
  27.     BEGIN
  28.         MENUITEM "Process ~list by process ID", ID_XPSMI_PIDLIST
  29.         MENUITEM "Process ~list by session ID", ID_XPSMI_SIDLIST
  30.         MENUITEM "Process ~tree", ID_XPSMI_PIDTREE
  31.         MENUITEM "Modules tree", ID_XPSMI_MODTREE
  32.         MENUITEM "", 1, MIS_SEPARATOR
  33.         MENUITEM "~Word wrapping", ID_XPSMI_WORDWRAP
  34.         MENUITEM "", 1, MIS_SEPARATOR
  35.         MENUITEM "~Refresh data", ID_XPSMI_REFRESH
  36.     END
  37. END
  38.