-
Notifications
You must be signed in to change notification settings - Fork 22
/
resource.h
55 lines (54 loc) · 2.15 KB
/
resource.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by rsrc.rc
//
#define IDI_MAIN 108
#define IDD_MAIN 109
#define IDR_MAINACCELERATOR 110
#define IDR_RIGHTCLICK 111
#define IDD_OPTIONS 112
#define IDB_X64DBG_ICON 113
#define IDC_TABS 1001
#define IDC_ASSEMBLER 1002
#define IDC_CLOSE 1003
#define IDC_DISASM_RVA 1004
#define IDC_DISASM_RVA_RELOCONLY 1005
#define IDC_DISASM_LABEL 1006
#define IDC_DISASM_EXTJMP 1007
#define IDC_DISASM_HEX 1008
#define IDC_DISASM_LABELGEN 1009
#define IDC_ASM_COMMENTS 1010
#define IDC_ASM_LABELS 1011
#define IDC_EDIT_SAVEPOS 1012
#define IDC_EDIT_TABWIDTH 1013
#define ID_RCM_UNDO 40001
#define ID_RCM_REDO 40002
#define ID_RCM_CUT 40003
#define ID_RCM_COPY 40004
#define ID_RCM_PASTE 40005
#define ID_RCM_DELETE 40006
#define ID_RCM_SELECTALL 40007
#define ID_TABMENU_NEWTAB 40008
#define ID_TABMENU_RENAME 40009
#define ID_TABMENU_CLOSE 40010
#define ID_TABMENU_LOADFROMFILE 40011
#define ID_TABMENU_SAVETOFILE 40012
#define ID_TABSTRIPMENU_CLOSEALLTABS 40013
#define ID_ACCEL_PREVTAB 40014
#define ID_ACCEL_NEXTTAB 40015
#define ID_ACCEL_FINDWND 40016
#define ID_ACCEL_REPLACEWND 40017
#define ID_ACCEL_FINDNEXT 40018
#define ID_ACCEL_FINDPREV 40019
#define ID_ACCEL_FOCUS_OLLYDBG 40020
#define ID_ACCEL_BLOCK_MODE 40021
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40022
#define _APS_NEXT_CONTROL_VALUE 1014
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif