/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Jul 11 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __PANEL_COMMON_SETTINGS_BASE_H__ #define __PANEL_COMMON_SETTINGS_BASE_H__ #include #include #include #include "widgets/stepped_slider.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PANEL_COMMON_SETTINGS_BASE /////////////////////////////////////////////////////////////////////////////// class PANEL_COMMON_SETTINGS_BASE : public wxPanel { private: protected: enum { wxID_AUTOPAN = 1000 }; wxStaticText* m_staticTextautosave; wxSpinCtrl* m_SaveTime; wxStaticText* m_staticTextFileHistorySize; wxSpinCtrl* m_fileHistorySize; wxChoice* m_antialiasing; wxTextCtrl* m_textEditorPath; wxBitmapButton* m_textEditorBtn; wxRadioButton* m_defaultPDFViewer; wxRadioButton* m_otherPDFViewer; wxTextCtrl* m_PDFViewerPath; wxBitmapButton* m_pdfViewerBtn; wxStaticText* m_staticTexticonscale; STEPPED_SLIDER* m_scaleSlider; wxStaticText* m_staticTextPerCent; wxCheckBox* m_scaleAuto; wxCheckBox* m_checkBoxIconsInMenus; wxCheckBox* m_ZoomCenterOpt; wxCheckBox* m_MousewheelPANOpt; wxCheckBox* m_AutoPANOpt; // Virtual event handlers, overide them in your derived class virtual void OnTextEditorClick( wxCommandEvent& event ) { event.Skip(); } virtual void onUpdateUIPdfPath( wxUpdateUIEvent& event ) { event.Skip(); } virtual void OnPDFViewerClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnScaleSlider( wxScrollEvent& event ) { event.Skip(); } virtual void OnScaleAuto( wxCommandEvent& event ) { event.Skip(); } public: PANEL_COMMON_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL ); ~PANEL_COMMON_SETTINGS_BASE(); }; #endif //__PANEL_COMMON_SETTINGS_BASE_H__