127 lines
3.4 KiB
C
127 lines
3.4 KiB
C
// XTIncludes.h : header file
|
|
//
|
|
// This file is a part of the XTREME CONTROLS MFC class library.
|
|
// (c)1998-2008 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 _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif // _MSC_VER >= 1000
|
|
|
|
//-----------------------------------------------------------------------------
|
|
// Common "Standard" Includes:
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#include "Resource.h"
|
|
|
|
#include "XTThemeManager.h"
|
|
#include "XTDefines.h"
|
|
#include "XTGlobal.h"
|
|
#include "XTVC50Helpers.h"
|
|
#include "XTUtil.h"
|
|
#include "XTNotify.h"
|
|
#include "XTFunctions.h"
|
|
#include "XTMemDC.h"
|
|
#include "XTAnimationMemDC.h"
|
|
#include "XTButton.h"
|
|
#include "XTHexEdit.h"
|
|
#include "XTCaption.h"
|
|
#include "XTCaptionPopupWnd.h"
|
|
#include "XTColorRef.h"
|
|
#include "XTColorSelectorCtrl.h"
|
|
#include "XTColorPopup.h"
|
|
#include "XTColorPicker.h"
|
|
#include "XTColorDialog.h"
|
|
#include "XTListBox.h"
|
|
#include "XTEditListBox.h"
|
|
#include "XTComboBoxEx.h"
|
|
#include "XTTabCtrl.h"
|
|
#include "XTTabCtrlButtons.h"
|
|
#include "XTExcelTabCtrl.h"
|
|
#include "XTTreeBase.h"
|
|
#include "XTTreeCtrlView.h"
|
|
#include "XTHeaderCtrl.h"
|
|
#include "XTMenuListBox.h"
|
|
#include "XTPagerCtrl.h"
|
|
#include "XTDateTimeCtrl.h"
|
|
#include "XTHyperLink.h"
|
|
#include "XTTipWindow.h"
|
|
#include "XTTipOfTheDay.h"
|
|
#include "XTSplitterWnd.h"
|
|
#include "XTMDIWndTab.h"
|
|
#include "XTResizeRect.h"
|
|
#include "XTResizePoint.h"
|
|
#include "XTResize.h"
|
|
#include "XTResizeDialog.h"
|
|
#include "XTResizeFormView.h"
|
|
#include "XTResizePropertyPage.h"
|
|
#include "XTResizePropertySheet.h"
|
|
#include "XTSearchOptionsCtrl.h"
|
|
#include "XTResizeGroupBox.h"
|
|
#include "XTHtmlView.h"
|
|
#include "XTListBase.h"
|
|
#include "XTListCtrlView.h"
|
|
#include "XTTabView.h"
|
|
#include "XTDropSource.h"
|
|
#include "XTShellPidl.h"
|
|
#include "XTShellSettings.h"
|
|
#include "XTShellTreeBase.h"
|
|
#include "XTShellTreeCtrlView.h"
|
|
#include "XTDirWatcher.h"
|
|
#include "XTShellListBase.h"
|
|
#include "XTShellListCtrlView.h"
|
|
#include "XTTrayIcon.h"
|
|
#include "XTBrowseDialog.h"
|
|
#include "XTWindowPos.h"
|
|
#include "XTMemFile.h"
|
|
#include "XTSortClass.h"
|
|
#include "XTRegistryManager.h"
|
|
#include "XTCheckListBox.h"
|
|
#include "XTFlatComboBox.h"
|
|
#include "XTMaskEdit.h"
|
|
#include "XTBrowseEdit.h"
|
|
#include "XTColorPageCustom.h"
|
|
#include "XTColorPageStandard.h"
|
|
#include "XTFontCombo.h"
|
|
#include "XTOutBarCtrl.h"
|
|
#include "XTWindowList.h"
|
|
#include "XTHelpers.h"
|
|
|
|
#include "XTButtonTheme.h"
|
|
#include "XTSplitterWndTheme.h"
|
|
#include "XTHeaderCtrlTheme.h"
|
|
|
|
// Popup Control
|
|
|
|
#include "XTPPopupControl.h"
|
|
#include "XTPPopupItem.h"
|
|
#include "XTPPopupPaintManager.h"
|
|
|
|
// task dialog
|
|
|
|
#include "XTPTaskDialogAPI.h"
|
|
#include "XTPTaskDialog.h"
|
|
#include "XTPTaskDialogControls.h"
|
|
#include "XTPTaskDialogClient.h"
|
|
#include "XTPTaskDialogFrame.h"
|
|
|
|
#include "XTPPropertyPage.h"
|
|
#include "XTPPropertySheet.h"
|
|
#include "XTPPropertyPageNavigator.h"
|
|
|
|
|
|
#include "XTPButton.h"
|