home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
OWLINC.PAK
/
DOCVIEW.RH
< prev
next >
Wrap
Text File
|
1995-08-29
|
1KB
|
45 lines
//----------------------------------------------------------------------------
// ObjectWindows
// (C) Copyright 1993, 1994 by Borland International, All Rights Reserved
//
// Resource and command IDs to use with TDocManager
//----------------------------------------------------------------------------
//
// Commands
//
#define CM_FILENEW 24331
#define CM_FILEOPEN 24332
#define CM_FILESAVE 24333
#define CM_FILESAVEAS 24334
#define CM_FILEREVERT 24335
#define CM_FILEPRINT 24337
#define CM_FILEPRINTERSETUP 24338
#define CM_FILECLOSE 24339
#define CM_VIEWCREATE 24341
//
// String IDs
//
#define IDS_DOCMANAGERFILE 32500
#define IDS_DOCLIST 32501
#define IDS_VIEWLIST 32502
#define IDS_UNTITLED 32503
#define IDS_UNABLEOPEN 32504
#define IDS_UNABLECLOSE 32505
#define IDS_READERROR 32506
#define IDS_WRITEERROR 32507
#define IDS_DOCCHANGED 32508
#define IDS_NOTCHANGED 32509
#define IDS_NODOCMANAGER 32510
#define IDS_NOMEMORYFORVIEW 32511
#define IDS_DUPLICATEDOC 32512
//
// Menu ID
//
#define IDM_DOCMANAGERFILE 32401