10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/stattext.h>
21#include <wx/settings.h>
22#include <wx/textctrl.h>
23#include <wx/bmpbuttn.h>
29#include <wx/radiobox.h>
30#include <wx/checkbox.h>
31#include <wx/statbox.h>
63 virtual void onUpdatePCB( wxCommandEvent& event ) {
event.Skip(); }
69 DIALOG_NETLIST_IMPORT_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Import Netlist"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_NETLIST_IMPORT_BASE.
~DIALOG_NETLIST_IMPORT_BASE()
wxCheckBox * m_cbUpdateFootprints
wxButton * m_sdbSizerCancel
wxBoxSizer * m_buttonsSizer
wxButton * m_sdbSizerApply
DIALOG_NETLIST_IMPORT_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Import Netlist"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxTextCtrl * m_NetlistFilenameCtrl
virtual void OnFilenameKillFocus(wxFocusEvent &event)
WX_HTML_REPORT_PANEL * m_MessageWindow
wxBitmapButton * m_browseButton
wxRadioBox * m_matchByTimestamp
virtual void onBrowseNetlistFiles(wxCommandEvent &event)
wxCheckBox * m_cbDeleteShortingTracks
virtual void onImportNetlist(wxCommandEvent &event)
virtual void onUpdatePCB(wxCommandEvent &event)
virtual void OnMatchChanged(wxCommandEvent &event)
virtual void OnOptionChanged(wxCommandEvent &event)
wxStdDialogButtonSizer * m_sdbSizer
wxCheckBox * m_cbDeleteExtraFootprints
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
A widget for browsing a rich text error/status report.