21 #ifndef __ANTARES_APPLICATION_WINDOWS_OPTIONS_TEMP_FOLDER_H__
22 #define __ANTARES_APPLICATION_WINDOWS_OPTIONS_TEMP_FOLDER_H__
24 #include <wx/dialog.h>
25 #include <wx/button.h>
26 #include <wx/stattext.h>
27 #include <wx/textctrl.h>
28 #include <wx/checkbox.h>
30 namespace Antares::Window::Options
40 mnIDDefault = wxID_HIGHEST + 1,
57 void reset(
bool useDefault);
60 void evtDefault(wxCommandEvent& evt);
68 wxCheckBox* pDefaults;