mirror of
https://github.com/brian8544/turtle-wow.git
synced 2025-01-03 21:34:35 +00:00
45 lines
1.6 KiB
C
45 lines
1.6 KiB
C
|
//{{NO_DEPENDENCIES}}
|
|||
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> Microsoft Visual C++.
|
|||
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> TurtlePatcher.rc
|
|||
|
//
|
|||
|
#define IDD_DIALOGBAR 103
|
|||
|
#define IDI_ICON3 110
|
|||
|
#define IDB_SPLASH_SMALL 114
|
|||
|
#define IDS_TITLE 115
|
|||
|
#define IDS_StartupLabel 116
|
|||
|
#define IDS_Cancel 117
|
|||
|
#define IDS_HelpStr1 118
|
|||
|
#define IDS_HelpStr2 119
|
|||
|
#define IDS_HelpStr3 120
|
|||
|
#define IDS_HelpStr4 121
|
|||
|
#define IDS_HelpStr5 122
|
|||
|
#define IDS_STRING123 123
|
|||
|
#define IDS_HelpStr6 123
|
|||
|
#define IDS_Error 124
|
|||
|
#define IDS_Err_LogFile 125
|
|||
|
#define IDS_Err_Patching 126
|
|||
|
#define IDS_Stage_BinaryPatch 127
|
|||
|
#define IDS_Stage_Downloading 128
|
|||
|
#define IDS_DownloadStatus 129
|
|||
|
#define IDS_Stage_ClearCache 130
|
|||
|
#define IDS_Stage_UnpackFiles 131
|
|||
|
#define IDS_Stage_Done 132
|
|||
|
#define IDS_CriticalError_Label 133
|
|||
|
#define IDS_CriticalError_Txt 134
|
|||
|
#define IDS_Err_NotWoWFolder 135
|
|||
|
#define IDS_Dbg_MakeDump 136
|
|||
|
#define IDC_PROGRESS1 1001
|
|||
|
#define IDC_CANCELBTN 1002
|
|||
|
#define IDC_PROGRESSTXT 1003
|
|||
|
|
|||
|
// Next default values for new objects
|
|||
|
//
|
|||
|
#ifdef APSTUDIO_INVOKED
|
|||
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|||
|
#define _APS_NEXT_RESOURCE_VALUE 116
|
|||
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|||
|
#define _APS_NEXT_CONTROL_VALUE 1004
|
|||
|
#define _APS_NEXT_SYMED_VALUE 101
|
|||
|
#endif
|
|||
|
#endif
|