10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/stattext.h>
21#include <wx/settings.h>
22#include <wx/radiobut.h>
23#include <wx/combobox.h>
24#include <wx/bmpbuttn.h>
30#include <wx/checkbox.h>
63 virtual void OnChoosePath( wxCommandEvent& event ) {
event.Skip(); }
69 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
wxRadioButton * m_btnUseDefaults
virtual void OnPrevVerSelected(wxCommandEvent &event)
STD_BITMAP_BUTTON * m_btnCustomPath
wxRadioButton * m_btnPrevVer
virtual void OnDefaultSelected(wxCommandEvent &event)
wxStaticText * m_lblPathError
wxStaticText * m_lblWelcome
wxButton * m_standardButtonsOK
wxStaticText * m_staticText2
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...