-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathResource.h
More file actions
51 lines (47 loc) · 1.75 KB
/
Resource.h
File metadata and controls
51 lines (47 loc) · 1.75 KB
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
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by PDBViewer.rc
//
#ifndef RESOURCE_H
#define RESOURCE_H
#define IDS_APP_TITLE 103
#define IDD_ABOUTBOX 103
#define IDD_SETTINGS 104
#define IDI_PDBVIEWER 107
#define IDI_SMALL 108
#define IDC_PDBVIEWER 109
#define IDR_MAINFRAME 128
#define IDC_STATIC -1
#define IDC_GROUP_EXPORT_FORMAT 2000
#define IDC_EXPORT_FORMAT_C_HEADER 2001
#define IDC_EXPORT_FORMAT_JSON 2002
#define IDC_EXPORT_FORMAT_XML 2003
#define IDC_GROUP_ENCODING 2004
#define IDC_ENCODING_UTF8 2005
#define IDC_ENCODING_UTF16 2006
#define IDC_ENCODING_ANSI 2007
#define IDC_GROUP_INDENT_STYLE 2008
#define IDC_INDENT_KR 2009
#define IDC_INDENT_ALLMAN 2010
#define IDC_INDENT_GNU 2011
#define IDC_GROUP_ENHANCED_OPTIONS 2012
#define IDC_FLATTEN_NAMESPACES 2013
#define IDC_REMOVE_VOID_PARAMS 2014
#define IDC_GENERATE_TYPEDEFS 2015
#define IDC_INCLUDE_ADDRESS_COMMENTS 2016
#define IDC_GENERATE_ENUM_VALUE_COMMENTS 2017
#define IDC_GROUP_IDA_COMPATIBILITY 2018
#define IDC_IDA_COMPATIBLE 2019
#define ID_MENU_SETTINGS 3000
#define ID_MENU_OPEN_CACHE 40001
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 105
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 2020
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
#endif // RESOURCE_H