You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.4 KiB
C
47 lines
1.4 KiB
C
// XTPPropertyGridIncludes.h
|
|
//
|
|
// This file is a part of the XTREME PROPERTYGRID MFC class library.
|
|
// (c)1998-2012 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(__XTPPROPERTYGRIDINCLUDES_H__)
|
|
#define __XTPPROPERTYGRIDINCLUDES_H__
|
|
|
|
#if _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif // _MSC_VER >= 1000
|
|
|
|
#include "Resource.h"
|
|
|
|
#include "XTPPropertyGridDefines.h"
|
|
#include "XTPPropertyGridInplaceEdit.h"
|
|
#include "XTPPropertyGridInplaceButton.h"
|
|
#include "XTPPropertyGridInplaceList.h"
|
|
#include "XTPPropertyGridItem.h"
|
|
#include "XTPPropertyGridView.h"
|
|
#include "XTPPropertyGrid.h"
|
|
#include "XTPPropertyGridItemBool.h"
|
|
#include "XTPPropertyGridItemColor.h"
|
|
#include "XTPPropertyGridItemFont.h"
|
|
#include "XTPPropertyGridItemNumber.h"
|
|
#include "XTPPropertyGridItemSize.h"
|
|
#include "XTPPropertyGridItemExt.h"
|
|
#include "XTPPropertyGridItemOption.h"
|
|
#include "XTPPropertyGridPaintManager.h"
|
|
|
|
#endif
|