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:
91
Server/ToolProject/Arrangement2/Resource.h
Normal file
91
Server/ToolProject/Arrangement2/Resource.h
Normal file
@@ -0,0 +1,91 @@
|
||||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Visual C++ generated include file.
|
||||
// Used by Arrangement2.rc
|
||||
//
|
||||
#define IDR_MANIFEST 1
|
||||
#define IDM_ABOUTBOX 0x0010
|
||||
#define IDD_ABOUTBOX 100
|
||||
#define IDS_ABOUTBOX 101
|
||||
#define IDD_ARRANGEMENT2_DIALOG 102
|
||||
#define IDR_MAINFRAME 128
|
||||
#define IDR_MENU1 129
|
||||
#define ID_130 130
|
||||
#define ID__50 131
|
||||
#define ID__100 132
|
||||
#define ID__200 133
|
||||
#define ID__400 134
|
||||
#define ID__800 135
|
||||
#define IDR_ACCELERATOR1 136
|
||||
#define IDC_POSITIONX 1002
|
||||
#define IDC_POSITIONZ 1004
|
||||
#define IDC_SCOUT 1006
|
||||
#define IDC_AREA 1007
|
||||
#define IDC_FIX 1008
|
||||
#define IDC_ROUTE 1009
|
||||
#define IDC_NONAREA 1010
|
||||
#define IDC_CREATESCRIPT 1011
|
||||
#define IDC_NUMINWORLD 1012
|
||||
#define IDC_KIDCOMBO 1013
|
||||
#define IDC_VISUALKID 1014
|
||||
#define IDC_ERASE 1015
|
||||
#define IDC_NUMOFKID 1016
|
||||
#define IDC_NUMOFKID2 1017
|
||||
#define IDC_CLASS 1017
|
||||
#define IDC_LEVEL 1018
|
||||
#define IDC_NAME 1019
|
||||
#define IDC_ARRANGEMENT 1020
|
||||
#define IDC_GROUP 1022
|
||||
#define IDC_VISUALPID 1023
|
||||
#define IDC_COMBO1 1024
|
||||
#define IDC_PIDCOMBO 1024
|
||||
#define IDC_EDIT2 1026
|
||||
#define IDC_RESPAWNEDIT 1026
|
||||
#define IDC_CHECK1 1027
|
||||
#define IDC_VISUALLEVEL 1027
|
||||
#define IDC_EDIT1 1028
|
||||
#define IDC_PARTYMEM_NUM 1028
|
||||
#define IDC_CHECK2 1029
|
||||
#define IDC_CHK_STATUE 1029
|
||||
#define IDC_STATIC4 1033
|
||||
#define IDC_STATIC1 1034
|
||||
#define IDC_STATIC2 1035
|
||||
#define IDC_STATIC3 1036
|
||||
#define IDC_STATICKID 1037
|
||||
#define IDC_STATICNAME 1038
|
||||
#define IDC_STATICLEVEL 1039
|
||||
#define IDC_STATICCLASS 1040
|
||||
#define IDC_STATICOBJNUM 1041
|
||||
#define IDC_STATICRESPAWN 1042
|
||||
#define IDC_STATICPID 1043
|
||||
#define IDC_STATIC5 1044
|
||||
#define IDC_STATIC6 1045
|
||||
#define IDC_STATICX 1046
|
||||
#define IDC_STATICZ 1047
|
||||
#define IDC_STATICMONTNUM 1048
|
||||
#define ID_32774 32774
|
||||
#define ID_Menu 32775
|
||||
#define ID__32779 32779
|
||||
#define ID__32780 32780
|
||||
#define ID__32781 32781
|
||||
#define ID__32782 32782
|
||||
#define ID__ZONE1 32789
|
||||
#define ID__ZONE2 32790
|
||||
#define ID__ZONE3 32791
|
||||
#define ID__ZONE4 32792
|
||||
#define ID__ZONE5 32793
|
||||
#define ID__ZONE8 32794
|
||||
#define ID__ZONE9 32795
|
||||
#define ID__ZONE12 32796
|
||||
#define ID__ZONE100 32797
|
||||
#define ID__ZONE16 32799
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 137
|
||||
#define _APS_NEXT_COMMAND_VALUE 32801
|
||||
#define _APS_NEXT_CONTROL_VALUE 1049
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user