-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresource.h
31 lines (23 loc) · 1015 Bytes
/
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
#define IDS_APPTITLE 1
#define IDI_MAINICON 102
#define IDM_MAIN_MENU 104
#define IDM_CONTEXT_MENU 106
#define IDI_DISK 108
#define IDD_CONFIG 110
#define IDD_ABOUT 112
#define IDD_SEARCH 114
#define IDM_OPEN 122
#define IDM_REFR 124
#define IDM_AREF 126
#define IDM_SEFI 128
#define IDM_CONFIG 130
#define IDM_EXIT 132
#define IDM_HELP 140
#define IDM_ABOUT 142
#define IDC_AUTOREF 160
#define IDC_CSVSEP 162
#define IDC_SDELIM 163
#define IDC_REGEX 164
#define IDC_STRING 166
#define IDC_EXPR 168
#define IDFILT 170