/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Oct 8 2012) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_BUILD_BOM_BASE_H__ #define __DIALOG_BUILD_BOM_BASE_H__ #include #include #include class DIALOG_SHIM; #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// 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; wxCheckBox* m_AddLocationField; wxCheckBox* m_AddDatasheetField; 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; wxStaticLine* m_staticline1; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; // Virtual event handlers, overide them in your derived class virtual void OnRadioboxSelectFormatSelected( wxCommandEvent& event ) { event.Skip(); } virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); } public: 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 ); ~DIALOG_BUILD_BOM_BASE(); }; #endif //__DIALOG_BUILD_BOM_BASE_H__