Restructure repository to include all source folders

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>
This commit is contained in:
2025-11-29 20:17:20 +09:00
parent 5d3cd64a25
commit dd97ddec92
11602 changed files with 1446576 additions and 0 deletions

View File

@@ -0,0 +1,89 @@
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by AuthDBManager.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_AuthDBManager_DIALOG 102
#define IDS_F1 102
#define IDS_F2 103
#define IDS_F3 104
#define IDS_F4 105
#define IDS_F5 106
#define IDS_F6 107
#define IDS_F7 108
#define IDS_F8 109
#define IDS_F9 110
#define IDS_F10 111
#define IDS_F11 112
#define IDS_F12 113
#define IDS_F13 114
#define IDS_F14 115
#define IDR_MAINFRAME 128
#define IDR_MENU 130
#define IDD_CONNECT 131
#define IDB_LEDS 132
#define IDB_LOGO 133
#define IDD_SEARCH 134
#define IDS_S1 150
#define IDS_S2 151
#define IDS_A1 152
#define IDS_A2 153
#define ID_USER_LIST 1000
#define ID_CHAR_LIST 1000
#define ID_ERROR_LOG 1001
#define ID_SELECT_TYPE 1002
#define ID_ID 1002
#define ID_DATASOURCE_NAME 1003
#define ID_PASSWORD 1003
#define ID_SERVER_NAME 1004
#define ID_CONNECTION_LED 1004
#define ID_DATABASE_NAME 1005
#define ID_QEURY_LED 1005
#define ID_AUTHUSER_NAME 1006
#define ID_SELECTED_ROW 1006
#define ID_AUTHUSER_PASS 1007
#define ID_SELECTED_COUNT 1007
#define ID_SELECTED_UID 1008
#define ID_SEX 1009
#define ID_NAME 1011
#define ID_PLUGIN_LIST 1011
#define ID_LASTUPDATE 1012
#define ID_BIRTH 1013
#define ID_CREATER 1013
#define ID_SEARCH_TEXT 1013
#define ID_IDNUMBER 1014
#define ID_SELECT_SEARCH 1014
#define ID_ZIPCODE 1015
#define ID_SELECT_ALIGN 1015
#define ID_ADDRESS 1016
#define ID_SELECT_ALIGNTYPE 1016
#define IDC_DEFAULT 1017
#define IDC_BUTTON1 1018
#define ID_MOBILE 1019
#define ID_PHONE 1020
#define ID_JOB 1021
#define ID_EMAIL 1022
#define ID_SELECTED_ID 1024
#define ID_TOTAL_ROW 1025
#define ID_CONNECT 32771
#define ID_DISCONNECT 32772
#define ID_ABOUT 32773
#define ID_ADD_USER 32774
#define ID_DELETE_USER 32775
#define ID_INIT_LOGINTIME 32776
#define ID_REFESH 32777
#define ID_SEARCH 32778
#define ID_AUTHTEST 32779
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 135
#define _APS_NEXT_COMMAND_VALUE 32780
#define _APS_NEXT_CONTROL_VALUE 1020
#define _APS_NEXT_SYMED_VALUE 102
#endif
#endif