// StdAfx.h // // 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__4BC3E57D_C966_4BB9_9B73_134ADAEC6C92__INCLUDED_) # define AFX_STDAFX_H__4BC3E57D_C966_4BB9_9B73_134ADAEC6C92__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 # define WM_UPDATE_XP_BORDERS (WM_USER + 1000) // 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 //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_STDAFX_H__4BC3E57D_C966_4BB9_9B73_134ADAEC6C92__INCLUDED_)