10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/checkbox.h>
21#include <wx/textctrl.h>
50 PANEL_DATA_COLLECTION_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxTAB_TRAVERSAL,
const wxString&
name = wxEmptyString );
Class PANEL_DATA_COLLECTION_BASE.
PANEL_DATA_COLLECTION_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
virtual void OnResetIdClick(wxCommandEvent &event)
~PANEL_DATA_COLLECTION_BASE()
wxStaticText * m_stExplanation
wxButton * m_buttonResetId
A wxPanel that is designed to be reset in a standard manner.