mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
Replace all instances of "component" and "part" with "symbol" when referring to schematic and library symbols. Replace all instances of "component" with "footprint" when referring to board and library footprints. Minor dialog layout fixes to some of the dialogs impacted by the UI string changes.
70 lines
2.5 KiB
C++
70 lines
2.5 KiB
C++
///////////////////////////////////////////////////////////////////////////
|
|
// C++ code generated with wxFormBuilder (version Nov 22 2017)
|
|
// http://www.wxformbuilder.org/
|
|
//
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
#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>
|
|
#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>
|
|
#include <wx/sizer.h>
|
|
#include <wx/panel.h>
|
|
#include <wx/statline.h>
|
|
#include <wx/stattext.h>
|
|
#include <wx/button.h>
|
|
#include <wx/dialog.h>
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
/// Class DIALOG_EDIT_COMPONENTS_LIBID_BASE
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
class DIALOG_EDIT_COMPONENTS_LIBID_BASE : public DIALOG_SHIM
|
|
{
|
|
private:
|
|
|
|
protected:
|
|
wxPanel* m_panelGrid;
|
|
wxGrid* m_grid;
|
|
wxStaticLine* m_staticline;
|
|
wxStaticText* m_staticTextWarning;
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
wxButton* m_sdbSizerOK;
|
|
wxButton* m_sdbSizerApply;
|
|
wxButton* m_sdbSizerCancel;
|
|
wxButton* m_buttonUndo;
|
|
wxButton* m_buttonBrowseLibs;
|
|
wxButton* m_buttonOrphanItems;
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
virtual void onCellBrowseLib( wxGridEvent& event ) { event.Skip(); }
|
|
virtual void onApplyButton( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void onCancel( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void onUndoChangesButton( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void updateUIChangesButton( wxUpdateUIEvent& event ) { event.Skip(); }
|
|
virtual void onButtonBrowseLibraries( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void updateUIBrowseButton( wxUpdateUIEvent& event ) { event.Skip(); }
|
|
virtual void onClickOrphansButton( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
public:
|
|
|
|
DIALOG_EDIT_COMPONENTS_LIBID_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Edit Symbol Library Associations"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
|
~DIALOG_EDIT_COMPONENTS_LIBID_BASE();
|
|
|
|
};
|
|
|
|
#endif //__DIALOG_EDIT_COMPONENTS_LIBID_BASE_H__
|