Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.3 KiB

  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-1995 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. #ifndef __AFXWIN_H__
  13. #error include 'stdafx.h' before including this file for PCH
  14. #endif
  15. extern const TCHAR szWordPadClass[];
  16. extern const TCHAR szLayout1[];
  17. extern const TCHAR szLayout2[];
  18. extern const TCHAR szRegKey[];
  19. extern const TCHAR szTextSection[];
  20. extern const TCHAR szRTFSection[];
  21. extern const TCHAR szWordSection[];
  22. extern const TCHAR szWriteSection[];
  23. extern const TCHAR szIPSection[];
  24. extern const TCHAR szWrap[];
  25. extern const TCHAR szPageMargin[];
  26. extern const TCHAR szSection[];
  27. extern const TCHAR szWordSel[];
  28. extern const TCHAR szUnits[];
  29. extern const TCHAR szFrameRect[];
  30. extern const TCHAR szMaximized[];
  31. extern const TCHAR szDeleteTemp[];
  32. extern const TCHAR szSumInfo[];
  33. extern const TCHAR szContents[];
  34. extern TCHAR szWordConverter[];
  35. extern TCHAR szWriteConverter[];
  36. extern TCHAR szWord97Converter[];