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:
54
Server/ToolProject/ItemUpgradeSimulator/Resource.h
Normal file
54
Server/ToolProject/ItemUpgradeSimulator/Resource.h
Normal file
@@ -0,0 +1,54 @@
|
||||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Visual C++ generated include file.
|
||||
// Used by ItemUpgradeSimulator.rc
|
||||
//
|
||||
#define IDM_ABOUTBOX 0x0010
|
||||
#define IDS_ABOUTBOX 101
|
||||
#define IDD_ITEMUPGRADESIMULATOR_DIALOG 102
|
||||
#define IDR_MAINFRAME 128
|
||||
#define IDC_ITEMNAME 1001
|
||||
#define IDC_RADIO1 1002
|
||||
#define IDC_MINERAL_SILVIN 1002
|
||||
#define IDC_RADIO2 1003
|
||||
#define IDC_MINERAL_MITHRIL 1003
|
||||
#define IDC_RADIO3 1004
|
||||
#define IDC_MINERAL_ETER 1004
|
||||
#define IDC_RADIO4 1005
|
||||
#define IDC_GEM_RUBY 1005
|
||||
#define IDC_RADIO5 1006
|
||||
#define IDC_GEM_EMERALD 1006
|
||||
#define IDC_RADIO6 1007
|
||||
#define IDC_GEM_SAPP 1007
|
||||
#define IDC_RADIO7 1008
|
||||
#define IDC_GEM_DIAMOND 1008
|
||||
#define IDC_RADIO8 1009
|
||||
#define IDC_GEM_BLACKMOON 1009
|
||||
#define IDC_BUTTON1 1014
|
||||
#define IDC_START 1014
|
||||
#define IDC_BUTTON2 1015
|
||||
#define IDC_BUTTON3 1016
|
||||
#define IDC_LIST6 1017
|
||||
#define IDC_LIST7 1018
|
||||
#define IDC_LIST8 1019
|
||||
#define IDC_CURRENT_ITEM 1019
|
||||
#define IDC_EDIT2 1020
|
||||
#define IDC_ITEM_SACRIFICE 1020
|
||||
#define IDC_EDIT3 1021
|
||||
#define IDC_TOTAL_MINERAL 1021
|
||||
#define IDC_EDIT4 1022
|
||||
#define IDC_EDIT5 1023
|
||||
#define IDC_TOTAL_USEDMONEY 1023
|
||||
#define IDC_UPGRADE_LOG 1024
|
||||
#define IDC_LIST2 1025
|
||||
#define IDC_GEM_USED 1025
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 129
|
||||
#define _APS_NEXT_COMMAND_VALUE 32771
|
||||
#define _APS_NEXT_CONTROL_VALUE 1026
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user