home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 10.ddi / STEPS.ZIP / STEPS.RC < prev   
Encoding:
Text File  |  1992-06-10  |  456 b   |  21 lines

  1. // ObjectWindows - (C) Copyright 1992 by Borland International
  2.  
  3. #include <windows.h>
  4. #include <owlrc.h>
  5. #include "steps.h"
  6.  
  7. #include "inputdia.dlg"
  8. #include "filedial.dlg"
  9.  
  10. COMMANDS MENU LOADONCALL MOVEABLE PURE DISCARDABLE
  11. BEGIN
  12.   POPUP "&File"
  13.   BEGIN
  14.     MenuItem  "&New", CM_FILENEW
  15.     MenuItem  "&Open", CM_FILEOPEN
  16.     MenuItem  "&Save", CM_FILESAVE
  17.     MenuItem  "Save&As", CM_FILESAVEAS
  18.   END
  19.   MenuItem  "&Help", CM_HELP
  20. END
  21.