home *** CD-ROM | disk | FTP | other *** search
- /*******************
- LFEDIT.h HEADER FILE
- ********************/
-
- #define IDM_NEW 1
- #define IDM_OPEN 2
- #define IDM_SAVE 3
- #define IDM_SAVEAS 4
-
- #define IDM_RUN 5
-
- #define IDM_PRINT 6
-
- #define IDM_EXIT 7
- #define IDM_ABOUT 8
-
- #define IDM_UNDO 9
- #define IDM_CUT 10
- #define IDM_COPY 11
- #define IDM_PASTE 12
- #define IDM_CLEAR 13
- #define IDM_SELALL 14
-