STRINGS.H
上传用户:aakk678
上传日期:2022-07-09
资源大小:406k
文件大小:1k
源码类别:

界面编程

开发平台:

Visual C++

  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-1997 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 char szWordConverter[];
  34. extern const char szWriteConverter[];
  35. extern const TCHAR szContents[];