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.

61 lines
1.9 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf-dirty)
  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 "widgets/resettable_panel.h"
  12. #include <wx/string.h>
  13. #include <wx/stattext.h>
  14. #include <wx/gdicmn.h>
  15. #include <wx/font.h>
  16. #include <wx/colour.h>
  17. #include <wx/settings.h>
  18. #include <wx/checkbox.h>
  19. #include <wx/sizer.h>
  20. #include <wx/statbox.h>
  21. #include <wx/filepicker.h>
  22. #include <wx/button.h>
  23. #include <wx/bitmap.h>
  24. #include <wx/image.h>
  25. #include <wx/icon.h>
  26. #include <wx/panel.h>
  27. ///////////////////////////////////////////////////////////////////////////
  28. ///////////////////////////////////////////////////////////////////////////////
  29. /// Class PANEL_PLUGIN_SETTINGS_BASE
  30. ///////////////////////////////////////////////////////////////////////////////
  31. class PANEL_PLUGIN_SETTINGS_BASE : public RESETTABLE_PANEL
  32. {
  33. private:
  34. protected:
  35. wxStaticText* m_staticText3;
  36. wxCheckBox* m_cbEnableApi;
  37. wxStaticText* m_stApiStatus;
  38. wxStaticText* m_staticText2;
  39. wxFilePickerCtrl* m_pickerPythonInterpreter;
  40. wxButton* m_btnDetectAutomatically;
  41. // Virtual event handlers, override them in your derived class
  42. virtual void OnEnableApiChecked( wxCommandEvent& event ) { event.Skip(); }
  43. virtual void OnPythonInterpreterChanged( wxFileDirPickerEvent& event ) { event.Skip(); }
  44. virtual void OnBtnDetectAutomaticallyClicked( wxCommandEvent& event ) { event.Skip(); }
  45. public:
  46. wxStaticText* m_stPythonStatus;
  47. PANEL_PLUGIN_SETTINGS_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 );
  48. ~PANEL_PLUGIN_SETTINGS_BASE();
  49. };