home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 7.ddi / DDEML.ZIP / DDECLI.RC < prev    next >
Encoding:
Text File  |  1992-06-10  |  576 b   |  32 lines

  1. // ObjectWindows - (C) Copyright 1992 by Borland International
  2. //
  3. // ddecli.rc
  4.  
  5. #include <windows.h>
  6. #include "ddeclir.h"
  7.  
  8. #include <inputdia.dlg>
  9.  
  10. TDMLClWnd_MENU MENU
  11. BEGIN
  12.     POPUP "&File"
  13.     BEGIN
  14.         MENUITEM "E&xit", CM_EXIT
  15.     END
  16.  
  17.         MENUITEM "&Connect!", CM_U_CONNECT
  18.         MENUITEM "&Request!", CM_U_REQUEST, GRAYED
  19.         MENUITEM "&Poke!", CM_U_POKE, GRAYED
  20.         POPUP "&Advise"
  21.     BEGIN
  22.                 MENUITEM "Advise Loop", CM_U_ADVISE, GRAYED
  23.     END
  24.  
  25.         POPUP "\a&Help"
  26.     BEGIN
  27.         MENUITEM "&About", CM_U_HELPABOUT
  28.     END
  29.  
  30. END
  31.  
  32.