From 2fd237a78ffd78e198bfb68ba2fc9fa296a1fe9f Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 30 Dec 2022 10:02:56 +0100 Subject: Improve UI --- src/gui.h | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index f426772..705c8a7 100644 --- a/src/gui.h +++ b/src/gui.h @@ -52,18 +52,19 @@ #define ZOOM_OUT_BTN 1007 #define SWAP_BTN 1008 #define COMMENT_INPUT_BOX 1009 -#define UPDATE_BTN 1010 -#define DELETE_BTN 1011 -#define LIVE_ANALYSIS_GAME_BUTTON 1012 -#define ID_SEARCH_TERMS 1013 -#define ID_APPLY_FILTER_BUTTON 1014 -#define ID_TABGAMES_GAME_LIST 1015 -#define ID_DELETE_BUTTON 1016 -#define ID_IMPORT_GAME_BUTTON 1017 -#define ID_LOAD_BUTTON 1018 -#define ID_IMPORT_SELECTION 1019 -#define ID_IMPORT_DB 1020 -#define ID_SAVE_BUTTON 1021 +#define wxID__ANY 1010 +#define UPDATE_BTN 1011 +#define DELETE_BTN 1012 +#define LIVE_ANALYSIS_GAME_BUTTON 1013 +#define ID_SEARCH_TERMS 1014 +#define ID_APPLY_FILTER_BUTTON 1015 +#define ID_TABGAMES_GAME_LIST 1016 +#define ID_DELETE_BUTTON 1017 +#define ID_IMPORT_GAME_BUTTON 1018 +#define ID_LOAD_BUTTON 1019 +#define ID_IMPORT_SELECTION 1020 +#define ID_IMPORT_DB 1021 +#define ID_SAVE_BUTTON 1022 /////////////////////////////////////////////////////////////////////////////// /// Class MainFrame @@ -285,6 +286,7 @@ class TabGameRightPanel : public wxPanel wxStaticLine* m_staticline1; wxStaticText* comment_label; wxTextCtrl* comment_input; + wxPanel* nag_panel; wxButton* nag_1; wxButton* nag_2; wxButton* nag_3; -- cgit v1.2.3