2017-11-20 16:14:25 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2018-09-29 16:18:55 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Dec 30 2017)
|
2017-11-20 16:14:25 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2017-12-24 15:04:02 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2017-11-20 16:14:25 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef __DIALOG_EDIT_COMPONENTS_LIBID_BASE_H__
|
|
|
|
#define __DIALOG_EDIT_COMPONENTS_LIBID_BASE_H__
|
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2018-06-28 17:19:31 +00:00
|
|
|
class WX_GRID;
|
|
|
|
|
2017-11-20 16:14:25 +00:00
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/grid.h>
|
|
|
|
#include <wx/gdicmn.h>
|
2017-11-21 12:09:13 +00:00
|
|
|
#include <wx/stattext.h>
|
2017-11-20 16:14:25 +00:00
|
|
|
#include <wx/button.h>
|
2018-06-28 17:19:31 +00:00
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/statline.h>
|
2017-11-20 16:14:25 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_EDIT_COMPONENTS_LIBID_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_EDIT_COMPONENTS_LIBID_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
protected:
|
2018-06-28 17:19:31 +00:00
|
|
|
WX_GRID* m_grid;
|
2017-11-21 12:09:13 +00:00
|
|
|
wxStaticText* m_staticTextWarning;
|
2018-06-28 17:19:31 +00:00
|
|
|
wxButton* m_buttonUndo;
|
|
|
|
wxStaticLine* m_staticline2;
|
|
|
|
wxButton* m_buttonOrphanItems;
|
2017-11-20 16:14:25 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
|
|
|
wxButton* m_sdbSizerApply;
|
|
|
|
wxButton* m_sdbSizerCancel;
|
|
|
|
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
|
|
virtual void onCellBrowseLib( wxGridEvent& event ) { event.Skip(); }
|
2018-06-28 17:19:31 +00:00
|
|
|
virtual void OnSizeGrid( wxSizeEvent& event ) { event.Skip(); }
|
2017-11-20 16:14:25 +00:00
|
|
|
virtual void onUndoChangesButton( wxCommandEvent& event ) { event.Skip(); }
|
2017-11-22 16:53:56 +00:00
|
|
|
virtual void updateUIChangesButton( wxUpdateUIEvent& event ) { event.Skip(); }
|
2017-11-23 18:48:49 +00:00
|
|
|
virtual void onClickOrphansButton( wxCommandEvent& event ) { event.Skip(); }
|
2018-06-28 17:19:31 +00:00
|
|
|
virtual void onApplyButton( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void onCancel( wxCommandEvent& event ) { event.Skip(); }
|
2017-11-20 16:14:25 +00:00
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
2018-08-22 08:42:59 +00:00
|
|
|
DIALOG_EDIT_COMPONENTS_LIBID_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Symbol Library References"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 831,426 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2017-11-20 16:14:25 +00:00
|
|
|
~DIALOG_EDIT_COMPONENTS_LIBID_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //__DIALOG_EDIT_COMPONENTS_LIBID_BASE_H__
|