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>
55 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 );
~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
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)
wxStaticText * stPatternLabel
wxButton * m_sdbSizerStdButtonsOK
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)
A slimmed down version of WX_HTML_REPORT_PANEL.