2013-06-14 14:59:52 +00:00
///////////////////////////////////////////////////////////////////////////
2019-01-14 12:14:13 +00:00
// C++ code generated with wxFormBuilder (version Dec 1 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
///////////////////////////////////////////////////////////////////////////
2019-01-14 12:14:13 +00:00
# pragma once
2013-06-14 14:59:52 +00:00
# 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>
2019-01-14 12:14:13 +00:00
# include <wx/bmpbuttn.h>
2018-06-28 20:21:42 +00:00
# include <wx/bitmap.h>
# include <wx/image.h>
# include <wx/icon.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 :
2019-01-14 12:14:13 +00:00
2013-06-14 14:59:52 +00:00
protected :
enum
{
2013-06-15 18:02:52 +00:00
IN_NAMELINE = 1000 ,
ID_CMDLINE
2013-06-14 14:59:52 +00:00
} ;
2019-01-14 12:14:13 +00:00
2019-05-27 18:43:39 +00:00
wxStaticText * m_staticTextGeneratorTitle ;
wxListBox * m_lbGenerators ;
2013-06-14 14:59:52 +00:00
wxStaticText * m_staticTextName ;
wxTextCtrl * m_textCtrlName ;
2018-06-28 20:21:42 +00:00
wxTextCtrl * m_Messages ;
2019-05-27 18:43:39 +00:00
wxBitmapButton * m_buttonAddGenerator ;
2018-06-28 20:21:42 +00:00
wxBitmapButton * m_buttonEdit ;
2019-05-27 18:43:39 +00:00
wxBitmapButton * m_buttonDelGenerator ;
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 ;
2019-05-27 18:43:39 +00:00
wxStaticLine * m_staticline ;
2019-01-14 12:14:13 +00:00
wxStdDialogButtonSizer * m_sdbSizer ;
wxButton * m_sdbSizerOK ;
wxButton * m_sdbSizerCancel ;
wxButton * m_sdbSizerHelp ;
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 ( ) ; }
2019-05-27 18:43:39 +00:00
virtual void OnGeneratorSelected ( wxCommandEvent & event ) { event . Skip ( ) ; }
2013-06-14 14:59:52 +00:00
virtual void OnNameEdited ( wxCommandEvent & event ) { event . Skip ( ) ; }
2019-05-27 18:43:39 +00:00
virtual void OnAddGenerator ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnEditGenerator ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnRemoveGenerator ( 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 ( ) ; }
2019-05-27 18:43:39 +00:00
virtual void OnRunGenerator ( wxCommandEvent & event ) { event . Skip ( ) ; }
2019-01-14 12:14:13 +00:00
2013-06-14 14:59:52 +00:00
public :
2019-01-14 12:14:13 +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 ( ) ;
2019-01-14 12:14:13 +00:00
2013-06-14 14:59:52 +00:00
} ;