/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 3.10.1-40-g8042f487) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// #define COMMENT_INPUT_BOX 1000 #define UPDATE_BTN 1001 #define DELETE_BTN 1002 /////////////////////////////////////////////////////////////////////////////// /// Class EditorPanelBF /////////////////////////////////////////////////////////////////////////////// class EditorPanelBF : public wxPanel { private: protected: wxNotebook* notebook; wxPanel* editor_page; wxBoxSizer* editor_page_sizer; wxBoxSizer* editor_canvas_sizer; wxStaticLine* m_staticline1; wxStaticText* comment_label; wxTextCtrl* comment_input; wxPanel* tags_page; wxTextCtrl* tagTextCtrl; wxTextCtrl* valueTextCtrl; wxButton* update_button; wxListCtrl* tags_list; wxButton* delete_button; wxPanel* engine_page; wxStaticText* engine_list_label; wxListCtrl* engine_list; wxButton* analyze_game_button; wxButton* live_analysis_button; public: EditorPanelBF( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 525,485 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~EditorPanelBF(); };