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>
107 lines
4.3 KiB
C
107 lines
4.3 KiB
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by GameDBTool.rc
|
|
//
|
|
#define IDR_MANIFEST 1
|
|
#define IDM_ABOUTBOX 0x0010
|
|
#define IDD_ABOUTBOX 100
|
|
#define IDS_ABOUTBOX 101
|
|
#define IDD_GAMEDBTOOL_DIALOG 102
|
|
#define IDR_MAINFRAME 128
|
|
#define IDR_MENU 129
|
|
#define ID_CONNECT 130
|
|
#define ID_DISCONNECT 131
|
|
#define ID_USER_INSERT 132
|
|
#define ID_USER_DELETE 133
|
|
#define ID_Menu 134
|
|
#define ID_ADMIN_INSERT 135
|
|
#define ID_ADMIN_DELETE 136
|
|
#define ID_CHAR_INSERT 137
|
|
#define ID_CHAR_DELETE 138
|
|
#define ID_Menu139 139
|
|
#define ID_Menu140 140
|
|
#define ID_USER_SEARCH 141
|
|
#define ID_CHAR_SEARCH 142
|
|
#define IDI_USER 147
|
|
#define IDI_ADMIN 148
|
|
#define ID_CHAR_UPDATE 150
|
|
#define IDD_USER_SEARCH 151
|
|
#define IDD_CHAR_SEARCH 152
|
|
#define IDD_CHARSKILL 153
|
|
#define IDI_LEADER 154
|
|
#define IDI_MEMBER 155
|
|
#define ID_USER_UPDATE 156
|
|
#define IDD_CHARPARTY 157
|
|
#define IDD_CHARITEM 158
|
|
#define IDD_CHARCOPY 159
|
|
#define IDD_CHARSTORE 160
|
|
#define IDD_CHARNAME 161
|
|
#define IDD_ADMIN 162
|
|
#define IDC_DEFAULT 1000
|
|
#define IDC_CHAR_LIST 1001
|
|
#define IDC_USER_LIST 1002
|
|
#define IDC_LOG 1007
|
|
#define IDC_SEARCH 1008
|
|
#define IDC_UID 1009
|
|
#define IDC_SEARCH_TYPE 1011
|
|
#define IDC_DATA 1012
|
|
#define IDC_CLEAR_LOG 1013
|
|
#define IDC_ALIGN_TYPE 1013
|
|
#define IDC_LAST_POSX 1014
|
|
#define IDC_LAST_POSY 1015
|
|
#define IDC_LAST_POSZ 1016
|
|
#define IDC_SAVE_POSX 1017
|
|
#define IDC_SAVE_POSY 1018
|
|
#define IDC_SAVE_POSZ 1019
|
|
#define IDC_RESET_POS 1020
|
|
#define IDC_UPDATE_CHAR 1021
|
|
#define IDC_CID 1022
|
|
#define IDC_SLOT 1023
|
|
#define IDC_UPDATE_CHAR2 1023
|
|
#define IDC_UPDATE_USER 1023
|
|
#define IDC_NUM 1024
|
|
#define IDC_SKILL_LIST 1025
|
|
#define IDC_RESET 1026
|
|
#define IDC_UPDATE 1027
|
|
#define IDC_PID 1027
|
|
#define IDC_LOAD 1028
|
|
#define IDC_PARTY_LIST 1028
|
|
#define IDC_PARTY_LOAD 1029
|
|
#define IDC_ADD 1029
|
|
#define IDC_LOAD2 1029
|
|
#define IDC_INIT 1029
|
|
#define IDC_PARTY_DELETE 1030
|
|
#define IDC_PARTY_DELETEMEM 1031
|
|
#define IDC_EQUIP 1031
|
|
#define IDC_EQUIP_SIZE 1032
|
|
#define IDC_INVEN_SIZE 1033
|
|
#define IDC_INVEN 1034
|
|
#define IDC_DB_LOAD 1035
|
|
#define IDC_FILE_SAVE 1036
|
|
#define IDC_SKILL 1036
|
|
#define IDC_FILE_LOAD 1037
|
|
#define IDC_COPY_TO 1037
|
|
#define IDC_DB_LOAD2 1038
|
|
#define IDC_DB_SAVE 1038
|
|
#define IDC_TARGETID 1038
|
|
#define IDC_FILE_SAVE2 1039
|
|
#define IDC_PASSWORD 1039
|
|
#define IDC_GOLD 1040
|
|
#define IDC_NAME 1040
|
|
#define IDC_MODIFY 1041
|
|
#define IDC_DB_SAVE2 1041
|
|
#define IDC_LEVEL 1042
|
|
#define IDC_S_IP 1043
|
|
#define IDC_E_IP 1044
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 163
|
|
#define _APS_NEXT_COMMAND_VALUE 32771
|
|
#define _APS_NEXT_CONTROL_VALUE 1046
|
|
#define _APS_NEXT_SYMED_VALUE 104
|
|
#endif
|
|
#endif
|