home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************************************
-
- SPELTEST
- Program to test spelling checker.
-
- Written and copyright by Brian J Quinion 1994.
- The right of Brian J Quinion to be identified as the author of this work has been asserted
- in accordance with sections 77 and 78 of the Copyright Designs and Patents Act 1988.
-
- Version for Microsoft Windows.
- Version: 0.01 (Production)
- Date: 26 May 1994
- Module: RES.H
-
- **************************************************************************************************/
-
- /* Menu defines */
- // Do Menu
- #define MLC_CHECKEDIT 100
- #define MLC_SETUPEDIT 101
- #define MLC_CHECKWORDS 102
- #define MLC_SETUPWORDS 103
-
- /* Dialog box defines */
- // SPELTEST_OPTIONSBOX
- #define ST_DEMOBUTTON 1000
-