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.

71 lines
2.2 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Oct 26 2018)
  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 WX_GRID;
  12. #include <wx/colour.h>
  13. #include <wx/settings.h>
  14. #include <wx/string.h>
  15. #include <wx/font.h>
  16. #include <wx/grid.h>
  17. #include <wx/gdicmn.h>
  18. #include <wx/sizer.h>
  19. #include <wx/panel.h>
  20. #include <wx/bitmap.h>
  21. #include <wx/image.h>
  22. #include <wx/icon.h>
  23. #include <wx/notebook.h>
  24. #include <wx/bmpbuttn.h>
  25. #include <wx/button.h>
  26. #include <widgets/split_button.h>
  27. #include <wx/statbox.h>
  28. ///////////////////////////////////////////////////////////////////////////
  29. ///////////////////////////////////////////////////////////////////////////////
  30. /// Class PANEL_FP_LIB_TABLE_BASE
  31. ///////////////////////////////////////////////////////////////////////////////
  32. class PANEL_FP_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. wxPanel* m_buttonsPanel;
  42. wxBitmapButton* m_append_button;
  43. SPLIT_BUTTON* m_browseButton;
  44. wxBitmapButton* m_move_up_button;
  45. wxBitmapButton* m_move_down_button;
  46. wxBitmapButton* m_delete_button;
  47. WX_GRID* m_path_subs_grid;
  48. // Virtual event handlers, overide them in your derived class
  49. virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
  50. virtual void appendRowHandler( wxCommandEvent& event ) { event.Skip(); }
  51. virtual void moveUpHandler( wxCommandEvent& event ) { event.Skip(); }
  52. virtual void moveDownHandler( wxCommandEvent& event ) { event.Skip(); }
  53. virtual void deleteRowHandler( wxCommandEvent& event ) { event.Skip(); }
  54. virtual void onSizeGrid( wxSizeEvent& event ) { event.Skip(); }
  55. public:
  56. PANEL_FP_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 );
  57. ~PANEL_FP_LIB_TABLE_BASE();
  58. };