2013-06-14 14:59:52 +00:00
///////////////////////////////////////////////////////////////////////////
2018-08-01 19:08:12 +00:00
// C++ code generated with wxFormBuilder (version Jun 5 2018)
2013-06-14 14:59:52 +00:00
// http://www.wxformbuilder.org/
//
2017-12-26 14:38:45 +00:00
// PLEASE DO *NOT* EDIT THIS FILE!
2013-06-14 14:59:52 +00:00
///////////////////////////////////////////////////////////////////////////
# ifndef __DIALOG_BOM_BASE_H__
# define __DIALOG_BOM_BASE_H__
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
# 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/listbox.h>
# include <wx/sizer.h>
2018-06-28 20:21:42 +00:00
# include <wx/textctrl.h>
# include <wx/bitmap.h>
# include <wx/image.h>
# include <wx/icon.h>
# include <wx/bmpbuttn.h>
2013-06-14 14:59:52 +00:00
# include <wx/button.h>
2016-03-31 06:28:16 +00:00
# include <wx/checkbox.h>
2018-06-28 20:21:42 +00:00
# include <wx/statline.h>
2013-06-14 14:59:52 +00:00
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_BOM_BASE
///////////////////////////////////////////////////////////////////////////////
class DIALOG_BOM_BASE : public DIALOG_SHIM
{
private :
protected :
enum
{
2013-06-15 18:02:52 +00:00
IN_NAMELINE = 1000 ,
ID_CMDLINE
2013-06-14 14:59:52 +00:00
} ;
wxStaticText * m_staticTextPluginTitle ;
wxListBox * m_lbPlugins ;
wxStaticText * m_staticTextName ;
wxTextCtrl * m_textCtrlName ;
2018-06-28 20:21:42 +00:00
wxTextCtrl * m_Messages ;
wxBitmapButton * m_buttonAddPlugin ;
wxBitmapButton * m_buttonDelPlugin ;
wxBitmapButton * m_buttonEdit ;
2013-06-15 18:02:52 +00:00
wxStaticText * m_staticTextCmd ;
wxTextCtrl * m_textCtrlCommand ;
2016-03-31 06:28:16 +00:00
wxCheckBox * m_checkBoxShowConsole ;
2018-06-28 20:21:42 +00:00
wxStaticLine * m_staticline2 ;
wxStdDialogButtonSizer * m_sdbSizer1 ;
wxButton * m_sdbSizer1OK ;
wxButton * m_sdbSizer1Cancel ;
wxButton * m_sdbSizer1Help ;
2013-06-14 14:59:52 +00:00
// Virtual event handlers, overide them in your derived class
2018-06-28 20:21:42 +00:00
virtual void OnIdle ( wxIdleEvent & event ) { event . Skip ( ) ; }
2013-06-14 14:59:52 +00:00
virtual void OnPluginSelected ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnNameEdited ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnAddPlugin ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnRemovePlugin ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnEditPlugin ( wxCommandEvent & event ) { event . Skip ( ) ; }
2013-06-15 18:02:52 +00:00
virtual void OnCommandLineEdited ( wxCommandEvent & event ) { event . Skip ( ) ; }
2016-03-31 06:28:16 +00:00
virtual void OnShowConsoleChanged ( wxCommandEvent & event ) { event . Skip ( ) ; }
2018-06-28 20:21:42 +00:00
virtual void OnHelp ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnRunPlugin ( wxCommandEvent & event ) { event . Skip ( ) ; }
2013-06-14 14:59:52 +00:00
public :
2018-08-01 19:08:12 +00:00
DIALOG_BOM_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Bill of Material " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( 617 , 433 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2013-06-14 14:59:52 +00:00
~ DIALOG_BOM_BASE ( ) ;
} ;
# endif //__DIALOG_BOM_BASE_H__