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.
98 lines
2.7 KiB
C
98 lines
2.7 KiB
C
// Includes.h : header file
|
|
//
|
|
// This file is a part of the XTREME CALENDAR 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
|
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#include "Resource.h"
|
|
|
|
#include "XTPCalendarDefines.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 "XTPCalendarUtils.h"
|
|
#include "XTPCalendarOptions.h"
|
|
#include "XTPCalendarNotifications.h"
|
|
|
|
#include "XTPCalendarPtrCollectionT.h"
|
|
|
|
#include "XTPCalendarTimeZoneHelper.h"
|
|
|
|
#include "XTPCalendarEvent.h"
|
|
#include "XTPCalendarEventLabel.h"
|
|
#include "XTPCalendarEvents.h"
|
|
#include "XTPCalendarRecurrencePattern.h"
|
|
|
|
|
|
#include "XTPCalendarView.h"
|
|
#include "XTPCalendarViewDay.h"
|
|
#include "XTPCalendarViewEvent.h"
|
|
#include "XTPCalendarViewPart.h"
|
|
|
|
#include "XTPCalendarDayViewEvent.h"
|
|
#include "XTPCalendarDayViewDay.h"
|
|
#include "XTPCalendarDayView.h"
|
|
#include "XTPCalendarDayViewTimeScale.h"
|
|
|
|
#include "XTPCalendarMonthViewEvent.h"
|
|
#include "XTPCalendarMonthViewDay.h"
|
|
#include "XTPCalendarMonthView.h"
|
|
|
|
#include "XTPCalendarWeekViewEvent.h"
|
|
#include "XTPCalendarWeekViewDay.h"
|
|
#include "XTPCalendarWeekView.h"
|
|
|
|
#include "XTPCalendarTimeLineView.h"
|
|
|
|
#include "XTPCalendarResource.h"
|
|
#include "XTPCalendarTip.h"
|
|
|
|
#include "XTPCalendarControl.h"
|
|
#include "XTPCalendarCaptionBarControl.h"
|
|
#include "XTPCalendarControlView.h"
|
|
#include "XTPCalendarController.h"
|
|
|
|
#include "XTPCalendarPaintManager.h"
|
|
#include "XTPCalendarTheme.h"
|
|
#include "XTPCalendarThemeOffice2007.h"
|
|
|
|
#include "XTPCalendarRemindersManager.h"
|
|
#include "XTPCalendarResourcesManager.h"
|
|
#include "XTPCalendarCustomProperties.h"
|
|
|
|
#include "XTPCalendarOccurSeriesChooseDlg.h"
|
|
#include "XTPCalendarEventPropertiesDlg.h"
|
|
#include "XTPCalendarRemindersDialog.h"
|
|
#include "XTPCalendarEventRecurrenceDlg.h"
|
|
|
|
#include "XTPCalendarData.h"
|
|
#include "XTPCalendarMemoryDataProvider.h"
|