mirror of
https://codeberg.org/Nixietab/EOSSDK-Holos.git
synced 2026-08-21 20:23:28 -04:00
23 lines
804 B
C
23 lines
804 B
C
#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
|