10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/radiobut.h>
21#include <wx/combobox.h>
22#include <wx/bmpbuttn.h>
28#include <wx/checkbox.h>
29#include <wx/statline.h>
61 virtual void OnChoosePath( wxCommandEvent& event ) {
event.Skip(); }
67 DIALOG_MIGRATE_SETTINGS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Configure KiCad Settings Path"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxCAPTION );
Class DIALOG_MIGRATE_SETTINGS_BASE.
virtual void OnPathDefocused(wxFocusEvent &event)
wxButton * m_standardButtonsCancel
DIALOG_MIGRATE_SETTINGS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Configure KiCad Settings Path"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxCAPTION)
wxRadioButton * m_btnUseDefaults
wxBitmapButton * m_btnCustomPath
virtual void OnPrevVerSelected(wxCommandEvent &event)
wxRadioButton * m_btnPrevVer
virtual void OnDefaultSelected(wxCommandEvent &event)
wxStaticText * m_lblPathError
wxStaticText * m_lblWelcome
wxButton * m_standardButtonsOK
wxStaticText * m_staticText2
wxStaticLine * m_staticline1
~DIALOG_MIGRATE_SETTINGS_BASE()
wxStdDialogButtonSizer * m_standardButtons
virtual void OnChoosePath(wxCommandEvent &event)
wxCheckBox * m_cbCopyLibraryTables
virtual void OnPathChanged(wxCommandEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...