/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Aug 4 2017) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_EXCHANGE_FOOTPRINTS_BASE_H__ #define __DIALOG_EXCHANGE_FOOTPRINTS_BASE_H__ #include #include #include class DIALOG_SHIM; class WX_HTML_REPORT_PANEL; #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_EXCHANGE_FOOTPRINTS_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_EXCHANGE_FOOTPRINTS_BASE : public DIALOG_SHIM { private: protected: wxBoxSizer* m_mainSizer; wxGridBagSizer* m_upperSizer; wxRadioButton* m_matchAll; wxRadioButton* m_matchCurrentRef; wxRadioButton* m_matchSpecifiedRef; wxTextCtrl* m_specifiedRef; wxRadioButton* m_matchCurrentValue; wxRadioButton* m_matchSpecifiedValue; wxTextCtrl* m_specifiedValue; wxRadioButton* m_matchSpecifiedID; wxTextCtrl* m_specifiedID; wxBitmapButton* m_specifiedIDBrowseButton; wxBoxSizer* m_middleSizer; wxTextCtrl* m_newID; wxBitmapButton* m_newIDBrowseButton; WX_HTML_REPORT_PANEL* m_MessageWindow; wxButton* m_exportButton; wxButton* m_applyButton; wxButton* m_closeButton; // Virtual event handlers, overide them in your derived class virtual void updateMatchModeRadioButtons( wxUpdateUIEvent& event ) { event.Skip(); } virtual void OnMatchAllClicked( wxCommandEvent& event ) { event.Skip(); } virtual void OnMatchRefClicked( wxCommandEvent& event ) { event.Skip(); } virtual void OnMatchValueClicked( wxCommandEvent& event ) { event.Skip(); } virtual void OnMatchIDClicked( wxCommandEvent& event ) { event.Skip(); } virtual void ViewAndSelectFootprint( wxCommandEvent& event ) { event.Skip(); } virtual void RebuildCmpList( wxCommandEvent& event ) { event.Skip(); } virtual void OnApplyClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnQuit( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_EXCHANGE_FOOTPRINTS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("%s"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_EXCHANGE_FOOTPRINTS_BASE(); }; #endif //__DIALOG_EXCHANGE_FOOTPRINTS_BASE_H__