From 3263bda23b8bccb9958471be064603d958f08253 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 26 Dec 2022 16:23:14 +0100 Subject: Improve game import in db --- src/gui.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 91de89e..df64a5e 100644 --- a/src/gui.h +++ b/src/gui.h @@ -58,8 +58,11 @@ #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 +#define ID_IMPORT_GAME_BUTTON 1016 +#define ID_LOAD_BUTTON 1017 +#define ID_IMPORT_SELECTION 1018 +#define ID_IMPORT_DB 1019 +#define ID_SAVE_BUTTON 1020 /////////////////////////////////////////////////////////////////////////////// /// Class MainFrame @@ -331,20 +334,22 @@ class TabBase_TabImport : public wxPanel private: protected: + wxStaticText* pending_imports; + wxStaticLine* m_staticline41; wxStaticText* from_game_label; wxComboBox* opened_game_list; wxButton* import_from_game_button; wxStaticLine* m_staticline4; - wxStaticText* from_db_label; wxStaticText* m_staticText29; wxComboBox* opened_db_list; wxButton* load_button; wxListCtrl* game_list; wxButton* import_from_db_button; + wxButton* m_button16; public: - TabBase_TabImport( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,200 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); + TabBase_TabImport( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,661 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~TabBase_TabImport(); -- cgit v1.2.3