/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Apr 19 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_DISPLAY_OPTIONS_BASE_H__ #define __DIALOG_DISPLAY_OPTIONS_BASE_H__ #include #include #include #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// #define ID_PADFILL_OPT 1000 /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_FOOTPRINTS_DISPLAY_OPTIONS_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_FOOTPRINTS_DISPLAY_OPTIONS_BASE : public DIALOG_SHIM { private: protected: wxCheckBox* m_EdgesDisplayOption; wxCheckBox* m_TextDisplayOption; wxCheckBox* m_ShowPadSketch; wxCheckBox* m_ShowPadNum; wxCheckBox* m_enableZoomNoCenter; wxCheckBox* m_enableMousewheelPan; wxCheckBox* m_enableAutoPan; wxStaticLine* m_staticline1; wxStdDialogButtonSizer* m_sdbSizer1; wxButton* m_sdbSizer1OK; wxButton* m_sdbSizer1Apply; wxButton* m_sdbSizer1Cancel; // Virtual event handlers, overide them in your derived class virtual void OnApplyClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_FOOTPRINTS_DISPLAY_OPTIONS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Display Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_FOOTPRINTS_DISPLAY_OPTIONS_BASE(); }; #endif //__DIALOG_DISPLAY_OPTIONS_BASE_H__