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>
62 virtual void OnChoosePath( wxCommandEvent& event ) {
event.Skip(); }
68 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|wxRESIZE_BORDER );
Class DIALOG_MIGRATE_SETTINGS_BASE.
virtual void OnPathDefocused(wxFocusEvent &event)
wxButton * m_standardButtonsCancel
wxRadioButton * m_btnUseDefaults
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|wxRESIZE_BORDER)
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_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)