2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-08-31 16:47:28 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2013-05-26 04:36:44 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2018-03-14 04:51:59 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-01-03 15:09:26 +00:00
|
|
|
#pragma once
|
2013-05-26 04:36:44 +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-08-19 16:10:14 +00:00
|
|
|
class WX_GRID;
|
|
|
|
|
2015-01-01 15:46:11 +00:00
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2021-02-18 11:17:20 +00:00
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/font.h>
|
2015-01-01 15:46:11 +00:00
|
|
|
#include <wx/grid.h>
|
2021-02-18 11:17:20 +00:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/sizer.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
2020-11-01 13:30:27 +00:00
|
|
|
#include <wx/notebook.h>
|
2018-03-14 04:51:59 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/button.h>
|
2020-01-03 15:09:26 +00:00
|
|
|
#include <widgets/split_button.h>
|
2023-01-20 13:30:17 +00:00
|
|
|
#include <wx/stattext.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2018-07-19 19:15:40 +00:00
|
|
|
/// Class PANEL_FP_LIB_TABLE_BASE
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2020-01-03 15:09:26 +00:00
|
|
|
class PANEL_FP_LIB_TABLE_BASE : public wxPanel
|
2013-05-26 04:36:44 +00:00
|
|
|
{
|
|
|
|
private:
|
2020-01-03 15:09:26 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
protected:
|
2020-11-01 13:30:27 +00:00
|
|
|
wxNotebook* m_notebook;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxPanel* m_global_panel;
|
2018-08-19 16:10:14 +00:00
|
|
|
WX_GRID* m_global_grid;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxPanel* m_project_panel;
|
2018-08-19 16:10:14 +00:00
|
|
|
WX_GRID* m_project_grid;
|
2022-12-13 20:47:28 +00:00
|
|
|
STD_BITMAP_BUTTON* m_append_button;
|
2020-01-03 15:09:26 +00:00
|
|
|
SPLIT_BUTTON* m_browseButton;
|
2022-12-13 20:47:28 +00:00
|
|
|
STD_BITMAP_BUTTON* m_move_up_button;
|
|
|
|
STD_BITMAP_BUTTON* m_move_down_button;
|
|
|
|
STD_BITMAP_BUTTON* m_delete_button;
|
2023-08-28 20:44:10 +00:00
|
|
|
wxButton* m_migrate_libs_button;
|
2018-08-19 16:10:14 +00:00
|
|
|
WX_GRID* m_path_subs_grid;
|
2020-01-03 15:09:26 +00:00
|
|
|
|
2022-12-13 20:47:28 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2020-11-14 20:12:49 +00:00
|
|
|
virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
|
2018-07-19 19:15:40 +00:00
|
|
|
virtual void appendRowHandler( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void moveUpHandler( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void moveDownHandler( wxCommandEvent& event ) { event.Skip(); }
|
2018-08-19 16:05:48 +00:00
|
|
|
virtual void deleteRowHandler( wxCommandEvent& event ) { event.Skip(); }
|
2023-08-28 20:44:10 +00:00
|
|
|
virtual void onMigrateLibraries( wxCommandEvent& event ) { event.Skip(); }
|
2018-07-19 19:15:40 +00:00
|
|
|
virtual void onSizeGrid( wxSizeEvent& event ) { event.Skip(); }
|
2020-01-03 15:09:26 +00:00
|
|
|
|
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
public:
|
2020-01-03 15:09:26 +00:00
|
|
|
|
2020-06-03 17:46:50 +00:00
|
|
|
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 );
|
2022-12-13 20:47:28 +00:00
|
|
|
|
2018-07-19 19:15:40 +00:00
|
|
|
~PANEL_FP_LIB_TABLE_BASE();
|
2020-01-03 15:09:26 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
};
|
|
|
|
|