10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
18#include <wx/stattext.h>
22#include <wx/settings.h>
23#include <wx/textctrl.h>
27#include <wx/listbox.h>
28#include <wx/splitter.h>
29#include <wx/statline.h>
30#include <wx/combobox.h>
31#include <wx/bmpbuttn.h>
79 DIALOG_CREATE_NET_CHAIN_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Create Net Chain"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
virtual void OnChainSelected(wxGridEvent &event)
wxStaticText * m_membersLabel
wxStaticText * m_fromLabel
virtual void OnRefreshClicked(wxCommandEvent &event)
STD_BITMAP_BUTTON * m_findPathButton
wxSplitterWindow * m_splitter
void m_splitterOnIdle(wxIdleEvent &)
virtual void OnFilterChanged(wxCommandEvent &event)
DIALOG_CREATE_NET_CHAIN_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Create Net Chain"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxStaticText * m_manualLabel
wxStaticText * m_headerLabel
wxStaticLine * m_separator
wxComboBox * m_toComponent
wxTextCtrl * m_filterInput
wxStaticText * m_nameLabel
wxButton * m_sdbSizerCancel
virtual void OnFindPathClicked(wxCommandEvent &event)
STD_BITMAP_BUTTON * m_refreshButton
~DIALOG_CREATE_NET_CHAIN_BASE()
wxStdDialogButtonSizer * m_sdbSizer
wxComboBox * m_fromComponent
wxListBox * m_membersListBox
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)