2012-11-22 20:33:52 +00:00
///////////////////////////////////////////////////////////////////////////
2013-02-18 20:14:53 +00:00
// C++ code generated with wxFormBuilder (version Oct 8 2012)
2012-11-22 20:33:52 +00:00
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# ifndef __DIALOG_BUILD_BOM_BASE_H__
# define __DIALOG_BUILD_BOM_BASE_H__
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
2013-02-18 20:14:53 +00:00
class DIALOG_SHIM ;
2012-11-22 20:33:52 +00:00
# include "dialog_shim.h"
# include <wx/string.h>
# include <wx/checkbox.h>
# include <wx/gdicmn.h>
# include <wx/font.h>
# include <wx/colour.h>
# include <wx/settings.h>
# include <wx/sizer.h>
# include <wx/statbox.h>
# include <wx/radiobox.h>
2012-11-26 17:28:54 +00:00
# include <wx/statline.h>
2012-11-22 20:33:52 +00:00
# include <wx/button.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_BUILD_BOM_BASE
///////////////////////////////////////////////////////////////////////////////
class DIALOG_BUILD_BOM_BASE : public DIALOG_SHIM
{
private :
protected :
enum
{
ID_RADIOBOX_SELECT_FORMAT = 1000
} ;
wxCheckBox * m_ListCmpbyRefItems ;
wxCheckBox * m_ListSubCmpItems ;
wxCheckBox * m_ListCmpbyValItems ;
wxCheckBox * m_GenListLabelsbyVal ;
wxCheckBox * m_GenListLabelsbySheet ;
wxRadioBox * m_OutputFormCtrl ;
wxRadioBox * m_OutputSeparatorCtrl ;
wxCheckBox * m_GetListBrowser ;
2012-11-26 17:28:54 +00:00
wxCheckBox * m_AddLocationField ;
wxCheckBox * m_AddDatasheetField ;
2012-11-22 20:33:52 +00:00
wxCheckBox * m_AddFootprintField ;
wxCheckBox * m_AddField1 ;
wxCheckBox * m_AddField2 ;
wxCheckBox * m_AddField3 ;
wxCheckBox * m_AddField4 ;
wxCheckBox * m_AddField5 ;
wxCheckBox * m_AddField6 ;
wxCheckBox * m_AddField7 ;
wxCheckBox * m_AddField8 ;
wxCheckBox * m_AddAllFields ;
2012-11-26 17:28:54 +00:00
wxStaticLine * m_staticline1 ;
wxStdDialogButtonSizer * m_sdbSizer ;
wxButton * m_sdbSizerOK ;
wxButton * m_sdbSizerCancel ;
2012-11-22 20:33:52 +00:00
// Virtual event handlers, overide them in your derived class
virtual void OnRadioboxSelectFormatSelected ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnCancelClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2012-11-26 17:28:54 +00:00
virtual void OnOkClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2012-11-22 20:33:52 +00:00
public :
2013-02-18 20:14:53 +00:00
DIALOG_BUILD_BOM_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " List of Materials " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( - 1 , - 1 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2012-11-22 20:33:52 +00:00
~ DIALOG_BUILD_BOM_BASE ( ) ;
} ;
# endif //__DIALOG_BUILD_BOM_BASE_H__