Files
Project64-Legacy/resource_cheat.h
rgarciaz80 97a5ce594c Switch Cheat Search results list view to virtual list view.
General code clean-up performed.
Notably the message map for handling window messages on Cheat Search was reformatted.
All references to JAL (jump and link) have been removed as this will never be implemented.
A new option to preallocate memory for search results was added at some point, I forget if it was included in a previous build or not.
The limit of 4096 search results for listview has been removed since it is now virtualized.
The list view has two colors (Green for higher, red for lower) added for live update status of values.
Clicking on the results list view and typing results in the listview showing the resulting address.
2021-08-10 11:37:34 -05:00

60 lines
4.7 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by PJ64_Cheat.rc
//
#define IDD_Cheats_Search 101
#define IDD_Cheats_Search_Edit 102
#define IDC_ADDRESS_RANGE 1001
#define IDT_ADDRESS_START 1002
#define IDT_ADDRESS_END 1003
#define IDR_SEARCH_VALUE 1004
#define IDR_SEARCH_TEXT 1005
#define IDR_SEARCH_JAL 1006
#define IDT_SEARCH_VALUE 1007
#define IDT_SEARCH_TEXT 1008
#define IDC_SEARCH_HEXDEC 1010
#define IDC_SEARCH_NUMBITS 1011
#define IDB_CS_SEARCH 1012
#define IDC_BUTTON2 1013
#define IDB_CS_RESET 1013
#define IDB_CS_DUMPMEM 1014
#define IDL_SEARCH_RESULT_LIST 1015
#define IDL_CS_CHEAT_CREATE 1016
#define IDB_CS_CHEAT_EDIT 1017
#define IDB_CS_CHEAT_REMOVE 1018
#define IDB_CS_CHEAT_MOVEUP 1019
#define IDB_CS_CHEAT_MOVEDOWN 1020
#define IDB_CS_CHEAT_ENABLE 1021
#define IDB_CS_CHEAT_SAVE 1022
#define IDT_CS_CHEAT_DESCRIPTION 1023
#define IDT_CS_CHEAT_NOTE 1024
#define IDC_CSE_GSCODETYPE 1024
#define IDT_CSE_ADDRESS 1025
#define IDT_CSE_VALUE_HEX 1026
#define IDT_CSE_VALUE_DEC 1027
#define IDT_CSE_OPTION_VALUE_HEX 1028
#define IDT_CSE_PREVIEW 1029
#define IDT_CSE_OPTION_DESCR 1030
#define IDL_OPTIONS 1031
#define IDT_CSE_OPTION_VALUE_DEC 1032
#define IDB_CSE_OPTION_ADD 1033
#define IDR_CSE_NORMAL 1034
#define IDR_CSE_WITHOPTIONS 1035
#define IDGB_CS_RESULTS 1035
#define IDS_RDRAMSIZE 1036
#define IDT_CSE_NOTE 1037
#define IDT_CSE_Name 1038
#define IDC_CSE_TEXT 1039
#define IDT_CSE_TEXT 1039
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1042
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif