2009-04-06 16:21:39 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
// C++ code generated with wxFormBuilder (version Apr 16 2008)
|
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef __dialog_eeschema_config_fbp__
|
|
|
|
#define __dialog_eeschema_config_fbp__
|
|
|
|
|
|
|
|
#include <wx/intl.h>
|
|
|
|
|
|
|
|
#include <wx/string.h>
|
2009-05-01 18:06:03 +00:00
|
|
|
#include <wx/listbox.h>
|
2009-04-06 16:21:39 +00:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2009-05-16 05:38:38 +00:00
|
|
|
#include <wx/button.h>
|
2009-04-06 16:21:39 +00:00
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/statbox.h>
|
|
|
|
#include <wx/statline.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_EESCHEMA_CONFIG_FBP
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_EESCHEMA_CONFIG_FBP : public wxDialog
|
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
protected:
|
|
|
|
enum
|
|
|
|
{
|
2009-04-19 15:03:48 +00:00
|
|
|
ID_ADD_LIB = 1000,
|
|
|
|
ID_REMOVE_LIB,
|
2009-04-06 16:21:39 +00:00
|
|
|
ID_LIB_PATH_SEL,
|
2009-04-18 14:14:40 +00:00
|
|
|
wxID_INSERT_PATH,
|
2009-04-19 15:03:48 +00:00
|
|
|
wxID_REMOVE_PATH,
|
2009-04-06 16:21:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
wxListBox* m_ListLibr;
|
2009-04-18 14:14:40 +00:00
|
|
|
wxButton* m_buttonAddLib;
|
2009-04-06 16:21:39 +00:00
|
|
|
wxButton* m_buttonIns;
|
2009-04-19 15:03:48 +00:00
|
|
|
wxButton* m_buttonRemoveLib;
|
2010-04-02 11:48:30 +00:00
|
|
|
wxButton* m_buttonUp;
|
|
|
|
wxButton* m_buttonDown;
|
2009-04-18 14:14:40 +00:00
|
|
|
wxListBox* m_listUserPaths;
|
|
|
|
wxButton* m_buttonAddPath;
|
|
|
|
wxButton* m_buttonInsPath;
|
2009-04-19 15:03:48 +00:00
|
|
|
wxButton* m_buttonRemovePath;
|
2009-04-12 14:39:54 +00:00
|
|
|
wxListBox* m_DefaultLibraryPathslistBox;
|
2009-05-01 18:06:03 +00:00
|
|
|
wxStaticLine* m_staticline3;
|
2009-04-06 16:21:39 +00:00
|
|
|
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
|
|
virtual void OnCloseWindow( wxCloseEvent& event ){ event.Skip(); }
|
2010-04-02 11:48:30 +00:00
|
|
|
virtual void OnFilesListClick( wxCommandEvent& event ){ event.Skip(); }
|
2009-04-06 16:21:39 +00:00
|
|
|
virtual void OnAddOrInsertLibClick( wxCommandEvent& event ){ event.Skip(); }
|
2009-04-19 15:03:48 +00:00
|
|
|
virtual void OnRemoveLibClick( wxCommandEvent& event ){ event.Skip(); }
|
2010-04-02 11:48:30 +00:00
|
|
|
virtual void OnButtonUpClick( wxCommandEvent& event ){ event.Skip(); }
|
|
|
|
virtual void OnButtonDownClick( wxCommandEvent& event ){ event.Skip(); }
|
2009-04-18 14:14:40 +00:00
|
|
|
virtual void OnAddOrInsertPath( wxCommandEvent& event ){ event.Skip(); }
|
2009-04-19 15:03:48 +00:00
|
|
|
virtual void OnRemoveUserPath( wxCommandEvent& event ){ event.Skip(); }
|
2009-05-01 18:06:03 +00:00
|
|
|
virtual void OnCancelClick( wxCommandEvent& event ){ event.Skip(); }
|
|
|
|
virtual void OnOkClick( wxCommandEvent& event ){ event.Skip(); }
|
2009-04-06 16:21:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
public:
|
2009-05-01 18:06:03 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
|
|
wxButton* m_sdbSizer1OK;
|
|
|
|
wxButton* m_sdbSizer1Cancel;
|
|
|
|
DIALOG_EESCHEMA_CONFIG_FBP( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2009-04-06 16:21:39 +00:00
|
|
|
~DIALOG_EESCHEMA_CONFIG_FBP();
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //__dialog_eeschema_config_fbp__
|