/** * @file Includes.h * * @copyright * (c) 1998-2025 Codejock Software, All Rights Reserved. * * This source file is the property of Codejock Software and must not be * redistributed by any means without the explicit written permission of * Codejock Software. * * The use of this source code is governed by the terms and conditions specified * in the Toolkit Pro license agreement. Codejock Software grants you, as a * single software developer, the limited right to use this software on one * computer only. * * Contact Information: * support@codejock.com * http://www.codejock.com * */ //{{AFX_CODEJOCK_PRIVATE #if !defined(__XTPSKINFRAMEWORK_INCLUDES_H__) # define __XTPSKINFRAMEWORK_INCLUDES_H__ # if _MSC_VER >= 1000 # pragma once # endif // _MSC_VER >= 1000 # include "SkinFramework/XTPSkinObject.h" # include "SkinFramework/XTPSkinObjectFrame.h" # include "SkinFramework/XTPSkinObjectTreeView.h" # include "SkinFramework/XTPSkinObjectTrackBar.h" # include "SkinFramework/XTPSkinObjectToolBar.h" # include "SkinFramework/XTPSkinObjectTab.h" # include "SkinFramework/XTPSkinObjectSpin.h" # include "SkinFramework/XTPSkinObjectScrollBar.h" # include "SkinFramework/XTPSkinObjectProgress.h" # include "SkinFramework/XTPSkinObjectListView.h" # include "SkinFramework/XTPSkinObjectListBox.h" # include "SkinFramework/XTPSkinObjectHeader.h" # include "SkinFramework/XTPSkinObjectEdit.h" # include "SkinFramework/XTPSkinObjectComboBox.h" # include "SkinFramework/XTPSkinObjectButton.h" # include "SkinFramework/XTPSkinImage.h" # include "SkinFramework/XTPSkinManager.h" # include "SkinFramework/XTPSkinManagerSchema.h" # include "SkinFramework/XTPSkinManagerResource.h" # include "SkinFramework/XTPSkinManagerApiHook.h" # include "SkinFramework/XTPSkinManagerColorFilter.h" #endif //#if !defined(__XTPSKINFRAMEWORK_INCLUDES_H__) //}}AFX_CODEJOCK_PRIVATE