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.4 KiB

  1. // strings.cpp : implementation file
  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. #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("\005SummaryInformation");
  35. const TCHAR szContents[] = _T("Contents");