aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h22
1 files changed, 8 insertions, 14 deletions
diff --git a/src/gui.h b/src/gui.h
index 232b3e7..91de89e 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -55,13 +55,11 @@
#define UPDATE_BTN 1010
#define DELETE_BTN 1011
#define LIVE_ANALYSIS_GAME_BUTTON 1012
-#define ID_SAVE_BUTTON 1013
-#define ID_EXPORT_BUTTON 1014
-#define ID_SEARCH_TERMS 1015
-#define ID_APPLY_FILTER_BUTTON 1016
-#define ID_IMPORT_BUTTON 1017
-#define ID_DELETE_BUTTON 1018
-#define ID_LOAD_BUTTON 1019
+#define ID_SEARCH_TERMS 1013
+#define ID_APPLY_FILTER_BUTTON 1014
+#define ID_DELETE_BUTTON 1015
+#define ID_LOAD_BUTTON 1016
+#define ID_SAVE_BUTTON 1017
///////////////////////////////////////////////////////////////////////////////
/// Class MainFrame
@@ -311,20 +309,15 @@ class TabBase_TabGames : public wxPanel
private:
protected:
- wxStaticText* current_base;
- wxButton* save_button;
- wxButton* export_button;
- wxStaticLine* separator_1;
wxStaticText* m_staticText28;
wxTextCtrl* search_terms;
wxButton* apply_filter_button;
wxListCtrl* game_list;
- wxButton* import_button;
wxButton* delete_button;
public:
- TabBase_TabGames( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
+ TabBase_TabGames( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 559,522 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
~TabBase_TabGames();
@@ -365,7 +358,8 @@ class TabBase_TabManage : public wxPanel
private:
protected:
- wxStaticText* m_staticText27;
+ wxTextCtrl* informations;
+ wxButton* save_button;
public: