diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-26 16:23:14 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-26 16:23:14 +0100 |
| commit | 3263bda23b8bccb9958471be064603d958f08253 (patch) | |
| tree | 390886397e25b27d78993442ed560e19928211de /src/gui.h | |
| parent | 1c2d2a14ac1b8eab0504f657b02ab10290f92bf6 (diff) | |
Improve game import in db
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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(); |
