//---------------------------------------------------------------------------- // ObjectWindows - (C) Copyright 1991, 1993 by Borland International //---------------------------------------------------------------------------- #include #include #include // default owl app icon #include #include "draw.rh" DRAW_MENU MENU BEGIN POPUP "&Draw" BEGIN MENUITEM "&Record...", CM_RECORD MENUITEM "&Stop Recording", CM_STOP MENUITEM "&Play...", CM_PLAY MENUITEM SEPARATOR MENUITEM "&Exit", CM_EXIT END END