dialog_eeschema_config_fbp.h 2.38 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
///////////////////////////////////////////////////////////////////////////
// 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>
14
#include <wx/listbox.h>
15 16 17 18
#include <wx/gdicmn.h>
#include <wx/font.h>
#include <wx/colour.h>
#include <wx/settings.h>
charras's avatar
charras committed
19
#include <wx/button.h>
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
#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
		{
37 38
			ID_ADD_LIB = 1000,
			ID_REMOVE_LIB,
39
			ID_LIB_PATH_SEL,
40
			wxID_INSERT_PATH,
41
			wxID_REMOVE_PATH,
42 43 44
		};
		
		wxListBox* m_ListLibr;
45
		wxButton* m_buttonAddLib;
46
		wxButton* m_buttonIns;
47
		wxButton* m_buttonRemoveLib;
48 49 50
		wxListBox* m_listUserPaths;
		wxButton* m_buttonAddPath;
		wxButton* m_buttonInsPath;
51
		wxButton* m_buttonRemovePath;
52
		wxListBox* m_DefaultLibraryPathslistBox;
53
		wxStaticLine* m_staticline3;
54 55 56 57
		
		// Virtual event handlers, overide them in your derived class
		virtual void OnCloseWindow( wxCloseEvent& event ){ event.Skip(); }
		virtual void OnAddOrInsertLibClick( wxCommandEvent& event ){ event.Skip(); }
58
		virtual void OnRemoveLibClick( wxCommandEvent& event ){ event.Skip(); }
59
		virtual void OnAddOrInsertPath( wxCommandEvent& event ){ event.Skip(); }
60
		virtual void OnRemoveUserPath( wxCommandEvent& event ){ event.Skip(); }
61 62
		virtual void OnCancelClick( wxCommandEvent& event ){ event.Skip(); }
		virtual void OnOkClick( wxCommandEvent& event ){ event.Skip(); }
63 64 65
		
	
	public:
66 67 68 69
		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 );
70 71 72 73 74
		~DIALOG_EESCHEMA_CONFIG_FBP();
	
};

#endif //__dialog_eeschema_config_fbp__