home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sound Sensations!
/
sound_sensations.iso
/
soundb
/
sndhack
/
app.rc
< prev
next >
Wrap
Text File
|
1991-07-29
|
716b
|
33 lines
#include <windows.h>
#include "app.h"
/* Menu definition */
#include "menu.rc"
/* Dialog Box definitions */
#include "about.dlg"
#include "open.dlg"
#include "saveas.dlg"
#include "countvn.dlg"
#include "setsndn.dlg"
#include "setvacc.dlg"
#include "setvenv.dlg"
#include "setvnote.dlg"
#include "setqsize.dlg"
#include "setvsnd.dlg"
#include "setvthr.dlg"
#include "waitsnds.dlg"
ClassIcon ICON "app.ico"
NoteCursor CURSOR "note.cur"
ClassAccel ACCELERATORS
BEGIN
VK_BACK, IDM_UNDO, ALT, VIRTKEY
VK_DELETE, IDM_CUT, SHIFT, VIRTKEY
VK_INSERT, IDM_COPY, CONTROL, VIRTKEY
VK_INSERT, IDM_PASTE, SHIFT, VIRTKEY
VK_DELETE, IDM_CLEAR, SHIFT, VIRTKEY
END