Created launcher to manage the config

This commit is contained in:
Nixietab 2026-07-04 10:54:15 -03:00
parent 2cf9a9756a
commit 98af2b4034
7 changed files with 630 additions and 0 deletions

23
Launcher/resource.h Normal file
View file

@ -0,0 +1,23 @@
#define IDD_MAIN 101
#define IDI_MAIN 102
#define IDD_ABOUT 103
#define IDR_MENU 104
#define IDM_RESET 40000
#define IDM_ABOUT 40001
#define IDM_EXIT 40002
#define IDC_ROLE 1001
#define IDC_IP 1002
#define IDC_PORT 1003
#define IDC_MAX_MEMBERS 1004
#define IDC_PLATFORM 1005
#define IDC_WIN_RATE 1006
#define IDC_CROSS_PLATFORM 1007
#define IDC_APP_VERSION 1008
#define IDC_ONLINE_RULE 1009
#define IDC_SAVE 1010
#define IDC_RESET 1011
#define IDC_LAUNCH 1012
#define IDC_TENOKE_USER 1013
#define IDC_TENOKE_LABEL 1014
#define IDC_ABOUT_ICON 1015
#define IDC_ABOUT_LINK 1016