diff options
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 26 |
1 files changed, 14 insertions, 12 deletions
@@ -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; |
