Add menu bar and tab navigation for GUI, --version command

This commit is contained in:
EnderIce2
2024-05-30 03:28:18 +03:00
parent b906c009f4
commit 751d9ab3b7
5 changed files with 140 additions and 38 deletions

9
resource.h Normal file
View File

@ -0,0 +1,9 @@
#define IDR_MAINMENU 101
#define IDR_LICENSE_TXT 102
#define IDM_HELP_DOCUMENTATION 40001
#define IDM_HELP_LICENSE 40002
#define IDM_HELP_ABOUT 40003
#define IDM_VIEW_LOG 40004
#define VER_VERSION 1, 1, 0, 0
#define VER_VERSION_STR "1.1\0"