// 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 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__4CE21B55_AD62_4457_8C25_6FA7A843DD88__INCLUDED_) # define AFX_STDAFX_H__4CE21B55_AD62_4457_8C25_6FA7A843DD88__INCLUDED_ # if _MSC_VER > 1000 # pragma once # endif // _MSC_VER > 1000 # include # include // MFC core and standard components # include // MFC extensions # include // MFC Automation classes # ifndef _AFX_NO_AFXCMN_SUPPORT # include // MFC support for Windows Common Controls # endif // _AFX_NO_AFXCMN_SUPPORT // Lets help compiler to skip some headers # define _XTP_EXCLUDE_CALENDAR # define _XTP_EXCLUDE_SYNTAXEDIT # define _XTP_EXCLUDE_GRIDCONTROL # include // Codejock Software Components # include // Sample About Dialog # ifdef _XTP_INCLUDE_COMMANDBARS # undef _XTP_INCLUDE_CONTROLBARS # endif //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_STDAFX_H__4CE21B55_AD62_4457_8C25_6FA7A843DD88__INCLUDED_)