/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include class BITMAP_BUTTON; class STD_BITMAP_BUTTON; #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class TUNER_SLIDER_BASE /////////////////////////////////////////////////////////////////////////////// class TUNER_SLIDER_BASE : public wxPanel { private: protected: wxPanel* m_panel1; wxStaticText* m_name; wxStaticLine* m_staticline4; BITMAP_BUTTON* m_e24; BITMAP_BUTTON* m_separator; BITMAP_BUTTON* m_e48; BITMAP_BUTTON* m_e96; BITMAP_BUTTON* m_e192; wxSlider* m_slider; wxTextCtrl* m_maxText; wxTextCtrl* m_valueText; wxTextCtrl* m_minText; wxButton* m_saveBtn; STD_BITMAP_BUTTON* m_closeBtn; // Virtual event handlers, override them in your derived class virtual void onESeries( wxCommandEvent& event ) { event.Skip(); } virtual void onSliderScroll( wxScrollEvent& event ) { event.Skip(); } virtual void onSliderChanged( wxScrollEvent& event ) { event.Skip(); } virtual void onMaxKillFocus( wxFocusEvent& event ) { event.Skip(); } virtual void onMaxTextEnter( wxCommandEvent& event ) { event.Skip(); } virtual void onValueKillFocus( wxFocusEvent& event ) { event.Skip(); } virtual void onValueTextEnter( wxCommandEvent& event ) { event.Skip(); } virtual void onMinKillFocus( wxFocusEvent& event ) { event.Skip(); } virtual void onMinTextEnter( wxCommandEvent& event ) { event.Skip(); } virtual void onSave( wxCommandEvent& event ) { event.Skip(); } virtual void onClose( wxCommandEvent& event ) { event.Skip(); } public: TUNER_SLIDER_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxBORDER_NONE|wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~TUNER_SLIDER_BASE(); };