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 Jun 24 2016)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __TUNER_SLIDER_BASE_H__
  8. #define __TUNER_SLIDER_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.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/button.h>
  19. #include <wx/sizer.h>
  20. #include <wx/slider.h>
  21. #include <wx/textctrl.h>
  22. #include <wx/panel.h>
  23. ///////////////////////////////////////////////////////////////////////////
  24. ///////////////////////////////////////////////////////////////////////////////
  25. /// Class TUNER_SLIDER_BASE
  26. ///////////////////////////////////////////////////////////////////////////////
  27. class TUNER_SLIDER_BASE : public wxPanel
  28. {
  29. private:
  30. protected:
  31. wxStaticText* m_name;
  32. wxButton* m_closeBtn;
  33. wxSlider* m_slider;
  34. wxTextCtrl* m_maxText;
  35. wxTextCtrl* m_valueText;
  36. wxTextCtrl* m_minText;
  37. wxButton* m_saveBtn;
  38. // Virtual event handlers, overide them in your derived class
  39. virtual void onClose( wxCommandEvent& event ) { event.Skip(); }
  40. virtual void onSliderChanged( wxScrollEvent& event ) { event.Skip(); }
  41. virtual void onMaxTextEnter( wxCommandEvent& event ) { event.Skip(); }
  42. virtual void onValueTextEnter( wxCommandEvent& event ) { event.Skip(); }
  43. virtual void onMinTextEnter( wxCommandEvent& event ) { event.Skip(); }
  44. virtual void onSave( wxCommandEvent& event ) { event.Skip(); }
  45. public:
  46. TUNER_SLIDER_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 97,283 ), long style = wxTAB_TRAVERSAL );
  47. ~TUNER_SLIDER_BASE();
  48. };
  49. #endif //__TUNER_SLIDER_BASE_H__