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.

65 lines
2.0 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 "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/statline.h>
  19. #include <wx/checkbox.h>
  20. #include <wx/sizer.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* apiLabel;
  36. wxStaticLine* m_staticline1;
  37. wxStaticText* m_staticText3;
  38. wxCheckBox* m_cbEnableApi;
  39. wxStaticText* pythonLabel;
  40. wxStaticLine* m_staticline2;
  41. wxStaticText* m_staticText2;
  42. wxFilePickerCtrl* m_pickerPythonInterpreter;
  43. wxButton* m_btnDetectAutomatically;
  44. wxStaticText* m_stApiStatus;
  45. // Virtual event handlers, override them in your derived class
  46. virtual void OnEnableApiChecked( wxCommandEvent& event ) { event.Skip(); }
  47. virtual void OnPythonInterpreterChanged( wxFileDirPickerEvent& event ) { event.Skip(); }
  48. virtual void OnBtnDetectAutomaticallyClicked( wxCommandEvent& event ) { event.Skip(); }
  49. public:
  50. wxStaticText* m_stPythonStatus;
  51. 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 );
  52. ~PANEL_PLUGIN_SETTINGS_BASE();
  53. };