home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
OWLINC.PAK
/
LISTVIEW.RH
< prev
next >
Wrap
Text File
|
1995-08-29
|
871b
|
26 lines
//----------------------------------------------------------------------------
// ObjectWindows
// (C) Copyright 1993, 1994 by Borland International, All Rights Reserved
//
// Menu and accelerator IDs for use with TListView
//----------------------------------------------------------------------------
#include <owl/window.rh>
//
// Many list view specific CMs are just backward compatible names for common
// CMs
//
#define CM_LISTUNDO CM_EDITUNDO
#define CM_LISTCUT CM_EDITCUT
#define CM_LISTCOPY CM_EDITCOPY
#define CM_LISTPASTE CM_EDITPASTE
#define CM_LISTDELETE CM_EDITPASTE
#define CM_LISTCLEAR CM_EDITCLEAR
#define CM_LISTADD CM_EDITADD
#define CM_LISTEDIT CM_EDITEDIT
#define IDM_LISTVIEW 32582
#define IDA_LISTVIEW 32583
#define IDS_LISTNUM 32584