
#ifndef H_INCLUDED_$program$
/**	Include file only once.
*/
#define	H_INCLUDED_$program$ 1

#include <dk3all.h>

#include <wx/wxprec.h>
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include <wx/wx.h>
#endif
#include <wx/arrstr.h>
#include <wx/config.h>
#include <wx/filename.h>
#include <wx/gbsizer.h>
#include <wx/thread.h>
#include <wx/gauge.h>
#include <wx/help.h>
#include <wx/fs_zip.h>
#include <wx/cmdline.h>
#include <wx/dir.h>
/*	__CHANGE__ 018:	Add futher wxWidgets header files.
*/

#include <dk3wxs.h>

#include <DkWxAppHelper.h>
#include <DkWxFrame.h>
#include <DkWxCommunicator.h>
#include <DkWxProgressDialog.h>
#include <DkWxHelpController.h>
#include <DkWxColorView.h>

#include "$application$.h"
#include "$frame$.h"

/*	__CHANGE__ 018:	Add header files for further classes and modules.
*/

/**	@defgroup	$program$wxids	wxWidgets IDs.
*/
/**@{*/
/**	Exit application.
*/
#define	$frame$_Quit		(wxID_EXIT)

/**	Main window ID.
*/
#define	$frame$_MainWindow	((wxID_HIGHEST) + 1)

/**	Show version dialog box.
*/
#define	$frame$_Help_About	(($frame$_MainWindow) + 1)

/**	Open table of contents for online help.
*/
#define	$frame$_Help_Contents	(($frame$_Help_About) + 1)

/*	__CHANGE__ 017:	Add further IDs here as needed.
*/
/**@}*/

#endif

