-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRes.h
42 lines (39 loc) · 1.04 KB
/
Res.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
#ifndef RES_H
#define RES_H
#define IDI_HSTNAICO 101
#define IDR_ICONMENU 102
#define IDD_BINDINGDLG 103
#define IDI_HSSTOPICO 104
#define IDD_ABOUTDLG 105
#define IDI_HANDCUR 106
#define IDI_HSLTNAICO 107
#define IDI_HSLSTOPICO 108
#define IDM_EXIT 40001
#define IDM_STOP_START 40002
#define IDM_EDIT_SHK 40003
#define IDM_EDIT_LHK 40004
#define IDM_SET_EN_LHK 40105
#define IDM_SET_CTRL_ALT 40205
#define IDM_SET_SHIFT_ALT 40305
#define IDM_SET_CTRL_SHIFT 40405
#define IDM_SET_CUSTOM 40505
#define IDM_ABOUT 40006
#define IDM_DEBUG 40007
#define IDM_ELEVATE 40008
#define IDM_CMDPRMPT 40009
#define IDC_CONFIRM_SC 30001
#define IDC_CANCEL_SC 30002
#define IDC_BD_VIEWER 30003
#define IDC_RETRY_SC 30004
#define IDC_CLOSE_ABOUT 30005
#define IDC_ABOUT_ICON 30006
#define IDC_PROJECT_HOME 30007
#define IDC_SNK_LOC 30008
#define IDC_SNK_OPEN 30009
#define IDC_CFG_LOC 30010
#define IDC_CFG_OPEN 30011
#define IDC_EXE_LOC 30012
#define IDC_EXE_OPEN 30013
#define IDC_RESTART_APP 30014
#define POS_SETTINGS 2
#endif //RES_H