// StdAfx.h // // (c)1998-2025 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 // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_STDAFX_H__490D3254_4FAD_4347_BF1F_FA24D5C3BC93__INCLUDED_) # define AFX_STDAFX_H__490D3254_4FAD_4347_BF1F_FA24D5C3BC93__INCLUDED_ # if _MSC_VER > 1000 # pragma once # endif // _MSC_VER > 1000 # define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers # include // MFC core and standard components # include // MFC extensions # include // MFC Automation classes # include // MFC support for Internet Explorer 4 Common Controls # ifndef _AFX_NO_OLE_SUPPORT # include // MFC support for Internet Explorer 4 Common Controls # endif # ifndef _AFX_NO_AFXCMN_SUPPORT # include // MFC support for Windows Common Controls # endif # include // MFC rich edit classes // Codejock Software Components # define _XTP_EXCLUDE_CALENDAR // Toolkit Pro Calendar is not used in the selected configuration # define _XTP_EXCLUDE_CHART // Toolkit Pro Chart is not used in the selected configuration # define _XTP_EXCLUDE_DOCKINGPANE // Toolkit Pro DockingPane is not used in the selected // configuration # define _XTP_EXCLUDE_FLOWGRAPH // Toolkit Pro FlowGraph is not used in the selected // configuration # define _XTP_EXCLUDE_PROPERTYGRID // Toolkit Pro PropertyGrid is not used in the selected // configuration # define _XTP_EXCLUDE_GRIDCONTROL // ToolkitPro Grid is not used in the selected configuration # define _XTP_EXCLUDE_SHORTCUTBAR // Toolkit Pro ShortcutBar is not used in the selected // configuration # define _XTP_EXCLUDE_SKINFRAMEWORK // Toolkit Pro SkinFramework is not used in the selected // configuration # define _XTP_EXCLUDE_SYNTAXEDIT // Toolkit Pro SyntaxEdit is not used in the selected // configuration # define _XTP_EXCLUDE_TASKPANEL // Toolkit Pro TaskPanel is not used in the selected // configuration # include // The only needed Toolkit Pro inclusion # define XTP_INCLUDE_THEMEDIALOG # include // Sample About and Theme Dialogs //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_STDAFX_H__490D3254_4FAD_4347_BF1F_FA24D5C3BC93__INCLUDED_)