#ifndef H_INCLUDED_$program$ /** Include file only once. */ #define H_INCLUDED_$program$ 1 #ifndef DK4CONF_H_INCLUDED #include #endif #ifndef DK4TYPES_H_INCLUDED #include #endif #ifndef WX_WXPREC_H_INCLUDED #include #define WX_WXPREC_H_INCLUDED 1 #endif #ifdef __BORLANDC__ #pragma hdrstop #endif #ifndef WX_PRECOMP #ifndef WX_WX_H_INCLUDED #include #define WX_WX_H_INCLUDED 1 #endif #endif #ifndef WX_ARRSTR_H_INCLUDED #include #define WX_ARRSTR_H_INCLUDED 1 #endif #ifndef WX_CONFIG_H_INCLUDED #include #define WX_CONFIG_H_INCLUDED 1 #endif #ifndef WX_FILENAME_H_INCLUDED #include #define WX_FILENAME_H_INCLUDED 1 #endif #ifndef WX_GBSIZER_H_INCLUDED #include #define WX_GBSIZER_H_INCLUDED 1 #endif #ifndef WX_THREAD_H_INCLUDED #include #define WX_THREAD_H_INCLUDED 1 #endif #ifndef WX_GAUGE_H_INCLUDED #include #define WX_GAUGE_H_INCLUDED 1 #endif #ifndef WX_HELP_H_INCLUDED #include #define WX_HELP_H_INCLUDED 1 #endif #ifndef WX_FS_ZIP_H_INCLUDED #include #define WX_FS_ZIP_H_INCLUDED 1 #endif #ifndef WX_CMDLINE_H_INCLUDED #include #define WX_CMDLINE_H_INCLUDED 1 #endif #ifndef WX_DIR_H_INCLUDED #include #define WX_DIR_H_INCLUDED 1 #endif /* __CHANGE__ 018: Add further wxWidgets header files. */ #ifndef DK4WXAPPLICTIONHELPER_H_INCLUDED #include #endif #ifndef DK4WXFRAME_H_INCLUDED #include #endif #ifndef DK4WXPROGRESSDIALOG_H_INCLUDED #include #endif #ifndef DK4WXHELPCONTROLLER_H_INCLUDED #include #endif #include "$application$.h" #include "$frame$.h" /* __CHANGE__ 018: Add header files for further classes and modules. */ /** IDs for menu items, buttons and other elements. */ enum { /** Exit the application. */ $frame$_Quit = wxID_EXIT , /** Main window ID. */ $frame$_MainWindow = ((wxID_HIGHEST) + 1) , /** Show version dialog box. */ $frame$_Help_About , /** Open table of conents for online help. */ $frame$_Help_Contents }; #endif /* vim: set ai sw=4 ts=4 : */