/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 3.9.0 Jun 18 2020) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include class WX_GRID; #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PANEL_FP_LIB_TABLE_BASE /////////////////////////////////////////////////////////////////////////////// class PANEL_FP_LIB_TABLE_BASE : public wxPanel { private: protected: wxAuiNotebook* m_auinotebook; wxPanel* m_global_panel; wxStaticText* m_staticText3; wxStaticText* m_GblTableFilename; WX_GRID* m_global_grid; wxPanel* m_project_panel; wxStaticText* m_staticText4; wxStaticText* m_PrjTableFilename; WX_GRID* m_project_grid; wxBitmapButton* m_append_button; SPLIT_BUTTON* m_browseButton; wxBitmapButton* m_move_up_button; wxBitmapButton* m_move_down_button; wxBitmapButton* m_delete_button; WX_GRID* m_path_subs_grid; // Virtual event handlers, overide them in your derived class virtual void pageChangedHandler( wxAuiNotebookEvent& event ) { event.Skip(); } virtual void appendRowHandler( wxCommandEvent& event ) { event.Skip(); } virtual void moveUpHandler( wxCommandEvent& event ) { event.Skip(); } virtual void moveDownHandler( wxCommandEvent& event ) { event.Skip(); } virtual void deleteRowHandler( wxCommandEvent& event ) { event.Skip(); } virtual void onSizeGrid( wxSizeEvent& event ) { event.Skip(); } public: 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 ); ~PANEL_FP_LIB_TABLE_BASE(); };