2013-02-22 13:47:35 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2018-02-10 16:07:02 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Jul 2 2017)
|
2013-02-22 13:47:35 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2018-02-06 09:54:11 +00:00
|
|
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
2013-02-22 13:47:35 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef __DIALOG_EXCHANGE_MODULES_BASE_H__
|
|
|
|
#define __DIALOG_EXCHANGE_MODULES_BASE_H__
|
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2018-02-06 09:54:11 +00:00
|
|
|
class DIALOG_SHIM;
|
2017-08-18 18:26:45 +00:00
|
|
|
class WX_HTML_REPORT_PANEL;
|
2013-02-22 13:47:35 +00:00
|
|
|
|
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/string.h>
|
2018-01-28 18:44:52 +00:00
|
|
|
#include <wx/radiobut.h>
|
2013-02-22 13:47:35 +00:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2018-01-12 19:36:15 +00:00
|
|
|
#include <wx/textctrl.h>
|
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/bmpbuttn.h>
|
2013-02-22 13:47:35 +00:00
|
|
|
#include <wx/button.h>
|
2018-01-28 18:44:52 +00:00
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/gbsizer.h>
|
2015-08-20 18:13:18 +00:00
|
|
|
#include <wx/statline.h>
|
2018-01-28 18:44:52 +00:00
|
|
|
#include <wx/stattext.h>
|
2018-01-12 19:36:15 +00:00
|
|
|
#include <wx/panel.h>
|
2013-02-22 13:47:35 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_EXCHANGE_MODULE_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_EXCHANGE_MODULE_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
protected:
|
2018-01-28 18:44:52 +00:00
|
|
|
wxBoxSizer* m_mainSizer;
|
|
|
|
wxGridBagSizer* m_upperSizer;
|
2018-01-12 19:36:15 +00:00
|
|
|
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;
|
2017-08-18 18:26:45 +00:00
|
|
|
WX_HTML_REPORT_PANEL* m_MessageWindow;
|
2018-01-12 19:36:15 +00:00
|
|
|
wxButton* m_exportButton;
|
2018-02-10 16:07:02 +00:00
|
|
|
wxButton* m_applyButton;
|
|
|
|
wxButton* m_closeButton;
|
2013-02-22 13:47:35 +00:00
|
|
|
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
2018-01-28 18:44:52 +00:00
|
|
|
virtual void updateMatchModeRadioButtons( wxUpdateUIEvent& event ) { event.Skip(); }
|
2018-01-12 19:36:15 +00:00
|
|
|
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(); }
|
2015-06-22 17:21:34 +00:00
|
|
|
virtual void ViewAndSelectFootprint( wxCommandEvent& event ) { event.Skip(); }
|
2018-01-12 19:36:15 +00:00
|
|
|
virtual void RebuildCmpList( wxCommandEvent& event ) { event.Skip(); }
|
2018-02-10 16:07:02 +00:00
|
|
|
virtual void OnApplyClick( wxCommandEvent& event ) { event.Skip(); }
|
2015-08-20 18:13:18 +00:00
|
|
|
virtual void OnQuit( wxCommandEvent& event ) { event.Skip(); }
|
2013-02-22 13:47:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
2018-01-28 18:44:52 +00:00
|
|
|
DIALOG_EXCHANGE_MODULE_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 );
|
2013-02-22 13:47:35 +00:00
|
|
|
~DIALOG_EXCHANGE_MODULE_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //__DIALOG_EXCHANGE_MODULES_BASE_H__
|