aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/editor/LiveEngineDialogFB.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-28 13:02:27 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-28 13:02:27 +0100
commit7178f18ab88bcc93bfbf2019adf53d2f60d8fa20 (patch)
treecdbe28d8de4e0774885779a85f7e8c3b7e059f30 /src/game_tab/editor/LiveEngineDialogFB.h
parentff6b1980c93140db2143b5dcad27f5cdc946632b (diff)
Cleaning GUI files
Diffstat (limited to 'src/game_tab/editor/LiveEngineDialogFB.h')
-rw-r--r--src/game_tab/editor/LiveEngineDialogFB.h57
1 files changed, 0 insertions, 57 deletions
diff --git a/src/game_tab/editor/LiveEngineDialogFB.h b/src/game_tab/editor/LiveEngineDialogFB.h
deleted file mode 100644
index 29f0292..0000000
--- a/src/game_tab/editor/LiveEngineDialogFB.h
+++ /dev/null
@@ -1,57 +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 <wx/artprov.h>
-#include <wx/xrc/xmlres.h>
-#include <wx/string.h>
-#include <wx/stattext.h>
-#include <wx/gdicmn.h>
-#include <wx/font.h>
-#include <wx/colour.h>
-#include <wx/settings.h>
-#include <wx/button.h>
-#include <wx/bitmap.h>
-#include <wx/image.h>
-#include <wx/icon.h>
-#include <wx/sizer.h>
-#include <wx/spinctrl.h>
-#include <wx/listctrl.h>
-#include <wx/dialog.h>
-
-///////////////////////////////////////////////////////////////////////////
-
-#define LIVE_ENGINE_PAUSE_BUTTON 1000
-
-///////////////////////////////////////////////////////////////////////////////
-/// Class LiveEngineDialogFB
-///////////////////////////////////////////////////////////////////////////////
-class LiveEngineDialogFB : public wxDialog
-{
- private:
-
- protected:
- wxStaticText* current_engine_label;
- wxStaticText* current_engine;
- wxButton* engine_stop_button;
- wxStaticText* multipv_label;
- wxStaticText* multipv;
- wxStaticText* threads_label;
- wxStaticText* threads;
- wxStaticText* m_staticText13;
- wxSpinCtrl* depth;
- wxListCtrl* lines_list;
-
- public:
-
- LiveEngineDialogFB( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 464,468 ), long style = wxDEFAULT_DIALOG_STYLE );
-
- ~LiveEngineDialogFB();
-
-};
-