mirror of
https://github.com/EnderIce2/rpc-bridge.git
synced 2025-07-10 14:59:14 +00:00
Add menu bar and tab navigation for GUI, --version command
This commit is contained in:
9
resource.h
Normal file
9
resource.h
Normal 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"
|
Reference in New Issue
Block a user