/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Oct 26 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include class UNIT_SELECTOR_LEN; #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PANEL_BOARD_CLASS_BASE /////////////////////////////////////////////////////////////////////////////// class PANEL_BOARD_CLASS_BASE : public wxPanel { private: protected: UNIT_SELECTOR_LEN* m_BoardClassesUnitsSelector; wxStaticText* m_staticTextBrdClass; wxGrid* m_gridClassesValuesDisplay; wxPanel* m_panelShowClassPrms; // Virtual event handlers, overide them in your derived class virtual void OnBoardClassesUnitsSelection( wxCommandEvent& event ) { event.Skip(); } public: PANEL_BOARD_CLASS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 701,347 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~PANEL_BOARD_CLASS_BASE(); };