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

界面编程

开发平台:

Visual C++

  1. // strings.cpp : implementation file
  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. #include "stdafx.h"
  13. #include "strings.h"
  14. #ifdef _DEBUG
  15. #undef THIS_FILE
  16. static char BASED_CODE THIS_FILE[] = __FILE__;
  17. #endif
  18. const TCHAR szWordPadClass[] = _T("WordPadClass");
  19. const TCHAR szLayout1[] = _T("Layout2");
  20. const TCHAR szLayout2[] = _T("LayoutAux2");
  21. const TCHAR szRegKey[] = _T("Microsoft\Windows\CurrentVersion\Applets");
  22. const TCHAR szTextSection[] = _T("Text");
  23. const TCHAR szRTFSection[] = _T("RTF");
  24. const TCHAR szWordSection[] = _T("Word6");
  25. const TCHAR szWriteSection[] =_T("Write");
  26. const TCHAR szIPSection[] = _T("IP");
  27. const TCHAR szWrap[] = _T("Wrap");
  28. const TCHAR szPageMargin[] = _T("PageMargin");
  29. const TCHAR szSection[] = _T("Options");
  30. const TCHAR szWordSel[] = _T("WordSel");
  31. const TCHAR szUnits[] = _T("Units");
  32. const TCHAR szFrameRect[] = _T("FrameRect");
  33. const TCHAR szMaximized[] = _T("Maximized");
  34. const TCHAR szSumInfo[] = _T("05SummaryInformation");
  35. const char szWordConverter[] = "MSWD6_32.WPC";
  36. const char szWriteConverter[] = "WRITE32.WPC";
  37. const TCHAR szContents[] = _T("Contents");