Move git root from Client/ to src/ to track all source code: - Client: Game client source (moved to Client/Client/) - Server: Game server source - GameTools: Development tools - CryptoSource: Encryption utilities - database: Database scripts - Script: Game scripts - rylCoder_16.02.2008_src: Legacy coder tools - GMFont, Game: Additional resources 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
87 lines
3.5 KiB
C
87 lines
3.5 KiB
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by ManageSetup.rc
|
|
//
|
|
#define IDM_ABOUTBOX 0x0010
|
|
#define IDD_ABOUTBOX 100
|
|
#define IDS_ABOUTBOX 101
|
|
#define IDD_MANAGECLIENTSETUPDLG 102
|
|
#define IDD_RUNINFOEDITDLG 104
|
|
#define IDD_USERMANAGEMENTDLG 105
|
|
#define IDD_USERREGEDITDLG 106
|
|
#define IDR_MAINFRAME 128
|
|
#define IDR_MENU 129
|
|
#define IDD_MANAGESETUPCLIENT 131
|
|
#define IDC_MACHINE_LIST 1001
|
|
#define IDC_MACHINEADD_BTN 1002
|
|
#define IDC_MACHINEDEL_BTN 1003
|
|
#define IDC_EXECUTEPATH_LIST 1004
|
|
#define IDC_EXEINFO_LIST 1005
|
|
#define IDC_OPTION_LIST 1005
|
|
#define IDC_ADDEXEPATH_BTN 1006
|
|
#define IDC_DELEXEPATH_BTN 1007
|
|
#define IDC_MODIFYEXEPATH_BTN 1008
|
|
#define IDC_NEWMACHINEIP_EDIT 1009
|
|
#define IDC_NEWMACHINENAME_EDIT 1010
|
|
#define IDC_EXEPATH_EDIT 1012
|
|
#define IDC_SERVERTYPE_CB 1013
|
|
#define IDC_SELSERVERIP_EDIT 1014
|
|
#define IDC_SELSERVERNAME_EDIT 1015
|
|
#define IDC_ADDEXEINFO_BTN 1016
|
|
#define IDC_ADDOPTION_BTN 1016
|
|
#define IDC_MODIFYEXEINFO_BTN 1017
|
|
#define IDC_MODIFYOPTION_BTN 1017
|
|
#define IDC_DELEXEINFO_BTN 1018
|
|
#define IDC_DELOPTION_BTN 1018
|
|
#define IDC_SELEXEPATH_EDIT 1019
|
|
#define IDC_NEWEXEINFO_EDIT 1020
|
|
#define IDC_NEWOPTION_EDIT 1020
|
|
#define IDC_EXEPATH_EDIT4 1021
|
|
#define IDC_SELEXEINFO_EDIT 1021
|
|
#define IDC_SELOPTION_EDIT 1021
|
|
#define IDC_BUTTON1 1023
|
|
#define IDC_BIND_BTN 1023
|
|
#define IDC_MACHINEMODIFY_BTN 1023
|
|
#define IDC_SERVERIP_CB 1025
|
|
#define IDC_REGEDITOK_BTN 1025
|
|
#define IDC_EXEPATH_CB 1026
|
|
#define IDC_USERID 1026
|
|
#define IDC_USER_DEL 1026
|
|
#define IDC_EXEOPT_CB 1027
|
|
#define IDC_USERNAME 1027
|
|
#define IDC_USER_EDIT 1027
|
|
#define IDC_CANCEL 1028
|
|
#define IDC_LIST2 1029
|
|
#define IDC_USERPASS 1029
|
|
#define IDC_RUNINFO_LIST 1029
|
|
#define IDC_BUTTON2 1030
|
|
#define IDC_DELETERUNINFO_BTN 1030
|
|
#define IDC_SELRUNINFOIP_EDIT 1032
|
|
#define IDC_SELRUNINFOPATH_EDIT 1033
|
|
#define IDC_SELRUNINFOOPT_EDIT 1034
|
|
#define IDC_MODIFYRUNINFO_BTN 1035
|
|
#define IDC_SELRUNINFOINDEX_EDIT 1036
|
|
#define IDC_MANAGE_SERVER_IP 1036
|
|
#define IDC_MANAGE_SERVER_PORT 1037
|
|
#define ID_GENERATE_MANAGE_CLIENT_SETUP 1038
|
|
#define IDC_USERINFO_LIST 1050
|
|
#define IDC_USERIP 1051
|
|
#define IDC_USERLV 1052
|
|
#define IDC_GROUPNAME_EDIT 1053
|
|
#define IDC_USER_REG 1054
|
|
#define ID_FUNCTIONS_USERMANAGEMENT 32771
|
|
#define ID_FUNCTIONS_RUNINFOEDIT 32772
|
|
#define ID_FUNCTIONS_MANAGESETUPCLIENT 32773
|
|
#define ID_FUNCTIONS_EXIT 32774
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 132
|
|
#define _APS_NEXT_COMMAND_VALUE 32775
|
|
#define _APS_NEXT_CONTROL_VALUE 1039
|
|
#define _APS_NEXT_SYMED_VALUE 105
|
|
#endif
|
|
#endif
|