From 7178f18ab88bcc93bfbf2019adf53d2f60d8fa20 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 28 Feb 2022 13:02:27 +0100 Subject: Cleaning GUI files --- src/game_tab/editor/EditorPanelBF.h | 71 ------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 src/game_tab/editor/EditorPanelBF.h (limited to 'src/game_tab/editor/EditorPanelBF.h') diff --git a/src/game_tab/editor/EditorPanelBF.h b/src/game_tab/editor/EditorPanelBF.h deleted file mode 100644 index b33655e..0000000 --- a/src/game_tab/editor/EditorPanelBF.h +++ /dev/null @@ -1,71 +0,0 @@ -/////////////////////////////////////////////////////////////////////////// -// 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 -#include - -/////////////////////////////////////////////////////////////////////////// - -#define COMMENT_INPUT_BOX 1000 -#define UPDATE_BTN 1001 -#define DELETE_BTN 1002 -#define LIVE_ANALYSIS_GAME_BUTTON 1003 - -/////////////////////////////////////////////////////////////////////////////// -/// 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; - wxListBox* 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(); - -}; - -- cgit v1.2.3