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

  1. // ObjectWindows - (C) Copyright 1992 by Borland International
  2.  
  3. #include "windows.h"
  4. #include "ewndtest.h"
  5. #include "owlrc.h"
  6.  
  7. #include "stdwnds.dlg"
  8. #include "editacc.rc"
  9.  
  10. COMMANDS MENU LOADONCALL MOVEABLE PURE DISCARDABLE
  11. BEGIN
  12.   POPUP "&Edit"
  13.   BEGIN
  14.     MenuItem  "&Undo\aAlt+BkSp", CM_EDITUNDO
  15.     MenuItem  SEPARATOR
  16.     MenuItem  "&Cut\aShift+Del", CM_EDITCUT
  17.     MenuItem  "C&opy\aIns", CM_EDITCOPY
  18.     MenuItem  "&Paste\aShift+Ins", CM_EDITPASTE
  19.     MenuItem  "&Delete\aDel", CM_EDITDELETE
  20.     MenuItem  "C&lear All\aCtrl+Del", CM_EDITCLEAR
  21.   END
  22.   POPUP "&Search"
  23.   BEGIN
  24.     MenuItem  "&Find...", CM_EDITFIND
  25.     MenuItem  "&Replace...", CM_EDITREPLACE
  26.     MenuItem  "&Next\aF3", CM_EDITFINDNEXT
  27.   END
  28.   MenuItem  "Send &Text", CM_SENDTEXT
  29. END
  30.  
  31.