home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: WPS_PM / WPS_PM.zip / xf083czs.zip / NETSC421 / netscdde.rc < prev   
Text File  |  1998-11-22  |  1KB  |  33 lines

  1. /*
  2.  * netscdde.rc:
  3.  *      Copyright (C) 1997-98 Ulrich Möller.
  4.  *      This program is free software; you can redistribute it and/or modify
  5.  *      it under the terms of the GNU General Public License as published by
  6.  *      the Free Software Foundation, in version 2 as it comes in the COPYING
  7.  *      file of the XFolder main distribution.
  8.  *      This program is distributed in the hope that it will be useful,
  9.  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
  10.  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  11.  *      GNU General Public License for more details.
  12.  */
  13.  
  14. #include <os2.h>
  15. #include "netscdde.h"
  16.  
  17. POINTER ID_ICON LOADONCALL MOVEABLE DISCARDABLE netscdde.ico
  18.  
  19. rcinclude "netscdde.dlg"
  20.  
  21. MENU    DDEC
  22. BEGIN
  23.     SUBMENU         "~P²íkazy",   IDM_MENU
  24.     BEGIN
  25.         MENUITEM    "~Spustit DDE",   IDM_INITIATE
  26.         MENUITEM    "~Otev²ít URL v existujícím okn╪",       IDM_OPENURL
  27.         MENUITEM    "Otev²ít URL v ~novém okn╪",       IDM_OPENURLNEW
  28.         MENUITEM    "~Ukonƒit DDE",      IDM_CLOSE
  29.         MENUITEM    "~Konec",       IDM_EXIT
  30.     END
  31. END
  32.  
  33.