2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2023-01-09 13:49:20 +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-05-20 19:58:52 +00:00
// PLEASE DO *NOT* EDIT THIS FILE!
2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2022-06-21 07:42:21 +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>
# 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 :
2022-06-21 07:42:21 +00:00
2013-05-26 04:36:44 +00:00
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 ;
2018-11-04 14:50:29 +00:00
wxStaticText * m_staticTextSearchPaths ;
2017-01-07 12:39:47 +00:00
wxTextCtrl * m_tcSearchPaths ;
2018-11-04 14:50:29 +00:00
wxStaticText * m_staticTextNotLoaded ;
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 ;
2022-06-21 07:42:21 +00:00
// Virtual event handlers, override 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 ( ) ; }
2022-06-21 07:42:21 +00:00
2013-05-26 04:36:44 +00:00
public :
2022-06-21 07:42:21 +00:00
2023-01-09 13:49:20 +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 ( - 1 , - 1 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2022-06-21 07:42:21 +00:00
2013-05-26 04:36:44 +00:00
~ DIALOG_FOOTPRINT_WIZARD_LIST_BASE ( ) ;
2022-06-21 07:42:21 +00:00
2013-05-26 04:36:44 +00:00
} ;
2017-01-07 19:43:39 +00:00
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_FOOTPRINT_WIZARD_LOG
///////////////////////////////////////////////////////////////////////////////
class DIALOG_FOOTPRINT_WIZARD_LOG : public DIALOG_SHIM
{
private :
2022-06-21 07:42:21 +00:00
2017-01-07 19:43:39 +00:00
protected :
wxStdDialogButtonSizer * m_sdbSizer ;
wxButton * m_sdbSizerOK ;
2022-06-21 07:42:21 +00:00
2017-01-07 19:43:39 +00:00
public :
wxTextCtrl * m_Message ;
2022-06-21 07:42:21 +00:00
2023-01-09 13:49:20 +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 ( - 1 , - 1 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2022-06-21 07:42:21 +00:00
2017-01-07 19:43:39 +00:00
~ DIALOG_FOOTPRINT_WIZARD_LOG ( ) ;
2022-06-21 07:42:21 +00:00
2017-01-07 19:43:39 +00:00
} ;