diff options
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(); |
