home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / ole / wordpad / strings.h < prev    next >
C/C++ Source or Header  |  1998-03-26  |  1KB  |  43 lines

  1. // strings.h : defines all extern const strings
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12.  
  13. #ifndef __AFXWIN_H__
  14.     #error include 'stdafx.h' before including this file for PCH
  15. #endif
  16.  
  17. extern const TCHAR szWordPadClass[];
  18. extern const TCHAR szLayout1[];
  19. extern const TCHAR szLayout2[];
  20. extern const TCHAR szRegKey[];
  21.  
  22. extern const TCHAR szTextSection[];
  23. extern const TCHAR szRTFSection[];
  24. extern const TCHAR szWordSection[];
  25. extern const TCHAR szWriteSection[];
  26. extern const TCHAR szIPSection[];
  27. extern const TCHAR szWrap[];
  28. extern const TCHAR szPageMargin[];
  29.  
  30. extern const TCHAR szSection[];
  31. extern const TCHAR szWordSel[];
  32. extern const TCHAR szUnits[];
  33. extern const TCHAR szFrameRect[];
  34. extern const TCHAR szMaximized[];
  35. extern const TCHAR szDeleteTemp[];
  36.  
  37. extern const TCHAR szSumInfo[];
  38.  
  39. extern const char szWordConverter[];
  40. extern const char szWriteConverter[];
  41.  
  42. extern const TCHAR szContents[];
  43.