2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2018-08-10 11:43:12 +00:00
// C++ code generated with wxFormBuilder (version Jul 11 2018)
2013-05-26 04:36:44 +00:00
// http://www.wxformbuilder.org/
//
2018-05-20 19:58:52 +00:00
// PLEASE DO *NOT* EDIT THIS FILE!
2013-05-26 04:36:44 +00: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 12:39:47 +00:00
# include <wx/sizer.h>
# include <wx/panel.h>
# include <wx/bitmap.h>
# include <wx/image.h>
# include <wx/icon.h>
2017-01-06 19:15:23 +00:00
# include <wx/stattext.h>
# include <wx/textctrl.h>
2017-01-07 19:43:39 +00:00
# include <wx/button.h>
2017-01-07 12:39:47 +00:00
# include <wx/notebook.h>
2013-05-26 04:36:44 +00: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 12:39:47 +00:00
wxNotebook * m_notebook ;
wxPanel * m_panelGenerators ;
2015-10-31 11:54:48 +00:00
wxGrid * m_footprintGeneratorsGrid ;
2017-01-07 12:39:47 +00:00
wxPanel * m_panelInfo ;
2017-01-06 19:15:23 +00:00
wxStaticText * m_staticText1 ;
2017-01-07 12:39:47 +00:00
wxTextCtrl * m_tcSearchPaths ;
wxStaticText * m_staticText11 ;
2017-01-06 19:15:23 +00:00
wxTextCtrl * m_tcNotLoaded ;
2017-01-07 19:43:39 +00:00
wxButton * m_buttonShowTrace ;
2017-01-09 13:44:07 +00:00
wxButton * m_buttonUpdateModules ;
2013-08-05 13:43:15 +00:00
wxStdDialogButtonSizer * m_sdbSizer ;
wxButton * m_sdbSizerOK ;
wxButton * m_sdbSizerCancel ;
2013-05-26 04:36:44 +00:00
// Virtual event handlers, overide them in your derived class
2015-10-31 11:54:48 +00:00
virtual void OnCellFpGeneratorClick ( wxGridEvent & event ) { event . Skip ( ) ; }
2017-01-07 12:39:47 +00:00
virtual void OnCellFpGeneratorDoubleClick ( wxGridEvent & event ) { event . Skip ( ) ; }
2017-01-07 19:43:39 +00:00
virtual void onShowTrace ( wxCommandEvent & event ) { event . Skip ( ) ; }
2017-01-09 13:44:07 +00:00
virtual void onUpdatePythonModulesClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2013-05-26 04:36:44 +00:00
public :
2018-02-04 17:38:01 +00: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-26 04:36:44 +00:00
~ DIALOG_FOOTPRINT_WIZARD_LIST_BASE ( ) ;
} ;
2017-01-07 19:43:39 +00: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 17:09:27 +00: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 19:43:39 +00:00
~ DIALOG_FOOTPRINT_WIZARD_LOG ( ) ;
} ;
2013-05-26 04:36:44 +00:00
# endif //__DIALOG_FOOTPRINT_WIZARD_LIST_BASE_H__