2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2013-12-22 19:02:04 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Nov 6 2013)
|
2013-05-26 04:36:44 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef __DIALOG_FP_LIB_TABLE_BASE_H__
|
|
|
|
#define __DIALOG_FP_LIB_TABLE_BASE_H__
|
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
|
|
|
class DIALOG_SHIM;
|
|
|
|
|
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/grid.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/panel.h>
|
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/aui/auibook.h>
|
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/statbox.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_FP_LIB_TABLE_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_FP_LIB_TABLE_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
protected:
|
|
|
|
wxAuiNotebook* m_auinotebook;
|
|
|
|
wxPanel* m_global_panel;
|
|
|
|
wxGrid* m_global_grid;
|
|
|
|
wxPanel* m_project_panel;
|
|
|
|
wxGrid* m_project_grid;
|
|
|
|
wxButton* m_append_button;
|
|
|
|
wxButton* m_delete_button;
|
|
|
|
wxButton* m_move_up_button;
|
|
|
|
wxButton* m_move_down_button;
|
2013-09-24 21:23:13 +00:00
|
|
|
wxButton* m_edit_options;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxGrid* m_path_subs_grid;
|
|
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
|
|
wxButton* m_sdbSizer1OK;
|
|
|
|
wxButton* m_sdbSizer1Cancel;
|
|
|
|
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
2013-12-22 19:02:04 +00:00
|
|
|
virtual void onCancelCaptionButtonClick( wxCloseEvent& event ) = 0;
|
2013-10-13 21:33:58 +00:00
|
|
|
virtual void onKeyDown( wxKeyEvent& event ) = 0;
|
|
|
|
virtual void pageChangedHandler( wxAuiNotebookEvent& event ) = 0;
|
|
|
|
virtual void appendRowHandler( wxMouseEvent& event ) = 0;
|
|
|
|
virtual void deleteRowHandler( wxMouseEvent& event ) = 0;
|
|
|
|
virtual void moveUpHandler( wxMouseEvent& event ) = 0;
|
|
|
|
virtual void moveDownHandler( wxMouseEvent& event ) = 0;
|
|
|
|
virtual void optionsEditor( wxMouseEvent& event ) = 0;
|
|
|
|
virtual void onCancelButtonClick( wxCommandEvent& event ) = 0;
|
|
|
|
virtual void onOKButtonClick( wxCommandEvent& event ) = 0;
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
2013-10-23 18:56:03 +00:00
|
|
|
DIALOG_FP_LIB_TABLE_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("PCB Library Tables"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 900,600 ), long style = wxCAPTION|wxCLOSE_BOX|wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU );
|
2013-05-26 04:36:44 +00:00
|
|
|
~DIALOG_FP_LIB_TABLE_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //__DIALOG_FP_LIB_TABLE_BASE_H__
|