home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / soundb / sndhack / app.rc < prev    next >
Text File  |  1991-07-29  |  716b  |  33 lines

  1. #include <windows.h>
  2. #include "app.h"
  3.  
  4. /* Menu definition */
  5. #include "menu.rc"
  6.  
  7. /* Dialog Box definitions */
  8. #include "about.dlg"
  9. #include "open.dlg"
  10. #include "saveas.dlg"
  11.  
  12. #include "countvn.dlg"
  13. #include "setsndn.dlg"
  14. #include "setvacc.dlg"
  15. #include "setvenv.dlg"
  16. #include "setvnote.dlg"
  17. #include "setqsize.dlg"
  18. #include "setvsnd.dlg"
  19. #include "setvthr.dlg"
  20. #include "waitsnds.dlg"
  21.  
  22. ClassIcon ICON "app.ico"
  23. NoteCursor CURSOR "note.cur"
  24.  
  25. ClassAccel ACCELERATORS
  26. BEGIN
  27.   VK_BACK,   IDM_UNDO,  ALT,      VIRTKEY
  28.   VK_DELETE, IDM_CUT,   SHIFT,    VIRTKEY
  29.   VK_INSERT, IDM_COPY,  CONTROL,  VIRTKEY
  30.   VK_INSERT, IDM_PASTE, SHIFT,    VIRTKEY
  31.   VK_DELETE, IDM_CLEAR, SHIFT,    VIRTKEY
  32. END
  33.