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.

79 lines
2.6 KiB

  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_pcbnew_config_libs_and_paths_fbp__
  8. #define __dialog_pcbnew_config_libs_and_paths_fbp__
  9. #include <wx/intl.h>
  10. #include <wx/sizer.h>
  11. #include <wx/gdicmn.h>
  12. #include <wx/string.h>
  13. #include <wx/listbox.h>
  14. #include <wx/font.h>
  15. #include <wx/colour.h>
  16. #include <wx/settings.h>
  17. #include <wx/button.h>
  18. #include <wx/statbox.h>
  19. #include <wx/textctrl.h>
  20. #include <wx/statline.h>
  21. #include <wx/dialog.h>
  22. ///////////////////////////////////////////////////////////////////////////
  23. ///////////////////////////////////////////////////////////////////////////////
  24. /// Class DIALOG_PCBNEW_CONFIG_LIBS_FBP
  25. ///////////////////////////////////////////////////////////////////////////////
  26. class DIALOG_PCBNEW_CONFIG_LIBS_FBP : public wxDialog
  27. {
  28. private:
  29. protected:
  30. enum
  31. {
  32. ID_ADD_LIB = 1000,
  33. ID_REMOVE_LIB,
  34. wxID_BROWSE_MOD_DOC,
  35. ID_LIB_PATH_SEL,
  36. wxID_INSERT_PATH,
  37. wxID_REMOVE_PATH,
  38. };
  39. wxListBox* m_ListLibr;
  40. wxButton* m_buttonAddLib;
  41. wxButton* m_buttonIns;
  42. wxButton* m_buttonRemoveLib;
  43. wxTextCtrl* m_TextHelpModulesFileName;
  44. wxButton* m_buttonModDoc;
  45. wxListBox* m_listUserPaths;
  46. wxButton* m_buttonAddPath;
  47. wxButton* m_buttonInsPath;
  48. wxButton* m_buttonRemovePath;
  49. wxListBox* m_DefaultLibraryPathslistBox;
  50. wxStaticLine* m_staticline1;
  51. wxStdDialogButtonSizer* m_sdbSizer1;
  52. wxButton* m_sdbSizer1OK;
  53. wxButton* m_sdbSizer1Cancel;
  54. // Virtual event handlers, overide them in your derived class
  55. virtual void OnCloseWindow( wxCloseEvent& event ){ event.Skip(); }
  56. virtual void OnAddOrInsertLibClick( wxCommandEvent& event ){ event.Skip(); }
  57. virtual void OnRemoveLibClick( wxCommandEvent& event ){ event.Skip(); }
  58. virtual void OnBrowseModDocFile( wxCommandEvent& event ){ event.Skip(); }
  59. virtual void OnAddOrInsertPath( wxCommandEvent& event ){ event.Skip(); }
  60. virtual void OnRemoveUserPath( wxCommandEvent& event ){ event.Skip(); }
  61. virtual void OnCancelClick( wxCommandEvent& event ){ event.Skip(); }
  62. virtual void OnOkClick( wxCommandEvent& event ){ event.Skip(); }
  63. public:
  64. DIALOG_PCBNEW_CONFIG_LIBS_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 );
  65. ~DIALOG_PCBNEW_CONFIG_LIBS_FBP();
  66. };
  67. #endif //__dialog_pcbnew_config_libs_and_paths_fbp__