Includes.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:3k
- // Includes.h : header file
- //
- // This file is a part of the XTREME CALENDAR 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
- //
- /////////////////////////////////////////////////////////////////////////////
- #include "Resource.h"
- #include "XTPCalendarController.h"
- //----------------------------
- // Xtreme DatePicker Control classes:
- //----------------------------
- #include "XTPDatePickerControl.h"
- #include "XTPDatePickerDaysCollection.h"
- #include "XTPDatePickerItemDay.h"
- #include "XTPDatePickerItemMonth.h"
- #include "XTPDatePickerList.h"
- #include "XTPDatePickerNotifications.h"
- #include "XTPDatePickerPaintManager.h"
- //----------------------------
- // Xtreme Calendar Control classes:
- //----------------------------
- #include "XTPCalendarControl.h"
- #include "XTPCalendarControlView.h"
- #include "XTPCalendarCaptionBarControl.h"
- #include "XTPCalendarData.h"
- #include "XTPCalendarOptions.h"
- #include "XTPCalendarDatabaseDataProvider.h"
- #include "XTPCalendarTimeZoneHelper.h"
- #include "XTPCalendarDayView.h"
- #include "XTPCalendarDayViewDay.h"
- #include "XTPCalendarDayViewEvent.h"
- #include "XTPCalendarDayViewTimeScale.h"
- #include "XTPCalendarEvent.h"
- #include "XTPCalendarEventLabel.h"
- #include "XTPCalendarEvent.h"
- #include "XTPCalendarEvents.h"
- #include "XTPCalendarMemoryDataProvider.h"
- #include "XTPCalendarMonthView.h"
- #include "XTPCalendarMonthViewDay.h"
- #include "XTPCalendarMonthViewEvent.h"
- #include "XTPCalendarNotifications.h"
- #include "XTPCalendarPaintManager.h"
- #include "XTPCalendarPtrCollectionT.h"
- #include "XTPCalendarPtrs.h"
- #include "XTPCalendarRecurrencePattern.h"
- #include "XTPCalendarTip.h"
- #include "XTPCalendarTheme.h"
- #include "XTPCalendarThemeOffice2007.h"
- #include "XTPCalendarUtils.h"
- #include "XTPCalendarView.h"
- #include "XTPCalendarViewDay.h"
- #include "XTPCalendarViewEvent.h"
- #include "XTPCalendarViewPart.h"
- #include "XTPCalendarWeekView.h"
- #include "XTPCalendarWeekViewDay.h"
- #include "XTPCalendarWeekViewEvent.h"
- #include "XTPCalendarOccurSeriesChooseDlg.h"
- #include "XTPCalendarEventPropertiesDlg.h"
- #include "XTPCalendarEventRecurrenceDlg.h"
- #include "XTPCalendarRemindersDialog.h"
- #include "XTPCalendarRemindersManager.h"
- #include "XTPCalendarResourcesManager.h"
- #include "XTPCalendarCustomProperties.h"