2018-04-28 15:22:25 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2022-08-14 11:03:18 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
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>
|
2022-12-13 20:47:28 +00:00
|
|
|
class STD_BITMAP_BUTTON;
|
2018-04-28 15:22:25 +00:00
|
|
|
class WX_GRID;
|
2022-08-14 11:03:18 +00:00
|
|
|
class WX_HTML_REPORT_BOX;
|
2023-01-11 01:00:47 +00:00
|
|
|
class WX_PANEL;
|
2018-04-28 15:22:25 +00:00
|
|
|
|
|
|
|
#include <wx/string.h>
|
2023-01-11 01:00:47 +00:00
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/gdicmn.h>
|
2018-04-28 15:22:25 +00:00
|
|
|
#include <wx/font.h>
|
2023-01-11 01:00:47 +00:00
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2018-04-28 15:22:25 +00:00
|
|
|
#include <wx/grid.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>
|
2019-07-09 20:25:58 +00:00
|
|
|
#include <wx/panel.h>
|
2022-08-14 11:03:18 +00:00
|
|
|
#include <wx/html/htmlwin.h>
|
2021-02-23 14:34:18 +00:00
|
|
|
#include <wx/splitter.h>
|
2018-04-28 15:22:25 +00:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// 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:
|
2021-02-23 14:34:18 +00:00
|
|
|
wxSplitterWindow* m_splitter;
|
2023-01-11 01:00:47 +00:00
|
|
|
WX_PANEL* m_netclassesPane;
|
|
|
|
wxStaticText* m_staticText3;
|
2018-04-28 15:22:25 +00:00
|
|
|
WX_GRID* m_netclassGrid;
|
2022-12-13 20:47:28 +00:00
|
|
|
STD_BITMAP_BUTTON* m_addButton;
|
|
|
|
STD_BITMAP_BUTTON* m_removeButton;
|
2021-06-28 12:23:19 +00:00
|
|
|
wxStaticText* m_colorDefaultHelpText;
|
2023-01-11 01:00:47 +00:00
|
|
|
WX_PANEL* m_membershipPane;
|
2022-08-14 11:03:18 +00:00
|
|
|
wxStaticText* m_staticText5;
|
|
|
|
WX_GRID* m_assignmentGrid;
|
|
|
|
WX_HTML_REPORT_BOX* m_matchingNets;
|
2022-12-13 20:47:28 +00:00
|
|
|
STD_BITMAP_BUTTON* m_addAssignmentButton;
|
|
|
|
STD_BITMAP_BUTTON* m_removeAssignmentButton;
|
2019-02-10 08:49:42 +00:00
|
|
|
|
2021-09-07 12:06:02 +00:00
|
|
|
// Virtual event handlers, override 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(); }
|
2020-11-24 16:03:48 +00:00
|
|
|
virtual void onmembershipPanelSize( wxSizeEvent& event ) { event.Skip(); }
|
2022-08-14 11:03:18 +00:00
|
|
|
virtual void OnSizeAssignmentGrid( wxSizeEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnAddAssignmentClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnRemoveAssignmentClick( wxCommandEvent& 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
|
|
|
|
2023-08-28 14:55:14 +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 );
|
2021-09-07 12:06:02 +00:00
|
|
|
|
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
|
|
|
};
|
|
|
|
|