home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
tools
/
coolwork
/
cwmenu.h_
/
cwmenu.h
Wrap
C/C++ Source or Header
|
1994-02-16
|
1KB
|
40 lines
/* Menu IDs for CoolWorx -- Some modules use this and
nothing else (CoolButton for one). */
#ifndef CW_MENU_DEF
#define CW_MENU_DEF
#define CM_HELPABOUT 24346
#define CM_HELPUSING_HELP 24345
#define CM_HELPPROCEDURES 24344
#define CM_HELPCOMMANDS 24343
#define CM_HELPKEYBOARD 24342
#define CM_HELPINDEX 24341
#define CM_EDITPASTE 24324
#define CM_EDITCOPY 24323
#define CM_EDITCUT 24322
#define CM_EDITUNDO 24321
#define CM_FILEEXIT 24338
#define CM_FILEPRINTER_SETUP 24337
#define CM_FILEPAGE_SETUP 24336
#define CM_FILEPRINT 24335
#define CM_FILESAVEAS 24334
#define CM_FILESAVE 24333
#define CM_FILEOPEN 24332
#define CM_FILENEW 24331
#define CM_FILESAVEALL 24350 /* frame does this */
#define CM_EDITCLEAR 24351
#define CM_EDITSELALL 24352
#define CM_WINCASCADE 24360 /* frame does these */
#define CM_WINTILE 24361
#define CM_WINARRANGE 24362
#define CM_WINCLOSEALL 24364
#define CM_WINMINALL 24365 // unimplemented
#define CM_WINRESALL 24366 // unimplemented
#define CM_SEARCHFIND 24370
#define CM_SEARCHREPL 24371
/* This ID is not a menu, but returns from the help
system */
#define CM_CLIENTAREA 24400
#endif