home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
COMMDLG.PAK
/
COMMDLGX.RC
< prev
next >
Wrap
Text File
|
1995-08-29
|
684b
|
27 lines
//----------------------------------------------------------------------------
// ObjectWindows - (C) Copyright 1991, 1993 by Borland International
//----------------------------------------------------------------------------
#ifndef WORKSHOP_INVOKED
#include <windows.h>
#endif
#include "commdlgx.rh"
#include <owl\owlapp.rc> // default owl app icon
CMDLGAPMENU MENU
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit", CM_EXIT
END
POPUP "&Text"
BEGIN
MENUITEM "&String...", CM_FILEOPEN
MENUITEM "&Color...", CM_COLOR
MENUITEM "&Font...", CM_FONT
END
POPUP "\a&Help"
BEGIN
MENUITEM "&About...", CM_HELPABOUT
END
END