home *** CD-ROM | disk | FTP | other *** search
- /*-----------------------
- SMPLHELP.H header file
- -----------------------*/
-
- #define ID_RESOURCE 1
-
- #define ID_EMESSAGEBOX 2
-
- #define IDT_TEXT 1024
- #define IDT_HELPONHELP 255
-
- #define IDM_HELP 9
- #define IDM_ABOUT 10
- #define IDM_RESTORE 11
-
- #define IDD_ABOUT 25
- #define IDC_MYICON 26
-
- #define IDS_CLASS 0
- #define IDS_TITLE 1
- #define IDS_WORKING 2
- #define IDS_BADATTACH 3
-
- #define WM_NEW_TEXT (WM_USER + 10)
- #define WM_SUB_DONE (WM_USER + 15)
- #define AEOF '\x1A'
-
- #define STACKSIZE 256
-