/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Jul 29 2017) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_GLOBAL_SYM_LIB_TABLE_CONFIG_BASE_H__ #define __DIALOG_GLOBAL_SYM_LIB_TABLE_CONFIG_BASE_H__ #include #include #include class DIALOG_SHIM; #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_GLOBAL_SYM_LIB_TABLE_CONFIG_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_GLOBAL_SYM_LIB_TABLE_CONFIG_BASE : public DIALOG_SHIM { private: protected: wxStaticText* m_staticText1; wxRadioButton* m_defaultRb; wxRadioButton* m_customRb; wxRadioButton* m_emptyRb; wxStaticText* m_staticText2; wxFilePickerCtrl* m_filePicker1; wxStaticLine* m_staticline1; wxStdDialogButtonSizer* m_sdbSizer1; wxButton* m_sdbSizer1OK; // Virtual event handlers, overide them in your derived class virtual void onUpdateDefaultSelection( wxUpdateUIEvent& event ) { event.Skip(); } virtual void onUpdateFilePicker( wxUpdateUIEvent& event ) { event.Skip(); } public: DIALOG_GLOBAL_SYM_LIB_TABLE_CONFIG_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Configure Global Symbol Library Table"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCAPTION|wxRESIZE_BORDER ); ~DIALOG_GLOBAL_SYM_LIB_TABLE_CONFIG_BASE(); }; #endif //__DIALOG_GLOBAL_SYM_LIB_TABLE_CONFIG_BASE_H__