2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2015-06-15 13:54:58 +00:00
// C++ code generated with wxFormBuilder (version Mar 9 2015)
2013-05-26 04:36:44 +00:00
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# ifndef __DIALOG_GEN_MODULE_POSITION_FILE_BASE_H__
# define __DIALOG_GEN_MODULE_POSITION_FILE_BASE_H__
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
2015-05-01 15:01:09 +00:00
class DIALOG_SHIM ;
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>
# include <wx/button.h>
# include <wx/sizer.h>
# include <wx/radiobox.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>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_GEN_MODULE_POSITION_BASE
///////////////////////////////////////////////////////////////////////////////
class DIALOG_GEN_MODULE_POSITION_BASE : public DIALOG_SHIM
{
private :
protected :
wxBoxSizer * m_MainSizer ;
wxStaticText * m_staticTextDir ;
wxTextCtrl * m_outputDirectoryName ;
wxButton * m_browseButton ;
wxRadioBox * m_radioBoxUnits ;
wxRadioBox * m_radioBoxFilesCount ;
wxRadioBox * m_radioBoxForceSmd ;
2015-06-16 12:20:42 +00:00
WX_HTML_REPORT_PANEL * m_messagesPanel ;
2013-05-26 04:36:44 +00:00
wxStdDialogButtonSizer * m_sdbSizerButtons ;
wxButton * m_sdbSizerButtonsOK ;
wxButton * m_sdbSizerButtonsCancel ;
// Virtual event handlers, overide them in your derived class
2015-06-16 12:20:42 +00:00
virtual void OnClose ( wxCloseEvent & event ) { event . Skip ( ) ; }
virtual void OnInitDialog ( wxInitDialogEvent & event ) { event . Skip ( ) ; }
2013-05-26 04:36:44 +00:00
virtual void OnOutputDirectoryBrowseClicked ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnOKButton ( wxCommandEvent & event ) { event . Skip ( ) ; }
public :
2015-06-16 12:20:42 +00:00
DIALOG_GEN_MODULE_POSITION_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Generate Component Position Files " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( 510 , 351 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2013-05-26 04:36:44 +00:00
~ DIALOG_GEN_MODULE_POSITION_BASE ( ) ;
} ;
# endif //__DIALOG_GEN_MODULE_POSITION_FILE_BASE_H__