DragonNest/Third/XTToolkitPro/Samples/UserInterface/GUI_Office11/strings.cpp

54 lines
1.8 KiB
C++
Raw Normal View History

2024-12-19 09:48:26 +08:00
// strings.cpp : implementation file
//
// This file is a part of the XTREME TOOLKIT PRO MFC class library.
// (c)1998-2008 Codejock Software, All Rights Reserved.
//
// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
// RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN
// CONSENT OF CODEJOCK SOFTWARE.
//
// THIS SOURCE CODE CAN ONLY BE USED UNDER THE TERMS AND CONDITIONS OUTLINED
// IN THE XTREME TOOLKIT PRO LICENSE AGREEMENT. CODEJOCK SOFTWARE GRANTS TO
// YOU (ONE SOFTWARE DEVELOPER) THE LIMITED RIGHT TO USE THIS SOFTWARE ON A
// SINGLE COMPUTER.
//
// CONTACT INFORMATION:
// support@codejock.com
// http://www.codejock.com
//
/////////////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "strings.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
const TCHAR szWordPadClass[] = _T("WordPadClass");
const TCHAR szLayout1[] = _T("Layout2");
const TCHAR szLayout2[] = _T("LayoutAux2");
const TCHAR szRegKey[] = _T("Microsoft\\Windows\\CurrentVersion\\Applets");
const TCHAR szTextSection[] = _T("Text");
const TCHAR szRTFSection[] = _T("RTF");
const TCHAR szWordSection[] = _T("Word6");
const TCHAR szWriteSection[] =_T("Write");
const TCHAR szIPSection[] = _T("IP");
const TCHAR szWrap[] = _T("Wrap");
const TCHAR szPageMargin[] = _T("PageMargin");
const TCHAR szSection[] = _T("Options");
const TCHAR szWordSel[] = _T("WordSel");
const TCHAR szUnits[] = _T("Units");
const TCHAR szFrameRect[] = _T("FrameRect");
const TCHAR szMaximized[] = _T("Maximized");
const TCHAR szSumInfo[] = _T("\005SummaryInformation");
const char szWordConverter[] = "MSWD6_32.WPC";
const char szWriteConverter[] = "WRITE32.WPC";
const TCHAR szContents[] = _T("Contents");