home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / QBAS / SPMATE12.ZIP / SPELLTST.RC$ / spelltst.rc
Text File  |  1993-07-13  |  928b  |  34 lines

  1. // ObjectWindows - (C) Copyright 1992 by Borland International
  2.  
  3. #include <windows.h>
  4. #include <owlrc.h>
  5.  
  6. #include "spelltst.h"
  7.  
  8. #include <inputdia.dlg>
  9. #include <filedial.dlg>
  10. #include <stdwnds.dlg>
  11.  
  12. #include <editacc.rc>
  13. #include <fileacc.rc>
  14.  
  15. #include <editmenu.rc>
  16. #include "filemenu.rc"
  17.  
  18. 100 ICON "spell.ico"
  19.  
  20.  
  21. DLG_ABOUT DIALOG 57, 23, 142, 92
  22. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  23. CAPTION "About"
  24. BEGIN
  25.     ICON 100, 100, 6, 5, 16, 16, WS_CHILD | WS_VISIBLE
  26.     CTEXT "OWL C++ example program for Aciran's SpelMate DLL", -1, 28, 5, 110, 18
  27.     LTEXT "(c) Stewart McSporran, 1993", -1, 24, 29, 93, 8
  28.     LTEXT "Compuserve 100064,773", -1, 29, 39, 84, 8
  29.     CONTROL "", 101, "button", BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 19, 24, 104, 24
  30.     LTEXT "Generous job offers gratefully received!", -1, 6, 53, 130, 9
  31.     PUSHBUTTON "&Ok", IDOK, 56, 71, 29, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  32. END
  33.  
  34.