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.

55 lines
1.6 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #pragma once
  8. #include <wx/artprov.h>
  9. #include <wx/xrc/xmlres.h>
  10. #include <wx/intl.h>
  11. #include <wx/string.h>
  12. #include <wx/stattext.h>
  13. #include <wx/gdicmn.h>
  14. #include <wx/font.h>
  15. #include <wx/colour.h>
  16. #include <wx/settings.h>
  17. #include <wx/statline.h>
  18. #include <wx/checkbox.h>
  19. #include <wx/sizer.h>
  20. #include <wx/textctrl.h>
  21. #include <wx/panel.h>
  22. ///////////////////////////////////////////////////////////////////////////
  23. ///////////////////////////////////////////////////////////////////////////////
  24. /// Class PANEL_PACKAGES_AND_UPDATES_BASE
  25. ///////////////////////////////////////////////////////////////////////////////
  26. class PANEL_PACKAGES_AND_UPDATES_BASE : public wxPanel
  27. {
  28. private:
  29. protected:
  30. wxStaticText* m_generalLabel;
  31. wxStaticLine* m_staticline3;
  32. wxCheckBox* m_cbKicadUpdate;
  33. wxStaticText* m_pcmLabel;
  34. wxStaticLine* m_staticline1;
  35. wxCheckBox* m_cbPcmUpdate;
  36. wxStaticText* m_staticText4;
  37. wxStaticLine* m_staticline2;
  38. wxCheckBox* m_libAutoAdd;
  39. wxCheckBox* m_libAutoRemove;
  40. wxStaticText* m_staticText1;
  41. wxTextCtrl* m_libPrefix;
  42. public:
  43. PANEL_PACKAGES_AND_UPDATES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
  44. ~PANEL_PACKAGES_AND_UPDATES_BASE();
  45. };