-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresource.h
24 lines (23 loc) · 935 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
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
#define IDR_MW_MENU 101
#define IDI_ICON1 102
#define IDI_ICON2 104
#define IDI_MW_ICON 106
#define IDB_PREV_NEXT 109
#define IDM__ 40000
#define IDS_MW_HEADER 40000
#define IDM_EXIT 40001
#define IDS_IMAGE_FILTER 40001
#define IDM_V_EDGE 40002
#define IDM_IMAGE_LOAD 40003
#define IDM_H_EDGE 40004
#define IDM_VPROJECTION 40005
#define IDM_HPROJECTION 40006
#define IDM_NEXT_IMAGE 40007
#define IDM_PREV_IMAGE 40008
#define IDM__2 40009
#define IDM_MAKE_IMAGELIST 40010
#define IDM_NEXT_STATE 40011
#define IDM_PREV_STATE 40012