2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2018-04-23 18:32:41 +00:00
// C++ code generated with wxFormBuilder (version Apr 19 2018)
2013-05-26 04:36:44 +00:00
// http://www.wxformbuilder.org/
//
2017-12-24 15:04:02 +00:00
// PLEASE DO *NOT* EDIT THIS FILE!
2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
# ifndef __DIALOG_EDIT_COMPONENT_IN_LIB_BASE_H__
# define __DIALOG_EDIT_COMPONENT_IN_LIB_BASE_H__
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
# include "dialog_shim.h"
# include <wx/string.h>
# include <wx/checkbox.h>
# include <wx/gdicmn.h>
# include <wx/font.h>
# include <wx/colour.h>
# include <wx/settings.h>
# include <wx/sizer.h>
# include <wx/statbox.h>
# include <wx/statline.h>
# include <wx/stattext.h>
# include <wx/spinctrl.h>
# include <wx/panel.h>
# include <wx/bitmap.h>
# include <wx/image.h>
# include <wx/icon.h>
# include <wx/textctrl.h>
# include <wx/button.h>
# include <wx/listbox.h>
# include <wx/notebook.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
# define ID_LIBEDIT_NOTEBOOK 1000
# define ID_COPY_DOC_TO_ALIAS 1001
# define ID_BROWSE_DOC_FILES 1002
# define ID_ADD_ALIAS 1003
# define ID_DELETE_ONE_ALIAS 1004
# define ID_DELETE_ALL_ALIAS 1005
# define ID_ADD_FOOTPRINT_FILTER 1006
# define ID_DELETE_ONE_FOOTPRINT_FILTER 1007
# define ID_DELETE_ALL_FOOTPRINT_FILTER 1008
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_EDIT_COMPONENT_IN_LIBRARY_BASE
///////////////////////////////////////////////////////////////////////////////
class DIALOG_EDIT_COMPONENT_IN_LIBRARY_BASE : public DIALOG_SHIM
{
private :
protected :
wxNotebook * m_NoteBook ;
wxPanel * m_PanelBasic ;
wxCheckBox * m_AsConvertButt ;
wxCheckBox * m_ShowPinNumButt ;
wxCheckBox * m_ShowPinNameButt ;
wxCheckBox * m_PinsNameInsideButt ;
wxStaticLine * m_staticline3 ;
wxStaticText * m_staticTextNbUnits ;
wxSpinCtrl * m_SelNumberOfUnits ;
wxStaticText * m_staticTextskew ;
wxSpinCtrl * m_SetSkew ;
wxStaticLine * m_staticline1 ;
wxCheckBox * m_OptionPower ;
wxCheckBox * m_OptionPartsLocked ;
wxPanel * m_PanelDoc ;
wxStaticText * m_staticTextDescription ;
wxTextCtrl * m_DocCtrl ;
wxStaticText * m_staticTextKeywords ;
wxTextCtrl * m_KeywordsCtrl ;
wxStaticText * m_staticTextDocFileName ;
wxTextCtrl * m_DocfileCtrl ;
wxButton * m_ButtonCopyDoc ;
wxButton * m_buttonBrowseDocFiles ;
wxPanel * m_PanelAlias ;
wxStaticText * m_staticTextAlias ;
wxListBox * m_PartAliasListCtrl ;
wxButton * m_ButtonAddeAlias ;
2018-01-23 14:17:51 +00:00
wxButton * m_ButtonEditAlias ;
2013-05-26 04:36:44 +00:00
wxButton * m_ButtonDeleteOneAlias ;
wxButton * m_ButtonDeleteAllAlias ;
wxPanel * m_PanelFootprintFilter ;
wxStaticText * m_staticTextFootprints ;
wxListBox * m_FootprintFilterListBox ;
wxButton * m_buttonAddFpF ;
2015-02-02 16:43:34 +00:00
wxButton * m_buttonEditOneFootprintFilter ;
2013-05-26 04:36:44 +00:00
wxButton * m_ButtonDeleteOneFootprintFilter ;
wxButton * m_ButtonDeleteAllFootprintFilter ;
wxStdDialogButtonSizer * m_stdSizerButton ;
wxButton * m_stdSizerButtonOK ;
wxButton * m_stdSizerButtonCancel ;
// Virtual event handlers, overide them in your derived class
2016-11-09 23:11:47 +00:00
virtual void OnUpdateInterchangeableUnits ( wxUpdateUIEvent & event ) { event . Skip ( ) ; }
2013-05-26 04:36:44 +00:00
virtual void CopyDocFromRootToAlias ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void BrowseAndSelectDocFile ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void AddAliasOfPart ( wxCommandEvent & event ) { event . Skip ( ) ; }
2018-01-23 14:17:51 +00:00
virtual void EditAliasOfPart ( wxCommandEvent & event ) { event . Skip ( ) ; }
2013-05-26 04:36:44 +00:00
virtual void DeleteAliasOfPart ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void DeleteAllAliasOfPart ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void AddFootprintFilter ( wxCommandEvent & event ) { event . Skip ( ) ; }
2015-02-02 16:43:34 +00:00
virtual void EditOneFootprintFilter ( wxCommandEvent & event ) { event . Skip ( ) ; }
2013-05-26 04:36:44 +00:00
virtual void DeleteOneFootprintFilter ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void DeleteAllFootprintFilter ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnCancelClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnOkClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
public :
2017-12-24 15:04:02 +00:00
DIALOG_EDIT_COMPONENT_IN_LIBRARY_BASE ( wxWindow * parent , wxWindowID id = ID_LIBEDIT_NOTEBOOK , const wxString & title = _ ( " Library Symbol Properties " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( - 1 , - 1 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2013-05-26 04:36:44 +00:00
~ DIALOG_EDIT_COMPONENT_IN_LIBRARY_BASE ( ) ;
} ;
# endif //__DIALOG_EDIT_COMPONENT_IN_LIB_BASE_H__