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/combobox.h>
25#include <wx/html/htmlwin.h>
56 DIALOG_ASSIGN_NETCLASS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Add Netclass Assignment"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE );
Class DIALOG_ASSIGN_NETCLASS_BASE.
~DIALOG_ASSIGN_NETCLASS_BASE()
virtual void onPatternText(wxCommandEvent &event)
WX_HTML_REPORT_BOX * m_matchingNets
wxStaticText * stNetclassLabel
wxComboBox * m_netclassCtrl
wxButton * m_sdbSizerStdButtonsCancel
wxStdDialogButtonSizer * m_sdbSizerStdButtons
wxTextCtrl * m_patternCtrl
wxStaticText * stPatternLabel
wxButton * m_sdbSizerStdButtonsOK
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
A slimmed down version of WX_HTML_REPORT_PANEL.