You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
2.5 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #pragma once
  8. #include <wx/artprov.h>
  9. #include <wx/xrc/xmlres.h>
  10. #include <wx/intl.h>
  11. class STD_BITMAP_BUTTON;
  12. #include "dialog_shim.h"
  13. #include <wx/string.h>
  14. #include <wx/stattext.h>
  15. #include <wx/gdicmn.h>
  16. #include <wx/font.h>
  17. #include <wx/colour.h>
  18. #include <wx/settings.h>
  19. #include <wx/textctrl.h>
  20. #include <wx/checkbox.h>
  21. #include <wx/combobox.h>
  22. #include <wx/sizer.h>
  23. #include <wx/dataview.h>
  24. #include <wx/bmpbuttn.h>
  25. #include <wx/bitmap.h>
  26. #include <wx/image.h>
  27. #include <wx/icon.h>
  28. #include <wx/button.h>
  29. #include <wx/dialog.h>
  30. ///////////////////////////////////////////////////////////////////////////
  31. ///////////////////////////////////////////////////////////////////////////////
  32. /// Class DIALOG_NET_INSPECTOR_BASE
  33. ///////////////////////////////////////////////////////////////////////////////
  34. class DIALOG_NET_INSPECTOR_BASE : public DIALOG_SHIM
  35. {
  36. private:
  37. protected:
  38. wxStaticText* m_staticTextFilter;
  39. wxTextCtrl* m_textCtrlFilter;
  40. wxCheckBox* m_cbShowZeroPad;
  41. wxCheckBox* m_groupBy;
  42. wxTextCtrl* m_groupByText;
  43. wxComboBox* m_groupByKind;
  44. wxDataViewCtrl* m_netsList;
  45. STD_BITMAP_BUTTON* m_addNet;
  46. STD_BITMAP_BUTTON* m_renameNet;
  47. STD_BITMAP_BUTTON* m_deleteNet;
  48. wxButton* m_ReportButt;
  49. // Virtual event handlers, override them in your derived class
  50. virtual void onClose( wxCloseEvent& event ) { event.Skip(); }
  51. virtual void onFilterChange( wxCommandEvent& event ) { event.Skip(); }
  52. virtual void onSortingChanged( wxDataViewEvent& event ) { event.Skip(); }
  53. virtual void onSelChanged( wxDataViewEvent& event ) { event.Skip(); }
  54. virtual void onListSize( wxSizeEvent& event ) { event.Skip(); }
  55. virtual void onAddNet( wxCommandEvent& event ) { event.Skip(); }
  56. virtual void onRenameNet( wxCommandEvent& event ) { event.Skip(); }
  57. virtual void onDeleteNet( wxCommandEvent& event ) { event.Skip(); }
  58. virtual void onReport( wxCommandEvent& event ) { event.Skip(); }
  59. public:
  60. DIALOG_NET_INSPECTOR_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Net Inspector"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  61. ~DIALOG_NET_INSPECTOR_BASE();
  62. };