2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2020-04-05 21:17:26 +00:00
// C++ code generated with wxFormBuilder (version Oct 26 2018)
2013-05-26 04:36:44 +00:00
// http://www.wxformbuilder.org/
//
2018-02-17 16:27:59 +00:00
// PLEASE DO *NOT* EDIT THIS FILE!
2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2019-04-05 20:15:16 +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>
2015-06-16 12:20:42 +00:00
class WX_HTML_REPORT_PANEL ;
2015-05-01 15:01:09 +00:00
2013-05-26 04:36:44 +00:00
# include "dialog_shim.h"
# include <wx/string.h>
# include <wx/stattext.h>
# include <wx/gdicmn.h>
# include <wx/font.h>
# include <wx/colour.h>
# include <wx/settings.h>
# include <wx/textctrl.h>
2019-04-05 20:15:16 +00:00
# include <wx/bmpbuttn.h>
2018-02-17 16:27:59 +00:00
# include <wx/bitmap.h>
# include <wx/image.h>
# include <wx/icon.h>
2013-05-26 04:36:44 +00:00
# include <wx/button.h>
# include <wx/sizer.h>
# include <wx/radiobox.h>
2018-07-07 16:46:23 +00:00
# include <wx/checkbox.h>
2015-06-16 12:20:42 +00:00
# include <wx/panel.h>
2019-11-01 12:35:42 +00:00
# include <wx/statline.h>
2013-05-26 04:36:44 +00:00
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
2018-02-16 19:26:55 +00:00
/// Class DIALOG_GEN_FOOTPRINT_POSITION_BASE
2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////////
2018-02-16 19:26:55 +00:00
class DIALOG_GEN_FOOTPRINT_POSITION_BASE : public DIALOG_SHIM
2013-05-26 04:36:44 +00:00
{
private :
2019-04-05 20:15:16 +00:00
2013-05-26 04:36:44 +00:00
protected :
wxBoxSizer * m_MainSizer ;
wxStaticText * m_staticTextDir ;
wxTextCtrl * m_outputDirectoryName ;
2018-02-17 16:27:59 +00:00
wxBitmapButton * m_browseButton ;
2016-04-26 12:16:16 +00:00
wxRadioBox * m_rbFormat ;
2013-05-26 04:36:44 +00:00
wxRadioBox * m_radioBoxUnits ;
wxRadioBox * m_radioBoxFilesCount ;
2020-08-26 21:43:38 +00:00
wxCheckBox * m_excludeTH ;
2019-11-01 12:35:42 +00:00
wxCheckBox * m_cbIncludeBoardEdge ;
2015-06-16 12:20:42 +00:00
WX_HTML_REPORT_PANEL * m_messagesPanel ;
2019-11-01 12:35:42 +00:00
wxStaticLine * m_staticline ;
2019-06-30 11:54:35 +00:00
wxStdDialogButtonSizer * m_sdbSizer ;
wxButton * m_sdbSizerOK ;
wxButton * m_sdbSizerCancel ;
2019-04-05 20:15:16 +00:00
2013-05-26 04:36:44 +00:00
// Virtual event handlers, overide them in your derived class
virtual void OnOutputDirectoryBrowseClicked ( wxCommandEvent & event ) { event . Skip ( ) ; }
2019-09-15 15:08:57 +00:00
virtual void onSelectFormat ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void onUpdateUIUnits ( wxUpdateUIEvent & event ) { event . Skip ( ) ; }
virtual void onUpdateUIFileOpt ( wxUpdateUIEvent & event ) { event . Skip ( ) ; }
2020-08-26 21:43:38 +00:00
virtual void onUpdateUIExcludeTH ( wxUpdateUIEvent & event ) { event . Skip ( ) ; }
2019-11-01 12:35:42 +00:00
virtual void onUpdateUIincludeBoardEdge ( wxUpdateUIEvent & event ) { event . Skip ( ) ; }
2018-02-17 16:27:59 +00:00
virtual void OnGenerate ( wxCommandEvent & event ) { event . Skip ( ) ; }
2019-04-05 20:15:16 +00:00
2013-05-26 04:36:44 +00:00
public :
2019-04-05 20:15:16 +00:00
2019-09-15 15:08:57 +00:00
DIALOG_GEN_FOOTPRINT_POSITION_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Generate Footprint Position Files " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( 520 , 450 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2018-02-16 19:26:55 +00:00
~ DIALOG_GEN_FOOTPRINT_POSITION_BASE ( ) ;
2019-04-05 20:15:16 +00:00
2013-05-26 04:36:44 +00:00
} ;