-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.h
More file actions
38 lines (32 loc) · 1.09 KB
/
resources.h
File metadata and controls
38 lines (32 loc) · 1.09 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
#ifndef _RESOURCES_H
#define _RESOURCES_H
// Dialogs
#define IDD_CLIX 100
#define IDD_CLIX_SETTINGS 101
// Icons
#define IDI_CLIX_ICON 100
// Controls / Commands
#define IDC_SET_POINT 100
#define IDC_START_STOP_CLICKING 101
#define IDC_TEXT 102
#define IDC_LMB_DOWN 103
#define IDC_LMB_UP 104
#define IDC_BUTTON_SET_HK_SS 105
#define IDC_BUTTON_UNSET_HK_SS 106
#define IDC_BUTTON_SET_HK_TARGET 107
#define IDC_BUTTON_UNSET_HK_TARGET 108
#define IDC_STATIC_SET_HK_SS 109
#define IDC_STATIC_HK_TARGET 110
#define IDC_BRING_UP_SETTINGS 111
#define IDC_STAY_ON_TOP 112
#define IDC_GROUP_HK 113
#define IDC_GROUP_CLICK 114
#define IDC_TXT_SS 115
#define IDC_TXT_SET_TGT 116
#define IDC_CHECK_LMBDOWN 117
#define IDC_CHECK_LMBUP 118
#define IDC_STATIC 119
#define IDC_EDIT_MAX_CLICKS 120
// Menus
#define IDM_MENU 100
#endif