home *** CD-ROM | disk | FTP | other *** search
- // ObjectWindows - (C) Copyright 1992 by Borland International
-
- #include <windows.h>
- #include <owlrc.h>
-
- #include "spelltst.h"
-
- #include <inputdia.dlg>
- #include <filedial.dlg>
- #include <stdwnds.dlg>
-
- #include <editacc.rc>
- #include <fileacc.rc>
-
- #include <editmenu.rc>
- #include "filemenu.rc"
-
- 100 ICON "spell.ico"
-
-
- DLG_ABOUT DIALOG 57, 23, 142, 92
- STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
- CAPTION "About"
- BEGIN
- ICON 100, 100, 6, 5, 16, 16, WS_CHILD | WS_VISIBLE
- CTEXT "OWL C++ example program for Aciran's SpelMate DLL", -1, 28, 5, 110, 18
- LTEXT "(c) Stewart McSporran, 1993", -1, 24, 29, 93, 8
- LTEXT "Compuserve 100064,773", -1, 29, 39, 84, 8
- CONTROL "", 101, "button", BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 19, 24, 104, 24
- LTEXT "Generous job offers gratefully received!", -1, 6, 53, 130, 9
- PUSHBUTTON "&Ok", IDOK, 56, 71, 29, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
- END
-
-