home *** CD-ROM | disk | FTP | other *** search
- /* Include file for - STATLINE.c */
-
-
- #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_UNDO 7
- #define IDM_CUT 8
- #define IDM_COPY 9
- #define IDM_PASTE 10
- #define IDM_CLEAR 11
- #define IDM_DELETE 12
-
- #define IDM_SYS 13
- #define IDM_FILE 14
- #define IDM_EDIT 15
-
- #define IDM_TONY 24
-
- #define COUNT 24
-
- typedef struct tagSTATUSDATA
- {
- WORD wCode;
- char achMsg[80];
- } STATUSDATA;
-
- #define IDC_ADDRESS 401
- #define IDC_CITY 402
- #define IDC_NAME 400
- #define IDC_STATE 403
- #define IDC_ZIP 404