home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
DRAGDROP.PAK
/
DRAGDROP.RC
< prev
next >
Wrap
Text File
|
1995-08-29
|
505b
|
19 lines
//----------------------------------------------------------------------------
// ObjectWindows - (C) Copyright 1991, 1993 by Borland International
//----------------------------------------------------------------------------
#ifndef WORKSHOP_INVOKED
#include <windows.h>
#endif
DRAGMENU MENU
BEGIN
POPUP "Help"
BEGIN
MENUITEM "How To", 101
MENUITEM "View Files", 102
MENUITEM "Clear Files", 103
MENUITEM SEPARATOR
MENUITEM "About", 104
END
END