2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2018-02-17 16:27:59 +00:00
// C++ code generated with wxFormBuilder (version Dec 30 2017)
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
///////////////////////////////////////////////////////////////////////////
2018-02-16 16:52:19 +00:00
# ifndef __DIALOG_GEN_FOOTPRINT_POSITION_FILE_BASE_H__
# define __DIALOG_GEN_FOOTPRINT_POSITION_FILE_BASE_H__
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>
2018-02-17 16:27:59 +00:00
# include <wx/bitmap.h>
# include <wx/image.h>
# include <wx/icon.h>
# include <wx/bmpbuttn.h>
2013-05-26 04:36:44 +00:00
# include <wx/button.h>
# include <wx/sizer.h>
# include <wx/radiobox.h>
2018-02-17 16:27:59 +00:00
# include <wx/gbsizer.h>
2015-06-16 12:20:42 +00:00
# include <wx/panel.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 :
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 ;
wxRadioBox * m_radioBoxForceSmd ;
2018-02-17 16:27:59 +00:00
wxButton * m_generateButton ;
wxButton * m_closeButton ;
2015-06-16 12:20:42 +00:00
WX_HTML_REPORT_PANEL * m_messagesPanel ;
2013-05-26 04:36:44 +00:00
// Virtual event handlers, overide them in your derived class
virtual void OnOutputDirectoryBrowseClicked ( wxCommandEvent & event ) { event . Skip ( ) ; }
2018-02-17 16:27:59 +00:00
virtual void OnGenerate ( wxCommandEvent & event ) { event . Skip ( ) ; }
2013-05-26 04:36:44 +00:00
public :
2018-02-16 19:26:55 +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 ( - 1 , - 1 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
~ DIALOG_GEN_FOOTPRINT_POSITION_BASE ( ) ;
2013-05-26 04:36:44 +00:00
} ;
2018-02-16 16:52:19 +00:00
# endif //__DIALOG_GEN_FOOTPRINT_POSITION_FILE_BASE_H__