35 lines
919 B
C++
35 lines
919 B
C++
#define COMPONENT bank
|
|
#define COMPONENT_BEAUTIFIED Bank
|
|
#include "\z\forge_client\addons\main\script_mod.hpp"
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
#ifdef DEBUG_ENABLED_BANK
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
|
|
#ifdef DEBUG_SETTINGS_BANK
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_BANK
|
|
#endif
|
|
|
|
#include "\z\forge_client\addons\main\script_macros.hpp"
|
|
|
|
#define IDD_BANKDIALOG 82300
|
|
#define IDC_DIALOGNAME 82301
|
|
#define IDC_ACCOUNTINFO 82302
|
|
#define IDC_AMOUNTLABEL 82303
|
|
#define IDC_AMOUNTINPUT 82304
|
|
#define IDC_PLAYERLABEL 82305
|
|
#define IDC_PLAYERINPUT 82306
|
|
#define IDC_DEPOSITBUTTON 82307
|
|
#define IDC_WITHDRAWBUTTON 82308
|
|
#define IDC_TIMESHEETBUTTON 82309
|
|
#define IDC_TRANSFERBUTTON 82310
|
|
#define IDC_CLOSEBUTTON 82311
|
|
#define IDC_WALLETGROUP 82312
|
|
#define IDC_CASHTEXT 82313
|
|
#define IDC_BANKTEXT 82314
|
|
#define IDC_RATINGGROUP 82315
|
|
#define IDC_RATINGTEXT 82316
|
|
#define IDC_TIMESHEETTEXT 82317 |