#ifndef H_INCLUDED_wxdkscrsz /** Include file only once. */ #define H_INCLUDED_wxdkscrsz 1 #ifndef DK4CONF_H_INCLUDED #include #endif #include #if DK4_HAVE_STDLIB_H #ifndef STDLIB_H_INCLUDED #include #define STDLIB_H_INCLUDED 1 #endif #endif #ifndef DK4TYPES_H_INCLUDED #include #endif #if DK4_HAVE_WINDOWS_H #ifndef WINDOWS_H_INCLUDED #include #define WINDOWS_H_INCLUDED 1 #endif #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 futher 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 "ScreenSizeApp.h" #include "ScreenSizeFrame.h" /* __CHANGE__ 018: Add header files for further classes and modules. */ /** IDs for menu items, buttons and other elements. */ enum { /** Exit the application. */ ScreenSizeFrame_Quit = wxID_EXIT , /** Main window ID. */ ScreenSizeFrame_MainWindow = ((wxID_HIGHEST) + 1) , /** Show version dialog box. */ ScreenSizeFrame_Help_About , /** Open table of conents for online help. */ ScreenSizeFrame_Help_Contents }; #endif