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.

74 lines
2.4 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. class WX_GRID;
  13. #include <wx/colour.h>
  14. #include <wx/settings.h>
  15. #include <wx/string.h>
  16. #include <wx/font.h>
  17. #include <wx/grid.h>
  18. #include <wx/gdicmn.h>
  19. #include <wx/sizer.h>
  20. #include <wx/panel.h>
  21. #include <wx/bitmap.h>
  22. #include <wx/image.h>
  23. #include <wx/icon.h>
  24. #include <wx/notebook.h>
  25. #include <wx/bmpbuttn.h>
  26. #include <wx/button.h>
  27. #include <wx/stattext.h>
  28. ///////////////////////////////////////////////////////////////////////////
  29. ///////////////////////////////////////////////////////////////////////////////
  30. /// Class PANEL_SYM_LIB_TABLE_BASE
  31. ///////////////////////////////////////////////////////////////////////////////
  32. class PANEL_SYM_LIB_TABLE_BASE : public wxPanel
  33. {
  34. private:
  35. protected:
  36. wxNotebook* m_notebook;
  37. wxPanel* m_global_panel;
  38. WX_GRID* m_global_grid;
  39. wxPanel* m_project_panel;
  40. WX_GRID* m_project_grid;
  41. STD_BITMAP_BUTTON* m_append_button;
  42. STD_BITMAP_BUTTON* m_browse_button;
  43. STD_BITMAP_BUTTON* m_move_up_button;
  44. STD_BITMAP_BUTTON* m_move_down_button;
  45. STD_BITMAP_BUTTON* m_delete_button;
  46. wxButton* m_convertLegacy;
  47. WX_GRID* m_path_subs_grid;
  48. // Virtual event handlers, override them in your derived class
  49. virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
  50. virtual void appendRowHandler( wxCommandEvent& event ) { event.Skip(); }
  51. virtual void browseLibrariesHandler( wxCommandEvent& event ) { event.Skip(); }
  52. virtual void moveUpHandler( wxCommandEvent& event ) { event.Skip(); }
  53. virtual void moveDownHandler( wxCommandEvent& event ) { event.Skip(); }
  54. virtual void deleteRowHandler( wxCommandEvent& event ) { event.Skip(); }
  55. virtual void onConvertLegacyLibraries( wxCommandEvent& event ) { event.Skip(); }
  56. virtual void onSizeGrid( wxSizeEvent& event ) { event.Skip(); }
  57. public:
  58. PANEL_SYM_LIB_TABLE_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 );
  59. ~PANEL_SYM_LIB_TABLE_BASE();
  60. };