2013-05-25 23:36:44 -05:00
///////////////////////////////////////////////////////////////////////////
2018-11-04 15:50:29 +01:00
// C++ code generated with wxFormBuilder (version Jul 11 2018)
2013-05-25 23:36:44 -05:00
// http://www.wxformbuilder.org/
//
2018-05-20 20:58:52 +01:00
// PLEASE DO *NOT* EDIT THIS FILE!
2013-05-25 23:36:44 -05:00
///////////////////////////////////////////////////////////////////////////
# ifndef __DIALOG_FOOTPRINT_WIZARD_LIST_BASE_H__
# define __DIALOG_FOOTPRINT_WIZARD_LIST_BASE_H__
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
# 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>
2017-01-07 13:39:47 +01:00
# include <wx/sizer.h>
# include <wx/panel.h>
# include <wx/bitmap.h>
# include <wx/image.h>
# include <wx/icon.h>
2017-01-06 20:15:23 +01:00
# include <wx/stattext.h>
# include <wx/textctrl.h>
2017-01-07 20:43:39 +01:00
# include <wx/button.h>
2017-01-07 13:39:47 +01:00
# include <wx/notebook.h>
2013-05-25 23:36:44 -05:00
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_FOOTPRINT_WIZARD_LIST_BASE
///////////////////////////////////////////////////////////////////////////////
class DIALOG_FOOTPRINT_WIZARD_LIST_BASE : public DIALOG_SHIM
{
private :
protected :
2017-01-07 13:39:47 +01:00
wxNotebook * m_notebook ;
wxPanel * m_panelGenerators ;
2015-10-31 12:54:48 +01:00
wxGrid * m_footprintGeneratorsGrid ;
2017-01-07 13:39:47 +01:00
wxPanel * m_panelInfo ;
2018-11-04 15:50:29 +01:00
wxStaticText * m_staticTextSearchPaths ;
2017-01-07 13:39:47 +01:00
wxTextCtrl * m_tcSearchPaths ;
2018-11-04 15:50:29 +01:00
wxStaticText * m_staticTextNotLoaded ;
2017-01-06 20:15:23 +01:00
wxTextCtrl * m_tcNotLoaded ;
2017-01-07 20:43:39 +01:00
wxButton * m_buttonShowTrace ;
2017-01-09 14:44:07 +01:00
wxButton * m_buttonUpdateModules ;
2013-08-05 15:43:15 +02:00
wxStdDialogButtonSizer * m_sdbSizer ;
wxButton * m_sdbSizerOK ;
wxButton * m_sdbSizerCancel ;
2013-05-25 23:36:44 -05:00
// Virtual event handlers, overide them in your derived class
2015-10-31 12:54:48 +01:00
virtual void OnCellFpGeneratorClick ( wxGridEvent & event ) { event . Skip ( ) ; }
2017-01-07 13:39:47 +01:00
virtual void OnCellFpGeneratorDoubleClick ( wxGridEvent & event ) { event . Skip ( ) ; }
2017-01-07 20:43:39 +01:00
virtual void onShowTrace ( wxCommandEvent & event ) { event . Skip ( ) ; }
2017-01-09 14:44:07 +01:00
virtual void onUpdatePythonModulesClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2013-05-25 23:36:44 -05:00
public :
2018-02-04 18:38:01 +01:00
DIALOG_FOOTPRINT_WIZARD_LIST_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Footprint Generators " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( 525 , 374 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2013-05-25 23:36:44 -05:00
~ DIALOG_FOOTPRINT_WIZARD_LIST_BASE ( ) ;
} ;
2017-01-07 20:43:39 +01:00
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_FOOTPRINT_WIZARD_LOG
///////////////////////////////////////////////////////////////////////////////
class DIALOG_FOOTPRINT_WIZARD_LOG : public DIALOG_SHIM
{
private :
protected :
wxStdDialogButtonSizer * m_sdbSizer ;
wxButton * m_sdbSizerOK ;
public :
wxTextCtrl * m_Message ;
2017-12-27 12:09:27 -05:00
DIALOG_FOOTPRINT_WIZARD_LOG ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Traceback of Python Script Errors " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( 646 , 361 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2017-01-07 20:43:39 +01:00
~ DIALOG_FOOTPRINT_WIZARD_LOG ( ) ;
} ;
2013-05-25 23:36:44 -05:00
# endif //__DIALOG_FOOTPRINT_WIZARD_LIST_BASE_H__