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.
77 lines
2.5 KiB
C
77 lines
2.5 KiB
C
// XTPReportControlIncludes.h
|
|
//
|
|
// This file is a part of the XTREME REPORTCONTROL 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
|
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//{{AFX_CODEJOCK_PRIVATE
|
|
#if !defined(__XTPREPORTCONTROLINCLUDES_H__)
|
|
#define __XTPREPORTCONTROLINCLUDES_H__
|
|
//}}AFX_CODEJOCK_PRIVATE
|
|
|
|
#if _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif // _MSC_VER >= 1000
|
|
|
|
#include "Resource.h"
|
|
#include "XTPReportDefines.h"
|
|
#include "XTPReportColumn.h"
|
|
#include "XTPReportColumns.h"
|
|
#include "XTPReportControl.h"
|
|
#include "XTPReportDragDrop.h"
|
|
#include "XTPReportFilterEditControl.h"
|
|
#include "XTPReportHeader.h"
|
|
#include "XTPReportHyperlink.h"
|
|
#include "XTPReportNavigator.h"
|
|
#include "XTPReportPaintManager.h"
|
|
#include "XTPReportRecord.h"
|
|
#include "XTPReportRecordItem.h"
|
|
#include "XTPReportRecordItemConstraint.h"
|
|
#include "XTPReportRecordItemRange.h"
|
|
#include "XTPReportRecordItemControls.h"
|
|
#include "XTPReportRecords.h"
|
|
#include "XTPReportRow.h"
|
|
#include "XTPReportRows.h"
|
|
#include "XTPReportSelectedRows.h"
|
|
#include "XTPReportGroupRow.h"
|
|
#include "XTPReportSubListControl.h"
|
|
#include "XTPReportTip.h"
|
|
#include "XTPReportInplaceControls.h"
|
|
#include "XTPReportView.h"
|
|
#include "XTPReportPageSetupDialog.h"
|
|
#include "Behavior/XTPReportBehavior.h"
|
|
#include "XTPReportSection.h"
|
|
#include "XTPReportSections.h"
|
|
#include "XTPReportHitTestInfo.h"
|
|
|
|
#include "ItemTypes/XTPReportRecordItemText.h"
|
|
#include "ItemTypes/XTPReportRecordItemNumber.h"
|
|
#include "ItemTypes/XTPReportRecordItemDateTime.h"
|
|
#include "ItemTypes/XTPReportRecordItemPreview.h"
|
|
#include "ItemTypes/XTPReportRecordItemIcon.h"
|
|
#include "ItemTypes/XTPReportRecordItemVariant.h"
|
|
|
|
#include "TrackControl/XTPTrackControlItem.h"
|
|
#include "TrackControl/XTPTrackControl.h"
|
|
#include "TrackControl/XTPTrackBlock.h"
|
|
#include "TrackControl/XTPTrackHeader.h"
|
|
#include "TrackControl/XTPTrackPaintManager.h"
|
|
#include "TrackControl/XTPTrackUndoManager.h"
|
|
|
|
|
|
#endif //#if !defined(__XTPREPORTCONTROLINCLUDES_H__)
|