/////////////////////////////////////////////////////////////////////////// // 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 WX_GRID; #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PANEL_SETUP_BUSES_BASE /////////////////////////////////////////////////////////////////////////////// class PANEL_SETUP_BUSES_BASE : public wxPanel { private: protected: wxBoxSizer* bMargins; wxBoxSizer* bLeftCol; wxStaticText* m_busesLabel; WX_GRID* m_aliasesGrid; wxBitmapButton* m_addAlias; wxBitmapButton* m_deleteAlias; wxStaticText* m_source; wxSimplebook* m_membersBook; wxPanel* membersPanel; wxStaticText* m_membersLabel; WX_GRID* m_membersGrid; wxBitmapButton* m_addMember; wxBitmapButton* m_removeMember; wxPanel* emptyPanel; // Virtual event handlers, override them in your derived class virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); } virtual void OnSizeGrid( wxSizeEvent& event ) { event.Skip(); } virtual void OnAddAlias( wxCommandEvent& event ) { event.Skip(); } virtual void OnDeleteAlias( wxCommandEvent& event ) { event.Skip(); } virtual void OnAddMember( wxCommandEvent& event ) { event.Skip(); } virtual void OnRemoveMember( wxCommandEvent& event ) { event.Skip(); } public: PANEL_SETUP_BUSES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~PANEL_SETUP_BUSES_BASE(); };