2018-04-28 15:22:25 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2019-02-10 08:49:42 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Dec 1 2018)
|
2018-04-28 15:22:25 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-02-10 08:49:42 +00:00
|
|
|
#pragma once
|
2018-04-28 15:22:25 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
|
|
|
class WX_GRID;
|
|
|
|
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/grid.h>
|
|
|
|
#include <wx/gdicmn.h>
|
2019-02-10 08:49:42 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
2018-04-28 15:22:25 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/statbox.h>
|
|
|
|
#include <wx/stattext.h>
|
2018-07-17 06:52:33 +00:00
|
|
|
#include <wx/choice.h>
|
|
|
|
#include <wx/textctrl.h>
|
2018-04-28 15:22:25 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class PANEL_SETUP_NETCLASSES_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2019-02-10 08:49:42 +00:00
|
|
|
class PANEL_SETUP_NETCLASSES_BASE : public wxPanel
|
2018-04-28 15:22:25 +00:00
|
|
|
{
|
|
|
|
private:
|
2019-02-10 08:49:42 +00:00
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
protected:
|
|
|
|
WX_GRID* m_netclassGrid;
|
|
|
|
wxBitmapButton* m_addButton;
|
|
|
|
wxBitmapButton* m_removeButton;
|
2018-07-29 08:39:05 +00:00
|
|
|
wxStaticText* m_ncfilterLabel;
|
2018-07-17 06:52:33 +00:00
|
|
|
wxChoice* m_netClassFilter;
|
|
|
|
wxStaticText* m_filterLabel;
|
|
|
|
wxTextCtrl* m_netNameFilter;
|
|
|
|
wxButton* m_showAllButton;
|
|
|
|
wxButton* m_filterNetsButton;
|
|
|
|
wxStaticText* m_assignLabel;
|
|
|
|
wxChoice* m_assignNetClass;
|
|
|
|
wxButton* m_assignAllButton;
|
|
|
|
wxButton* m_assignSelectedButton;
|
2018-04-28 15:22:25 +00:00
|
|
|
WX_GRID* m_membershipGrid;
|
2019-02-10 08:49:42 +00:00
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
// Virtual event handlers, overide them in your derived class
|
2018-08-25 16:49:51 +00:00
|
|
|
virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
|
2018-04-28 15:22:25 +00:00
|
|
|
virtual void OnSizeNetclassGrid( wxSizeEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnAddNetclassClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnRemoveNetclassClick( wxCommandEvent& event ) { event.Skip(); }
|
2018-07-17 06:52:33 +00:00
|
|
|
virtual void OnShowAll( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnApplyFilters( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnAssignAll( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnAssignSelected( wxCommandEvent& event ) { event.Skip(); }
|
2018-04-28 15:22:25 +00:00
|
|
|
virtual void OnSizeMembershipGrid( wxSizeEvent& event ) { event.Skip(); }
|
2019-02-10 08:49:42 +00:00
|
|
|
|
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
public:
|
2019-02-10 08:49:42 +00:00
|
|
|
|
|
|
|
PANEL_SETUP_NETCLASSES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
|
2018-04-28 15:22:25 +00:00
|
|
|
~PANEL_SETUP_NETCLASSES_BASE();
|
2019-02-10 08:49:42 +00:00
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
};
|
|
|
|
|