You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.4 KiB

17 years ago
  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Apr 16 2008)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __dialog_eeschema_config_fbp__
  8. #define __dialog_eeschema_config_fbp__
  9. #include <wx/intl.h>
  10. #include <wx/string.h>
  11. #include <wx/listbox.h>
  12. #include <wx/gdicmn.h>
  13. #include <wx/font.h>
  14. #include <wx/colour.h>
  15. #include <wx/settings.h>
  16. #include <wx/button.h>
  17. #include <wx/sizer.h>
  18. #include <wx/statbox.h>
  19. #include <wx/statline.h>
  20. #include <wx/dialog.h>
  21. ///////////////////////////////////////////////////////////////////////////
  22. ///////////////////////////////////////////////////////////////////////////////
  23. /// Class DIALOG_EESCHEMA_CONFIG_FBP
  24. ///////////////////////////////////////////////////////////////////////////////
  25. class DIALOG_EESCHEMA_CONFIG_FBP : public wxDialog
  26. {
  27. private:
  28. protected:
  29. enum
  30. {
  31. ID_ADD_LIB = 1000,
  32. ID_REMOVE_LIB,
  33. ID_LIB_PATH_SEL,
  34. wxID_INSERT_PATH,
  35. wxID_REMOVE_PATH,
  36. };
  37. wxListBox* m_ListLibr;
  38. wxButton* m_buttonAddLib;
  39. wxButton* m_buttonIns;
  40. wxButton* m_buttonRemoveLib;
  41. wxListBox* m_listUserPaths;
  42. wxButton* m_buttonAddPath;
  43. wxButton* m_buttonInsPath;
  44. wxButton* m_buttonRemovePath;
  45. wxListBox* m_DefaultLibraryPathslistBox;
  46. wxStaticLine* m_staticline3;
  47. // Virtual event handlers, overide them in your derived class
  48. virtual void OnCloseWindow( wxCloseEvent& event ){ event.Skip(); }
  49. virtual void OnAddOrInsertLibClick( wxCommandEvent& event ){ event.Skip(); }
  50. virtual void OnRemoveLibClick( wxCommandEvent& event ){ event.Skip(); }
  51. virtual void OnAddOrInsertPath( wxCommandEvent& event ){ event.Skip(); }
  52. virtual void OnRemoveUserPath( wxCommandEvent& event ){ event.Skip(); }
  53. virtual void OnCancelClick( wxCommandEvent& event ){ event.Skip(); }
  54. virtual void OnOkClick( wxCommandEvent& event ){ event.Skip(); }
  55. public:
  56. wxStdDialogButtonSizer* m_sdbSizer1;
  57. wxButton* m_sdbSizer1OK;
  58. wxButton* m_sdbSizer1Cancel;
  59. 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 );
  60. ~DIALOG_EESCHEMA_CONFIG_FBP();
  61. };
  62. #endif //__dialog_eeschema_config_fbp__