#ifndef H_INCLUDED_$program$ /** Include file only once. */ #define H_INCLUDED_$program$ 1 #include #include #ifdef __BORLANDC__ #pragma hdrstop #endif #ifndef WX_PRECOMP #include #endif #include #include #include #include #include #include #include #include #include #include /* __CHANGE__ 018: Add futher wxWidgets header files. */ #include #include #include #include #include #include #include #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