home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
progwin
/
chap15
/
poppad.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1990-11-12
|
390 b
|
21 lines
/*----------------------
POPPAD.H header file
----------------------*/
#define IDM_NEW 1
#define IDM_OPEN 2
#define IDM_SAVE 3
#define IDM_SAVEAS 4
#define IDM_PRINT 5
#define IDM_EXIT 6
#define IDM_ABOUT 7
#define IDM_UNDO 8
#define IDM_CUT 9
#define IDM_COPY 10
#define IDM_PASTE 11
#define IDM_CLEAR 12
#define IDM_SELALL 13